Server Administration
Administrative commands use the permission nodes shown below. Most commands are available when their command is registered; configuration-gated features must also have their section enabled.
World, Weather, and Time
| Command | Example | Permission | Gate |
|---|---|---|---|
/world |
/world nether |
No separate node listed | Alias: /eworld. |
/weather |
/weather clear |
essentials.weather |
-- |
/time |
/time set day |
essentials.time |
-- |
/day |
/day |
essentials.time.set.day |
-- |
/night |
/night |
essentials.time.set.night |
-- |
/noon |
/noon |
essentials.time.set.noon |
-- |
/midnight |
/midnight |
essentials.time.set.midnight |
-- |
/weather accepts clear, rain, thunder, storm, or sun, with optional duration and world ([duration] [world|all]). /time supports set, add, and query; essentials.time.set.all permits setting all worlds, while .add and .query control those operations. essentials.time.* and essentials.time.set.* are permission families.
Server Menu and Reload
/menu (alias /emenu) opens the server menu. It has no plugin-declared permission; protect it through the server command access policy. /essentialslite reload is the only documented reload form; /reload is not an EssentialsLite alias. Prefer a restart after structural or dependency changes, and use reload only for settings confirmed reload-safe.
The command reference lists no separate plugin permission node for /menu or reload. Protect /menu through the server's command access policy where required.