forked from worldofcraft/file_standard
131 lines
3.5 KiB
YAML
131 lines
3.5 KiB
YAML
# 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/
|
||
#
|
||
# If you need help with the configuration or have any questions related to Spigot,
|
||
# join us at the IRC or drop by our forums and leave a post.
|
||
#
|
||
# IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ )
|
||
# Forums: http://www.spigotmc.org/
|
||
|
||
config-version: 11
|
||
settings:
|
||
save-user-cache-on-stop-only: false
|
||
sample-count: 12
|
||
bungeecord: false
|
||
late-bind: true #late-bind应保持开启,避免服务器还未启动完,前端插件就检测到服务器启动
|
||
player-shuffle: 0
|
||
user-cache-size: 1000
|
||
moved-wrongly-threshold: 0.0625
|
||
moved-too-quickly-multiplier: '10.0'
|
||
timeout-time: 60
|
||
restart-on-crash: true
|
||
restart-script: ./start.sh
|
||
netty-threads: 4
|
||
debug: false
|
||
attribute:
|
||
maxHealth:
|
||
max: 2000000000
|
||
movementSpeed:
|
||
max: 2000000000
|
||
attackDamage:
|
||
max: 2000000000
|
||
messages:
|
||
whitelist: You are not whitelisted on this server!
|
||
unknown-command: Unknown command. Type "/help" for help.
|
||
server-full: The server is full!
|
||
outdated-client: Outdated client! Please use {0}
|
||
outdated-server: Outdated server! I'm still on {0}
|
||
restart: Server is restarting
|
||
commands:
|
||
log: true
|
||
tab-complete: 0
|
||
send-namespaced: true
|
||
spam-exclusions:
|
||
- /skill
|
||
silent-commandblock-console: false
|
||
replace-commands:
|
||
- setblock
|
||
- summon
|
||
- testforblock
|
||
- tellraw
|
||
advancements:
|
||
disable-saving: false
|
||
disabled:
|
||
- minecraft:story/disabled
|
||
stats:
|
||
disable-saving: false
|
||
forced-stats: {}
|
||
world-settings:
|
||
default:
|
||
verbose: true
|
||
mob-spawn-range: 8
|
||
dragon-death-sound-radius: 0
|
||
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-slime: 987234911
|
||
max-tnt-per-tick: 100
|
||
hopper-amount: 1
|
||
random-light-updates: false
|
||
zombie-aggressive-towards-villager: true
|
||
item-despawn-rate: 6000
|
||
enable-zombie-pigmen-portal-spawns: true
|
||
wither-spawn-sound-radius: 0
|
||
view-distance: 10
|
||
arrow-despawn-rate: 1200
|
||
hanging-tick-frequency: 100
|
||
nerf-spawner-mobs: false
|
||
max-entity-collisions: 8
|
||
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'
|
||
merge-radius:
|
||
exp: '3.0'
|
||
item: 2.5
|
||
max-tick-time:
|
||
tile: 50
|
||
entity: 50
|
||
squid-spawn-range:
|
||
min: '45.0'
|
||
growth:
|
||
cactus-modifier: 100
|
||
cane-modifier: 100
|
||
melon-modifier: 100
|
||
mushroom-modifier: 100
|
||
pumpkin-modifier: 100
|
||
sapling-modifier: 100
|
||
beetroot-modifier: 100
|
||
carrot-modifier: 100
|
||
potato-modifier: 100
|
||
wheat-modifier: 100
|
||
netherwart-modifier: 100
|
||
vine-modifier: 100
|
||
cocoa-modifier: 100
|
||
entity-activation-range:
|
||
animals: 32
|
||
monsters: 32
|
||
misc: 16
|
||
water: 16
|
||
tick-inactive-villagers: true
|
||
entity-tracking-range:
|
||
players: 48
|
||
animals: 48
|
||
monsters: 48
|
||
misc: 32
|
||
other: 64
|
||
ticks-per:
|
||
hopper-transfer: 8
|
||
hopper-check: 1 |