Package net.citizensnpcs.listeners

Examples of net.citizensnpcs.listeners.PlayerListen


        }

        // register our events
        getServer().getPluginManager().registerEvents(new EntityListen(), this);
        getServer().getPluginManager().registerEvents(new WorldListen(), this);
        getServer().getPluginManager().registerEvents(new PlayerListen(), this);

        // register our commands
        commands.register(BasicCommands.class);
        commands.register(ToggleCommands.class);
        commands.register(WaypointCommands.class);
View Full Code Here

TOP

Related Classes of net.citizensnpcs.listeners.PlayerListen

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.