Configuration
EssentialsLite reads plugins/EssentialsLite/config.yml. Use YAML values with their intended types and keep feature switches explicit.
Main Configuration Paths
| Path | Scope |
|---|---|
home |
Homes, limits, cooldown, warmup, and home menu |
warp |
Warp enablement and behavior |
tpa |
Teleport requests |
rtp |
Random teleport worlds, distances, cooldowns, and hooks |
economy |
Balances and economy behavior |
kit |
Kit behavior and storage |
chat |
Chat behavior and formatting |
settings |
Player settings menu and toggles |
night-vision |
Personal night vision feature |
Most player-facing features are shipped enabled with an enabled: true switch in their section. Confirm the exact key and default in the packaged configuration before changing it; do not invent parallel keys.
Durations
Use the unit named by each setting. Values ending in -seconds are seconds. Values ending in -ms are milliseconds. A setting named cooldown or warmup uses the unit audited for that setting and should not be converted by guesswork.
The audited home defaults are home.cooldown: 1000 seconds and home.warmup: 5000 milliseconds. Other cooldowns can use seconds or milliseconds according to their key and source default.
Safe Changes
Back up plugins/EssentialsLite/config.yml before editing. Restart after dependency, structural, or jar changes. Use /essentialslite reload only when you have confirmed a setting is reload-safe.
For home limits, see Home configuration. For the complete section index, see Configuration reference.