admin
Admin
Guided server setup, core configuration, plugin enable/disable, permission auditing, and bot health — the platform's always-on control plane.
Enabled by defaultNo privileged intents required
The control room every server needs before it needs anything else.
Why gaming communities love it
- A guided setup wizard gets a new server from zero to configured in minutes, no trial-and-error required.
- Enable and disable feature modules per server, so a small clan and a 20,000-member org run the same bot differently.
- A permissions audit tells staff exactly which bot permission is missing and which feature it will break — before members notice.
- Every configuration change is written to an audit trail, so "who changed this?" always has an answer.
Full command reference
| Command | Description | Who can use it | Example |
|---|---|---|---|
/setup wizard | Run the guided setup wizard. | Admin+ | /setup wizard |
/setup status | Show what has been configured so far. | Admin+ | /setup status |
/config view | View the current configuration. | Admin+ | /config view |
/config set | Set a configuration key. | Admin+ | /config set key:guild.locale value:"value" |
/config reset | Reset a configuration key to its default. | Admin+ | /config reset key:guild.locale |
/plugin enable | Enable a plugin. | Admin+ | /plugin enable plugin:"plugin" |
/plugin disable | Disable a plugin. | Admin+ | /plugin disable plugin:"plugin" |
/plugin status | Show a plugin's status, or every plugin's if none is given. | Admin+ | /plugin status [plugin:"plugin"] |
/plugin list | List every plugin, grouped by category. | Admin+ | /plugin list |
/permissions audit | Run a permissions and configuration audit. | Admin+ | /permissions audit |
/health | Show the bot's health and per-plugin status. | Moderator+ | /health |
/entrophy report | Send a bug report, feedback, or question to the Entrophy developer. | Admin+ | /entrophy report kind:"kind" |