configure server to be as vanilla as possible
This commit is contained in:
parent
cddab7bca4
commit
f5dbe68a4c
@ -1,5 +1,6 @@
|
|||||||
|
# https://bukkit.fandom.com/wiki/Bukkit.yml
|
||||||
settings:
|
settings:
|
||||||
allow-end: true
|
allow-end: false
|
||||||
warn-on-overload: true
|
warn-on-overload: true
|
||||||
permissions-file: permissions.yml
|
permissions-file: permissions.yml
|
||||||
update-folder: update
|
update-folder: update
|
||||||
@ -11,22 +12,22 @@ settings:
|
|||||||
minimum-api: none
|
minimum-api: none
|
||||||
use-map-color-cache: true
|
use-map-color-cache: true
|
||||||
spawn-limits:
|
spawn-limits:
|
||||||
monsters: 70
|
monsters: 15000
|
||||||
animals: 10
|
animals: 200
|
||||||
water-animals: 5
|
water-animals: 150
|
||||||
water-ambient: 20
|
water-ambient: 100
|
||||||
water-underground-creature: 5
|
water-underground-creature: 5
|
||||||
axolotls: 5
|
axolotls: 5
|
||||||
ambient: 15
|
ambient: 100
|
||||||
chunk-gc:
|
chunk-gc:
|
||||||
period-in-ticks: 600
|
period-in-ticks: 600
|
||||||
ticks-per:
|
ticks-per:
|
||||||
animal-spawns: 400
|
animal-spawns: -1
|
||||||
monster-spawns: 1
|
monster-spawns: -1
|
||||||
water-spawns: 1
|
water-spawns: -1
|
||||||
water-ambient-spawns: 1
|
water-ambient-spawns: -1
|
||||||
water-underground-creature-spawns: 1
|
water-underground-creature-spawns: -1
|
||||||
axolotl-spawns: 1
|
axolotl-spawns: -1
|
||||||
ambient-spawns: 1
|
ambient-spawns: -1
|
||||||
autosave: 6000
|
autosave: 6000
|
||||||
aliases: now-in-commands.yml
|
aliases: now-in-commands.yml
|
||||||
|
@ -122,14 +122,15 @@ timings:
|
|||||||
url: https://timings.aikar.co/
|
url: https://timings.aikar.co/
|
||||||
verbose: true
|
verbose: true
|
||||||
unsupported-settings:
|
unsupported-settings:
|
||||||
allow-headless-pistons: false
|
allow-headless-pistons: true
|
||||||
allow-permanent-block-break-exploits: false
|
allow-permanent-block-break-exploits: true
|
||||||
allow-piston-duplication: false
|
allow-piston-duplication: true
|
||||||
allow-tripwire-disarming-exploits: false
|
allow-tripwire-disarming-exploits: true
|
||||||
allow-unsafe-end-portal-teleportation: false
|
allow-unsafe-end-portal-teleportation: true
|
||||||
compression-format: ZLIB
|
compression-format: ZLIB
|
||||||
perform-username-validation: true
|
perform-username-validation: false
|
||||||
skip-vanilla-damage-tick-when-shield-blocked: false
|
skip-vanilla-damage-tick-when-shield-blocked: false
|
||||||
|
update-equipment-on-player-actions: false
|
||||||
watchdog:
|
watchdog:
|
||||||
early-warning-delay: 10000
|
early-warning-delay: 10000
|
||||||
early-warning-every: 5000
|
early-warning-every: 5000
|
||||||
|
@ -56,7 +56,7 @@ anticheat:
|
|||||||
hide-itemmeta-with-visual-effects: false
|
hide-itemmeta-with-visual-effects: false
|
||||||
chunks:
|
chunks:
|
||||||
auto-save-interval: default
|
auto-save-interval: default
|
||||||
delay-chunk-unloads-by: 10s
|
delay-chunk-unloads-by: 0s
|
||||||
entity-per-chunk-save-limit:
|
entity-per-chunk-save-limit:
|
||||||
arrow: -1
|
arrow: -1
|
||||||
ender_pearl: -1
|
ender_pearl: -1
|
||||||
@ -65,14 +65,14 @@ chunks:
|
|||||||
small_fireball: -1
|
small_fireball: -1
|
||||||
snowball: -1
|
snowball: -1
|
||||||
fixed-chunk-inhabited-time: -1
|
fixed-chunk-inhabited-time: -1
|
||||||
flush-regions-on-save: false
|
flush-regions-on-save: true
|
||||||
max-auto-save-chunks-per-tick: 24
|
max-auto-save-chunks-per-tick: 200
|
||||||
prevent-moving-into-unloaded-chunks: false
|
prevent-moving-into-unloaded-chunks: false
|
||||||
collisions:
|
collisions:
|
||||||
allow-player-cramming-damage: false
|
allow-player-cramming-damage: true
|
||||||
allow-vehicle-collisions: true
|
allow-vehicle-collisions: true
|
||||||
fix-climbing-bypassing-cramming-rule: false
|
fix-climbing-bypassing-cramming-rule: false
|
||||||
max-entity-collisions: 8
|
max-entity-collisions: 4096
|
||||||
only-players-collide: false
|
only-players-collide: false
|
||||||
command-blocks:
|
command-blocks:
|
||||||
force-follow-perm-level: true
|
force-follow-perm-level: true
|
||||||
@ -80,8 +80,10 @@ command-blocks:
|
|||||||
entities:
|
entities:
|
||||||
armor-stands:
|
armor-stands:
|
||||||
do-collision-entity-lookups: true
|
do-collision-entity-lookups: true
|
||||||
tick: true
|
tick: false
|
||||||
behavior:
|
behavior:
|
||||||
|
cooldown-failed-beehive-releases: false
|
||||||
|
only-merge-items-horizontally: true
|
||||||
allow-spider-world-border-climbing: true
|
allow-spider-world-border-climbing: true
|
||||||
baby-zombie-movement-modifier: 0.5
|
baby-zombie-movement-modifier: 0.5
|
||||||
disable-chest-cat-detection: false
|
disable-chest-cat-detection: false
|
||||||
@ -105,9 +107,9 @@ entities:
|
|||||||
skeletons: false
|
skeletons: false
|
||||||
zombies: false
|
zombies: false
|
||||||
nerf-pigmen-from-nether-portals: false
|
nerf-pigmen-from-nether-portals: false
|
||||||
parrots-are-unaffected-by-player-movement: false
|
parrots-are-unaffected-by-player-movement: true
|
||||||
phantoms-do-not-spawn-on-creative-players: true
|
phantoms-do-not-spawn-on-creative-players: true
|
||||||
phantoms-only-attack-insomniacs: true
|
phantoms-only-attack-insomniacs: false
|
||||||
phantoms-spawn-attempt-max-seconds: 119
|
phantoms-spawn-attempt-max-seconds: 119
|
||||||
phantoms-spawn-attempt-min-seconds: 60
|
phantoms-spawn-attempt-min-seconds: 60
|
||||||
piglins-guard-chests: true
|
piglins-guard-chests: true
|
||||||
@ -173,17 +175,12 @@ entities:
|
|||||||
duplicate-uuid:
|
duplicate-uuid:
|
||||||
mode: SAFE_REGEN
|
mode: SAFE_REGEN
|
||||||
safe-regen-delete-range: 32
|
safe-regen-delete-range: 32
|
||||||
filter-bad-tile-entity-nbt-from-falling-blocks: true
|
filter-bad-tile-entity-nbt-from-falling-blocks: false
|
||||||
filtered-entity-tag-nbt-paths:
|
filtered-entity-tag-nbt-paths: []
|
||||||
- Pos
|
|
||||||
- Motion
|
|
||||||
- SleepingX
|
|
||||||
- SleepingY
|
|
||||||
- SleepingZ
|
|
||||||
iron-golems-can-spawn-in-air: false
|
iron-golems-can-spawn-in-air: false
|
||||||
monster-spawn-max-light-level: default
|
monster-spawn-max-light-level: default
|
||||||
non-player-arrow-despawn-rate: default
|
non-player-arrow-despawn-rate: default
|
||||||
per-player-mob-spawns: true
|
per-player-mob-spawns: false
|
||||||
scan-for-legacy-ender-dragon: true
|
scan-for-legacy-ender-dragon: true
|
||||||
skeleton-horse-thunder-spawn-chance: default
|
skeleton-horse-thunder-spawn-chance: default
|
||||||
slime-spawn-height:
|
slime-spawn-height:
|
||||||
@ -241,7 +238,7 @@ environment:
|
|||||||
max-block-ticks: 65536
|
max-block-ticks: 65536
|
||||||
max-fluid-ticks: 65536
|
max-fluid-ticks: 65536
|
||||||
nether-ceiling-void-damage-height: disabled
|
nether-ceiling-void-damage-height: disabled
|
||||||
optimize-explosions: false
|
optimize-explosions: true
|
||||||
portal-create-radius: 16
|
portal-create-radius: 16
|
||||||
portal-search-radius: 128
|
portal-search-radius: 128
|
||||||
portal-search-vanilla-dimension-scaling: true
|
portal-search-vanilla-dimension-scaling: true
|
||||||
@ -257,14 +254,14 @@ fishing-time-range:
|
|||||||
maximum: 600
|
maximum: 600
|
||||||
minimum: 100
|
minimum: 100
|
||||||
fixes:
|
fixes:
|
||||||
disable-unloaded-chunk-enderpearl-exploit: true
|
disable-unloaded-chunk-enderpearl-exploit: false
|
||||||
falling-block-height-nerf: disabled
|
falling-block-height-nerf: disabled
|
||||||
fix-items-merging-through-walls: false
|
fix-items-merging-through-walls: false
|
||||||
prevent-tnt-from-moving-in-water: false
|
prevent-tnt-from-moving-in-water: false
|
||||||
split-overstacked-loot: true
|
split-overstacked-loot: true
|
||||||
tnt-entity-height-nerf: disabled
|
tnt-entity-height-nerf: disabled
|
||||||
hopper:
|
hopper:
|
||||||
cooldown-when-full: true
|
cooldown-when-full: false
|
||||||
disable-move-event: false
|
disable-move-event: false
|
||||||
ignore-occluding-blocks: false
|
ignore-occluding-blocks: false
|
||||||
lootables:
|
lootables:
|
||||||
@ -293,7 +290,7 @@ misc:
|
|||||||
redstone-implementation: VANILLA
|
redstone-implementation: VANILLA
|
||||||
shield-blocking-delay: 5
|
shield-blocking-delay: 5
|
||||||
show-sign-click-command-failure-msgs-to-player: false
|
show-sign-click-command-failure-msgs-to-player: false
|
||||||
update-pathfinding-on-block-update: true
|
update-pathfinding-on-block-update: false
|
||||||
scoreboards:
|
scoreboards:
|
||||||
allow-non-player-entities-on-scoreboards: true
|
allow-non-player-entities-on-scoreboards: true
|
||||||
use-vanilla-world-scoreboard-name-coloring: false
|
use-vanilla-world-scoreboard-name-coloring: false
|
||||||
@ -312,5 +309,5 @@ tick-rates:
|
|||||||
secondarypoisensor: 40
|
secondarypoisensor: 40
|
||||||
wet-farmland: 1
|
wet-farmland: 1
|
||||||
unsupported-settings:
|
unsupported-settings:
|
||||||
disable-world-ticking-when-empty: false
|
disable-world-ticking-when-empty: true
|
||||||
fix-invulnerable-end-crystal-exploit: true
|
fix-invulnerable-end-crystal-exploit: true
|
||||||
|
@ -1635,7 +1635,7 @@ world-settings:
|
|||||||
place-with-arms-visible: false
|
place-with-arms-visible: false
|
||||||
arrow:
|
arrow:
|
||||||
movement-resets-despawn-counter: true
|
movement-resets-despawn-counter: true
|
||||||
use-better-mending: false
|
use-better-mending: true
|
||||||
always-tame-in-creative: false
|
always-tame-in-creative: false
|
||||||
boat:
|
boat:
|
||||||
eject-players-on-land: false
|
eject-players-on-land: false
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
#Sun Jun 01 22:12:23 EEST 2025
|
#Sun Jun 01 22:12:23 EEST 2025
|
||||||
accepts-transfers=false
|
accepts-transfers=false
|
||||||
allow-flight=false
|
allow-flight=false
|
||||||
allow-nether=true
|
allow-nether=false
|
||||||
broadcast-console-to-ops=true
|
broadcast-console-to-ops=true
|
||||||
broadcast-rcon-to-ops=true
|
broadcast-rcon-to-ops=true
|
||||||
bug-report-link=
|
bug-report-link=
|
||||||
debug=false
|
debug=false
|
||||||
difficulty=easy
|
difficulty=hard
|
||||||
enable-command-block=false
|
enable-command-block=false
|
||||||
enable-jmx-monitoring=false
|
enable-jmx-monitoring=false
|
||||||
enable-query=false
|
enable-query=false
|
||||||
@ -22,7 +22,7 @@ gamemode=survival
|
|||||||
generate-structures=true
|
generate-structures=true
|
||||||
generator-settings={}
|
generator-settings={}
|
||||||
hardcore=false
|
hardcore=false
|
||||||
hide-online-players=false
|
hide-online-players=true
|
||||||
initial-disabled-packs=
|
initial-disabled-packs=
|
||||||
initial-enabled-packs=vanilla
|
initial-enabled-packs=vanilla
|
||||||
level-name=world
|
level-name=world
|
||||||
@ -30,7 +30,7 @@ level-seed=
|
|||||||
level-type=minecraft\:normal
|
level-type=minecraft\:normal
|
||||||
log-ips=true
|
log-ips=true
|
||||||
max-chained-neighbor-updates=1000000
|
max-chained-neighbor-updates=1000000
|
||||||
max-players=20
|
max-players=100
|
||||||
max-tick-time=60000
|
max-tick-time=60000
|
||||||
max-world-size=29999984
|
max-world-size=29999984
|
||||||
motd=A Minecraft Server
|
motd=A Minecraft Server
|
||||||
@ -57,7 +57,7 @@ simulation-distance=10
|
|||||||
spawn-animals=true
|
spawn-animals=true
|
||||||
spawn-monsters=true
|
spawn-monsters=true
|
||||||
spawn-npcs=true
|
spawn-npcs=true
|
||||||
spawn-protection=16
|
spawn-protection=0
|
||||||
sync-chunk-writes=true
|
sync-chunk-writes=true
|
||||||
text-filtering-config=
|
text-filtering-config=
|
||||||
use-native-transport=true
|
use-native-transport=true
|
||||||
|
@ -21,7 +21,7 @@ settings:
|
|||||||
bungeecord: false
|
bungeecord: false
|
||||||
save-user-cache-on-stop-only: false
|
save-user-cache-on-stop-only: false
|
||||||
sample-count: 12
|
sample-count: 12
|
||||||
player-shuffle: 0
|
player-shuffle: 20
|
||||||
user-cache-size: 1000
|
user-cache-size: 1000
|
||||||
moved-wrongly-threshold: 0.0625
|
moved-wrongly-threshold: 0.0625
|
||||||
moved-too-quickly-multiplier: 10.0
|
moved-too-quickly-multiplier: 10.0
|
||||||
@ -65,7 +65,7 @@ world-settings:
|
|||||||
thunder-chance: 100000
|
thunder-chance: 100000
|
||||||
merge-radius:
|
merge-radius:
|
||||||
item: 0.5
|
item: 0.5
|
||||||
exp: -1.0
|
exp: 0.5
|
||||||
mob-spawn-range: 8
|
mob-spawn-range: 8
|
||||||
item-despawn-rate: 6000
|
item-despawn-rate: 6000
|
||||||
arrow-despawn-rate: 1200
|
arrow-despawn-rate: 1200
|
||||||
@ -101,13 +101,13 @@ world-settings:
|
|||||||
glowberry-modifier: 100
|
glowberry-modifier: 100
|
||||||
pitcherplant-modifier: 100
|
pitcherplant-modifier: 100
|
||||||
entity-activation-range:
|
entity-activation-range:
|
||||||
animals: 32
|
animals: 0
|
||||||
monsters: 32
|
monsters: 0
|
||||||
raiders: 64
|
raiders: 0
|
||||||
misc: 16
|
misc: 0
|
||||||
water: 16
|
water: 0
|
||||||
villagers: 32
|
villagers: 0
|
||||||
flying-monsters: 32
|
flying-monsters: 0
|
||||||
wake-up-inactive:
|
wake-up-inactive:
|
||||||
animals-max-per-tick: 4
|
animals-max-per-tick: 4
|
||||||
animals-every: 1200
|
animals-every: 1200
|
||||||
@ -168,7 +168,7 @@ world-settings:
|
|||||||
swim-multiplier: 0.01
|
swim-multiplier: 0.01
|
||||||
sprint-multiplier: 0.1
|
sprint-multiplier: 0.1
|
||||||
other-multiplier: 0.0
|
other-multiplier: 0.0
|
||||||
max-tnt-per-tick: 100
|
max-tnt-per-tick: 0
|
||||||
max-tick-time:
|
max-tick-time:
|
||||||
tile: 50
|
tile: 50
|
||||||
entity: 50
|
entity: 50
|
||||||
|
Loading…
Reference in New Issue
Block a user