Package com.pridemc.games.pluginevents

Examples of com.pridemc.games.pluginevents.JoinArena


   
    getCommand("pg").setExecutor(new PlayerCommandHandler());

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

TOP

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

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.