Player Settings
Use /settings (aliases /options and /toggles) to open the personal settings menu. The menu requires essentials.settings; essentials.settings.* grants all setting toggles. Each setting also has an exact node:
| Setting | Permission | Toggle behavior |
|---|---|---|
| Death messages | essentials.settings.death-messages |
Show or hide death messages. |
| Chat messages | essentials.settings.chat-messages |
Show or hide public chat. |
| Join/leave messages | essentials.settings.join-leave-messages |
Show or hide join and leave messages. |
| Coinflip messages | essentials.settings.coinflip-messages |
Show or hide coinflip messages. |
| Scoreboard | essentials.settings.scoreboard |
Toggle the TAB scoreboard. |
| Bossbar | essentials.settings.bossbar |
Toggle the TAB bossbar. |
| Accept payments | essentials.settings.accept-payments |
Allow or refuse incoming payments. |
| TPA requests | essentials.settings.tpa-requests |
Allow or refuse TPA requests. |
| TPA auto | essentials.settings.tpa-auto |
Automatically accept TPA requests. |
| Private messages | essentials.settings.private-messages |
Allow or block private messages. |
| Auction quick-buy | essentials.settings.auction-quick-buy |
Toggle auction quick-buy behavior. |
| Disable hostile mob spawn | essentials.settings.disable-hostile-mob-spawn |
Toggle hostile spawn blocking. |
| Auto-pay | essentials.settings.auto-pay |
Toggle automatic payments. |
All listed settings default to permission true. The setting itself is player-specific; granting a node only permits the player to change it.
Night Vision
/nightvision [on|off] (alias /nv) requires essentials.nightvision. It stores a persistent player preference and uses the night-vision configuration section. Audited defaults:
night-vision:
enabled: true
refresh-interval-ticks: 20
duration-seconds: 600
particles: false
Here refresh-interval-ticks is 20 ticks and duration-seconds is 600 seconds. Particles are disabled by default.