ayuncraft-1.5/spigot-server/spigot.yml
LAX1DUDE 04fd84e831 add precompiled binaries; fixed profanity in profile screen; changed splash screen; fixed corrupt unicode
changed title music; updated contact details in readme.txt; removed incomplete voice chat screens; fixed pointer grab glitch; and probably more I forgot
2021-12-17 19:37:43 -08:00

88 lines
2.0 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.esper.net ( http://webchat.esper.net/?channel=spigot )
# Forums: http://www.spigotmc.org/forum/
config-version: 1
commands:
tab-complete: true
log: true
spam-exclusions:
- /skill
messages:
whitelist: You are not whitelisted on this server!
unknown-command: Unknown command. Type "help" for help.
server-full: The server is full!
listeners:
- port: default
host: default
netty: true
settings:
netty-threads: 3
timeout-time: 60
restart-on-crash: true
restart-script: ./start.sh
log-filters:
- ^(.*)(/login)(.*)$
prevent-proxies: false
bungeecord-addresses:
- 127.0.0.1
bungeecord: true
world-settings:
default:
verbose: true
view-distance: 10
chunks-per-tick: 650
merge-radius:
exp: 3.0
item: 2.5
mob-spawn-range: 4
anti-xray:
enabled: true
engine-mode: 1
blocks:
- 1
- 5
- 14
- 15
- 16
- 21
- 48
- 49
- 54
- 56
- 73
- 74
- 82
- 129
- 130
ticks-per:
hopper-check: 8
hopper-transfer: 8
growth:
cactus-modifier: 100
cane-modifier: 100
melon-modifier: 100
mushroom-modifier: 100
pumpkin-modifier: 100
sapling-modifier: 100
wheat-modifier: 100
entity-activation-range:
animals: 32
monsters: 32
misc: 16
entity-tracking-range:
players: 48
animals: 48
monsters: 48
misc: 32
other: 64
random-light-updates: false