lang.json
{
"TOKENS_RECEIVED": {
"type": "CHAT",
"message": [
"&c&lTOKENS &8» &fYou were given &c{amount} &ftokens!"
]
},
"TOKENS_TAKEN": {
"type": "CHAT",
"message": [
"&c&lTOKENS &8» &fYou have taken &c{amount} &ftokens from &c{player}&f!"
]
},
"TOKENS_BALANCE": {
"type": "CHAT",
"message": [
"&c&lTOKENS &8» &fYou currently have &c{amount} &ftokens!"
]
},
"TOKENS_OTHER": {
"type": "CHAT",
"message": [
"&c&lTOKENS &8» &c{player} &fcurrently has &c{amount} &ftokens"
]
},
"TOKENS_GIVEN": {
"type": "CHAT",
"message": [
"&c&lTOKENS &8» &c{player} &fwas given &c{amount} &ftokens!"
]
},
"TOKENS_TRANSFERRED": {
"type": "CHAT",
"message": [
"&c&lTOKENS &8» &f{player} transferred you {amount} tokens."
]
},
"TOKENS_NOT_ABOVE_MIN": {
"type": "CHAT",
"message": [
"&c&lTOKENS &8» &fMinimum amount you can send is &c5,000&f."
]
},
"TOKENS_WOULD_BE_MAX": {
"type": "CHAT",
"message": [
"&c&lTokens &8» &fThe user would have more then the allowed amount!"
]
},
"TOKENS_NOT_ENOUGH": {
"type": "CHAT",
"message": [
"&c&lTOKENS &8» &cYou don''t have enough tokens!"
]
},
"TOKENS_TRANSFERRED_TO": {
"type": "CHAT",
"message": [
"&c&lTOKENS &8» &fYou transferred {amount} to {player}"
]
},
"NO_PERMISSION": {
"type": "CHAT",
"message": [
"&c&lTOKENS &8» &fYou don't have enough permissions to do this."
]
},
"PAY_TOGGLE_OFF": {
"type": "CHAT",
"message": [
"&c&lTOKENS &8» &cYou've toggled token paying off."
]
},
"PAY_TOGGLE_ON": {
"type": "CHAT",
"message": [
"&c&lTOKENS &8» &aYou've toggled token paying on."
]
},
"RECEIVER_TOGGLED_OFF": {
"type": "CHAT",
"message": [
"&c&lTOKENS &8» &cThis player has token paying toggled off."
]
}
}
Last updated