CommandControl - Advanced Capabilities for Pack Creation
Command blocks in Minecraft are familiar to every modder, but many consider them limited compared to full-fledged mods. Coming from the world of command blocks to modding, I understand this perspective. However, one cannot deny that command blocks have their own power - they are capable of almost any actions.
But the word "almost" turned out to be insufficient. CommandControl significantly enhances the capabilities of standard commands, adding a powerful customizable scripting syntax that gives pack creators unlimited power over gameplay.
The mod introduces many new commands:
/setbiome
/fillbiomes
/testforbiome
/testforbiomes
/savedata ... - saves data
/dataexecute
/probenbt
/math
/dimension - works with dimensions
/reloadcommandscripts - reloads command scripts
/man [command] [subcommand] - help system
/motion
Each command has additional parameters and capabilities. Use the /man command for detailed information.
Special expressions are also available: <selector.objective> converts to player's score value, and <selector.nbt.tag.heirarchy> - to the value of the corresponding NBT tag.</selector.nbt.tag.heirarchy></selector.objective>
For pack creators - happy creating!