Package com.pridemc.games.pluginevents

Examples of com.pridemc.games.pluginevents.PortalCreation


    getCommand("class").setExecutor(new ClassCommandHandler());
   
    getServer().getPluginManager().registerEvents(new JoinArena(), this);
   
    getServer().getPluginManager().registerEvents(new PortalCreation(), this);
   
    getServer().getPluginManager().registerEvents(new BlockBreak(), this);
   
    getServer().getPluginManager().registerEvents(new BlockPlace(), this);
View Full Code Here

TOP

Related Classes of com.pridemc.games.pluginevents.PortalCreation

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.