Add fabric-essentials mod

This commit is contained in:
2025-03-31 22:25:19 +00:00
parent 0cde4e57b9
commit dc918b4880
2 changed files with 44 additions and 0 deletions

View File

@@ -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

View 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"
]
}