I have an idea for a command system that would let players create custom command chains or shorten long commands into one custom command.
Using /newcommand [more commands], you could create a shortcut. Example:
/newcommand zombiehorde summon zombie ~ ~ ~ 10
Now you can just type /zombiehorde to summon 10 zombies.
You could also delay parts of a chain using ticks:
/newcommand stone fill air 20 fill stone
This runs the second command 20 ticks later.
You can make these available in all worlds, or just the current one with:
/newworldcommand [min rank]
Ranks could be visitor (0), member (1), op (2), and owner (3). By default, higher ranks can run commands meant for lower ones.
Commands can be shared with friends using:
/newcommand shared:FriendName123
Or even allow all friends: shared:all.
In the Marketplace, creators could upload custom command packs. These would only be usable by world owners or operators to prevent abuse.
World settings could include a toggle to allow custom commands or a role option to manage it. Additional commands:
/editcommand
/deletecommand
/commandinfo (for shared commands)
This would make advanced builds easier for players who aren’t command experts and save tons of time. Thanks for reading!
Please sign in to leave a comment.
0 Comments