mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 02:37:34 +02:00
Clean up server configuration
This commit is contained in:
@ -55,7 +55,7 @@ settings:
|
||||
console:
|
||||
enable-brigadier-highlighting: false
|
||||
enable-brigadier-completions: false
|
||||
suggest-player-names-when-null-tab-completions: true
|
||||
suggest-player-names-when-null-tab-completions: false
|
||||
watchdog:
|
||||
early-warning-every: 5000
|
||||
early-warning-delay: 10000
|
||||
@ -163,31 +163,7 @@ world-settings:
|
||||
fishing-time-range:
|
||||
MinimumTicks: 100
|
||||
MaximumTicks: 600
|
||||
despawn-ranges:
|
||||
monster:
|
||||
soft: 32
|
||||
hard: 128
|
||||
creature:
|
||||
soft: 32
|
||||
hard: 128
|
||||
ambient:
|
||||
soft: 32
|
||||
hard: 128
|
||||
axolotls:
|
||||
soft: 32
|
||||
hard: 128
|
||||
underground_water_creature:
|
||||
soft: 32
|
||||
hard: 128
|
||||
water_creature:
|
||||
soft: 32
|
||||
hard: 128
|
||||
water_ambient:
|
||||
soft: 32
|
||||
hard: 64
|
||||
misc:
|
||||
soft: 32
|
||||
hard: 128
|
||||
despawn-ranges: []
|
||||
falling-block-height-nerf: 0
|
||||
tnt-entity-height-nerf: 0
|
||||
slime-spawn-height:
|
||||
|
@ -13,7 +13,7 @@
|
||||
settings:
|
||||
debug: true
|
||||
bungeecord: false
|
||||
sample-count: 12
|
||||
sample-count: 0
|
||||
player-shuffle: 0
|
||||
user-cache-size: 1000
|
||||
save-user-cache-on-stop-only: false
|
||||
|
Reference in New Issue
Block a user