Package net.citizensnpcs.commands

Examples of net.citizensnpcs.commands.ToggleCommands


        permissions.add(perm);
    }

    private static void addPermissions() {
        new BasicCommands().addPermissions();
        new ToggleCommands().addPermissions();
        new WaypointCommands().addPermissions();
        addPermission("citizens.evils.immune");
        for (String loaded : Citizens.loadedTypes) {
            CitizensNPCType type = NPCTypeManager.getType(loaded);
            if (type != null) {
View Full Code Here

TOP

Related Classes of net.citizensnpcs.commands.ToggleCommands

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.