mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-16 15:45:58 +01:00
Clarify no perm msgs for missing .offline perms
Signed-off-by: KHobbits <rob@khobbits.co.uk>
This commit is contained in:
parent
7436009ea4
commit
ae89c80d4e
@ -40,7 +40,7 @@ public class Commandban extends EssentialsCommand
|
|||||||
{
|
{
|
||||||
if (sender.isPlayer() && !ess.getUser(sender.getPlayer()).isAuthorized("essentials.ban.offline"))
|
if (sender.isPlayer() && !ess.getUser(sender.getPlayer()).isAuthorized("essentials.ban.offline"))
|
||||||
{
|
{
|
||||||
throw new Exception(_("banExempt"));
|
throw new Exception(_("banExemptOffline"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -38,7 +38,7 @@ public class Commandmute extends EssentialsCommand
|
|||||||
{
|
{
|
||||||
if (sender.isPlayer() && !ess.getUser(sender.getPlayer()).isAuthorized("essentials.mute.offline"))
|
if (sender.isPlayer() && !ess.getUser(sender.getPlayer()).isAuthorized("essentials.mute.offline"))
|
||||||
{
|
{
|
||||||
throw new Exception(_("muteExempt"));
|
throw new Exception(_("muteExemptOffline"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -30,7 +30,7 @@ public class Commandtempban extends EssentialsCommand
|
|||||||
if (sender.isPlayer()
|
if (sender.isPlayer()
|
||||||
&& !ess.getUser(sender.getPlayer()).isAuthorized("essentials.tempban.offline"))
|
&& !ess.getUser(sender.getPlayer()).isAuthorized("essentials.tempban.offline"))
|
||||||
{
|
{
|
||||||
sender.sendMessage(_("tempbanExempt"));
|
sender.sendMessage(_("tempbanExemptOffline"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -31,7 +31,7 @@ public class Commandtogglejail extends EssentialsCommand
|
|||||||
if (sender.isPlayer()
|
if (sender.isPlayer()
|
||||||
&& !ess.getUser(sender.getPlayer()).isAuthorized("essentials.togglejail.offline"))
|
&& !ess.getUser(sender.getPlayer()).isAuthorized("essentials.togglejail.offline"))
|
||||||
{
|
{
|
||||||
sender.sendMessage(_("mayNotJail"));
|
sender.sendMessage(_("mayNotJailOffline"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -527,4 +527,8 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players\!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
@ -532,4 +532,8 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
@ -527,4 +527,8 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
@ -527,4 +527,8 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
@ -527,4 +527,8 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
@ -527,4 +527,8 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
@ -527,4 +527,8 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
@ -527,4 +527,8 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
@ -527,4 +527,8 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
@ -527,4 +527,8 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
@ -527,4 +527,8 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
@ -527,4 +527,8 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
@ -527,4 +527,8 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
@ -527,4 +527,8 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
@ -527,4 +527,8 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
@ -527,4 +527,11 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
<<<<<<< HEAD
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
=======
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
|
>>>>>>> Clarify no perm msgs for missing .offline perms
|
||||||
|
@ -527,4 +527,8 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
@ -527,4 +527,8 @@ mobDataList=\u00a76Valid mob data\:\u00a7r {0}
|
|||||||
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
vanish=\u00a76Vanish for {0}\u00a76\: {1}
|
||||||
noLocationFound=\u00a74No valid location found.
|
noLocationFound=\u00a74No valid location found.
|
||||||
coordsKeyword={0}, {1}, {2}
|
coordsKeyword={0}, {1}, {2}
|
||||||
|
banExemptOffline=\u00a74You may not ban offline players.
|
||||||
|
tempbanExemptOffline=\u00a74You may not tempban offline players.
|
||||||
|
mayNotJailOffline=\u00a74You may not jail offline players!
|
||||||
|
muteExemptOffline=\u00a74You may not mute offline players.
|
||||||
ignoreExempt=\u00a74You can not ignore that player.
|
ignoreExempt=\u00a74You can not ignore that player.
|
||||||
|
Loading…
Reference in New Issue
Block a user