modify unload tip...

Signed-off-by: j502647092 <jtb1@163.com>
dev
j502647092 2015-09-01 22:52:17 +08:00
parent c1092c83f5
commit 22676fdf8e
1 changed files with 1 additions and 1 deletions

View File

@ -441,10 +441,10 @@ public class PluginsManager {
if (command.getPlugin() == next) { if (command.getPlugin() == next) {
command.unregister(commandMap); command.unregister(commandMap);
it.remove(); it.remove();
sender.sendMessage("§6卸载: §a插件 " + name + " 的 " + command.getLabel() + " 命令已卸载!");
} }
} }
} }
sender.sendMessage("§6卸载: §a注销插件 " + name + " 的所有命令!");
} }
} }
} }