Commands and Permissions
Every EcoHub command and the permission node it requires.
Commands
| Command | Description | Permission |
|---|---|---|
/ecohub | Shows the plugin version | None |
/ecohub help | Lists the commands | None |
/ecohub status | Shows which account this server is linked to, and when it last checked in | ecohub.admin |
/ecohub link <code> | Links this server using a code from the website | ecohub.admin |
/ecohub unlink | Revokes this server's API key. Asks twice, since it stops updates | ecohub.admin |
/ecohub check | Checks for updates right now, without installing | ecohub.admin |
/ecohub update all | Installs every available update | ecohub.admin |
/ecohub update <plugin> [plugin...] | Installs updates for specific plugins | ecohub.admin |
Aliases: /ecohub can also be run as /eh or /hub.
Permissions
| Permission | Description | Default |
|---|---|---|
ecohub.admin | Link, unlink, and install updates | op |
Notes on individual commands
/ecohub link <code> refuses to run if the server is already linked. Unlink first. Malformed codes are rejected locally, before any network call is made.
/ecohub unlink asks for confirmation. Run it once to arm, then again within 10 seconds to go through with it. If EcoHub cannot be reached, the local link is still removed and you are told to revoke the key from your EcoHub profile to be sure.
/ecohub check never installs anything, regardless of auto-install-updates.
/ecohub update requires the server to be linked, and takes either all or one or more plugin names.
Where to go next
First time here: Getting Started.
What
updateactually does: How Updates Work.Config options: Plugin Config.