Package com.pridemc.games.commands

Examples of com.pridemc.games.commands.PlayerCommandHandler


   
    getLogger().info("has been enabled");
   
    getCommand("arena").setExecutor(new ArenaCommandHandler());
   
    getCommand("pg").setExecutor(new PlayerCommandHandler());

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

TOP

Related Classes of com.pridemc.games.commands.PlayerCommandHandler

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.