
Select version for changelog:
Changelog
global variables for script:
Variables.create(name, value);
Variables.get(name);
Variables.delete(name);
Variables.add(name, valueToAdd);
Variables.update(name, newValue);
You can run scripts using /system run script "script here"
Downloads
- Commands++ v14.7 beta.mcaddon (823.06 KB)
- Commands++ v14.mcaddon (821.58 KB)




Item
Lore
also there are alot of commands that are not in the desc so alot of commands are hard to learn.
world.beforeEvents.chatSend.subscribe((e)=>{if (e.message.startsWith(!setMaxPlayers)) e.source.runCommand("setmaxplayers "+e.message.split(" ")[1])});
//this should work
I've already seen a similar comment here, but I want to write anyway.
Please add a command that hides the green text after executing commands such as knockback or burnentity!
This is a very cool mod and I wish the author all the best!!!