- Tham gia
- 27/05/2019
- Bài viết
- 377
C++:
if (args.length == 1 && args[0].equals("reload") && player.hasPermission("kite.reload")) {
sender.sendMessage("§aĐang tải lại...");
this.config.saveConfig();
this.config.loadConfig();
sender.sendMessage("§aTải lại thành công!");
Bukkit.getLogger().info(ChatColor.WHITE + sender.getName() + "§7 Reloaded " + this.plugin.getName());
}





