Add support for translating command description and usage (#3284)

This commit is contained in:
pop4959 2020-06-16 13:39:48 -07:00 committed by GitHub
parent 2ab4dcbc11
commit d64f73e719
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 275 additions and 0 deletions

View file

@ -411,6 +411,13 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials {
}
i18n.updateLocale(settings.getLocale());
for (String commandName : this.getDescription().getCommands().keySet()) {
Command command = this.getCommand(commandName);
if (command != null) {
command.setDescription(tl(commandName + "CommandDescription"));
command.setUsage(tl(commandName + "CommandUsage"));
}
}
final PluginManager pm = getServer().getPluginManager();
registerListeners(pm);

View file

@ -6,6 +6,8 @@ action=\u00a75* {0} \u00a75{1}
addedToAccount=\u00a7a{0} has been added to your account.
addedToOthersAccount=\u00a7a{0} added to {1}\u00a7a account. New balance\: {2}
adventure=adventure
afkCommandDescription=Marks you as away-from-keyboard.
afkCommandUsage=/<command> [player/message...]
alertBroke=broke\:
alertFormat=\u00a73[{0}] \u00a7r {1} \u00a76 {2} at\: {3}
alertPlaced=placed\:
@ -17,38 +19,66 @@ antiBuildDrop=\u00a74You are not permitted to drop\u00a7c {0}\u00a74.
antiBuildInteract=\u00a74You are not permitted to interact with\u00a7c {0}\u00a74.
antiBuildPlace=\u00a74You are not permitted to place\u00a7c {0} \u00a74here.
antiBuildUse=\u00a74You are not permitted to use\u00a7c {0}\u00a74.
antiochCommandDescription=A little surprise for operators.
antiochCommandUsage=/<command> [message]
autoAfkKickReason=You have been kicked for idling more than {0} minutes.
autoTeleportDisabled=\u00a76You are no longer automatically approving teleport requests.
autoTeleportDisabledFor=\u00a7c{0}\u00a76 is no longer automatically approving teleport requests.
autoTeleportEnabled=\u00a76You are now automatically approving teleport requests.
autoTeleportEnabledFor=\u00a7c{0}\u00a76 is now automatically approving teleport requests.
backAfterDeath=\u00a76Use the\u00a7c /back\u00a76 command to return to your death point.
backCommandDescription=Teleports you to your location prior to tp/spawn/warp.
backCommandUsage=/<command> [player]
backOther=\u00a76Returned\u00a7c {0}\u00a76 to previous location.
backupCommandDescription=Runs the backup if configured.
backupCommandUsage=/<command>
backupDisabled=\u00a74An external backup script has not been configured.
backupFinished=\u00a76Backup finished.
backupStarted=\u00a76Backup started.
backupInProgress=\u00a76An external backup script is currently in progress! Halting plugin disable until finished.
backUsageMsg=\u00a76Returning to previous location.
balance=\u00a7aBalance\:\u00a7c {0}
balanceCommandDescription=States the current balance of a player.
balanceCommandUsage=/<command> [player]
balanceOther=\u00a7aBalance of {0}\u00a7a\:\u00a7c {1}
balanceTop=\u00a76Top balances ({0})
balancetopCommandDescription=Gets the top balance values.
balancetopCommandUsage=/<command> <page>
banCommandDescription=Bans a player.
banCommandUsage=/<command> <player> [reason]
banExempt=\u00a74You cannot ban that player.
banExemptOffline=\u00a74You may not ban offline players.
banFormat=\u00a7cYou have been banned\:\n\u00a7r{0}
banIpJoin=Your IP address is banned from this server. Reason: {0}
banJoin=You are banned from this server. Reason: {0}
banipCommandDescription=Bans an IP address.
banipCommandUsage=/<command> <address>
bed=\u00a7obed\u00a7r
bedMissing=\u00a74Your bed is either unset, missing or blocked.
bedNull=\u00a7mbed\u00a7r
bedSet=\u00a76Bed spawn set\!
beezookaCommandDescription=Throw an exploding bee at your opponent.
beezookaCommandUsage=/<command>
bigTreeFailure=\u00a74Big tree generation failure. Try again on grass or dirt.
bigTreeSuccess=\u00a76Big tree spawned.
bigtreeCommandDescription=Spawn a big tree where you are looking.
bigtreeCommandUsage=/<command> <tree|redwood|jungle|darkoak>
blockList=\u00a76EssentialsX is relaying the following commands to other plugins\:
blockListEmpty=\u00a76EssentialsX is not relaying any commands to other plugins.
bookAuthorSet=\u00a76Author of the book set to {0}.
bookCommandDescription=Allows reopening and editing of sealed books.
bookCommandUsage=/<command> [title|author [name]]
bookLocked=\u00a76This book is now locked.
bookTitleSet=\u00a76Title of the book set to {0}.
breakCommandDescription=Breaks the block you are looking at.
breakCommandUsage=/<command>
broadcast=\u00a76[\u00a74Broadcast\u00a76]\u00a7a {0}
broadcastCommandDescription=Broadcasts a message to the entire server.
broadcastCommandUsage=/<command> <msg>
broadcastworldCommandDescription=Broadcasts a message to a world.
broadcastworldCommandUsage=/<command> <world> <msg>
burnCommandDescription=Set a player on fire.
burnCommandUsage=/<command> <player> <seconds>
burnMsg=\u00a76You set\u00a7c {0} \u00a76on fire for\u00a7c {1} seconds\u00a76.
cannotSellNamedItem=\u00a76You are not allowed to sell named items.
cannotSellTheseNamedItems=\u00a76You are not allowed to sell these named items: \u00a74{0}
@ -64,12 +94,20 @@ cleaned=Userfiles Cleaned.
cleaning=Cleaning userfiles.
clearInventoryConfirmToggleOff=\u00a76You will no longer be prompted to confirm inventory clears.
clearInventoryConfirmToggleOn=\u00a76You will now be prompted to confirm inventory clears.
clearinventoryCommandDescription=Clear all items in your inventory.
clearinventoryCommandUsage=/<command> [player|*] [item[:<data>]|*|**] [amount]
clearinventoryconfirmtoggleCommandDescription=Toggles whether you are prompted to confirm inventory clears.
clearinventoryconfirmtoggleCommandUsage=/<command>
commandCooldown=\u00a7cYou cannot type that command for {0}.
commandDisabled=\u00a7cThe command\u00a76 {0}\u00a7c is disabled.
commandFailed=Command {0} failed\:
commandHelpFailedForPlugin=Error getting help for plugin\: {0}
commandNotLoaded=\u00a74Command {0} is improperly loaded.
compassBearing=\u00a76Bearing\: {0} ({1} degrees).
compassCommandDescription=Describes your current bearing.
compassCommandUsage=/<command>
condenseCommandDescription=Condenses items into a more compact blocks.
condenseCommandUsage=/<command> [<itemname>|<id>|hand|inventory]
configFileMoveError=Failed to move config.yml to backup location.
configFileRenameError=Failed to rename temp file to config.yml.
confirmClear=\u00a77To \u00a7lCONFIRM\u00a77 inventory clear, please repeat command: \u00a76{0}
@ -80,6 +118,8 @@ cooldownWithMessage=\u00a74Cooldown\: {0}
coordsKeyword={0}, {1}, {2}
couldNotFindTemplate=\u00a74Could not find template {0}
createdKit=\u00a76Created kit \u00a7c{0} \u00a76with \u00a7c{1} \u00a76entries and delay \u00a7c{2}
createkitCommandDescription=Create a kit in game!
createkitCommandUsage=/<command> <kitname> <delay>
createKitFailed=\u00a74Error occurred whilst creating kit {0}.
createKitSeparator=\u00a7m-----------------------
createKitSuccess=\u00a76Created Kit: \u00a7f{0}\n\u00a76Delay: \u00a7f{1}\n\u00a76Link: \u00a7f{2}\n\u00a76Copy contents in the link above into your kits.yml.
@ -88,6 +128,8 @@ creatingEmptyConfig=Creating empty config\: {0}
creative=creative
currency={0}{1}
currentWorld=\u00a76Current World\:\u00a7c {0}
customtextCommandDescription=Allows you to create custom text commands.
customtextCommandUsage=/<alias> - Define in bukkit.yml
day=day
days=days
defaultBanReason=The Ban Hammer has spoken\!
@ -96,6 +138,14 @@ deleteHome=\u00a76Home\u00a7c {0} \u00a76has been removed.
deleteJail=\u00a76Jail\u00a7c {0} \u00a76has been removed.
deleteKit=\u00a76Kit\u00a7c {0} \u00a76has been removed.
deleteWarp=\u00a76Warp\u00a7c {0} \u00a76has been removed.
delhomeCommandDescription=Removes a home.
delhomeCommandUsage=/<command> [player:]<name>
deljailCommandDescription=Removes a jail.
deljailCommandUsage=/<command> <jailname>
delkitCommandDescription=Deletes the specified kit.
delkitCommandUsage=/<command> <kit>
delwarpCommandDescription=Deletes the specified warp.
delwarpCommandUsage=/<command> <warp>
deniedAccessCommand=\u00a7c{0} \u00a74was denied access to command.
denyBookEdit=\u00a74You cannot unlock this book.
denyChangeAuthor=\u00a74You cannot change the author of this book.
@ -103,32 +153,48 @@ denyChangeTitle=\u00a74You cannot change the title of this book.
depth=\u00a76You are at sea level.
depthAboveSea=\u00a76You are\u00a7c {0} \u00a76block(s) above sea level.
depthBelowSea=\u00a76You are\u00a7c {0} \u00a76block(s) below sea level.
depthCommandDescription=States current depth, relative to sea level.
depthCommandUsage=/depth
destinationNotSet=Destination not set\!
disabled=disabled
disabledToSpawnMob=\u00a74Spawning this mob was disabled in the config file.
disableUnlimited=\u00a76Disabled unlimited placing of\u00a7c {0} \u00a76for\u00a7c {1}\u00a76.
disposal=Disposal
disposalCommandDescription=Opens a portable disposal menu.
disposalCommandUsage=/<command>
distance=\u00a76Distance\: {0}
dontMoveMessage=\u00a76Teleportation will commence in\u00a7c {0}\u00a76. Don''t move.
downloadingGeoIp=Downloading GeoIP database... this might take a while (country\: 1.7 MB, city\: 30MB)
duplicatedUserdata=Duplicated userdata\: {0} and {1}.
durability=\u00a76This tool has \u00a7c{0}\u00a76 uses left.
east=E
ecoCommandDescription=Manages the server economy.
ecoCommandUsage=/<command> <give|take|set|reset> <player> <amount>
editBookContents=\u00a7eYou may now edit the contents of this book.
enabled=enabled
enchantCommandDescription=Enchants the item the user is holding.
enchantCommandUsage=/<command> <enchantmentname> [level]
enableUnlimited=\u00a76Giving unlimited amount of\u00a7c {0} \u00a76to \u00a7c{1}\u00a76.
enchantmentApplied=\u00a76The enchantment\u00a7c {0} \u00a76has been applied to your item in hand.
enchantmentNotFound=\u00a74Enchantment not found\!
enchantmentPerm=\u00a74You do not have the permission for\u00a7c {0}\u00a74.
enchantmentRemoved=\u00a76The enchantment\u00a7c {0} \u00a76has been removed from your item in hand.
enchantments=\u00a76Enchantments\:\u00a7r {0}
enderchestCommandDescription=Lets you see inside an enderchest.
enderchestCommandUsage=/<command> [player]
errorCallingCommand=Error calling the command /{0}
errorWithMessage=\u00a7cError\:\u00a74 {0}
essentialsCommandDescription=Reloads essentials.
essentialsCommandUsage=/<command>
essentialsHelp1=The file is broken and Essentials can''t open it. Essentials is now disabled. If you can''t fix the file yourself, go to http\://tiny.cc/EssentialsChat
essentialsHelp2=The file is broken and Essentials can''t open it. Essentials is now disabled. If you can''t fix the file yourself, either type /essentialshelp in game or go to http\://tiny.cc/EssentialsChat
essentialsReload=\u00a76Essentials reloaded\u00a7c {0}.
exp=\u00a7c{0} \u00a76has\u00a7c {1} \u00a76exp (level\u00a7c {2}\u00a76) and needs\u00a7c {3} \u00a76more exp to level up.
expCommandDescription=Give, set or look at a players exp.
expCommandUsage=/<command> [show|set|give] [playername [amount]]
expSet=\u00a7c{0} \u00a76now has\u00a7c {1} \u00a76exp.
extCommandDescription=Extinguish players.
extCommandUsage=/<command> [player]
extinguish=\u00a76You extinguished yourself.
extinguishOthers=\u00a76You extinguished {0}\u00a76.
failedToCloseConfig=Failed to close config {0}.
@ -136,27 +202,45 @@ failedToCreateConfig=Failed to create config {0}.
failedToWriteConfig=Failed to write config {0}.
false=\u00a74false\u00a7r
feed=\u00a76Your appetite was sated.
feedCommandDescription=Satisfy the hunger.
feedCommandUsage=/<command> [player]
feedOther=\u00a76You satiated the appetite of \u00a7c{0}\u00a76.
fileRenameError=Renaming file {0} failed\!
fireballCommandDescription=Throw a fireball or other assorted projectiles.
fireballCommandUsage=/<command> [fireball|small|large|arrow|skull|egg|snowball|expbottle|dragon|splashpotion|lingeringpotion|trident] [speed]
fireworkColor=\u00a74Invalid firework charge parameters inserted, must set a color first.
fireworkCommandDescription=Allows you to modify a stack of fireworks.
fireworkCommandUsage=/<command> <<meta param>|power [amount]|clear|fire [amount]>
fireworkEffectsCleared=\u00a76Removed all effects from held stack.
fireworkSyntax=\u00a76Firework parameters\:\u00a7c color\:<color> [fade\:<color>] [shape\:<shape>] [effect\:<effect>]\n\u00a76To use multiple colors/effects, separate values with commas\: \u00a7cred,blue,pink\n\u00a76Shapes\:\u00a7c star, ball, large, creeper, burst \u00a76Effects\:\u00a7c trail, twinkle.
flyCommandDescription=Take off, and soar!
flyCommandUsage=/<command> [player] [on|off]
flying=flying
flyMode=\u00a76Set fly mode\u00a7c {0} \u00a76for {1}\u00a76.
foreverAlone=\u00a74You have nobody to whom you can reply.
fullStack=\u00a74You already have a full stack.
gameMode=\u00a76Set game mode\u00a7c {0} \u00a76for \u00a7c{1}\u00a76.
gameModeInvalid=\u00a74You need to specify a valid player/mode.
gamemodeCommandDescription=Change player gamemode.
gamemodeCommandUsage=/<command> <survival|creative|adventure|spectator> [player]
gcCommandDescription=Reports memory, uptime and tick info.
gcCommandUsage=/<command> [all]
gcfree=\u00a76Free memory\:\u00a7c {0} MB.
gcmax=\u00a76Maximum memory\:\u00a7c {0} MB.
gctotal=\u00a76Allocated memory\:\u00a7c {0} MB.
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 chunks, \u00a7c{3}\u00a76 entities, \u00a7c{4}\u00a76 tiles.
geoipJoinFormat=\u00a76Player \u00a7c{0} \u00a76comes from \u00a7c{1}\u00a76.
getposCommandDescription=Get your current coordinates or those of a player.
getposCommandUsage=/<command> [player]
giveCommandDescription=Give a player an item.
giveCommandUsage=/<command> <player> <item|numeric> [amount [itemmeta...]]
geoipCantFind=\u00a76Player \u00a7c{0} \u00a76comes from \u00a7aan unknown country\u00a76.
geoIpLicenseMissing=No license key found! Please visit https://essentialsx.cf/geoip for first time setup instructions.
geoIpUrlEmpty=GeoIP download url is empty.
geoIpUrlInvalid=GeoIP download url is invalid.
givenSkull=\u00a76You have been given the skull of \u00a7c{0}\u00a76.
godCommandDescription=Enables your godly powers.
godCommandUsage=/<command> [player] [on|off]
giveSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1} \u00a76to\u00a7c {2}\u00a76.
giveSpawnFailure=\u00a74Not enough space, \u00a7c{0} {1} \u00a74was lost.
godDisabledFor=\u00a7cdisabled\u00a76 for\u00a7c {0}
@ -165,6 +249,8 @@ godMode=\u00a76God mode\u00a7c {0}\u00a76.
groupDoesNotExist=\u00a74There''s no one online in this group\!
groupNumber=\u00a7c{0}\u00a7f online, for the full list\:\u00a7c /{1} {2}
hatArmor=\u00a74You cannot use this item as a hat\!
hatCommandDescription=Get some cool new headgear.
hatCommandUsage=/<command> [remove]
hatCurse=\u00a74You cannot remove a hat with the curse of binding\!
hatEmpty=\u00a74You are not wearing a hat.
hatFail=\u00a74You must have something to wear in your hand.
@ -172,22 +258,32 @@ hatPlaced=\u00a76Enjoy your new hat\!
hatRemoved=\u00a76Your hat has been removed.
haveBeenReleased=\u00a76You have been released.
heal=\u00a76You have been healed.
healCommandDescription=Heals you or the given player.
healCommandUsage=/<command> [player]
healDead=\u00a74You cannot heal someone who is dead\!
healOther=\u00a76Healed\u00a7c {0}\u00a76.
helpCommandDescription=Views a list of available commands.
helpCommandUsage=/<command> [search term] [page]
helpConsole=To view help from the console, type ''?''.
helpFrom=\u00a76Commands from {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a76Commands matching "\u00a7c{0}\u00a76"\:
helpOp=\u00a74[HelpOp]\u00a7r \u00a76{0}\:\u00a7r {1}
helpPlugin=\u00a74{0}\u00a7r\: Plugin Help\: /help {1}
helpopCommandDescription=Message online admins.
helpopCommandUsage=/<command> <message>
holdBook=\u00a74You are not holding a writable book.
holdFirework=\u00a74You must be holding a firework to add effects.
holdPotion=\u00a74You must be holding a potion to apply effects to it.
holeInFloor=\u00a74Hole in floor\!
homeCommandDescription=Teleport to your home.
homeCommandUsage=/<command> [player:][name]
homes=\u00a76Homes\:\u00a7r {0}
homeSet=\u00a76Home set to current location.
hour=hour
hours=hours
ignoreCommandDescription=Ignore or unignore other players.
ignoreCommandUsage=/<command> <player>
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignoreExempt=\u00a74You may not ignore that player.
ignorePlayer=\u00a76You ignore player\u00a7c {0} \u00a76from now on.
@ -195,6 +291,8 @@ illegalDate=Illegal date format.
infoAfterDeath=\u00a76You died in \u00a7e{0} \u00a76at \u00a7e{1}, {2}, {3}\u00a76.
infoChapter=\u00a76Select chapter\:
infoChapterPages=\u00a7e ---- \u00a76{0} \u00a7e--\u00a76 Page \u00a7c{1}\u00a76 of \u00a7c{2} \u00a7e----
infoCommandDescription=Shows information set by the server owner.
infoCommandUsage=/<command> [chapter] [page]
infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Page \u00a7c{0}\u00a76/\u00a7c{1} \u00a7e----
infoUnknownChapter=\u00a74Unknown chapter.
insufficientFunds=\u00a74Insufficient funds available.
@ -217,14 +315,20 @@ inventoryClearingAllArmor=\u00a76Cleared all inventory items and armor from {0}\
inventoryClearingAllItems=\u00a76Cleared all inventory items from\u00a7c {0}\u00a76.
inventoryClearingFromAll=\u00a76Clearing the inventory of all users...
inventoryClearingStack=\u00a76Removed\u00a7c {0} \u00a76of\u00a7c {1} \u00a76from\u00a7c {2}\u00a76.
invseeCommandDescription=See the inventory of other players.
invseeCommandUsage=/<command> <player>
is=is
isIpBanned=\u00a76IP \u00a7c{0} \u00a76is banned.
internalError=\u00a7cAn internal error occurred while attempting to perform this command.
itemCannotBeSold=\u00a74That item cannot be sold to the server.
itemCommandDescription=Spawn an item.
itemCommandUsage=/<command> <item|numeric> [amount [itemmeta...]]
itemId=\u00a76ID\:\u00a7c {0}
itemMustBeStacked=\u00a74Item must be traded in stacks. A quantity of 2s would be two stacks, etc.
itemNames=\u00a76Item short names\:\u00a7r {0}
itemnameClear=\u00a76You have cleared this item''s name.
itemnameCommandDescription=Names an item.
itemnameCommandUsage=/<command> [name]
itemnameInvalidItem=\u00a7cYou need to hold an item to rename it.
itemnameSuccess=\u00a76You have renamed your held item to "\u00a7c{0}\u00a76".
itemNotEnough1=\u00a74You do not have enough of that item to sell.
@ -238,6 +342,8 @@ itemSold=\u00a7aSold for \u00a7c{0} \u00a7a({1} {2} at {3} each).
itemSoldConsole=\u00a7e{0} \u00a7asold\u00a7e {1}\u00a7a for \u00a7e{2} \u00a7a({3} items at {4} each).
itemSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1}
itemType=\u00a76Item\:\u00a7c {0}
itemdbCommandDescription=Searches for an item.
itemdbCommandUsage=/<command> <item>
jailAlreadyIncarcerated=\u00a74Person is already in jail\:\u00a7c {0}
jailList=\u00a76Jails\:\u00a7r {0}
jailMessage=\u00a74You do the crime, you do the time.
@ -246,12 +352,24 @@ jailReleased=\u00a76Player \u00a7c{0}\u00a76 unjailed.
jailReleasedPlayerNotify=\u00a76You have been released\!
jailSentenceExtended=\u00a76Jail time extended to \u00a7c{0}\u00a76.
jailSet=\u00a76Jail\u00a7c {0} \u00a76has been set.
jailsCommandDescription=List all jails.
jailsCommandUsage=/<command>
jumpCommandDescription=Jumps to the nearest block in the line of sight.
jumpCommandUsage=/<command>
jumpError=\u00a74That would hurt your computer''s brain.
kickCommandDescription=Kicks a specified player with a reason.
kickCommandUsage=/<command> <player> [reason]
kickDefault=Kicked from server.
kickedAll=\u00a74Kicked all players from server.
kickExempt=\u00a74You cannot kick that person.
kickallCommandDescription=Kicks all players off the server except the issuer.
kickallCommandUsage=/<command> [reason]
kill=\u00a76Killed\u00a7c {0}\u00a76.
killCommandDescription=Kills specified player.
killCommandUsage=/<command> <player>
killExempt=\u00a74You cannot kill \u00a7c{0}\u00a74.
kitCommandDescription=Obtains the specified kit or views all available kits.
kitCommandUsage=/<command> [kit] [player]
kitContains=\u00a76Kit \u00a7c{0} \u00a76contains:
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitDelay=\u00a7m{0}\u00a7r
@ -265,13 +383,19 @@ kitNotFound=\u00a74That kit does not exist.
kitOnce=\u00a74You can''t use that kit again.
kitReceive=\u00a76Received kit\u00a7c {0}\u00a76.
kits=\u00a76Kits\:\u00a7r {0}
kittycannonCommandDescription=Throw an exploding kitten at your opponent.
kittycannonCommandUsage=/<command>
kitTimed=\u00a74You can''t use that kit again for another\u00a7c {0}\u00a74.
leatherSyntax=\u00a76Leather color syntax\:\u00a7c color\:<red>,<green>,<blue> eg\: color\:255,0,0\u00a76 OR\u00a7c color\:<rgb int> eg\: color\:16777011
lightningCommandDescription=The power of Thor. Strike at cursor or player.
lightningCommandUsage=/<command> [player] [power]
lightningSmited=\u00a76Thou hast been smitten\!
lightningUse=\u00a76Smiting\u00a7c {0}
listAfkTag=\u00a77[AFK]\u00a7r
listAmount=\u00a76There are \u00a7c{0}\u00a76 out of maximum \u00a7c{1}\u00a76 players online.
listAmountHidden=\u00a76There are \u00a7c{0}\u00a76/\u00a7c{1}\u00a76 out of maximum \u00a7c{2}\u00a76 players online.
listCommandDescription=List all online players.
listCommandUsage=/<command> [group]
listGroupTag=\u00a76{0}\u00a7r\:
listHiddenTag=\u00a77[HIDDEN]\u00a7r
loadWarpError=\u00a74Failed to load warp {0}.
@ -279,6 +403,8 @@ localFormat=[L]<{0}> {1}
localNoOne=
mailClear=\u00a76To clear your mail, type\u00a7c /mail clear\u00a76.
mailCleared=\u00a76Mail cleared\!
mailCommandDescription=Manages inter-player, intra-server mail.
mailCommandUsage=/<command> [read|clear|send [to] [message]|sendall [message]]
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}
mailMessage={0}
@ -291,6 +417,8 @@ maxHomes=\u00a74You cannot set more than\u00a7c {0} \u00a74homes.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
mayNotJail=\u00a74You may not jail that person\!
mayNotJailOffline=\u00a74You may not jail offline players.
meCommandDescription=Describes an action in the context of the player.
meCommandUsage=/<command> <description>
meSender=me
meRecipient=me
minimumPayAmount=\u00a7cThe minimum amount you can pay is {0}.
@ -306,16 +434,26 @@ moneyRecievedFrom=\u00a7a{0}\u00a76 has been received from\u00a7a {1}\u00a76.
moneySentTo=\u00a7a{0} has been sent to {1}.
month=month
months=months
moreCommandDescription=Fills the item stack in hand to maximum size.
moreCommandUsage=/<command>
moreThanZero=\u00a74Quantities must be greater than 0.
motdCommandDescription=Views the Message Of The Day.
motdCommandUsage=/<command> [chapter] [page]
moveSpeed=\u00a76Set\u00a7c {0}\u00a76 speed to\u00a7c {1} \u00a76for \u00a7c{2}\u00a76.
msgCommandDescription=Sends a private message to the specified player.
msgCommandUsage=/<command> <to> <message>
msgDisabled=\u00a76Receiving messages \u00a7cdisabled\u00a76.
msgDisabledFor=\u00a76Receiving messages \u00a7cdisabled \u00a76for \u00a7c{0}\u00a76.
msgEnabled=\u00a76Receiving messages \u00a7cenabled\u00a76.
msgEnabledFor=\u00a76Receiving messages \u00a7cenabled \u00a76for \u00a7c{0}\u00a76.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
msgIgnore=\u00a7c{0} \u00a74has messages disabled.
msgtoggleCommandDescription=Blocks receiving all private messages.
msgtoggleCommandUsage=/<command> [player] [on|off]
multipleCharges=\u00a74You cannot apply more than one charge to this firework.
multiplePotionEffects=\u00a74You cannot apply more than one effect to this potion.
muteCommandDescription=Mutes or unmutes a player.
muteCommandUsage=/<command> <player> [datediff] [reason]
mutedPlayer=\u00a76Player\u00a7c {0} \u00a76muted.
mutedPlayerFor=\u00a76Player\u00a7c {0} \u00a76muted for\u00a7c {1}\u00a76.
mutedPlayerForReason=\u00a76Player\u00a7c {0} \u00a76muted for\u00a7c {1}\u00a76. Reason: \u00a7c{2}
@ -327,9 +465,13 @@ muteNotify=\u00a7c{0} \u00a76has muted player \u00a7c{1}\u00a76.
muteNotifyFor=\u00a7c{0} \u00a76has muted player \u00a7c{1}\u00a76 for\u00a7c {2}\u00a76.
muteNotifyForReason=\u00a7c{0} \u00a76has muted player \u00a7c{1}\u00a76 for\u00a7c {2}\u00a76. Reason: \u00a7c{3}
muteNotifyReason=\u00a7c{0} \u00a76has muted player \u00a7c{1}\u00a76. Reason: \u00a7c{2}
nearCommandDescription=Lists the players near by or around a player.
nearCommandUsage=/<command> [playername] [radius]
nearbyPlayers=\u00a76Players nearby\:\u00a7r {0}
negativeBalanceError=\u00a74User is not allowed to have a negative balance.
nickChanged=\u00a76Nickname changed.
nickCommandDescription=Change your nickname or that of another player.
nickCommandUsage=/<command> [player] <nickname|off>
nickDisplayName=\u00a74You have to enable change-displayname in Essentials config.
nickInUse=\u00a74That name is already in use.
nickNameBlacklist=\u00a74That nickname is not allowed.
@ -378,6 +520,8 @@ nothingInHand=\u00a74You have nothing in your hand.
now=now
noWarpsDefined=\u00a76No warps defined.
nuke=\u00a75May death rain upon them.
nukeCommandDescription=May death rain upon them.
nukeCommandUsage=/<command> [player]
numberRequired=A number goes there, silly.
onlyDayNight=/time only supports day/night.
onlyPlayers=\u00a74Only in-game players can use \u00a7c{0}\u00a74.
@ -388,12 +532,20 @@ orderBalances=\u00a76Ordering balances of\u00a7c {0} \u00a76users, please wait..
oversizedMute=§4You may not mute a player for this period of time.
oversizedTempban=\u00a74You may not ban a player for this period of time.
passengerTeleportFail=\u00a74You cannot be teleported while carrying passengers.
payCommandDescription=Pays another player from your balance.
payCommandUsage=/<command> <player> <amount>
payConfirmToggleOff=\u00a76You will no longer be prompted to confirm payments.
payConfirmToggleOn=\u00a76You will now be prompted to confirm payments.
payMustBePositive=\u00a74Amount to pay must be positive.
payToggleOff=\u00a76You are no longer accepting payments.
payToggleOn=\u00a76You are now accepting payments.
payconfirmtoggleCommandDescription=Toggles whether you are prompted to confirm payments.
payconfirmtoggleCommandUsage=/<command>
paytoggleCommandDescription=Toggles whether you are accepting payments.
paytoggleCommandUsage=/<command>
pendingTeleportCancelled=\u00a74Pending teleportation request cancelled.
pingCommandDescription=Pong!
pingCommandUsage=/<command>
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerTempBanIpAddress=\u00a76Player\u00a7c {0} \u00a76temporarily banned IP address \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76\: \u00a7c{3}\u00a76.
playerBanned=\u00a76Player\u00a7c {0} \u00a76banned\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
@ -413,6 +565,8 @@ playerUnmuted=\u00a76You have been unmuted.
pong=Pong\!
posPitch=\u00a76Pitch\: {0} (Head angle)
possibleWorlds=\u00a76Possible worlds are the numbers \u00a7c0\u00a76 through \u00a7c{0}\u00a76.
potionCommandDescription=Adds custom potion effects to a potion.
potionCommandUsage=/<command> <clear|apply|effect:<effect> power:<power> duration:<duration>>
posX=\u00a76X\: {0} (+East <-> -West)
posY=\u00a76Y\: {0} (+Up <-> -Down)
posYaw=\u00a76Yaw\: {0} (Rotation)
@ -429,6 +583,14 @@ powerToolRemove=\u00a76Command \u00a7c{0}\u00a76 removed from \u00a7c{1}\u00a76.
powerToolRemoveAll=\u00a76All commands removed from \u00a7c{0}\u00a76.
powerToolsDisabled=\u00a76All of your power tools have been disabled.
powerToolsEnabled=\u00a76All of your power tools have been enabled.
powertoolCommandDescription=Assigns a command to the item in hand.
powertoolCommandUsage=/<command> [l:|a:|r:|c:|d:][command] [arguments] - {player} can be replaced by name of a clicked player.
powertooltoggleCommandDescription=Enables or disables all current powertools.
powertooltoggleCommandUsage=/<command>
ptimeCommandDescription=Adjust player's client time. Add @ prefix to fix.
ptimeCommandUsage=/<command> [list|reset|day|night|dawn|17:30|4pm|4000ticks] [player|*]
pweatherCommandDescription=Adjust a player's weather
pweatherCommandUsage=/<command> [list|reset|storm|sun|clear] [player|*]
pTimeCurrent=\u00a7c{0}\u00a76''s time is\u00a7c {1}\u00a76.
pTimeCurrentFixed=\u00a7c{0}\u00a76''s time is fixed to\u00a7c {1}\u00a76.
pTimeNormal=\u00a7c{0}\u00a76''s time is normal and matches the server.
@ -445,12 +607,18 @@ pWeatherPlayers=\u00a76These players have their own weather\:\u00a7r
pWeatherReset=\u00a76Player weather has been reset for\: \u00a7c{0}
pWeatherSet=\u00a76Player weather is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
questionFormat=\u00a72[Question]\u00a7r {0}
rCommandDescription=Quickly reply to the last player to message you.
rCommandUsage=/<command> <message>
radiusTooBig=\u00a74Radius is too big\! Maximum radius is\u00a7c {0}\u00a74.
readNextPage=\u00a76Type\u00a7c /{0} {1} \u00a76to read the next page.
realName=\u00a7f{0}\u00a7r\u00a76 is \u00a7f{1}
realnameCommandDescription=Displays the username of a user based on nick.
realnameCommandUsage=/<command> <nickname>
recentlyForeverAlone=\u00a74{0} recently went offline.
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76 of \u00a7c{2}\u00a76)
recipeBadIndex=There is no recipe by that number.
recipeCommandDescription=Displays how to craft items.
recipeCommandUsage=/<command> <item> [number]
recipeFurnace=\u00a76Smelt\: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76is \u00a7c{1}
@ -459,9 +627,13 @@ recipeNone=No recipes exist for {0}.
recipeNothing=nothing
recipeShapeless=\u00a76Combine \u00a7c{0}
recipeWhere=\u00a76Where\: {0}
removeCommandDescription=Removes entities in your world.
removeCommandUsage=/<command> <all|tamed|named|drops|arrows|boats|minecarts|xp|paintings|itemframes|endercrystals|monsters|animals|ambient|mobs|[mobType]> [radius|world]
removed=\u00a76Removed\u00a7c {0} \u00a76entities.
repair=\u00a76You have successfully repaired your\: \u00a7c{0}\u00a76.
repairAlreadyFixed=\u00a74This item does not need repairing.
repairCommandDescription=Repairs the durability of one or all items.
repairCommandUsage=/<command> [hand|all]
repairEnchanted=\u00a74You are not allowed to repair enchanted items.
repairInvalidType=\u00a74This item cannot be repaired.
repairNone=\u00a74There were no items that needed repairing.
@ -481,15 +653,25 @@ requestTimedOut=\u00a74Teleport request has timed out.
resetBal=\u00a76Balance has been reset to \u00a7c{0} \u00a76for all online players.
resetBalAll=\u00a76Balance has been reset to \u00a7c{0} \u00a76for all players.
rest=\u00a76You feel well rested.
restCommandDescription=Rests you or the given player.
restCommandUsage=/<command> [player]
restOther=\u00a76Resting\u00a7c {0}\u00a76.
returnPlayerToJailError=\u00a74Error occurred when trying to return player\u00a7c {0} \u00a74to jail\: \u00a7c{1}\u00a74\!
rtoggleCommandDescription=Change whether the recipient of the reply is last recipient or last sender
rtoggleCommandUsage=/<command> [player] [on|off]
rulesCommandDescription=Views the server rules.
rulesCommandUsage=/<command> [chapter] [page]
runningPlayerMatch=\u00a76Running search for players matching ''\u00a7c{0}\u00a76'' (this could take a little while).
second=second
seconds=seconds
seenAccounts=\u00a76Player has also been known as\:\u00a7c {0}
seenCommandDescription=Shows the last logout time of a player.
seenCommandUsage=/<command> <playername>
seenOffline=\u00a76Player\u00a7c {0} \u00a76has been \u00a74offline\u00a76 since \u00a7c{1}\u00a76.
seenOnline=\u00a76Player\u00a7c {0} \u00a76has been \u00a7aonline\u00a76 since \u00a7c{1}\u00a76.
sellBulkPermission=\u00a76You do not have permission to bulk sell.
sellCommandDescription=Sells the item currently in your hand.
sellCommandUsage=/<command> <<itemname>|<id>|hand|inventory|blocks> [-][amount]
sellHandPermission=\u00a76You do not have permission to hand sell.
serverFull=Server is full\!
serverReloading=There's a good chance you're reloading your server right now. If that's the case, why do you hate yourself? Expect no support from the EssentialsX team when using /reload.
@ -498,8 +680,18 @@ serverUnsupported=You are running an unsupported server version!
setBal=\u00a7aYour balance was set to {0}.
setBalOthers=\u00a7aYou set {0}\u00a7a''s balance to {1}.
setSpawner=\u00a76Changed spawner type to\u00a7c {0}\u00a76.
sethomeCommandDescription=Set your home to your current location.
sethomeCommandUsage=/<command> [[player:]name]
setjailCommandDescription=Creates a jail where you specified named [jailname].
setjailCommandUsage=/<command> <jailname>
setwarpCommandDescription=Creates a new warp.
setwarpCommandUsage=/<command> <warp>
setworthCommandDescription=Set the sell value of an item.
setworthCommandUsage=/<command> [itemname|id] <price>
sheepMalformedColor=\u00a74Malformed color.
shoutFormat=\u00a76[Shout]\u00a7r {0}
showkitCommandDescription=Show contents of a kit.
showkitCommandUsage=/<command> <kitname>
signFormatFail=\u00a74[{0}]
signFormatSuccess=\u00a71[{0}]
signFormatTemplate=[{0}]
@ -509,17 +701,31 @@ southEast=SE
south=S
southWest=SW
skullChanged=\u00a76Skull changed to \u00a7c{0}\u00a76.
skullCommandDescription=Set the owner of a player skull
skullCommandUsage=/<command> [owner]
slimeMalformedSize=\u00a74Malformed size.
socialSpy=\u00a76SocialSpy for \u00a7c{0}\u00a76\: \u00a7c{1}
socialSpyMsgFormat=\u00a76[\u00a7c{0}\u00a77 -> \u00a7c{1}\u00a76] \u00a77{2}
socialSpyMutedPrefix=\u00a7f[\u00a76SS\u00a7f] \u00a77(muted) \u00a7r
socialspyCommandDescription=Toggles if you can see msg/mail commands in chat.
socialspyCommandUsage=/<command> [player] [on|off]
socialSpyPrefix=\u00a7f[\u00a76SS\u00a7f] \u00a7r
soloMob=\u00a74That mob likes to be alone.
spawned=spawned
spawnerCommandDescription=Change the mob type of a spawner.
spawnerCommandUsage=/<command> <mob> [delay]
spawnmobCommandDescription=Spawns a mob.
spawnmobCommandUsage=/<command> <mob>[:data][,<mount>[:data]] [amount] [player]
spawnSet=\u00a76Spawn location set for group\u00a7c {0}\u00a76.
spectator=spectator
speedCommandDescription=Change your speed limits.
speedCommandUsage=/<command> [type] <speed> [player]
sudoCommandDescription=Make another user perform a command.
sudoCommandUsage=/<command> <player> <command [args]>
sudoExempt=\u00a74You cannot sudo \u00a7c{0}.
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideCommandDescription=Causes you to perish.
suicideCommandUsage=/<command>
suicideMessage=\u00a76Goodbye cruel world...
suicideSuccess=\u00a76Player \u00a7c{0} \u00a76took their own life.
survival=survival
@ -553,22 +759,64 @@ tempbanExempt=\u00a74You may not tempban that player.
tempbanExemptOffline=\u00a74You may not tempban offline players.
tempbanJoin=You are banned from this server for {0}. Reason: {1}
tempBanned=\u00a7cYou have been temporarily banned for\u00a7r {0}\:\n\u00a7r{2}
tempbanCommandDescription=Temporary ban a user.
tempbanCommandUsage=/<command> <playername> <datediff> <reason>
thunder=\u00a76You\u00a7c {0} \u00a76thunder in your world.
thunderCommandDescription=Enable/disable thunder.
thunderCommandUsage=/<command> <true/false> [duration]
thunderDuration=\u00a76You\u00a7c {0} \u00a76thunder in your world for\u00a7c {1} \u00a76seconds.
timeBeforeHeal=\u00a74Time before next heal\:\u00a7c {0}\u00a74.
timeBeforeTeleport=\u00a74Time before next teleport\:\u00a7c {0}\u00a74.
timeCommandDescription=Display/Change the world time. Defaults to current world.
timeCommandUsage=/<command> [day|night|dawn|17:30|4pm|4000ticks] [worldname|all]
timeFormat=\u00a7c{0}\u00a76 or \u00a7c{1}\u00a76 or \u00a7c{2}\u00a76
timeSetPermission=\u00a74You are not authorized to set the time.
timeSetWorldPermission=\u00a74You are not authorized to set the time in world ''{0}''.
timeWorldCurrent=\u00a76The current time in\u00a7c {0} \u00a76is \u00a7c{1}\u00a76.
timeWorldSet=\u00a76The time was set to\u00a7c {0} \u00a76in\: \u00a7c{1}\u00a76.
togglejailCommandDescription=Jails/Unjails a player, TPs them to the jail specified.
togglejailCommandUsage=/<command> <player> <jailname> [datediff]
topCommandDescription=Teleport to the highest block at your current position.
topCommandUsage=/<command>
totalSellableAll=\u00a7aThe total worth of all sellable items and blocks is \u00a7c{1}\u00a7a.
totalSellableBlocks=\u00a7aThe total worth of all sellable blocks is \u00a7c{1}\u00a7a.
totalWorthAll=\u00a7aSold all items and blocks for a total worth of \u00a7c{1}\u00a7a.
totalWorthBlocks=\u00a7aSold all blocks for a total worth of \u00a7c{1}\u00a7a.
tpCommandDescription=Teleport to a player.
tpCommandUsage=/<command> <player> [otherplayer]
tpaCommandDescription=Request to teleport to the specified player.
tpaCommandUsage=/<command> <player>
tpaallCommandDescription=Requests all players online to teleport to you.
tpaallCommandUsage=/<command> <player>
tpacancelCommandDescription=Cancel all outstanding teleport requests. Specify [player] to cancel requests with them.
tpacancelCommandUsage=/<command> [player]
tpacceptCommandDescription=Accepts a teleport request.
tpacceptCommandUsage=/<command> [otherplayer]
tpahereCommandDescription=Request that the specified player teleport to you.
tpahereCommandUsage=/<command> <player>
tpallCommandDescription=Teleport all online players to another player.
tpallCommandUsage=/<command> <player>
tpautoCommandDescription=Automatically accept teleportation requests.
tpautoCommandUsage=/<command> <player>
tpdenyCommandDescription=Reject a teleport request.
tpdenyCommandUsage=/<command>
tphereCommandDescription=Teleport a player to you.
tphereCommandUsage=/<command> <player>
tpoCommandDescription=Teleport override for tptoggle.
tpoCommandUsage=/<command> <player> [otherplayer]
tpofflineCommandDescription=Teleport to a player's last known logout location
tpofflineCommandUsage=/<command> <player>
tpohereCommandDescription=Teleport here override for tptoggle.
tpohereCommandUsage=/<command> <player>
tpposCommandDescription=Teleport to coordinates.
tpposCommandUsage=/<command> <x> <y> <z> [yaw] [pitch] [world]
tps=\u00a76Current TPS \= {0}
tptoggleCommandDescription=Blocks all forms of teleportation.
tptoggleCommandUsage=/<command> [player] [on|off]
tradeSignEmpty=\u00a74The trade sign has nothing available for you.
tradeSignEmptyOwner=\u00a74There is nothing to collect from this trade sign.
treeCommandDescription=Spawn a tree where you are looking.
treeCommandUsage=/<command> <tree|birch|redwood|redmushroom|brownmushroom|jungle|junglebush|swamp>
treeFailure=\u00a74Tree generation failure. Try again on grass or dirt.
treeSpawned=\u00a76Tree spawned.
true=\u00a7atrue\u00a7r
@ -578,10 +826,16 @@ typeTpdeny=\u00a76To deny this request, type \u00a7c/tpdeny\u00a76.
typeWorldName=\u00a76You can also type the name of a specific world.
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74; this is not a spawnable item.
unableToSpawnMob=\u00a74Unable to spawn mob.
unbanCommandDescription=Unbans the specified player.
unbanCommandUsage=/<command> <player>
unbanipCommandDescription=Unbans the specified IP address.
unbanipCommandUsage=/<command> <address>
unignorePlayer=\u00a76You are not ignoring player\u00a7c {0} \u00a76anymore.
unknownItemId=\u00a74Unknown item id\:\u00a7r {0}\u00a74.
unknownItemInList=\u00a74Unknown item {0} in {1} list.
unknownItemName=\u00a74Unknown item name\: {0}.
unlimitedCommandDescription=Allows the unlimited placing of items.
unlimitedCommandUsage=/<command> <list|item|clear> [player]
unlimitedItemPermission=\u00a74No permission for unlimited item \u00a7c{0}\u00a74.
unlimitedItems=\u00a76Unlimited items\:\u00a7r
unmutedPlayer=\u00a76Player\u00a7c {0} \u00a76unmuted.
@ -606,6 +860,8 @@ userJailed=\u00a76You have been jailed\!
userUnknown=\u00a74Warning\: The user ''\u00a7c{0}\u00a74'' has never joined this server.
usingTempFolderForTesting=Using temp folder for testing\:
vanish=\u00a76Vanish for {0}\u00a76\: {1}
vanishCommandDescription=Hide yourself from other players.
vanishCommandUsage=/<command> [player] [on|off]
vanished=\u00a76You are now completely invisible to normal users, and hidden from in-game commands.
versionOutputVaultMissing=\u00a74Vault is not installed. Chat and permissions may not work.
versionOutputFine=\u00a76{0} version: \u00a7a{1}
@ -617,6 +873,8 @@ versionMismatchAll=\u00a74Version mismatch\! Please update all Essentials jars t
voiceSilenced=\u00a76Your voice has been silenced\!
voiceSilencedReason=\u00a76Your voice has been silenced\! Reason: \u00a7c{0}
walking=walking
warpCommandDescription=List all warps or warp to the specified location.
warpCommandUsage=/<command> <pagenumber|warp> [player]
warpDeleteError=\u00a74Problem deleting the warp file.
warpingTo=\u00a76Warping to\u00a7c {0}\u00a76.
warpList={0}
@ -625,6 +883,8 @@ warpNotExist=\u00a74That warp does not exist.
warpOverwrite=\u00a74You cannot overwrite that warp.
warps=\u00a76Warps\:\u00a7r {0}
warpsCount=\u00a76There are\u00a7c {0} \u00a76warps. Showing page \u00a7c{1} \u00a76of \u00a7c{2}\u00a76.
weatherCommandDescription=Sets the weather.
weatherCommandUsage=/<command> <storm/sun> [duration]
warpSet=\u00a76Warp\u00a7c {0} \u00a76set.
warpUsePermission=\u00a74You do not have permission to use that warp.
weatherInvalidWorld=World named {0} not found\!
@ -636,6 +896,8 @@ west=W
whoisAFK=\u00a76 - AFK\:\u00a7r {0}
whoisAFKSince=\u00a76 - AFK\:\u00a7r {0} (Since {1})
whoisBanned=\u00a76 - Banned\:\u00a7r {0}
whoisCommandDescription=Determine the username behind a nickname.
whoisCommandUsage=/<command> <nickname>
whoisExp=\u00a76 - Exp\:\u00a7r {0} (Level {1})
whoisFly=\u00a76 - Fly mode\:\u00a7r {0} ({1})
whoisSpeed=\u00a76 - Speed\:\u00a7r {0}
@ -656,7 +918,13 @@ whoisPlaytime=\u00a76 - Playtime\:\u00a7r {0}
whoisTempBanned=\u00a76 - Ban expires\:\u00a7r {0}
whoisTop=\u00a76 \=\=\=\=\=\= WhoIs\:\u00a7c {0} \u00a76\=\=\=\=\=\=
whoisUuid=\u00a76 - UUID\:\u00a7r {0}
workbenchCommandDescription=Opens up a workbench.
workbenchCommandUsage=/<command>
worldCommandDescription=Switch between worlds.
worldCommandUsage=/<command> [world]
worth=\u00a7aStack of {0} worth \u00a7c{1}\u00a7a ({2} item(s) at {3} each)
worthCommandDescription=Calculates the worth of items in hand or as specified.
worthCommandUsage=/<command> <<itemname>|<id>|hand|inventory|blocks> [-][amount]
worthMeta=\u00a7aStack of {0} with metadata of {1} worth \u00a7c{2}\u00a7a ({3} item(s) at {4} each)
worthSet=\u00a76Worth value set
year=year