Emotes/src/main/resources/emotes/thumbsup.json

19 lines
396 B
JSON

{
"name": "Thumbsup",
"command": "thumbsup",
"description": "Give someone a thumbs up.",
"usage": "/thumbsup [player] [message]",
"author": "Mafrans",
"lines": {
"USER": [
"&c%user%&b gives a thumbs up!"
],
"USER,ARGUMENT_0": [
"&c%user%&b gives a big thumbs up to &c%target%&b!"
]
},
"variables": {
"USER": "user",
"ARGUMENT_0": "target"
}
}