lang.json
{
"collectorPlaced": {
"type": "CHAT",
"message": [
"&cCollector placed..."
]
},
"collectorBroken": {
"type": "CHAT",
"message": [
"&cCollector broken..."
]
},
"collectorSold": {
"type": "CHAT",
"message": [
"&cCollector sold... ${value} worth of {mob-type} drops sold..."
]
},
"collectorDeposited": {
"type": "CHAT",
"message": [
"&cCollector sold... {value} TNT deposited into tnt bank..."
]
},
"chunkAlreadyCollecting": {
"type": "CHAT",
"message": [
"&cThis chunk already has a collector!"
]
},
"cannotPlaceHere": {
"type": "CHAT",
"message": [
"&cYou cannot place a collector here."
]
},
"cannotAccessHere": {
"type": "CHAT",
"message": [
"&cYou cannot access collectors here."
]
}
}
Last updated