Package net.citizensnpcs.permissions

Examples of net.citizensnpcs.permissions.PermissionManager


        commands.register(BasicCommands.class);
        commands.register(ToggleCommands.class);
        commands.register(WaypointCommands.class);

        // initialize permissions system
        new PermissionManager().init();
        Economy.init();

        // schedule Creature tasks
        if (CreatureNPCType.hasSpawning()) {
            getServer().getScheduler().scheduleSyncRepeatingTask(this, new CreatureTask(),
View Full Code Here

TOP

Related Classes of net.citizensnpcs.permissions.PermissionManager

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.