minecraft server init

This commit is contained in:
2025-07-23 08:37:00 +03:00
commit ccf1f5f4d0
2460 changed files with 291551 additions and 0 deletions

14
config/weirdinggadget.cfg Normal file
View File

@ -0,0 +1,14 @@
# Configuration file
general {
# Width/length of chunks to be loaded, it is recommend this is an odd number
I:chunkLoaderWidth=3
# Disables Chunk loading, use if there is a crash happening in a chunk loaded area
B:emergencyMode=false
# The number of hours the player will be offline before deactivating (default 2 days)
I:hoursBeforeDeactivation=48
}