Commandblock commands
This mod adds some useful commands related to commandblocks
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Commandblock commands
This mod adds useful commands related to command blocks. Examples: - /commandblock <pos> run - runs command block at a specified position, - /commandblock <pos> runRepeating <ticks> - sets commandblock to repeat, always active so it repeats the command every tick, sets it back to impulse after <ticks> ticks, - /commandblock <pos> state set <Impulse/Repeating/Chain> / get - sets or gets (shows in the chat) the state of commandblock - /commandblock <pos> alwaysActive <set> <true/false> / <get> - sets or gets "AlwaysActive" value of commandblock, when it is true, the command will be run every tick (if command block is repeating)
Made with MCreator