server/spigot.yml

185 lines
5.0 KiB
YAML
Raw Normal View History

2018-05-25 17:23:59 +00:00
# This is the main configuration file for Spigot.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
# For a reference for any variable inside this file, check out the Spigot wiki at
# http://www.spigotmc.org/wiki/spigot-configuration/
2023-06-24 17:14:23 +00:00
#
2018-05-25 17:23:59 +00:00
# If you need help with the configuration or have any questions related to Spigot,
2023-06-24 17:14:23 +00:00
# join us at the Discord or drop by our forums and leave a post.
#
# Discord: https://www.spigotmc.org/go/discord
2018-05-25 17:23:59 +00:00
# Forums: http://www.spigotmc.org/
2020-04-17 01:28:40 +00:00
config-version: 12
commands:
log: true
2020-06-13 18:33:29 +00:00
tab-complete: 0
2020-04-17 01:28:40 +00:00
send-namespaced: true
spam-exclusions:
- /skill
silent-commandblock-console: true
replace-commands:
- setblock
- summon
- testforblock
- tellraw
messages:
whitelist: The server is temporarily down for maintenance. Please try again later!
unknown-command: Unknown command. Type "/help" for help.
server-full: The server is temporarily down for maintenance. Please try again later!
outdated-client: Your client is outdated. Please join with Minecraft version {0}!
outdated-server: The server is outdated. Please join with Minecraft version {0}!
2020-04-17 01:28:40 +00:00
restart: The server is restarting. Please wait...
2018-05-25 17:23:59 +00:00
settings:
2021-08-25 06:29:13 +00:00
log-named-deaths: true
2020-04-17 01:28:40 +00:00
timeout-time: 60
restart-on-crash: true
2020-04-28 21:55:20 +00:00
restart-script: ../framework/script/stop.sh
2018-05-25 17:23:59 +00:00
bungeecord: false
2020-04-17 01:28:40 +00:00
netty-threads: 4
sample-count: 12
2018-05-25 17:23:59 +00:00
player-shuffle: 0
user-cache-size: 1000
2020-04-17 01:28:40 +00:00
save-user-cache-on-stop-only: true
2019-10-03 14:50:54 +00:00
moved-wrongly-threshold: 0.0625
2019-12-20 22:00:28 +00:00
moved-too-quickly-multiplier: 100.0
2019-07-23 23:07:06 +00:00
debug: false
2020-04-17 01:28:40 +00:00
log-villager-deaths: false
2018-05-25 17:23:59 +00:00
attribute:
maxHealth:
max: 2048.0
movementSpeed:
max: 2048.0
attackDamage:
max: 2048.0
2021-01-20 05:36:18 +00:00
players:
disable-saving: true
2020-04-17 01:28:40 +00:00
stats:
disable-saving: true
forced-stats: {}
2018-05-25 17:23:59 +00:00
advancements:
2018-06-10 09:50:23 +00:00
disable-saving: true
2018-05-25 17:23:59 +00:00
disabled:
2019-08-02 21:31:55 +00:00
- '*'
2018-05-25 17:23:59 +00:00
world-settings:
default:
2023-06-24 17:14:23 +00:00
below-zero-generation-in-existing-chunks: true
simulation-distance: default
thunder-chance: 100000
hopper-can-load-chunks: false
seed-nether: 30084232
seed-ancientcity: 20083232
seed-trailruins: 83469867
seed-buriedtreasure: 10387320
seed-mineshaft: default
seed-stronghold: default
2021-01-20 05:36:18 +00:00
seed-bastion: 30084232
seed-fortress: 30084232
seed-mansion: 10387319
seed-fossil: 14357921
seed-portal: 34222645
end-portal-sound-radius: 0
2018-05-25 17:23:59 +00:00
verbose: false
2020-04-17 01:28:40 +00:00
view-distance: default
2019-07-23 23:07:06 +00:00
mob-spawn-range: 3
2020-04-17 01:28:40 +00:00
item-despawn-rate: 6000
2019-07-23 23:07:06 +00:00
hopper-amount: 1
2020-04-17 01:28:40 +00:00
arrow-despawn-rate: 1200
trident-despawn-rate: 1200
zombie-aggressive-towards-villager: true
nerf-spawner-mobs: false
enable-zombie-pigmen-portal-spawns: true
2019-07-23 23:07:06 +00:00
dragon-death-sound-radius: 0
2020-04-17 01:28:40 +00:00
wither-spawn-sound-radius: 0
2019-07-23 23:07:06 +00:00
seed-village: 10387312
seed-desert: 14357617
seed-igloo: 14357618
seed-jungle: 14357619
seed-swamp: 14357620
seed-monument: 10387313
seed-shipwreck: 165745295
seed-ocean: 14357621
seed-outpost: 165745296
2020-04-17 01:28:40 +00:00
seed-endcity: 10387313
2019-07-23 23:07:06 +00:00
seed-slime: 987234911
2020-04-16 19:31:15 +00:00
max-tnt-per-tick: 10
2019-07-23 23:07:06 +00:00
hanging-tick-frequency: 100
max-entity-collisions: 1
2018-05-25 17:23:59 +00:00
growth:
2023-06-24 17:14:23 +00:00
torchflower-modifier: 100
twistingvines-modifier: 100
weepingvines-modifier: 100
cavevines-modifier: 100
glowberry-modifier: 100
pitcherplant-modifier: 100
2018-05-25 17:23:59 +00:00
cactus-modifier: 100
cane-modifier: 100
melon-modifier: 100
mushroom-modifier: 100
pumpkin-modifier: 100
sapling-modifier: 100
2019-07-23 23:07:06 +00:00
beetroot-modifier: 100
carrot-modifier: 100
potato-modifier: 100
2018-05-25 17:23:59 +00:00
wheat-modifier: 100
netherwart-modifier: 100
vine-modifier: 100
cocoa-modifier: 100
2019-07-23 23:07:06 +00:00
bamboo-modifier: 100
sweetberry-modifier: 100
kelp-modifier: 100
2020-04-17 01:28:40 +00:00
merge-radius:
item: 2.5
exp: 3.0
2018-05-25 17:23:59 +00:00
entity-activation-range:
2023-06-24 17:14:23 +00:00
ignore-spectators: false
2018-05-25 17:23:59 +00:00
animals: 16
monsters: 24
2019-07-23 23:07:06 +00:00
raiders: 32
2018-05-25 17:23:59 +00:00
misc: 4
2021-01-20 05:36:18 +00:00
villagers: 32
flying-monsters: 32
villagers-work-immunity-after: 100
villagers-work-immunity-for: 20
villagers-active-for-panic: true
2020-04-17 01:28:40 +00:00
water: 16
2018-05-25 17:23:59 +00:00
tick-inactive-villagers: false
2021-01-20 05:36:18 +00:00
wake-up-inactive:
animals-max-per-tick: 4
animals-every: 1200
animals-for: 100
monsters-max-per-tick: 8
monsters-every: 400
monsters-for: 100
villagers-max-per-tick: 4
villagers-every: 600
villagers-for: 100
flying-monsters-max-per-tick: 8
flying-monsters-every: 200
flying-monsters-for: 100
2018-05-25 17:23:59 +00:00
entity-tracking-range:
2023-06-24 17:14:23 +00:00
display: 128
2018-05-25 17:23:59 +00:00
players: 48
animals: 48
monsters: 48
misc: 32
other: 64
ticks-per:
hopper-transfer: 8
hopper-check: 1
hunger:
jump-walk-exhaustion: 0.05
jump-sprint-exhaustion: 0.2
combat-exhaustion: 0.1
regen-exhaustion: 6.0
swim-multiplier: 0.01
sprint-multiplier: 0.1
other-multiplier: 0.0
max-tick-time:
tile: 20
entity: 20
squid-spawn-range:
min: 45.0
2023-06-24 17:14:23 +00:00
faweregentempworld:
verbose: false