oblak/cloud-minecraft/cloud-bukkit
jmp 77225274ce Improve Bukkit command registration logic
When a new command is registered, if a command with that name already exists, Bukkit will not register the new command, ie the existing command gets priority.
However, if the already existing command is an alias, it will replaced by the new command.

These changes update cloud to be aware whether or not an existing command is an alias, and that if so, that Bukkit will allow us to have priority for this command.
2020-12-07 20:05:45 +01:00
..
src/main/java/cloud/commandframework/bukkit Improve Bukkit command registration logic 2020-12-07 20:05:45 +01:00
build.gradle Add errorprone and fix warnings/errors 2020-10-24 19:52:44 +02:00