Skip to content

Commit bf17e06

Browse files
authored
1.0.1 update details
compatibility, command priority and command expectations fix
1 parent fbe292a commit bf17e06

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
1+
1.0.1:
2+
compatibility down to Bukkit, Spigot and Paper 1.8 and above.
3+
changed how and when the plugin should be loaded on startup to give UltraCommand full control over all commands you may want to create, for example you can create custom command overrides to replace any existing command! e.g. you can easily cover /op with the following example:
4+
/ud add text op &6&l&oExamplePrefix &f&l&o> &cYou can NOT use this command
5+
/ud add pcmd op me Just attempted to run /op
6+
/uc add text minecraft:op &6&l&oExamplePrefix &f&l&o> &cNice try, but you can NOT use this command even with a prefix.
7+
/ud add pcmd minecraft:op me Just attempted to run /minecraft:op
8+
Those 2 basic commands will block the /op command from being used even by your admins and report in chat what they did, of course you can customize this to your likening.
9+
don't forget that each command created generates it's own permission, so be sure to give the permission node for your new commands to everyone. (ultracommand.commands.op | ultracommand.commands.minecraft:op)
10+
11+
142-145 updated messages: "Successfully Saved", "Failed to Save", "Commands configuration successfully saved."
12+
Commands prioritized and responses fixed
13+
/uc list - list all custom commands
14+
/uc list <name> (Returns weather or not there are Chat Commands, Player Commands or Console Commands and what they are if they exist)
15+
/uc reload - reload all custom commands (usefull after editing your commands via the commands.yml)
16+
117
1.0.0:
2-
Initial release on Spigot (2021)
18+
Initial release on Spigot (2021)

0 commit comments

Comments
 (0)