MuteBefehl Wiki

Commands

The same commands in the console, in game and over HTTP.

The same commands work everywhere: in the cloud console, through ./mutecloud <command>, in game as /mutecloud <command> and over the HTTP API. In game the answers are laid out for chat, with details on hover and click to insert.

Groups

groups                              all groups
groups setup                        create a group in a dialog
groups create <name> [kind] [version]
groups <name> info
groups <name> set <field> <value>
groups <name> start [count]
groups <name> stop
groups <name> restart               renews one server at a time
groups <name> rollout               approves a changed template
groups <name> disable               nothing new starts, running servers stay
groups <name> exec <command>        to every server of the group
groups <name> plugins [update]
groups <name> backup [list|restore]
groups <name> delete

Servers

service                       all running servers
service <name> info
service <name> logs
service <name> screen         console of that server, back with exit
service <name> stop
service <name> drain          empties it and provides a replacement
service <name> restart
service <name> copy [template]

Network and players

players [name]                who is online and where
network                       MOTD, tab list, maintenance
maintenance on|off
maintenance add <player>
announce <text>               --title shows it as a title
rank [list|create|grant|give]
admin [add|remove] <player>

Administration

node [list|reload]
template [create|delete]
addon [install|enable|disable]
dashboard [on|off|password]
alerts [webhook|test|events]
user [list|info|add|remove]
role [list|create|grant|revoke]
token [list|create|delete]
data [list|get|keys|set]
audit [count]
logs
update [install]
version
stop

In game

/mutecloud shows a short menu with the most useful commands, /mutecloud help the full list sorted into ten areas, /mutecloud help service the detail of one area.

In addition, /hub, /l and /lobby move a player to the least occupied lobby.

Access to /mutecloud is defined in access.toml. Without the required right the response names the missing permission, and tab completion returns no suggestions.

On this page