mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-04 13:47:53 +02:00
Removing a few restrictions on manuadd, it shouldnt be a clone of manpromote after all.
This commit is contained in:
@@ -365,14 +365,6 @@ public class GroupManager extends JavaPlugin {
|
|||||||
sender.sendMessage(ChatColor.RED + "Can't modify player involving a group that you don't inherit.");
|
sender.sendMessage(ChatColor.RED + "Can't modify player involving a group that you don't inherit.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (!isConsole && !isOpOverride && (!permissionHandler.hasGroupInInheritance(auxUser.getGroup(), auxGroup.getName()) && !permissionHandler.hasGroupInInheritance(auxGroup, auxUser.getGroupName()))) {
|
|
||||||
sender.sendMessage(ChatColor.RED + "Can't modify player using groups with different heritage line.");
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
if (!isConsole && !isOpOverride && (!permissionHandler.hasGroupInInheritance(auxGroup, auxUser.getGroupName()))) {
|
|
||||||
sender.sendMessage(ChatColor.RED + "The new group must be a higher rank.");
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
//PARECE OK
|
//PARECE OK
|
||||||
auxUser.setGroup(auxGroup);
|
auxUser.setGroup(auxGroup);
|
||||||
|
Reference in New Issue
Block a user