You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the CommandAPI complain less about command registered in the plugin.yml (#391)
* Make the CommandAPI only complain about commands registered in the plugin.yml if the plugin.yml belongs to the plugin calling the CommandAPI
* still log an information that the command is registered by Bukkit
* make the information about a command being registered by Bukkit not dependent of verbose outputs
* include plugin name in the information message
Copy file name to clipboardExpand all lines: commandapi-platforms/commandapi-bukkit/commandapi-bukkit-core/src/main/java/dev/jorel/commandapi/CommandAPIBukkit.java
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -378,10 +378,18 @@ public void preCommandRegistration(String commandName) {
378
378
// Warn if the command we're registering already exists in this plugin's
0 commit comments