2016-05-22 12:41:27 +02:00
|
|
|
# Thanks for downloading ViaVersion
|
|
|
|
# Ensure you look through all these options
|
|
|
|
# If you need help:
|
|
|
|
# viaversion.com - Discussion tab
|
|
|
|
# IRC - https://elmer.spi.gt/iris/?nick=&channels=viaversion #viaversion on irc.spi.gt
|
2016-10-02 20:40:38 +02:00
|
|
|
# Docs - https://docs.viaversion.com/display/VIAVERSION/Configuration
|
2016-05-22 12:41:27 +02:00
|
|
|
#
|
|
|
|
#----------------------------------------------------------#
|
2016-10-02 20:40:38 +02:00
|
|
|
# GLOBAL OPTIONS #
|
2016-05-22 12:41:27 +02:00
|
|
|
#----------------------------------------------------------#
|
|
|
|
#
|
2016-03-06 14:45:26 +01:00
|
|
|
# Should ViaVersion check for updates?
|
|
|
|
checkforupdates: true
|
2016-05-22 12:41:27 +02:00
|
|
|
# Send the supported versions with the Status (Ping) response packet
|
|
|
|
send-supported-versions: false
|
2016-06-29 12:26:03 +02:00
|
|
|
# Block specific Minecraft protocols that ViaVersion allows
|
|
|
|
# List of all Minecraft protocol versions: http://wiki.vg/Protocol_version_numbers
|
|
|
|
block-protocols: []
|
|
|
|
# Change the blocked disconnect message
|
|
|
|
block-disconnect-msg: "You are using an unsupported Minecraft version!"
|
2016-07-09 15:41:07 +02:00
|
|
|
# If you use ProtocolLib, we can't reload without kicking the players.
|
|
|
|
# (We don't suggest using reload either, use a plugin manager)
|
|
|
|
# You can customise the message we kick people with if you use ProtocolLib here.
|
|
|
|
reload-disconnect-msg: "Server reload, please rejoin!"
|
2016-05-22 12:41:27 +02:00
|
|
|
#
|
|
|
|
#----------------------------------------------------------#
|
2016-10-02 20:40:38 +02:00
|
|
|
# BUNGEE OPTIONS #
|
|
|
|
#----------------------------------------------------------#
|
|
|
|
#
|
|
|
|
# BungeeCord allows you to have different server versions inside.
|
|
|
|
# Instead of you entering all the versions of these servers, we can ping them.
|
|
|
|
#
|
|
|
|
# What interval would you like us to ping at? (in seconds)
|
|
|
|
# Use -1 to disable.
|
|
|
|
bungee-ping-interval: 60
|
|
|
|
# If the above is enabled, should we save the info to the config (in the section below)
|
|
|
|
bungee-ping-save: true
|
|
|
|
# To get a servers protocol, ViaVersion will do the following:
|
|
|
|
# Look for the server in the following section, then look for the last ping if bungee-ping is enabled
|
|
|
|
# otherwise use default.
|
|
|
|
#
|
|
|
|
# The format for the following is:
|
|
|
|
# servername: protocolversion
|
|
|
|
# You can find protocol ids on http://wiki.vg/Protocol_version_numbers
|
|
|
|
# It will fallback to the default option if none found.
|
|
|
|
bungee-servers: {}
|
|
|
|
#
|
|
|
|
#----------------------------------------------------------#
|
|
|
|
# GLOBAL PACKET LIMITER #
|
2016-05-22 12:41:27 +02:00
|
|
|
#----------------------------------------------------------#
|
|
|
|
#
|
2016-06-29 17:38:38 +02:00
|
|
|
#
|
|
|
|
# Packets Per Second (PPS) limiter (Use -1 on max-pps and tracking-period to disable)
|
2016-05-22 12:41:27 +02:00
|
|
|
# Clients by default send around 20-90 packets per second.
|
2016-06-29 17:38:38 +02:00
|
|
|
#
|
2016-06-22 22:31:27 +02:00
|
|
|
# What is the maximum per second a client can send (Use %pps to display their pps)
|
2016-05-22 12:41:27 +02:00
|
|
|
# Use -1 to disable.
|
2016-09-30 01:34:16 +02:00
|
|
|
max-pps: 800
|
2016-05-22 12:41:27 +02:00
|
|
|
max-pps-kick-msg: "You are sending too many packets!"
|
2016-06-29 17:38:38 +02:00
|
|
|
#
|
2016-05-22 12:41:27 +02:00
|
|
|
# We can also kick them if over a period they send over a threshold a certain amount of times.
|
2016-06-29 17:38:38 +02:00
|
|
|
#
|
2016-05-22 12:41:27 +02:00
|
|
|
# Period to track (in seconds)
|
|
|
|
# Use -1 to disable.
|
|
|
|
tracking-period: 6
|
|
|
|
# How many packets per second counts as a warning
|
|
|
|
tracking-warning-pps: 120
|
|
|
|
# How many warnings over the interval can we have
|
2016-06-29 17:38:38 +02:00
|
|
|
# This can never be higher than "tracking-period"
|
2016-05-22 12:41:27 +02:00
|
|
|
tracking-max-warnings: 4
|
|
|
|
tracking-max-kick-msg: "You are sending too many packets, :("
|
|
|
|
#
|
|
|
|
#----------------------------------------------------------#
|
2016-09-30 20:08:39 +02:00
|
|
|
# MULTIPLE VERSIONS OPTIONS #
|
|
|
|
#----------------------------------------------------------#
|
|
|
|
#
|
|
|
|
# Should we enable our hologram patch?
|
|
|
|
# If they're in the wrong place enable this
|
|
|
|
hologram-patch: false
|
|
|
|
# This is the offset, should work as default when enabled.
|
|
|
|
hologram-y: -0.96
|
|
|
|
#
|
|
|
|
#----------------------------------------------------------#
|
2016-06-07 09:11:33 +02:00
|
|
|
# 1.9 & 1.10 CLIENTS ON 1.8 SERVERS OPTIONS #
|
2016-05-22 12:41:27 +02:00
|
|
|
#----------------------------------------------------------#
|
|
|
|
#
|
2016-03-07 00:22:45 +01:00
|
|
|
# No collide options, these allow you to configure how collision works.
|
|
|
|
# Do you want us to prevent collision?
|
|
|
|
prevent-collision: true
|
|
|
|
# If the above is true, should we automatically team players until you do?
|
|
|
|
auto-team: true
|
2016-03-07 23:55:57 +01:00
|
|
|
# When enabled if certain metadata can't be read we won't tell you about it
|
2016-03-09 13:08:21 +01:00
|
|
|
suppress-metadata-errors: false
|
2016-06-07 09:11:33 +02:00
|
|
|
# When enabled 1.9 & 1.10 will be able to block by using shields
|
2016-03-09 22:08:50 +01:00
|
|
|
shield-blocking: true
|
2016-03-09 22:30:43 +01:00
|
|
|
# Enable player tick simulation, this fixes eating, drinking, nether portals.
|
2016-03-10 14:22:32 +01:00
|
|
|
simulate-pt: true
|
2016-04-21 17:19:29 +02:00
|
|
|
# Should we use nms player to simulate packets, (may fix anti-cheat issues)
|
|
|
|
nms-player-ticking: true
|
2016-03-10 14:22:32 +01:00
|
|
|
# Should we patch boss bars so they work? (Default: true, disable if you're having issues)
|
2016-03-10 16:17:31 +01:00
|
|
|
bossbar-patch: true
|
2016-06-07 09:11:33 +02:00
|
|
|
# If your boss bar flickers on 1.9 & 1.10, set this to 'true'. It will keep all boss bars on 100% (not recommended)
|
2016-03-15 20:20:39 +01:00
|
|
|
bossbar-anti-flicker: false
|
2016-06-07 09:11:33 +02:00
|
|
|
# This will show the new effect indicator in the top-right corner for 1.9 & 1.10 players.
|
2016-03-22 16:27:39 +01:00
|
|
|
use-new-effect-indicator: true
|
2016-06-07 09:11:33 +02:00
|
|
|
# Show the new death messages for 1.9 & 1.10 on the death screen
|
2016-09-30 20:08:39 +02:00
|
|
|
use-new-deathmessages: true
|
2016-04-17 01:52:35 +02:00
|
|
|
# Should we cache our items, this will prevent server from being lagged out, however the cost is a constant task caching items
|
2016-04-17 13:55:18 +02:00
|
|
|
item-cache: true
|
2016-06-07 09:11:33 +02:00
|
|
|
# Patch the Anti xray to work on 1.9 & 1.10 (If your server is 1.8) This can cost more performance, so disable it if you don't use it.
|
2016-06-23 00:34:32 +02:00
|
|
|
anti-xray-patch: true
|
|
|
|
# Should we replace extended pistons to fix 1.10.1 (Only on chunk load)
|
|
|
|
replace-pistons: false
|
|
|
|
# What id should we replace with, default is air. (careful of players getting stuck standing on them)
|
2016-06-26 22:47:08 +02:00
|
|
|
replacement-piston-id: 0
|
|
|
|
# Force the string -> json transform
|
2016-07-01 18:51:42 +02:00
|
|
|
force-json-transform: false
|