Skip to main content

Main Config

Formatting codes: https://minecraft.wiki/w/Calculators/Formatting_code_editor

/PlayerViewDistanceController/config.yml
language: "en_US"

# These are prefixes added to the start of every PVDC message
colour: "§e§l(!) §e"
error-colour: "§c§l(!) §c"
success-colour: "§a§l(!) §a"

# Default view distance for anyone who joins the server (Must be between 2 and 32)
default-distance: 32
bedrock-default-distance: 32

# Maximum view distance for anyone (Cannot exceed 32)
max-distance: 32

# Minimum view distance for anyone (Cannot be less than 2)
min-distance: 2

# Display a message when a player joins telling them what their view distance is set to
display-msg-on-join: true

# Display a message when a player joins telling them what their view distance is set to, when it is the default or maximum
display-max-join-msg: false

# If chunks loaded will be limited for AFK players
afk-chunk-limiter: true

# Whether players should be set to the afk limit on join until they first move
afkOnJoin: false

# After how many seconds a player will be considered AFK
afkTime: 60

# The view distance of an AFK player
afkChunks: 2

# Whether players in spectator mode bypass AFK checks
spectators-can-afk: true

update-checker-enabled: true