Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- As of 2.1.8, I have introduced a well organised language feature that lets me keep track of messages better and gives more customisation to the messages sent to players. Some key rules you need to keep in mind when following this reference are:
- {0} will ALWAYS be the players name (or console)
- The format for each is “message, {0}, {1}, {2}, {3}, {4}
- Not all of the messages in the lang.yml use every placeholder, that is why i made this guide
- I may have missed a few when writing it up (i am only 1 person)
- a description of each argument can be found at the top of the reference guide
- Legend:
- name: the name of the player that executed the command
- amount: the amount of TNT relative to that message
- amount(secondary): the amount of TNT the player has in their inventory
- needed: the amount of TNT needed to execute that command
- radius: the radius involved in that command
- dispensers: the amount of dispensers involved in that command
- command: the full command typed including arguments
- commandRaw: the command typed excluding arguments
- incorrectArg: the argument that is incorrect in text format
- incorrectArgNumber: the argument number or place that is incorrect
- space: the amount of space left in a players inventory
- maxRadius: the maximum radius relating to that message
- radiusUsed: the radius that the player had typed
- x, y, z: coord’s of the block related to that message
- material: the raw formatted material name of the block related to that message
- number: the incorrect number that was typed in the command
- args: the amount of args used in the command
- requiredArgs: the amount of args required to use that command
- "addedToSelecting", name
- "clearedNoSpace", name, amount
- "countDispenserTNT", name
- "countDspensers", name, radius, dispensers
- "countTNT", name, amount
- "dispenserCleared", name, amount
- "dispenserFilled", name, amount
- "dispensersCleared", name, radius, dispensers
- "dispensersClearedFaction", name, radius, dispensers
- "dispensersFilledFaction", name, radius, dispensers
- "dispensersPartCleared", name, radius, dispensers
- "errorClearing", name, radius, dispensers
- "errorFilling", name, radius, dispensers
- "failedFaction", name, amount
- "limitedSpace", name, radius, dispensers, space
- "maxRadius", name, maxRadius, radiusUsed
- "noDispensers", name, radius
- "noDispensersToClear", name
- "noPermission", name, command
- "noSpace", name, amount
- "noSpace", name, radius, dispensers
- "notDispenser", name, x, y, z, material
- "notEnoughTNT", name, radius, dispensers, amount, needed
- "nothingToClear", name
- "nothingToUndo", name
- "noTNT", name, amount
- "noTNT", name, radius, dispensers
- "notNumber", name, number
- "notPlayer", name
- "notSelecting", name
- "onePerDispenser", name, radius, dispensers
- "partCleared", name, amount
- "reloaded", name
- "selectingDone", name
- "selectionListItem", name
- "selectionListNoDispensers", name
- "selectionListSuffix", name, amount
- "selectionListTitle", name, amount
- "selectionsCleared", name, amount
- "selectionUndone", name, x, y, z
- "tooFewArguments", name, commandRaw, args, requiredArgs
- "tooManyArguments", name, commandRaw, args, requiredArgs
- "unknownError", name, amount
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement