Scriptcraft revival
A Spigot plugin that lets pupils write and run JavaScript files directly inside
a Minecraft server. Scripts can interact with the world, build structures,
generate mazes and castles, and much more — making Minecraft a live coding
environment for kids.
| Command | Description |
|---|---|
/listscripts |
List all available scripts |
/runscript <file> |
Run a script |
/box <material> [w] [h] [d] |
Place a solid box |
/box0 <material> [w] [h] [d] |
Place a hollow box |
/sphere <material> [radius] |
Build a solid sphere |
/sphere0 <material> [radius] |
Build a hollow sphere |
/maze <material> <cols> <rows> [height] |
Generate a random maze |
/rainbow [radius] |
Build a rainbow arch |
/castle <material> [side] [height] |
Build a castle |
All commands have tab completion for material names and script filenames.