Default configuration serveur Build NG RED

This commit is contained in:
2026-02-03 23:09:01 +01:00
commit 53d0c557d0
129 changed files with 21501 additions and 0 deletions

73
config/MapWriter.cfg Executable file
View File

@@ -0,0 +1,73 @@
# Configuration file
####################
# fullScreenMap
####################
fullScreenMap {
I:alphaPercent=100
I:borderMode=0
B:circular=0
I:coordsEnabled=0
I:enabled=1
I:heightPercent=0
I:marginBottom=0
I:marginLeft=0
I:marginRight=0
I:marginTop=0
I:markerSize=5
I:playerArrowSize=5
I:rotate=0
}
####################
# options
####################
options {
I:backgroundTextureMode=0
I:chunksPerTick=1
I:coordsMode=1
I:linearTextureScaling=1
I:mapPixelSnapEnabled=1
I:maxChunkSaveDistSq=4096
I:maxDeathMarkers=3
I:overlayModeIndex=0
I:overlayZoomLevel=-1
I:playerTrailEnabled=0
I:playerTrailMarkerIntervalMillis=5000
I:playerTrailMaxLength=30
I:portNumberInWorldNameEnabled=1
I:regionFileOutputEnabledMP=1
I:regionFileOutputEnabledSP=1
S:saveDirOverride=
S:teleportCommand=tp
I:teleportEnabled=1
I:textureSize=2048
B:undergroundMode=0
I:useSavedBlockColours=0
}
####################
# smallMap
####################
smallMap {
I:alphaPercent=100
I:borderMode=1
I:circular=0
I:coordsEnabled=1
I:enabled=1
I:heightPercent=20
I:marginBottom=-1
I:marginLeft=-1
I:marginRight=10
I:marginTop=10
I:markerSize=3
I:playerArrowSize=4
I:rotate=0
}