CommandEdit is a plugin to create easly commands.
CommandEdit is using the vanilla command engine so that your command looks nice and coloured.
Also, these command which you can create, are also executable from execute command and mcfunctions
The permission for the /command command is:
I can't edit the name of the permission. The reason why I can't edit this:
is because I use the vanilla command engine.
Tutorial:
Create command:
First to create the baseplate of the command, you need to create the command constructor:
Add argument:
You can add also arguments to your command. The argument position is controlled by the dot. Before you enter the argument, you need to put the constructor id first. Then can you put your argument id into the command.
Behind the id, you're supposed to select the argument type (literal | selector | integer). Literal means a basic argument. More argument types are coming soon...
Set the command what supposed to happens by running the command:
Your command is not a command if not anything happens by running it.
With the modify argument in /command constructor or /command arguments can you set it.
You can clear it too:
(Re)build commands:
At the end, of course, you want to use your commands.
What you need to do is reloading the hole server.
CommandEdit is using the vanilla command engine so that your command looks nice and coloured.
Also, these command which you can create, are also executable from execute command and mcfunctions
The permission for the /command command is:
minecraft.command.commandClick to expand...
is because I use the vanilla command engine.
Tutorial:
Create command:
First to create the baseplate of the command, you need to create the command constructor:
/command constructor add <id>Click to expand...
Add argument:
You can add also arguments to your command. The argument position is controlled by the dot. Before you enter the argument, you need to put the constructor id first. Then can you put your argument id into the command.
Behind the id, you're supposed to select the argument type (literal | selector | integer). Literal means a basic argument. More argument types are coming soon...
/command arguments add <id> literal
/command arguments add <id> selector (entities|entity|player)
/command arguments add <id> integer [store] [objective] [min] [max]Click to expand...
Set the command what supposed to happens by running the command:
Your command is not a command if not anything happens by running it.
With the modify argument in /command constructor or /command arguments can you set it.
/command constructor modify <id> runCommand "say Oh, something was happen"
/command arguments modify <id> runCommand "say Oh, something was happen"Click to expand...
/command constructor modify <id> runCommand
/command arguments modify <id> runCommandClick to expand...
(Re)build commands:
At the end, of course, you want to use your commands.
What you need to do is reloading the hole server.
/reloadClick to expand...
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.15
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
CommandEdit | Command Creator is a free Minecraft Java mod. Compatible with Minecraft 1.15. Downloaded 678 times (via Spigot). Download it and open it directly in the game.