Package net.ae97.totalpermissions.permission

Examples of net.ae97.totalpermissions.permission.PermissionUser.remGroup()


    @Override
    public boolean playerRemoveGroup(String world, String player, String group) {
        try {
            PermissionUser user = manager.getUser(player);
            user.remGroup(group, world);
            return true;
        } catch (IOException ex) {
            plugin.getLogger().log(Level.SEVERE,
                    String.format("[%s] An error occured while saving perms", totalperms.getDescription().getName()), ex);
            return false;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.