Norbi Peti 2019-11-07 23:38:36 +01:00
parent 8e36907957
commit 0714a81753
No known key found for this signature in database
GPG key ID: DBA4C4549A927E56
4 changed files with 50 additions and 28 deletions

View file

@ -24,14 +24,14 @@ settings:
shutdown-message: Server closed shutdown-message: Server closed
minimum-api: none minimum-api: none
spawn-limits: spawn-limits:
monsters: 40 monsters: 50
animals: 10 animals: 8
water-animals: 15 water-animals: 3
ambient: 15 ambient: 1
chunk-gc: chunk-gc:
period-in-ticks: 600 period-in-ticks: 400
ticks-per: ticks-per:
animal-spawns: 400 animal-spawns: 400
monster-spawns: 1 monster-spawns: 4
autosave: 6000 autosave: 6000
aliases: now-in-commands.yml aliases: now-in-commands.yml

View file

@ -63,19 +63,19 @@ world-settings:
fixed-chunk-inhabited-time: -1 fixed-chunk-inhabited-time: -1
disable-teleportation-suffocation-check: false disable-teleportation-suffocation-check: false
remove-corrupt-tile-entities: false remove-corrupt-tile-entities: false
optimize-explosions: false optimize-explosions: true
per-player-mob-spawns: false per-player-mob-spawns: true
experience-merge-max-value: -1 experience-merge-max-value: -1
use-vanilla-world-scoreboard-name-coloring: false use-vanilla-world-scoreboard-name-coloring: false
enable-treasure-maps: true enable-treasure-maps: true
treasure-maps-return-already-discovered: false treasure-maps-return-already-discovered: false
prevent-moving-into-unloaded-chunks: false prevent-moving-into-unloaded-chunks: true
max-auto-save-chunks-per-tick: 24 max-auto-save-chunks-per-tick: 6
falling-block-height-nerf: 0 falling-block-height-nerf: 0
tnt-entity-height-nerf: 0 tnt-entity-height-nerf: 0
portal-search-radius: 128 portal-search-radius: 128
filter-nbt-data-from-spawn-eggs-and-related: true filter-nbt-data-from-spawn-eggs-and-related: true
max-entity-collisions: 8 max-entity-collisions: 2
disable-creeper-lingering-effect: false disable-creeper-lingering-effect: false
duplicate-uuid-resolver: saferegen duplicate-uuid-resolver: saferegen
duplicate-uuid-saferegen-delete-range: 32 duplicate-uuid-saferegen-delete-range: 32
@ -89,22 +89,22 @@ world-settings:
armor-stands-do-collision-entity-lookups: true armor-stands-do-collision-entity-lookups: true
nether-ceiling-void-damage-height: 0 nether-ceiling-void-damage-height: 0
water-over-lava-flow-speed: 5 water-over-lava-flow-speed: 5
grass-spread-tick-rate: 1 grass-spread-tick-rate: 4
bed-search-radius: 1 bed-search-radius: 1
use-faster-eigencraft-redstone: false use-faster-eigencraft-redstone: true
allow-non-player-entities-on-scoreboards: false allow-non-player-entities-on-scoreboards: false
disable-explosion-knockback: false disable-explosion-knockback: false
container-update-tick-rate: 1 container-update-tick-rate: 3
parrots-are-unaffected-by-player-movement: false parrots-are-unaffected-by-player-movement: false
prevent-tnt-from-moving-in-water: false prevent-tnt-from-moving-in-water: false
non-player-arrow-despawn-rate: -1 non-player-arrow-despawn-rate: 60
creative-arrow-despawn-rate: -1 creative-arrow-despawn-rate: 60
armor-stands-tick: true armor-stands-tick: true
spawner-nerfed-mobs-should-jump: false spawner-nerfed-mobs-should-jump: false
allow-leashing-undead-horse: false allow-leashing-undead-horse: false
baby-zombie-movement-speed: 0.5 baby-zombie-movement-speed: 0.5
all-chunks-are-slime-chunks: false all-chunks-are-slime-chunks: false
mob-spawner-tick-rate: 1 mob-spawner-tick-rate: 2
game-mechanics: game-mechanics:
scan-for-legacy-ender-dragon: true scan-for-legacy-ender-dragon: true
disable-chest-cat-detection: false disable-chest-cat-detection: false
@ -121,8 +121,8 @@ world-settings:
MinimumTicks: 100 MinimumTicks: 100
MaximumTicks: 600 MaximumTicks: 600
despawn-ranges: despawn-ranges:
soft: 32 soft: 28
hard: 128 hard: 96
lightning-strike-distance-limit: lightning-strike-distance-limit:
sound: -1 sound: -1
impact-sound: -1 impact-sound: -1
@ -143,11 +143,11 @@ world-settings:
cooldown-when-full: true cooldown-when-full: true
disable-move-event: false disable-move-event: false
alt-item-despawn-rate: alt-item-despawn-rate:
enabled: false enabled: true
items: items:
COBBLESTONE: 300 COBBLESTONE: 300
anti-xray: anti-xray:
enabled: false enabled: true
engine-mode: 1 engine-mode: 1
chunk-edge-mode: 2 chunk-edge-mode: 2
max-chunk-section-index: 3 max-chunk-section-index: 3
@ -173,3 +173,25 @@ world-settings:
generator-settings: generator-settings:
flat-bedrock: false flat-bedrock: false
baby-zombie-movement-modifier: 0.5 baby-zombie-movement-modifier: 0.5
worldhub:
anti-xray:
enabled: false
v1:
anti-xray:
enabled: false
auto-save-interval: 120000
keep-spawn-loaded: false
v2:
anti-xray:
enabled: false
auto-save-interval: 120000
keep-spawn-loaded: false
v3:
anti-xray:
enabled: false
auto-save-interval: 120000
keep-spawn-loaded: false
world_the_end:
anti-xray:
enabled: false
auto-save-interval: 9020

View file

@ -21,7 +21,7 @@ level-type=default
hardcore=false hardcore=false
enable-command-block=true enable-command-block=true
max-players=20 max-players=20
network-compression-threshold=256 network-compression-threshold=-1
resource-pack-sha1= resource-pack-sha1=
max-world-size=29999984 max-world-size=29999984
function-permission-level=2 function-permission-level=2
@ -32,7 +32,7 @@ server-ip=127.0.0.1
spawn-npcs=true spawn-npcs=true
allow-flight=false allow-flight=false
level-name=world level-name=world
view-distance=6 view-distance=10
resource-pack= resource-pack=
spawn-animals=true spawn-animals=true
white-list=false white-list=false

View file

@ -101,10 +101,10 @@ world-settings:
sweetberry-modifier: 100 sweetberry-modifier: 100
kelp-modifier: 100 kelp-modifier: 100
entity-activation-range: entity-activation-range:
animals: 32 animals: 16
monsters: 32 monsters: 24
raiders: 48 raiders: 48
misc: 16 misc: 8
tick-inactive-villagers: true tick-inactive-villagers: true
entity-tracking-range: entity-tracking-range:
players: 48 players: 48
@ -129,5 +129,5 @@ world-settings:
squid-spawn-range: squid-spawn-range:
min: 45.0 min: 45.0
merge-radius: merge-radius:
exp: 3.0 exp: 6.0
item: 2.5 item: 4.0