Examples of CitizensDisableEvent


Examples of net.citizensnpcs.api.event.CitizensDisableEvent

        PropertyManager.saveState();
        NPCManager.despawnAll(NPCRemoveReason.UNLOAD);
        CreatureTask.despawnAll(NPCRemoveReason.UNLOAD);

        // call disable event
        Bukkit.getServer().getPluginManager().callEvent(new CitizensDisableEvent());

        Messaging.log("version [" + getDescription().getVersion() + "] disabled.");
    }
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.