Mod is now available for 1.21.1
Added /cmdblock, does the same as /commandblock, just shorter and quicker to type
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 (see Minecraft wiki))

