HomeJavaModsUltraCommand | custom commands, easy
UltraCommand | custom commands, easy
This fork is still a work in progress however all of the errors that were present in minecraft versions 1.7 - 1.18 have now been fixed.
[​IMG]

https://ultracommand.pluginwiki.xyz
[​IMG]
UltraCommand allows a server admin to define an unlimited ammount of custom commands that can send the player that executes them messages, run commands as the player or even as the console. This simple plugin could rapidly become a new essential for you. it was a populer bukkit plugin in the past but was abandond some time ago, this is a custom fork that has been patched up with the new bukkit classes, remapped and had all existing known bugs patched. All of the commands that you create can contain as many lines you want simply by adding more via the "/uc add" command or the commands.yml config.
Here is just a few things that you could do with UltraCommand ..:
More exampled below in the Example section 2 below.
[​IMG]
Add a custom command <name>:
/uc add <name>
. Add an element with content <value> to the command <name>:
/uc add <element> <name> <value>
where <element> is one of:
If the command named <name> does not exist when this command is run, it is automatically created. This makes it optional to create it with /uc add <name> beforehand however this is not needed.

The element value can contain substitutions ( placeholders for data that is specific to a certain time and context a command is run in ) . A list of substitions is available further down the page.

[​IMG]
Define /ranks to display a list of server ranks to the player:
/uc add ranks (optional)
/uc add text ranks &9 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
/uc add text ranks &9&l | &6& YourServer &d&o Ranks &6&o Listed Below! &9&l |
/uc add text ranks &9 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=
/uc add text ranks &a&l&o New &f&l&o > &a&o The First Rank
/uc add text ranks &e&l&o Survival &f&l&o > &e&o The Second Rank
/uc add text ranks &3&l&o Adv &f&l&o > &3&o The Third Rank
/uc add text ranks &2&l&o Pro &f&l&o > &2&o The Fourth Rank
/uc add text ranks &c&l&o VIP &f&l&o > &c&o The Fifth Rank
/uc add text ranks &6&l&o MLG &f&l&o > &6&o The Sixth Rank
/uc add text ranks &d&l&o Donator &f&l&o > &d&o The Seventh Rank
/uc add text ranks &5&l&o Mod &f&l&o > &5&o The eighth Rank
/uc add text ranks &4&l&o Admin &f&l&o > &4&o The ninth Rank
/uc add text ranks &6&l&o Owner &f&l&o > &6&o The tenth Rank
/uc add text ranks &9 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
/uc add text ranks &6&l&o Prefix &f&l&o > &a To see a list of the commands each rank has, Visit this link! &b&n https://your.site/ranks/
(permission: ultracommand.commands.ranks")

Define /welcome <player> to display a welcome message to all new player in a chat :
/uc add welcome
/uc add chat welcome Welcome to YourServer, $1!

The $1 substitution is used to refer to the actual content of <player> part of the command above.
( permission: none)

Define /nightvision to give the player the Night Vision effect for an hour.
/uc add nightvision ( permission " ultracommand.commands.nightvision")
/uc add ccmd nightvision effect $p 16 3600 10
The $p substitution is used to refer to the player's username.
you can even alias your custom commands e.g.

/uc add pcmd nv nightvision ( permission: (" ultracommand.commands.nv")

[​IMG]
[​IMG]
[​IMG]
[​IMG]
Development builds can be found Here in the release section of github.
Use these at your own risk. They are not guaranteed to have been fully tested.

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

UltraCommand | custom commands, easy is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 5,040 times (via Spigot). Download it and open it directly in the game.

Explore more