Add fabric-essentials mod
This commit is contained in:
@@ -234,6 +234,7 @@ services:
|
||||
litematica-server-paster:LttjgeM4
|
||||
lithium:W0Cc7ZVd
|
||||
luckperms:S8033hpf
|
||||
melius-essentials:VUp9aVl4
|
||||
mods-command:1F0YwdWN
|
||||
no-chat-reports:Cg7X9iDa
|
||||
packet-fixer:XBM9PO5r
|
||||
|
||||
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