Examples of CitizensEnableEvent


Examples of net.citizensnpcs.api.event.CitizensEnableEvent

            @Override
            public void run() {
                setupNPCs();
                // call enable event, can be used for initialization of
                // type-specific things
                Bukkit.getServer().getPluginManager().callEvent(new CitizensEnableEvent());
            }
        }) == -1) {
            Messaging.log("Issue with multiworld scheduling, disabling plugin.");
            getServer().getPluginManager().disablePlugin(this);
            return;
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.