Add fabric-essentials mod
This commit is contained in:
43
fabric/config/fabric-essentials.json
Executable file
43
fabric/config/fabric-essentials.json
Executable file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user