modify unload tip...

Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
j502647092 2015-09-01 22:52:17 +08:00
parent c1092c83f5
commit 22676fdf8e

View File

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