Skip to content

Config Documentation

John Paul edited this page Jun 22, 2021 · 23 revisions

Config Documentation

Options

Config Var Default Value Acceptable Values
formatting_default gold Formatting Code, Style JSON
formatting_accent light_purple Formatting Code, Style JSON
formatting_error red Formatting Code, Style JSON
enable_back true boolean
enable_home true boolean
enable_spawn true boolean
enable_tpa true boolean
enable_warp true boolean
home_limit 1 integer
teleport_cooldown 1D double (seconds)
teleport_delay 0D double (seconds)
allow_back_on_death false boolean
teleport_request_duration 60 integer (seconds)
use_permissions_api false boolean
check_for_updates true boolean
teleport_interrupt_on_damaged true boolean
allow_teleport_between_dimensions true boolean

Types

Boolean

true or false

Integer

Positive or negative whole number.
Negative values generally disable their respecitve property.

Double

Positive or negative floating point number (can have decimals).
Negative values generally disable their respecitve property.

Formatting Code

See "Formatting codes" on the minecraft wiki.

Style JSON

See Raw JSON text format on the minecraft wiki.

Example: {"italic":"true", "color":"light_purple"}

Clone this wiki locally