Package net.citizensnpcs.api.event

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

Related Classes of net.citizensnpcs.api.event.CitizensReloadEvent

Copyright © 2018 www.massapicom. 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.