mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-23 05:53:54 +00:00
Move the per world permissions:
essentials.world.worldname is moved to essentials.worlds.worldname
This commit is contained in:
parent
78a580bc40
commit
f9659dae68
13 changed files with 28 additions and 28 deletions
|
@ -43,7 +43,7 @@ public class Commandtpall extends EssentialsCommand
|
|||
continue;
|
||||
}
|
||||
if (user.getWorld() != player.getWorld() && ess.getSettings().isWorldTeleportPermissions()
|
||||
&& !user.isAuthorized("essentials.world." + user.getWorld().getName()))
|
||||
&& !user.isAuthorized("essentials.worlds." + user.getWorld().getName()))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue