Files
minecraft_server/fabric/config/fabric-essentials.json
2026-01-15 19:50:50 +00:00

44 lines
668 B
JSON
Executable File

{
"homes": {
"defaultLimit": 3,
"homesLimits": [
{
"permission": "vip",
"limit": 5,
"stacks": false
}
]
},
"tpa": {
"expiry": 30
},
"teleportation": {
"waitingPeriod": {
"period": 0,
"cancellation": {
"damage": false,
"maxMoveDistance": -1
}
},
"savedBackLocations": 32
},
"itemEdit": {
"name": {
"maxLength": 50,
"experienceLevelCost": 1
},
"lore": {
"maxLength": 50,
"maxLines": 5,
"experienceLevelCost": 1
}
},
"ignoreCommandSpyCommands": [
"me",
"msg",
"teammsg",
"tell",
"w"
]
}