Examples of CitizensReloadEvent


Examples of net.citizensnpcs.api.event.CitizensReloadEvent

        }

        PropertyManager.loadAll();
        Settings.setupVariables();

        Bukkit.getServer().getPluginManager().callEvent(new CitizensReloadEvent());

        Messaging.log("Reloaded.");
        if (sender instanceof Player) {
            sender.sendMessage(ChatColor.GREEN + "[" + StringUtils.wrap("Citizens") + "] Reloaded.");
        }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.