mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-03 01:19:58 +01:00
DERP #2
This commit is contained in:
parent
63680b4911
commit
62812e1e3a
@ -30,7 +30,7 @@ public class Commanddurability extends EssentialsCommand
|
||||
}
|
||||
else
|
||||
{
|
||||
user.sendMessage(_("notATool"));
|
||||
user.sendMessage(_("noDurability"));
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -229,6 +229,7 @@ noAccessCommand=\u00a7cYou do not have access to that command.
|
||||
noAccessPermission=\u00a7cYou do not have permission to access that {0}.
|
||||
noBreakBedrock=You are not allowed to destroy bedrock.
|
||||
noDestroyPermission=\u00a7cYou do not have permission to destroy that {0}.
|
||||
noDurability=\u00a7cThis item does not have a durability.
|
||||
noGodWorldWarning=\u00a7cWarning! God mode in this world disabled.
|
||||
noHelpFound=\u00a7cNo matching commands.
|
||||
noHomeSet=You have not set a home.
|
||||
@ -248,7 +249,6 @@ noWarpsDefined=No warps defined
|
||||
none=none
|
||||
notAllowedToQuestion=\u00a7cYou are not authorized to use question.
|
||||
notAllowedToShout=\u00a7cYou are not authorized to shout.
|
||||
notATool=\u00a7cThis item is not a tool.
|
||||
notEnoughExperience=You do not have enough experience.
|
||||
notEnoughMoney=You do not have sufficient funds.
|
||||
notRecommendedBukkit= * ! * Bukkit version is not the recommended build for Essentials.
|
||||
|
Loading…
Reference in New Issue
Block a user