core.yml
Global EssentialsY settings — teleport, AFK, nicknames, signs, locale, and more.
Key Settings
Teleport
yaml
teleport-safety: true
teleport-cooldown: 0
teleport-delay: 0
teleport-invulnerability: 4
teleport-to-center: true
is-water-safe: falseNicknames
yaml
nickname-prefix: '~'
max-nick-length: 16
allowed-nicks-regex: '^[a-zA-Z_0-9§]+$'
change-displayname: trueAFK
yaml
cancel-afk-on-interact: true
cancel-afk-on-move: false
afk-timeout: 300
broadcast-afk-message: trueCommands (Legacy)
yaml
overridden-commands: []
disabled-commands: []
verbose-command-usages: trueTIP
Prefer commands.yml for disabling commands — it supports categories. The disabled-commands list in core.yml is kept for backward compatibility.
Signs
yaml
enabledSigns:
#- color
#- balance
#- buy
#- sell
#- trade
#- free
#- warp
#- kit
#- mail
#- healUncomment sign types to enable them.
Locale
yaml
locale: enSee messages_*.properties in the JAR for available locales.
Full Reference
The complete list of core.yml settings matches the original global essentials config section. See the configuration overview for detailed descriptions of each option — the keys are identical.