Package net.citizensnpcs.api.event

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

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

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.