Skip to content

Releases: cndrbrbr/script4kids

v1.0.4

Choose a tag to compare

@cndrbrbr cndrbrbr released this 01 Mar 07:52

v1.0.4

v1.0.3

Choose a tag to compare

@cndrbrbr cndrbrbr released this 28 Feb 12:45

v1.0.3 bugfixtPFlag

v1.0.2

Choose a tag to compare

@cndrbrbr cndrbrbr released this 28 Feb 12:08
388b094

added Script Examples

Scriptcraft revival

Choose a tag to compare

@cndrbrbr cndrbrbr released this 28 Feb 10:33

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.