Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
# Strings should be enclosed in double quotes: "..."
# Supported variables are %player%, %displayname%, %version%, and %server%
# \n can be used as a line break
# Strings must be enclosed in double quotes: "..."
# Supported placeholders: %player%, %displayname%, %version%, %server%
# Use \n to insert a line break

# Notify ops when a player joins
# Notify server operators when a player joins
notify-ops: true
notify-string: "&6Player &c%player% &6is using version &c%version%"
notify-command: ""

# Warn players when they are using an older version
# Warn players if they are using an older client version
warn-players: true
warn-string: "&cNOTICE: You are running Minecraft version &e%version%\n&cThe recommended version for this server is &a%server%"
warn-command: ""

# Warn players when they are using a newer version
# Warn players if they are using a newer client version
warn-players-newer: true
warn-string-newer: "&cNOTICE: You are running Minecraft version &e%version%\n&cThe recommended version for this server is &a%server%"
warn-command-newer: ""

# Run at the highest priority (MONITOR)
# Set to true if %displayname% doesn't work as expected
# Run at the highest priority (MONITOR).
# Set this to true if %displayname% is not displayed correctly
high-priority: false

# At startup, list the protocols supported by ViaVersion
# At startup, list all protocols supported by ViaVersion
list-supported-protocols: true

# Block "No light data found for chunk" warning messages
# Suppress "No light data found for chunk" warning messages
block-no-light-data-warnings: false

# Enable metrics (subject to bStats global config)
# Enable metrics collection (subject to the global bStats configuration)
enable-metrics: true

# Record data via Prism, with the action vvs-client-connect
# Record data via Prism using the action "vvs-client-connect"
prism-integration: false