mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-14 03:51:07 +00:00
25 lines
No EOL
754 B
JSON
Executable file
25 lines
No EOL
754 B
JSON
Executable file
{
|
|
"server": {
|
|
"disconnected": "&ePlayer %1 disconnected",
|
|
"disconnectedPrefix": true,
|
|
"particles": "Emitting %1 particles (count: %2, size: %3)"
|
|
},
|
|
"defaults": {
|
|
"ban": "You've been banned from this server!",
|
|
"banIp": "Your IP have been banned from this server!"
|
|
},
|
|
"commands": {
|
|
"ban": "You were banned from this server!",
|
|
"banB": "Player %1 was banned from this server!",
|
|
"kick": "You were kicked from this server!",
|
|
"kickB": "Player %1 was kicked!"
|
|
},
|
|
"errors": {
|
|
"perms": "You don't have permission to do that!",
|
|
"maxParticle": "You can't spawn more than %1 particles",
|
|
"playerExists": "Player %1 is not on this server"
|
|
},
|
|
"info": {
|
|
"particle": "Emit a particle at position"
|
|
}
|
|
} |