Tutorial
The hands-on path from a bare server to a working, hot-reloading codebase.
- Setting up your work environment gets the plugin installed, activated, and your IDE autocompleting the Bukkit API.
- Configuration walks the three config files and what each one controls.
- Scripts and script management explains the load tree: root, watched and imported scripts, and how to lay out a project.
The third one is the important one. Almost every confusing thing about PixelScript stops being confusing once the load tree clicks.
After that, the API reference covers everything your scripts can call.