mcserver/instances/forge-1.20.1-survival/runtime/data/config/packetfixer.properties
JaniSoto e7557256b8 fix(forge-1.20.1): relocate options template to extra/ and standardize keybinds
- Move master options.txt to config/defaultoptions/extra/options.txt to fix early-boot display driver race condition skipping initial settings
- Strip duplicate keybinding lines from extra/options.txt for clean DRY separation with keybindings.txt
- Restore standard keybindings: Left Shift for Crouch (sneak) and Left Control for Sprint (sprint)
- Remove redundant root config/defaultoptions/options.txt file
- Update instance README.md and mod-configs.md documentation and operational runbook scp targets
- Update releases link in instance documentation to git.sotohome.top endpoint
2026-08-16 15:50:12 +00:00

15 lines
473 B
Properties
Executable file

#Packet Fixer config file.
#Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576, decoderSize 8388608 and varInt21Size 3.
#Max values are 2147483647 for packetSize/decoderSize/varInt21 and 9223372036854775807 for nbtMaxSize.
#Sun Aug 16 15:42:08 UTC 2026
chunkPacketData=2097152
varLong=10
nbtMaxSize=2097152
allSizesUnlimited=true
forceUnlimitedNbtEnabled=false
decoderSize=8388608
packetSize=1048576
stringSize=32767
timeout=120
varInt21=3
varInt=5