View difference between Paste ID: Sifvzy4D and u33ST9pt
SHOW: | | - or go back to the newest paste.
1
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:
2
3
{0} will ALWAYS be the players name (or console)
4
The format for each is “message, {0}, {1}, {2}, {3}, {4}
5
Not all of the messages in the lang.yml use every placeholder, that is why i made this guide
6
I may have missed a few when writing it up (i am only 1 person)
7
a description of each argument can be found at the top of the reference guide
8
9
10
Legend:
11
12
name: the name of the player that executed the command
13
amount: the amount of TNT relative to that message
14
amount(secondary): the amount of TNT the player has in their inventory
15
needed: the amount of TNT needed to execute that command
16
radius: the radius involved in that command
17
dispensers: the amount of dispensers involved in that command
18
command: the full command typed including arguments
19
commandRaw: the command typed excluding arguments
20
incorrectArg: the argument that is incorrect in text format
21
incorrectArgNumber: the argument number or place that is incorrect
22
space: the amount of space left in a players inventory
23
maxRadius: the maximum radius relating to that message
24
radiusUsed: the radius that the player had typed
25
x, y, z: coord’s of the block related to that message
26
material: the raw formatted material name of the block related to that message
27
number: the incorrect number that was typed in the command
28
args: the amount of args used in the command
29
requiredArgs: the amount of args required to use that command
30
31-
“addedToSelecting", name
31+
"addedToSelecting", name
32-
“clearedNoSpace", name, amount
32+
"clearedNoSpace", name, amount
33-
“countDispenserTNT", name
33+
"countDispenserTNT", name
34-
“countDspensers", name, radius, dispensers
34+
"countDspensers", name, radius, dispensers
35-
“countTNT", name, amount
35+
"countTNT", name, amount
36-
“dispenserCleared", name, amount
36+
"dispenserCleared", name, amount
37-
“dispenserFilled", name, amount
37+
"dispenserFilled", name, amount
38-
“dispensersCleared", name, radius, dispensers
38+
"dispensersCleared", name, radius, dispensers
39-
“dispensersClearedFaction", name, radius, dispensers
39+
"dispensersClearedFaction", name, radius, dispensers
40-
“dispensersFilledFaction", name, radius, dispensers
40+
"dispensersFilledFaction", name, radius, dispensers
41-
“dispensersPartCleared", name, radius, dispensers
41+
"dispensersPartCleared", name, radius, dispensers
42
"errorClearing", name, radius, dispensers
43
"errorFilling", name, radius, dispensers
44
"failedFaction", name, amount
45
"limitedSpace", name, radius, dispensers, space
46
"maxRadius", name, maxRadius, radiusUsed
47
"noDispensers", name, radius
48
"noDispensersToClear", name
49
"noPermission", name, command
50
"noSpace", name, amount
51
"noSpace", name, radius, dispensers
52
"notDispenser", name, x, y, z, material
53
"notEnoughTNT", name, radius, dispensers, amount, needed
54
"nothingToClear", name
55
"nothingToUndo", name
56
"noTNT", name, amount
57
"noTNT", name, radius, dispensers
58
"notNumber", name, number
59
"notPlayer", name
60
"notSelecting", name
61
"onePerDispenser", name, radius, dispensers
62
"partCleared", name, amount
63
"reloaded", name
64
"selectingDone", name
65
"selectionListItem", name
66
"selectionListNoDispensers", name
67
"selectionListSuffix", name, amount
68
"selectionListTitle", name, amount
69
"selectionsCleared", name, amount
70
"selectionUndone", name, x, y, z
71
"tooFewArguments", name, commandRaw, args, requiredArgs
72
"tooManyArguments", name, commandRaw, args, requiredArgs
73
"unknownError", name, amount