-
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 |
| enable_fly | true | boolean |
| enable_invuln | true | boolean |
| enable_workbench | true | boolean |
| enable_anvil | false | boolean |
| enable_enderchest | true | boolean |
| enable_wastebin | true | boolean |
| enable_gametime | true | boolean |
| enable_motd | false | boolean |
| enable_afk | true | boolean |
| home_limit (Read More) | [1, 2, 5] | list of integers |
| 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_max_length | 32 | integer |
| nickname_prefix | {"text":"~","color":"red"} | MinecraftText |
| rtp_radius | 1000 | integer |
| rtp_min_radius |
rtp_radius (1000) |
integer (<= rtp_radius) |
| rtp_cooldown | 30 | integer |
| rtp_max_attempts | 15 | integer |
| broadcast_to_ops | false | boolean |
| nick_reveal_on_hover | true | boolean |
| enable_experimental_essentialsx_converter | false | boolean |
| grant_lowest_numeric_by_default | true | boolean |
| motd | A welcome message | String (Text) |
| afk_prefix | "[AFK] " (gray) | MinecraftText |
| invuln_while_afk | false | boolean |
| language | en_us | (see language ids below) |
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}
List of supported language ids (use these in the "language" config option):
- en_us
- pt_br (Courtesy of AnonymozzY on CF)
- ru_ru (Courtesy of @oldBrowze)
- zh_cn (Courtesy of @MikhailTapio, @deluxghost, @Leo204_LKY)
This wiki is archived. Go to the new wiki