Package com.forgeessentials.protection.commands

Examples of com.forgeessentials.protection.commands.CommandProtectionDebug


    @SuppressWarnings("unchecked")
    @SubscribeEvent
    public void registerPermissions(FEModuleServerInitEvent ev)
    {
        FunctionHelper.registerServerCommand(new CommandItemPermission());
        FunctionHelper.registerServerCommand(new CommandProtectionDebug());
        FunctionHelper.registerServerCommand(new ProtectCommand());

        // ----------------------------------------
        // Other
        APIRegistry.perms.registerPermission(PERM_PVP, RegisteredPermValue.TRUE, "Allow PvP");
View Full Code Here

TOP

Related Classes of com.forgeessentials.protection.commands.CommandProtectionDebug

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.