From d0554bf0aba2c6d2d700020d151c97ab7e13164a Mon Sep 17 00:00:00 2001 From: pop4959 Date: Thu, 14 May 2020 19:33:39 -0700 Subject: [PATCH 1/3] Translate command description and usage --- .../com/earth2me/essentials/Essentials.java | 14 + Essentials/src/messages.properties | 270 +++++++++++++++++- 2 files changed, 283 insertions(+), 1 deletion(-) diff --git a/Essentials/src/com/earth2me/essentials/Essentials.java b/Essentials/src/com/earth2me/essentials/Essentials.java index 7a9a957c690..dfef2dc058e 100644 --- a/Essentials/src/com/earth2me/essentials/Essentials.java +++ b/Essentials/src/com/earth2me/essentials/Essentials.java @@ -408,6 +408,20 @@ public void reload() { } i18n.updateLocale(settings.getLocale()); + for (String commandName : this.getDescription().getCommands().keySet()) { + Command command = this.getCommand(commandName); + if (command == null) { + continue; + } + String tlDescription = tl(commandName + "CommandDescription"); + if (!tlDescription.isEmpty()) { + command.setDescription(tlDescription); + } + String tlUsage = tl(commandName + "CommandUsage"); + if (!tlUsage.isEmpty()) { + command.setUsage(tlUsage); + } + } final PluginManager pm = getServer().getPluginManager(); registerListeners(pm); diff --git a/Essentials/src/messages.properties b/Essentials/src/messages.properties index 20e714221d9..1fefc9652d4 100644 --- a/Essentials/src/messages.properties +++ b/Essentials/src/messages.properties @@ -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= +afkCommandUsage= 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= +antiochCommandUsage= 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= +backCommandUsage= backOther=\u00a76Returned\u00a7c {0}\u00a76 to previous location. +backupCommandDescription= +backupCommandUsage= 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= +balanceCommandUsage= balanceOther=\u00a7aBalance of {0}\u00a7a\:\u00a7c {1} balanceTop=\u00a76Top balances ({0}) +balancetopCommandDescription= +balancetopCommandUsage= +banCommandDescription= +banCommandUsage= 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= +banipCommandUsage= bed=\u00a7obed\u00a7r bedMissing=\u00a74Your bed is either unset, missing or blocked. bedNull=\u00a7mbed\u00a7r bedSet=\u00a76Bed spawn set\! +beezookaCommandDescription= +beezookaCommandUsage= bigTreeFailure=\u00a74Big tree generation failure. Try again on grass or dirt. bigTreeSuccess=\u00a76Big tree spawned. +bigtreeCommandDescription= +bigtreeCommandUsage= 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= +bookCommandUsage= bookLocked=\u00a76This book is now locked. bookTitleSet=\u00a76Title of the book set to {0}. +breakCommandDescription= +breakCommandUsage= broadcast=\u00a76[\u00a74Broadcast\u00a76]\u00a7a {0} +broadcastCommandDescription= +broadcastCommandUsage= +broadcastworldCommandDescription= +broadcastworldCommandUsage= +burnCommandDescription= +burnCommandUsage= burnMsg=\u00a76You set\u00a7c {0} \u00a76on fire for\u00a7c {1} seconds\u00a76. cannotStackMob=\u00a74You do not have permission to stack multiple mobs. canTalkAgain=\u00a76You can now talk again. @@ -62,12 +92,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= +clearinventoryCommandUsage= +clearinventoryconfirmtoggleCommandDescription= +clearinventoryconfirmtoggleCommandUsage= 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= +compassCommandUsage= +condenseCommandDescription= +condenseCommandUsage= 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} @@ -78,6 +116,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= +createkitCommandUsage= 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. @@ -86,6 +126,8 @@ creatingEmptyConfig=Creating empty config\: {0} creative=creative currency={0}{1} currentWorld=\u00a76Current World\:\u00a7c {0} +customtextCommandDescription= +customtextCommandUsage= day=day days=days defaultBanReason=The Ban Hammer has spoken\! @@ -94,6 +136,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= +delhomeCommandUsage= +deljailCommandDescription= +deljailCommandUsage= +delkitCommandDescription= +delkitCommandUsage= +delwarpCommandDescription= +delwarpCommandUsage= deniedAccessCommand=\u00a7c{0} \u00a74was denied access to command. denyBookEdit=\u00a74You cannot unlock this book. denyChangeAuthor=\u00a74You cannot change the author of this book. @@ -101,32 +151,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= +depthCommandUsage= 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= +disposalCommandUsage= 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= +ecoCommandUsage= editBookContents=\u00a7eYou may now edit the contents of this book. enabled=enabled +enchantCommandDescription= +enchantCommandUsage= 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= +enderchestCommandUsage= errorCallingCommand=Error calling the command /{0} errorWithMessage=\u00a7cError\:\u00a74 {0} +essentialsCommandDescription= +essentialsCommandUsage= 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= +expCommandUsage= expSet=\u00a7c{0} \u00a76now has\u00a7c {1} \u00a76exp. +extCommandDescription= +extCommandUsage= extinguish=\u00a76You extinguished yourself. extinguishOthers=\u00a76You extinguished {0}\u00a76. failedToCloseConfig=Failed to close config {0}. @@ -134,27 +200,45 @@ failedToCreateConfig=Failed to create config {0}. failedToWriteConfig=Failed to write config {0}. false=\u00a74false\u00a7r feed=\u00a76Your appetite was sated. +feedCommandDescription= +feedCommandUsage= feedOther=\u00a76You satiated the appetite of \u00a7c{0}\u00a76. fileRenameError=Renaming file {0} failed\! +fireballCommandDescription= +fireballCommandUsage= fireworkColor=\u00a74Invalid firework charge parameters inserted, must set a color first. +fireworkCommandDescription= +fireworkCommandUsage= fireworkEffectsCleared=\u00a76Removed all effects from held stack. fireworkSyntax=\u00a76Firework parameters\:\u00a7c color\: [fade\:] [shape\:] [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= +flyCommandUsage= 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= +gamemodeCommandUsage= +gcCommandDescription= +gcCommandUsage= 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= +getposCommandUsage= +giveCommandDescription= +giveCommandUsage= 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= +godCommandUsage= 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} @@ -163,34 +247,48 @@ 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= +hatCommandUsage= hatEmpty=\u00a74You are not wearing a hat. hatFail=\u00a74You must have something to wear in your hand. hatPlaced=\u00a76Enjoy your new hat\! hatRemoved=\u00a76Your hat has been removed. haveBeenReleased=\u00a76You have been released. heal=\u00a76You have been healed. +healCommandDescription= +healCommandUsage= healDead=\u00a74You cannot heal someone who is dead\! healOther=\u00a76Healed\u00a7c {0}\u00a76. +helpCommandDescription= +helpCommandUsage= 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= +helpopCommandUsage= 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= +homeCommandUsage= homes=\u00a76Homes\:\u00a7r {0} homeSet=\u00a76Home set to current location. hour=hour hours=hours +ignoreCommandDescription= +ignoreCommandUsage= ignoredList=\u00a76Ignored\:\u00a7r {0} ignoreExempt=\u00a74You may not ignore that player. ignorePlayer=\u00a76You ignore player\u00a7c {0} \u00a76from now on. illegalDate=Illegal date format. infoChapter=\u00a76Select chapter\: infoChapterPages=\u00a7e ---- \u00a76{0} \u00a7e--\u00a76 Page \u00a7c{1}\u00a76 of \u00a7c{2} \u00a7e---- +infoCommandDescription= +infoCommandUsage= infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Page \u00a7c{0}\u00a76/\u00a7c{1} \u00a7e---- infoUnknownChapter=\u00a74Unknown chapter. insufficientFunds=\u00a74Insufficient funds available. @@ -213,14 +311,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= +invseeCommandUsage= 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= +itemCommandUsage= 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= +itemnameCommandUsage= 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. @@ -234,6 +338,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= +itemdbCommandUsage= jailAlreadyIncarcerated=\u00a74Person is already in jail\:\u00a7c {0} jailList=\u00a76Jails\:\u00a7r {0} jailMessage=\u00a74You do the crime, you do the time. @@ -242,12 +348,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= +jailsCommandUsage= +jumpCommandDescription= +jumpCommandUsage= jumpError=\u00a74That would hurt your computer''s brain. +kickCommandDescription= +kickCommandUsage= kickDefault=Kicked from server. kickedAll=\u00a74Kicked all players from server. kickExempt=\u00a74You cannot kick that person. +kickallCommandDescription= +kickallCommandUsage= kill=\u00a76Killed\u00a7c {0}\u00a76. +killCommandDescription= +killCommandUsage= killExempt=\u00a74You cannot kill \u00a7c{0}\u00a74. +kitCommandDescription= +kitCommandUsage= kitContains=\u00a76Kit \u00a7c{0} \u00a76contains: kitCost=\ \u00a77\u00a7o({0})\u00a7r kitDelay=\u00a7m{0}\u00a7r @@ -261,13 +379,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= +kittycannonCommandUsage= kitTimed=\u00a74You can''t use that kit again for another\u00a7c {0}\u00a74. leatherSyntax=\u00a76Leather color syntax\:\u00a7c color\:,, eg\: color\:255,0,0\u00a76 OR\u00a7c color\: eg\: color\:16777011 +lightningCommandDescription= +lightningCommandUsage= 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= +listCommandUsage= listGroupTag=\u00a76{0}\u00a7r\: listHiddenTag=\u00a77[HIDDEN]\u00a7r loadWarpError=\u00a74Failed to load warp {0}. @@ -275,6 +399,8 @@ localFormat=[L]<{0}> {1} localNoOne= mailClear=\u00a76To clear your mail, type\u00a7c /mail clear\u00a76. mailCleared=\u00a76Mail cleared\! +mailCommandDescription= +mailCommandUsage= mailDelay=Too many mails have been sent within the last minute. Maximum\: {0} mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1} mailMessage={0} @@ -287,6 +413,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= +meCommandUsage= meSender=me meRecipient=me minimumPayAmount=\u00a7cThe minimum amount you can pay is {0}. @@ -302,16 +430,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= +moreCommandUsage= moreThanZero=\u00a74Quantities must be greater than 0. +motdCommandDescription= +motdCommandUsage= moveSpeed=\u00a76Set\u00a7c {0}\u00a76 speed to\u00a7c {1} \u00a76for \u00a7c{2}\u00a76. +msgCommandDescription= +msgCommandUsage= 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= +msgtoggleCommandUsage= multipleCharges=\u00a74You cannot apply more than one charge to this firework. multiplePotionEffects=\u00a74You cannot apply more than one effect to this potion. +muteCommandDescription= +muteCommandUsage= 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} @@ -323,9 +461,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= +nearCommandUsage= nearbyPlayers=\u00a76Players nearby\:\u00a7r {0} negativeBalanceError=\u00a74User is not allowed to have a negative balance. nickChanged=\u00a76Nickname changed. +nickCommandDescription= +nickCommandUsage= nickDisplayName=\u00a74You have to enable change-displayname in Essentials config. nickInUse=\u00a74That name is already in use. nickNameBlacklist=\u00a74That nickname is not allowed. @@ -374,6 +516,8 @@ nothingInHand=\u00a74You have nothing in your hand. now=now noWarpsDefined=\u00a76No warps defined. nuke=\u00a75May death rain upon them. +nukeCommandDescription= +nukeCommandUsage= numberRequired=A number goes there, silly. onlyDayNight=/time only supports day/night. onlyPlayers=\u00a74Only in-game players can use \u00a7c{0}\u00a74. @@ -381,15 +525,23 @@ onlyPlayerSkulls=\u00a74You can only set the owner of player skulls (\u00a7c397\ onlySunStorm=\u00a74/weather only supports sun/storm. openingDisposal=\u00a76Opening disposal menu... orderBalances=\u00a76Ordering balances of\u00a7c {0} \u00a76users, please wait... -oversizedMute=§4You may not mute a player for this period of time. +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= +payCommandUsage= 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= +payconfirmtoggleCommandUsage= +paytoggleCommandDescription= +paytoggleCommandUsage= pendingTeleportCancelled=\u00a74Pending teleportation request cancelled. +pingCommandDescription= +pingCommandUsage= playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76. playerBanned=\u00a76Player\u00a7c {0} \u00a76banned\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76. playerJailed=\u00a76Player\u00a7c {0} \u00a76jailed. @@ -408,6 +560,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= +potionCommandUsage= posX=\u00a76X\: {0} (+East <-> -West) posY=\u00a76Y\: {0} (+Up <-> -Down) posYaw=\u00a76Yaw\: {0} (Rotation) @@ -424,6 +578,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= +powertoolCommandUsage= +powertooltoggleCommandDescription= +powertooltoggleCommandUsage= +ptimeCommandDescription= +ptimeCommandUsage= +pweatherCommandDescription= +pweatherCommandUsage= 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. @@ -440,12 +602,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= +rCommandUsage= 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= +realnameCommandUsage= 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= +recipeCommandUsage= recipeFurnace=\u00a76Smelt\: \u00a7c{0}\u00a76. recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X recipeGridItem=\u00a7c{0}X \u00a76is \u00a7c{1} @@ -454,9 +622,13 @@ recipeNone=No recipes exist for {0}. recipeNothing=nothing recipeShapeless=\u00a76Combine \u00a7c{0} recipeWhere=\u00a76Where\: {0} +removeCommandDescription= +removeCommandUsage= removed=\u00a76Removed\u00a7c {0} \u00a76entities. repair=\u00a76You have successfully repaired your\: \u00a7c{0}\u00a76. repairAlreadyFixed=\u00a74This item does not need repairing. +repairCommandDescription= +repairCommandUsage= repairEnchanted=\u00a74You are not allowed to repair enchanted items. repairInvalidType=\u00a74This item cannot be repaired. repairNone=\u00a74There were no items that needed repairing. @@ -476,15 +648,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= +restCommandUsage= restOther=\u00a76Resting\u00a7c {0}\u00a76. returnPlayerToJailError=\u00a74Error occurred when trying to return player\u00a7c {0} \u00a74to jail\: \u00a7c{1}\u00a74\! +rtoggleCommandDescription= +rtoggleCommandUsage= +rulesCommandDescription= +rulesCommandUsage= 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= +seenCommandUsage= 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= +sellCommandUsage= 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. @@ -493,8 +675,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= +sethomeCommandUsage= +setjailCommandDescription= +setjailCommandUsage= +setwarpCommandDescription= +setwarpCommandUsage= +setworthCommandDescription= +setworthCommandUsage= sheepMalformedColor=\u00a74Malformed color. shoutFormat=\u00a76[Shout]\u00a7r {0} +showkitCommandDescription= +showkitCommandUsage= signFormatFail=\u00a74[{0}] signFormatSuccess=\u00a71[{0}] signFormatTemplate=[{0}] @@ -504,17 +696,31 @@ southEast=SE south=S southWest=SW skullChanged=\u00a76Skull changed to \u00a7c{0}\u00a76. +skullCommandDescription= +skullCommandUsage= 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= +socialspyCommandUsage= socialSpyPrefix=\u00a7f[\u00a76SS\u00a7f] \u00a7r soloMob=\u00a74That mob likes to be alone. spawned=spawned +spawnerCommandDescription= +spawnerCommandUsage= +spawnmobCommandDescription= +spawnmobCommandUsage= spawnSet=\u00a76Spawn location set for group\u00a7c {0}\u00a76. spectator=spectator +speedCommandDescription= +speedCommandUsage= +sudoCommandDescription= +sudoCommandUsage= sudoExempt=\u00a74You cannot sudo \u00a7c{0}. sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1} +suicideCommandDescription= +suicideCommandUsage= suicideMessage=\u00a76Goodbye cruel world... suicideSuccess=\u00a76Player \u00a7c{0} \u00a76took their own life. survival=survival @@ -547,22 +753,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= +tempbanCommandUsage= thunder=\u00a76You\u00a7c {0} \u00a76thunder in your world. +thunderCommandDescription= +thunderCommandUsage= thunderDuration=\u00a76You\u00a7c {0} \u00a76thunder in your world for\u00a7c {1} \u00a76seconds. timeBeforeHeal=\u00a74Time before next heal\:\u00a7c {0}\u00a76. timeBeforeTeleport=\u00a74Time before next teleport\:\u00a7c {0}\u00a76. +timeCommandDescription= +timeCommandUsage= 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= +togglejailCommandUsage= +topCommandDescription= +topCommandUsage= 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= +tpCommandUsage= +tpaCommandDescription= +tpaCommandUsage= +tpaallCommandDescription= +tpaallCommandUsage= +tpacancelCommandDescription= +tpacancelCommandUsage= +tpacceptCommandDescription= +tpacceptCommandUsage= +tpahereCommandDescription= +tpahereCommandUsage= +tpallCommandDescription= +tpallCommandUsage= +tpautoCommandDescription= +tpautoCommandUsage= +tpdenyCommandDescription= +tpdenyCommandUsage= +tphereCommandDescription= +tphereCommandUsage= +tpoCommandDescription= +tpoCommandUsage= +tpofflineCommandDescription= +tpofflineCommandUsage= +tpohereCommandDescription= +tpohereCommandUsage= +tpposCommandDescription= +tpposCommandUsage= tps=\u00a76Current TPS \= {0} +tptoggleCommandDescription= +tptoggleCommandUsage= tradeSignEmpty=\u00a74The trade sign has nothing available for you. tradeSignEmptyOwner=\u00a74There is nothing to collect from this trade sign. +treeCommandDescription= +treeCommandUsage= treeFailure=\u00a74Tree generation failure. Try again on grass or dirt. treeSpawned=\u00a76Tree spawned. true=\u00a7atrue\u00a7r @@ -572,10 +820,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= +unbanCommandUsage= +unbanipCommandDescription= +unbanipCommandUsage= 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= +unlimitedCommandUsage= unlimitedItemPermission=\u00a74No permission for unlimited item \u00a7c{0}\u00a74. unlimitedItems=\u00a76Unlimited items\:\u00a7r unmutedPlayer=\u00a76Player\u00a7c {0} \u00a76unmuted. @@ -600,6 +854,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= +vanishCommandUsage= 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} @@ -611,6 +867,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= +warpCommandUsage= warpDeleteError=\u00a74Problem deleting the warp file. warpingTo=\u00a76Warping to\u00a7c {0}\u00a76. warpList={0} @@ -619,6 +877,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= +weatherCommandUsage= warpSet=\u00a76Warp\u00a7c {0} \u00a76set. warpUsePermission=\u00a74You do not have permission to use that warp. weatherInvalidWorld=World named {0} not found\! @@ -630,6 +890,8 @@ west=W whoisAFK=\u00a76 - AFK\:\u00a7r {0} whoisAFKSince=\u00a76 - AFK\:\u00a7r {0} (Since {1}) whoisBanned=\u00a76 - Banned\:\u00a7r {0} +whoisCommandDescription= +whoisCommandUsage= whoisExp=\u00a76 - Exp\:\u00a7r {0} (Level {1}) whoisFly=\u00a76 - Fly mode\:\u00a7r {0} ({1}) whoisSpeed=\u00a76 - Speed\:\u00a7r {0} @@ -650,7 +912,13 @@ whoisPlaytime=\u00a76 - Playtime\:\u00a7r {0} whoisTempBanned=\u00a76 - Ban expires\:\u00a7r {0} whoisTop=\u00a76 \=\=\=\=\=\= WhoIs\:\u00a7c {0} \u00a76\=\=\=\=\=\= whoisUuid=\u00a76 - UUID\:\u00a7r {0} +workbenchCommandDescription= +workbenchCommandUsage= +worldCommandDescription= +worldCommandUsage= worth=\u00a7aStack of {0} worth \u00a7c{1}\u00a7a ({2} item(s) at {3} each) +worthCommandDescription= +worthCommandUsage= worthMeta=\u00a7aStack of {0} with metadata of {1} worth \u00a7c{2}\u00a7a ({3} item(s) at {4} each) worthSet=\u00a76Worth value set year=year From e83119b5f528cadc2b0dfaaca4767eee523b2798 Mon Sep 17 00:00:00 2001 From: pop4959 Date: Thu, 14 May 2020 19:36:36 -0700 Subject: [PATCH 2/3] oversizedMute fix --- Essentials/src/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essentials/src/messages.properties b/Essentials/src/messages.properties index 1fefc9652d4..863466abc2c 100644 --- a/Essentials/src/messages.properties +++ b/Essentials/src/messages.properties @@ -525,7 +525,7 @@ onlyPlayerSkulls=\u00a74You can only set the owner of player skulls (\u00a7c397\ onlySunStorm=\u00a74/weather only supports sun/storm. openingDisposal=\u00a76Opening disposal menu... orderBalances=\u00a76Ordering balances of\u00a7c {0} \u00a76users, please wait... -oversizedMute=ยง4You may not mute a player for this period of time. +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= From 2edbace62136538b19c36819919ce408ceba4c26 Mon Sep 17 00:00:00 2001 From: pop4959 Date: Sat, 13 Jun 2020 10:34:12 -0700 Subject: [PATCH 3/3] Apply review changes --- .../com/earth2me/essentials/Essentials.java | 13 +- Essentials/src/messages.properties | 536 +++++++++--------- 2 files changed, 271 insertions(+), 278 deletions(-) diff --git a/Essentials/src/com/earth2me/essentials/Essentials.java b/Essentials/src/com/earth2me/essentials/Essentials.java index dfef2dc058e..e7b0a726006 100644 --- a/Essentials/src/com/earth2me/essentials/Essentials.java +++ b/Essentials/src/com/earth2me/essentials/Essentials.java @@ -410,16 +410,9 @@ public void reload() { i18n.updateLocale(settings.getLocale()); for (String commandName : this.getDescription().getCommands().keySet()) { Command command = this.getCommand(commandName); - if (command == null) { - continue; - } - String tlDescription = tl(commandName + "CommandDescription"); - if (!tlDescription.isEmpty()) { - command.setDescription(tlDescription); - } - String tlUsage = tl(commandName + "CommandUsage"); - if (!tlUsage.isEmpty()) { - command.setUsage(tlUsage); + if (command != null) { + command.setDescription(tl(commandName + "CommandDescription")); + command.setUsage(tl(commandName + "CommandUsage")); } } diff --git a/Essentials/src/messages.properties b/Essentials/src/messages.properties index 863466abc2c..32a414a7089 100644 --- a/Essentials/src/messages.properties +++ b/Essentials/src/messages.properties @@ -6,8 +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= -afkCommandUsage= +afkCommandDescription=Marks you as away-from-keyboard. +afkCommandUsage=/ [player/message...] alertBroke=broke\: alertFormat=\u00a73[{0}] \u00a7r {1} \u00a76 {2} at\: {3} alertPlaced=placed\: @@ -19,66 +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= -antiochCommandUsage= +antiochCommandDescription=A little surprise for operators. +antiochCommandUsage=/ [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= -backCommandUsage= +backCommandDescription=Teleports you to your location prior to tp/spawn/warp. +backCommandUsage=/ [player] backOther=\u00a76Returned\u00a7c {0}\u00a76 to previous location. -backupCommandDescription= -backupCommandUsage= +backupCommandDescription=Runs the backup if configured. +backupCommandUsage=/ 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= -balanceCommandUsage= +balanceCommandDescription=States the current balance of a player. +balanceCommandUsage=/ [player] balanceOther=\u00a7aBalance of {0}\u00a7a\:\u00a7c {1} balanceTop=\u00a76Top balances ({0}) -balancetopCommandDescription= -balancetopCommandUsage= -banCommandDescription= -banCommandUsage= +balancetopCommandDescription=Gets the top balance values. +balancetopCommandUsage=/ +banCommandDescription=Bans a player. +banCommandUsage=/ [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= -banipCommandUsage= +banipCommandDescription=Bans an IP address. +banipCommandUsage=/
bed=\u00a7obed\u00a7r bedMissing=\u00a74Your bed is either unset, missing or blocked. bedNull=\u00a7mbed\u00a7r bedSet=\u00a76Bed spawn set\! -beezookaCommandDescription= -beezookaCommandUsage= +beezookaCommandDescription=Throw an exploding bee at your opponent. +beezookaCommandUsage=/ bigTreeFailure=\u00a74Big tree generation failure. Try again on grass or dirt. bigTreeSuccess=\u00a76Big tree spawned. -bigtreeCommandDescription= -bigtreeCommandUsage= +bigtreeCommandDescription=Spawn a big tree where you are looking. +bigtreeCommandUsage=/ 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= -bookCommandUsage= +bookCommandDescription=Allows reopening and editing of sealed books. +bookCommandUsage=/ [title|author [name]] bookLocked=\u00a76This book is now locked. bookTitleSet=\u00a76Title of the book set to {0}. -breakCommandDescription= -breakCommandUsage= +breakCommandDescription=Breaks the block you are looking at. +breakCommandUsage=/ broadcast=\u00a76[\u00a74Broadcast\u00a76]\u00a7a {0} -broadcastCommandDescription= -broadcastCommandUsage= -broadcastworldCommandDescription= -broadcastworldCommandUsage= -burnCommandDescription= -burnCommandUsage= +broadcastCommandDescription=Broadcasts a message to the entire server. +broadcastCommandUsage=/ +broadcastworldCommandDescription=Broadcasts a message to a world. +broadcastworldCommandUsage=/ +burnCommandDescription=Set a player on fire. +burnCommandUsage=/ burnMsg=\u00a76You set\u00a7c {0} \u00a76on fire for\u00a7c {1} seconds\u00a76. cannotStackMob=\u00a74You do not have permission to stack multiple mobs. canTalkAgain=\u00a76You can now talk again. @@ -92,20 +92,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= -clearinventoryCommandUsage= -clearinventoryconfirmtoggleCommandDescription= -clearinventoryconfirmtoggleCommandUsage= +clearinventoryCommandDescription=Clear all items in your inventory. +clearinventoryCommandUsage=/ [player|*] [item[:]|*|**] [amount] +clearinventoryconfirmtoggleCommandDescription=Toggles whether you are prompted to confirm inventory clears. +clearinventoryconfirmtoggleCommandUsage=/ 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= -compassCommandUsage= -condenseCommandDescription= -condenseCommandUsage= +compassCommandDescription=Describes your current bearing. +compassCommandUsage=/ +condenseCommandDescription=Condenses items into a more compact blocks. +condenseCommandUsage=/ [||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} @@ -116,8 +116,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= -createkitCommandUsage= +createkitCommandDescription=Create a kit in game! +createkitCommandUsage=/ 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. @@ -126,8 +126,8 @@ creatingEmptyConfig=Creating empty config\: {0} creative=creative currency={0}{1} currentWorld=\u00a76Current World\:\u00a7c {0} -customtextCommandDescription= -customtextCommandUsage= +customtextCommandDescription=Allows you to create custom text commands. +customtextCommandUsage=/ - Define in bukkit.yml day=day days=days defaultBanReason=The Ban Hammer has spoken\! @@ -136,14 +136,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= -delhomeCommandUsage= -deljailCommandDescription= -deljailCommandUsage= -delkitCommandDescription= -delkitCommandUsage= -delwarpCommandDescription= -delwarpCommandUsage= +delhomeCommandDescription=Removes a home. +delhomeCommandUsage=/ [player:] +deljailCommandDescription=Removes a jail. +deljailCommandUsage=/ +delkitCommandDescription=Deletes the specified kit. +delkitCommandUsage=/ +delwarpCommandDescription=Deletes the specified warp. +delwarpCommandUsage=/ deniedAccessCommand=\u00a7c{0} \u00a74was denied access to command. denyBookEdit=\u00a74You cannot unlock this book. denyChangeAuthor=\u00a74You cannot change the author of this book. @@ -151,48 +151,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= -depthCommandUsage= +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= -disposalCommandUsage= +disposalCommandDescription=Opens a portable disposal menu. +disposalCommandUsage=/ 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= -ecoCommandUsage= +ecoCommandDescription=Manages the server economy. +ecoCommandUsage=/ editBookContents=\u00a7eYou may now edit the contents of this book. enabled=enabled -enchantCommandDescription= -enchantCommandUsage= +enchantCommandDescription=Enchants the item the user is holding. +enchantCommandUsage=/ [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= -enderchestCommandUsage= +enderchestCommandDescription=Lets you see inside an enderchest. +enderchestCommandUsage=/ [player] errorCallingCommand=Error calling the command /{0} errorWithMessage=\u00a7cError\:\u00a74 {0} -essentialsCommandDescription= -essentialsCommandUsage= +essentialsCommandDescription=Reloads essentials. +essentialsCommandUsage=/ 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= -expCommandUsage= +expCommandDescription=Give, set or look at a players exp. +expCommandUsage=/ [show|set|give] [playername [amount]] expSet=\u00a7c{0} \u00a76now has\u00a7c {1} \u00a76exp. -extCommandDescription= -extCommandUsage= +extCommandDescription=Extinguish players. +extCommandUsage=/ [player] extinguish=\u00a76You extinguished yourself. extinguishOthers=\u00a76You extinguished {0}\u00a76. failedToCloseConfig=Failed to close config {0}. @@ -200,45 +200,45 @@ failedToCreateConfig=Failed to create config {0}. failedToWriteConfig=Failed to write config {0}. false=\u00a74false\u00a7r feed=\u00a76Your appetite was sated. -feedCommandDescription= -feedCommandUsage= +feedCommandDescription=Satisfy the hunger. +feedCommandUsage=/ [player] feedOther=\u00a76You satiated the appetite of \u00a7c{0}\u00a76. fileRenameError=Renaming file {0} failed\! -fireballCommandDescription= -fireballCommandUsage= +fireballCommandDescription=Throw a fireball or other assorted projectiles. +fireballCommandUsage=/ [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= -fireworkCommandUsage= +fireworkCommandDescription=Allows you to modify a stack of fireworks. +fireworkCommandUsage=/ <|power [amount]|clear|fire [amount]> fireworkEffectsCleared=\u00a76Removed all effects from held stack. fireworkSyntax=\u00a76Firework parameters\:\u00a7c color\: [fade\:] [shape\:] [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= -flyCommandUsage= +flyCommandDescription=Take off, and soar! +flyCommandUsage=/ [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= -gamemodeCommandUsage= -gcCommandDescription= -gcCommandUsage= +gamemodeCommandDescription=Change player gamemode. +gamemodeCommandUsage=/ [player] +gcCommandDescription=Reports memory, uptime and tick info. +gcCommandUsage=/ [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= -getposCommandUsage= -giveCommandDescription= -giveCommandUsage= +getposCommandDescription=Get your current coordinates or those of a player. +getposCommandUsage=/ [player] +giveCommandDescription=Give a player an item. +giveCommandUsage=/ [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= -godCommandUsage= +godCommandDescription=Enables your godly powers. +godCommandUsage=/ [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} @@ -247,48 +247,48 @@ 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= -hatCommandUsage= +hatCommandDescription=Get some cool new headgear. +hatCommandUsage=/ [remove] hatEmpty=\u00a74You are not wearing a hat. hatFail=\u00a74You must have something to wear in your hand. hatPlaced=\u00a76Enjoy your new hat\! hatRemoved=\u00a76Your hat has been removed. haveBeenReleased=\u00a76You have been released. heal=\u00a76You have been healed. -healCommandDescription= -healCommandUsage= +healCommandDescription=Heals you or the given player. +healCommandUsage=/ [player] healDead=\u00a74You cannot heal someone who is dead\! healOther=\u00a76Healed\u00a7c {0}\u00a76. -helpCommandDescription= -helpCommandUsage= +helpCommandDescription=Views a list of available commands. +helpCommandUsage=/ [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= -helpopCommandUsage= +helpopCommandDescription=Message online admins. +helpopCommandUsage=/ 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= -homeCommandUsage= +homeCommandDescription=Teleport to your home. +homeCommandUsage=/ [player:][name] homes=\u00a76Homes\:\u00a7r {0} homeSet=\u00a76Home set to current location. hour=hour hours=hours -ignoreCommandDescription= -ignoreCommandUsage= +ignoreCommandDescription=Ignore or unignore other players. +ignoreCommandUsage=/ ignoredList=\u00a76Ignored\:\u00a7r {0} ignoreExempt=\u00a74You may not ignore that player. ignorePlayer=\u00a76You ignore player\u00a7c {0} \u00a76from now on. illegalDate=Illegal date format. infoChapter=\u00a76Select chapter\: infoChapterPages=\u00a7e ---- \u00a76{0} \u00a7e--\u00a76 Page \u00a7c{1}\u00a76 of \u00a7c{2} \u00a7e---- -infoCommandDescription= -infoCommandUsage= +infoCommandDescription=Shows information set by the server owner. +infoCommandUsage=/ [chapter] [page] infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Page \u00a7c{0}\u00a76/\u00a7c{1} \u00a7e---- infoUnknownChapter=\u00a74Unknown chapter. insufficientFunds=\u00a74Insufficient funds available. @@ -311,20 +311,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= -invseeCommandUsage= +invseeCommandDescription=See the inventory of other players. +invseeCommandUsage=/ 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= -itemCommandUsage= +itemCommandDescription=Spawn an item. +itemCommandUsage=/ [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= -itemnameCommandUsage= +itemnameCommandDescription=Names an item. +itemnameCommandUsage=/ [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. @@ -338,8 +338,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= -itemdbCommandUsage= +itemdbCommandDescription=Searches for an item. +itemdbCommandUsage=/ jailAlreadyIncarcerated=\u00a74Person is already in jail\:\u00a7c {0} jailList=\u00a76Jails\:\u00a7r {0} jailMessage=\u00a74You do the crime, you do the time. @@ -348,24 +348,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= -jailsCommandUsage= -jumpCommandDescription= -jumpCommandUsage= +jailsCommandDescription=List all jails. +jailsCommandUsage=/ +jumpCommandDescription=Jumps to the nearest block in the line of sight. +jumpCommandUsage=/ jumpError=\u00a74That would hurt your computer''s brain. -kickCommandDescription= -kickCommandUsage= +kickCommandDescription=Kicks a specified player with a reason. +kickCommandUsage=/ [reason] kickDefault=Kicked from server. kickedAll=\u00a74Kicked all players from server. kickExempt=\u00a74You cannot kick that person. -kickallCommandDescription= -kickallCommandUsage= +kickallCommandDescription=Kicks all players off the server except the issuer. +kickallCommandUsage=/ [reason] kill=\u00a76Killed\u00a7c {0}\u00a76. -killCommandDescription= -killCommandUsage= +killCommandDescription=Kills specified player. +killCommandUsage=/ killExempt=\u00a74You cannot kill \u00a7c{0}\u00a74. -kitCommandDescription= -kitCommandUsage= +kitCommandDescription=Obtains the specified kit or views all available kits. +kitCommandUsage=/ [kit] [player] kitContains=\u00a76Kit \u00a7c{0} \u00a76contains: kitCost=\ \u00a77\u00a7o({0})\u00a7r kitDelay=\u00a7m{0}\u00a7r @@ -379,19 +379,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= -kittycannonCommandUsage= +kittycannonCommandDescription=Throw an exploding kitten at your opponent. +kittycannonCommandUsage=/ kitTimed=\u00a74You can''t use that kit again for another\u00a7c {0}\u00a74. leatherSyntax=\u00a76Leather color syntax\:\u00a7c color\:,, eg\: color\:255,0,0\u00a76 OR\u00a7c color\: eg\: color\:16777011 -lightningCommandDescription= -lightningCommandUsage= +lightningCommandDescription=The power of Thor. Strike at cursor or player. +lightningCommandUsage=/ [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= -listCommandUsage= +listCommandDescription=List all online players. +listCommandUsage=/ [group] listGroupTag=\u00a76{0}\u00a7r\: listHiddenTag=\u00a77[HIDDEN]\u00a7r loadWarpError=\u00a74Failed to load warp {0}. @@ -399,8 +399,8 @@ localFormat=[L]<{0}> {1} localNoOne= mailClear=\u00a76To clear your mail, type\u00a7c /mail clear\u00a76. mailCleared=\u00a76Mail cleared\! -mailCommandDescription= -mailCommandUsage= +mailCommandDescription=Manages inter-player, intra-server mail. +mailCommandUsage=/ [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} @@ -413,8 +413,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= -meCommandUsage= +meCommandDescription=Describes an action in the context of the player. +meCommandUsage=/ meSender=me meRecipient=me minimumPayAmount=\u00a7cThe minimum amount you can pay is {0}. @@ -430,26 +430,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= -moreCommandUsage= +moreCommandDescription=Fills the item stack in hand to maximum size. +moreCommandUsage=/ moreThanZero=\u00a74Quantities must be greater than 0. -motdCommandDescription= -motdCommandUsage= +motdCommandDescription=Views the Message Of The Day. +motdCommandUsage=/ [chapter] [page] moveSpeed=\u00a76Set\u00a7c {0}\u00a76 speed to\u00a7c {1} \u00a76for \u00a7c{2}\u00a76. -msgCommandDescription= -msgCommandUsage= +msgCommandDescription=Sends a private message to the specified player. +msgCommandUsage=/ 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= -msgtoggleCommandUsage= +msgtoggleCommandDescription=Blocks receiving all private messages. +msgtoggleCommandUsage=/ [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= -muteCommandUsage= +muteCommandDescription=Mutes or unmutes a player. +muteCommandUsage=/ [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} @@ -461,13 +461,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= -nearCommandUsage= +nearCommandDescription=Lists the players near by or around a player. +nearCommandUsage=/ [playername] [radius] nearbyPlayers=\u00a76Players nearby\:\u00a7r {0} negativeBalanceError=\u00a74User is not allowed to have a negative balance. nickChanged=\u00a76Nickname changed. -nickCommandDescription= -nickCommandUsage= +nickCommandDescription=Change your nickname or that of another player. +nickCommandUsage=/ [player] nickDisplayName=\u00a74You have to enable change-displayname in Essentials config. nickInUse=\u00a74That name is already in use. nickNameBlacklist=\u00a74That nickname is not allowed. @@ -516,8 +516,8 @@ nothingInHand=\u00a74You have nothing in your hand. now=now noWarpsDefined=\u00a76No warps defined. nuke=\u00a75May death rain upon them. -nukeCommandDescription= -nukeCommandUsage= +nukeCommandDescription=May death rain upon them. +nukeCommandUsage=/ [player] numberRequired=A number goes there, silly. onlyDayNight=/time only supports day/night. onlyPlayers=\u00a74Only in-game players can use \u00a7c{0}\u00a74. @@ -528,20 +528,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= -payCommandUsage= +payCommandDescription=Pays another player from your balance. +payCommandUsage=/ 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= -payconfirmtoggleCommandUsage= -paytoggleCommandDescription= -paytoggleCommandUsage= +payconfirmtoggleCommandDescription=Toggles whether you are prompted to confirm payments. +payconfirmtoggleCommandUsage=/ +paytoggleCommandDescription=Toggles whether you are accepting payments. +paytoggleCommandUsage=/ pendingTeleportCancelled=\u00a74Pending teleportation request cancelled. -pingCommandDescription= -pingCommandUsage= +pingCommandDescription=Pong! +pingCommandUsage=/ playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76. playerBanned=\u00a76Player\u00a7c {0} \u00a76banned\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76. playerJailed=\u00a76Player\u00a7c {0} \u00a76jailed. @@ -560,8 +560,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= -potionCommandUsage= +potionCommandDescription=Adds custom potion effects to a potion. +potionCommandUsage=/ power: duration:> posX=\u00a76X\: {0} (+East <-> -West) posY=\u00a76Y\: {0} (+Up <-> -Down) posYaw=\u00a76Yaw\: {0} (Rotation) @@ -578,14 +578,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= -powertoolCommandUsage= -powertooltoggleCommandDescription= -powertooltoggleCommandUsage= -ptimeCommandDescription= -ptimeCommandUsage= -pweatherCommandDescription= -pweatherCommandUsage= +powertoolCommandDescription=Assigns a command to the item in hand. +powertoolCommandUsage=/ [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=/ +ptimeCommandDescription=Adjust player's client time. Add @ prefix to fix. +ptimeCommandUsage=/ [list|reset|day|night|dawn|17:30|4pm|4000ticks] [player|*] +pweatherCommandDescription=Adjust a player's weather +pweatherCommandUsage=/ [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. @@ -602,18 +602,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= -rCommandUsage= +rCommandDescription=Quickly reply to the last player to message you. +rCommandUsage=/ 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= -realnameCommandUsage= +realnameCommandDescription=Displays the username of a user based on nick. +realnameCommandUsage=/ 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= -recipeCommandUsage= +recipeCommandDescription=Displays how to craft items. +recipeCommandUsage=/ [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} @@ -622,13 +622,13 @@ recipeNone=No recipes exist for {0}. recipeNothing=nothing recipeShapeless=\u00a76Combine \u00a7c{0} recipeWhere=\u00a76Where\: {0} -removeCommandDescription= -removeCommandUsage= +removeCommandDescription=Removes entities in your world. +removeCommandUsage=/ [radius|world] removed=\u00a76Removed\u00a7c {0} \u00a76entities. repair=\u00a76You have successfully repaired your\: \u00a7c{0}\u00a76. repairAlreadyFixed=\u00a74This item does not need repairing. -repairCommandDescription= -repairCommandUsage= +repairCommandDescription=Repairs the durability of one or all items. +repairCommandUsage=/ [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. @@ -648,25 +648,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= -restCommandUsage= +restCommandDescription=Rests you or the given player. +restCommandUsage=/ [player] restOther=\u00a76Resting\u00a7c {0}\u00a76. returnPlayerToJailError=\u00a74Error occurred when trying to return player\u00a7c {0} \u00a74to jail\: \u00a7c{1}\u00a74\! -rtoggleCommandDescription= -rtoggleCommandUsage= -rulesCommandDescription= -rulesCommandUsage= +rtoggleCommandDescription=Change whether the recipient of the reply is last recipient or last sender +rtoggleCommandUsage=/ [player] [on|off] +rulesCommandDescription=Views the server rules. +rulesCommandUsage=/ [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= -seenCommandUsage= +seenCommandDescription=Shows the last logout time of a player. +seenCommandUsage=/ 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= -sellCommandUsage= +sellCommandDescription=Sells the item currently in your hand. +sellCommandUsage=/ <||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. @@ -675,18 +675,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= -sethomeCommandUsage= -setjailCommandDescription= -setjailCommandUsage= -setwarpCommandDescription= -setwarpCommandUsage= -setworthCommandDescription= -setworthCommandUsage= +sethomeCommandDescription=Set your home to your current location. +sethomeCommandUsage=/ [[player:]name] +setjailCommandDescription=Creates a jail where you specified named [jailname]. +setjailCommandUsage=/ +setwarpCommandDescription=Creates a new warp. +setwarpCommandUsage=/ +setworthCommandDescription=Set the sell value of an item. +setworthCommandUsage=/ [itemname|id] sheepMalformedColor=\u00a74Malformed color. shoutFormat=\u00a76[Shout]\u00a7r {0} -showkitCommandDescription= -showkitCommandUsage= +showkitCommandDescription=Show contents of a kit. +showkitCommandUsage=/ signFormatFail=\u00a74[{0}] signFormatSuccess=\u00a71[{0}] signFormatTemplate=[{0}] @@ -696,31 +696,31 @@ southEast=SE south=S southWest=SW skullChanged=\u00a76Skull changed to \u00a7c{0}\u00a76. -skullCommandDescription= -skullCommandUsage= +skullCommandDescription=Set the owner of a player skull +skullCommandUsage=/ [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= -socialspyCommandUsage= +socialspyCommandDescription=Toggles if you can see msg/mail commands in chat. +socialspyCommandUsage=/ [player] [on|off] socialSpyPrefix=\u00a7f[\u00a76SS\u00a7f] \u00a7r soloMob=\u00a74That mob likes to be alone. spawned=spawned -spawnerCommandDescription= -spawnerCommandUsage= -spawnmobCommandDescription= -spawnmobCommandUsage= +spawnerCommandDescription=Change the mob type of a spawner. +spawnerCommandUsage=/ [delay] +spawnmobCommandDescription=Spawns a mob. +spawnmobCommandUsage=/ [:data][,[:data]] [amount] [player] spawnSet=\u00a76Spawn location set for group\u00a7c {0}\u00a76. spectator=spectator -speedCommandDescription= -speedCommandUsage= -sudoCommandDescription= -sudoCommandUsage= +speedCommandDescription=Change your speed limits. +speedCommandUsage=/ [type] [player] +sudoCommandDescription=Make another user perform a command. +sudoCommandUsage=/ sudoExempt=\u00a74You cannot sudo \u00a7c{0}. sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1} -suicideCommandDescription= -suicideCommandUsage= +suicideCommandDescription=Causes you to perish. +suicideCommandUsage=/ suicideMessage=\u00a76Goodbye cruel world... suicideSuccess=\u00a76Player \u00a7c{0} \u00a76took their own life. survival=survival @@ -753,64 +753,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= -tempbanCommandUsage= +tempbanCommandDescription=Temporary ban a user. +tempbanCommandUsage=/ thunder=\u00a76You\u00a7c {0} \u00a76thunder in your world. -thunderCommandDescription= -thunderCommandUsage= +thunderCommandDescription=Enable/disable thunder. +thunderCommandUsage=/ [duration] thunderDuration=\u00a76You\u00a7c {0} \u00a76thunder in your world for\u00a7c {1} \u00a76seconds. timeBeforeHeal=\u00a74Time before next heal\:\u00a7c {0}\u00a76. timeBeforeTeleport=\u00a74Time before next teleport\:\u00a7c {0}\u00a76. -timeCommandDescription= -timeCommandUsage= +timeCommandDescription=Display/Change the world time. Defaults to current world. +timeCommandUsage=/ [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= -togglejailCommandUsage= -topCommandDescription= -topCommandUsage= +togglejailCommandDescription=Jails/Unjails a player, TPs them to the jail specified. +togglejailCommandUsage=/ [datediff] +topCommandDescription=Teleport to the highest block at your current position. +topCommandUsage=/ 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= -tpCommandUsage= -tpaCommandDescription= -tpaCommandUsage= -tpaallCommandDescription= -tpaallCommandUsage= -tpacancelCommandDescription= -tpacancelCommandUsage= -tpacceptCommandDescription= -tpacceptCommandUsage= -tpahereCommandDescription= -tpahereCommandUsage= -tpallCommandDescription= -tpallCommandUsage= -tpautoCommandDescription= -tpautoCommandUsage= -tpdenyCommandDescription= -tpdenyCommandUsage= -tphereCommandDescription= -tphereCommandUsage= -tpoCommandDescription= -tpoCommandUsage= -tpofflineCommandDescription= -tpofflineCommandUsage= -tpohereCommandDescription= -tpohereCommandUsage= -tpposCommandDescription= -tpposCommandUsage= +tpCommandDescription=Teleport to a player. +tpCommandUsage=/ [otherplayer] +tpaCommandDescription=Request to teleport to the specified player. +tpaCommandUsage=/ +tpaallCommandDescription=Requests all players online to teleport to you. +tpaallCommandUsage=/ +tpacancelCommandDescription=Cancel all outstanding teleport requests. Specify [player] to cancel requests with them. +tpacancelCommandUsage=/ [player] +tpacceptCommandDescription=Accepts a teleport request. +tpacceptCommandUsage=/ [otherplayer] +tpahereCommandDescription=Request that the specified player teleport to you. +tpahereCommandUsage=/ +tpallCommandDescription=Teleport all online players to another player. +tpallCommandUsage=/ +tpautoCommandDescription=Automatically accept teleportation requests. +tpautoCommandUsage=/ +tpdenyCommandDescription=Reject a teleport request. +tpdenyCommandUsage=/ +tphereCommandDescription=Teleport a player to you. +tphereCommandUsage=/ +tpoCommandDescription=Teleport override for tptoggle. +tpoCommandUsage=/ [otherplayer] +tpofflineCommandDescription=Teleport to a player's last known logout location +tpofflineCommandUsage=/ +tpohereCommandDescription=Teleport here override for tptoggle. +tpohereCommandUsage=/ +tpposCommandDescription=Teleport to coordinates. +tpposCommandUsage=/ [yaw] [pitch] [world] tps=\u00a76Current TPS \= {0} -tptoggleCommandDescription= -tptoggleCommandUsage= +tptoggleCommandDescription=Blocks all forms of teleportation. +tptoggleCommandUsage=/ [player] [on|off] tradeSignEmpty=\u00a74The trade sign has nothing available for you. tradeSignEmptyOwner=\u00a74There is nothing to collect from this trade sign. -treeCommandDescription= -treeCommandUsage= +treeCommandDescription=Spawn a tree where you are looking. +treeCommandUsage=/ treeFailure=\u00a74Tree generation failure. Try again on grass or dirt. treeSpawned=\u00a76Tree spawned. true=\u00a7atrue\u00a7r @@ -820,16 +820,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= -unbanCommandUsage= -unbanipCommandDescription= -unbanipCommandUsage= +unbanCommandDescription=Unbans the specified player. +unbanCommandUsage=/ +unbanipCommandDescription=Unbans the specified IP address. +unbanipCommandUsage=/
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= -unlimitedCommandUsage= +unlimitedCommandDescription=Allows the unlimited placing of items. +unlimitedCommandUsage=/ [player] unlimitedItemPermission=\u00a74No permission for unlimited item \u00a7c{0}\u00a74. unlimitedItems=\u00a76Unlimited items\:\u00a7r unmutedPlayer=\u00a76Player\u00a7c {0} \u00a76unmuted. @@ -854,8 +854,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= -vanishCommandUsage= +vanishCommandDescription=Hide yourself from other players. +vanishCommandUsage=/ [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} @@ -867,8 +867,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= -warpCommandUsage= +warpCommandDescription=List all warps or warp to the specified location. +warpCommandUsage=/ [player] warpDeleteError=\u00a74Problem deleting the warp file. warpingTo=\u00a76Warping to\u00a7c {0}\u00a76. warpList={0} @@ -877,8 +877,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= -weatherCommandUsage= +weatherCommandDescription=Sets the weather. +weatherCommandUsage=/ [duration] warpSet=\u00a76Warp\u00a7c {0} \u00a76set. warpUsePermission=\u00a74You do not have permission to use that warp. weatherInvalidWorld=World named {0} not found\! @@ -890,8 +890,8 @@ west=W whoisAFK=\u00a76 - AFK\:\u00a7r {0} whoisAFKSince=\u00a76 - AFK\:\u00a7r {0} (Since {1}) whoisBanned=\u00a76 - Banned\:\u00a7r {0} -whoisCommandDescription= -whoisCommandUsage= +whoisCommandDescription=Determine the username behind a nickname. +whoisCommandUsage=/ whoisExp=\u00a76 - Exp\:\u00a7r {0} (Level {1}) whoisFly=\u00a76 - Fly mode\:\u00a7r {0} ({1}) whoisSpeed=\u00a76 - Speed\:\u00a7r {0} @@ -912,13 +912,13 @@ whoisPlaytime=\u00a76 - Playtime\:\u00a7r {0} whoisTempBanned=\u00a76 - Ban expires\:\u00a7r {0} whoisTop=\u00a76 \=\=\=\=\=\= WhoIs\:\u00a7c {0} \u00a76\=\=\=\=\=\= whoisUuid=\u00a76 - UUID\:\u00a7r {0} -workbenchCommandDescription= -workbenchCommandUsage= -worldCommandDescription= -worldCommandUsage= +workbenchCommandDescription=Opens up a workbench. +workbenchCommandUsage=/ +worldCommandDescription=Switch between worlds. +worldCommandUsage=/ [world] worth=\u00a7aStack of {0} worth \u00a7c{1}\u00a7a ({2} item(s) at {3} each) -worthCommandDescription= -worthCommandUsage= +worthCommandDescription=Calculates the worth of items in hand or as specified. +worthCommandUsage=/ <||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