Commandblock commands

Quick rating

Community listing page, reviews here may not be monitored by the author.

Commandblock commands

By QwidoskiOwner

No reviews yet

This mod adds some useful commands related to commandblocks

Mod Loaders
Minecraft

About

Description

This mod adds useful commands related to command blocks. Examples:

  • /commandblock run - runs command block at a specified position,
  • /commandblock runRepeating - sets commandblock to repeat, always active so it repeats the command every tick, sets it back to impulse after ticks,
  • /commandblock state set <Impulse/Repeating/Chain> / get - sets or gets (shows in the chat) the state of commandblock
  • /commandblock alwaysActive <true/false> / - 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