We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d6492 commit 932566aCopy full SHA for 932566a
Examples/Tags.md
@@ -5,7 +5,7 @@ Here is a list of tags you can add to the message. Its also possible to use some
5
The tags are always in {TAG}
6
7
8
-```
+```json
9
[
10
{
11
"Title": "Prefix",
@@ -91,5 +91,13 @@ The tags are always in {TAG}
91
"Message": "Current players userid: {USERID}", // If you want to use this tag for commands add a # before the tag
92
"PrintTo": 0
93
}
94
+ },
95
+ {
96
+ "Title": "Random number",
97
+ "Description": "Displays a random number",
98
+ "Command": "random",
99
+ "Message": "This is a random number: {RNDNO=(10,20)}", // This generates a random number between 10 and 20
100
+ "PrintTo": 0
101
+ }
102
]
103
```
0 commit comments