diff --git a/docker-compose.yml b/docker-compose.yml index 36e9b52..f5d7e05 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/fabric/config/fabric-essentials.json b/fabric/config/fabric-essentials.json new file mode 100755 index 0000000..4e057bd --- /dev/null +++ b/fabric/config/fabric-essentials.json @@ -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" + ] +}