-
Notifications
You must be signed in to change notification settings - Fork 60
Config Documentation
Options marked with strikethrough are not yet fully implemented.
Note: Enabling/Disabling commands requires a server restart. /essentialcommands config reload is not sufficient.
| 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 |
| enable_nick | true | boolean |
| enable_rtp | true | boolean |
| home_limit | 1 | integer |
| 1.0 | double (seconds) | |
| teleport_delay | 0.0 | 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 |
| ops_bypass_teleport_rules | true | boolean |
| nicknames_in_player_list | true | boolean |
| nickname_prefix | {"text":"~","color":"red"} | MinecraftText |
| rtp_radius | 1000 | integer |
| rtp_cooldown | 30 | integer |
| rtp_max_attempts | 15 | integer |
Note: if use_permissions_api is set to true, OPs are treated as having all permissions (thus making the ops_bypass_teleport_rules config option do nothing).
true or false
Positive or negative whole number.
Negative values generally disable their respecitve property.
Examples: 1, 20, -3
Positive or negative floating point number (can have decimals).
Negative values generally disable their respecitve property.
Examples: 1.0, 20.5, -3.125
See "Formatting codes" on the minecraft wiki.
Example: light_purple, gold
See Raw JSON text format on the minecraft wiki.
Example: {"italic":"true", "color":"light_purple"}
Essentially, any value that works for /tellraw's message field. (JSON text or string enclosed by quotes)
You can use a tellraw generator like MinecraftJson to create this JSON text with a graphical interface and preview.
Examples: "Alexandra", {"text":"Alex","color":"green","bold":true}
This wiki is archived. Go to the new wiki