-
Notifications
You must be signed in to change notification settings - Fork 23
Commands
Akashi includes a number of commands, which can be used in out-of-character chat. Commands work on a permission-based system, and clients will be able to use whatever commands they have permissions for. The permissions are:
- NONE
- KICK
- BAN
- BGLOCK
- MODIFY_USERS
- CM
- GLOBAL_TIMER
- EVI_MOD
- MOTD
- ANNOUNCE
- MODCHAT
- MUTE
- BYPASS_LOCKS
- IGNORE_BGLIST
- SEND_NOTICE
- SUPER
All clients are able to use commands requiring NONE
permissions. Under simple authentication mode, any client that logs in with the severs modpass will have SUPER
permissions, giving them access to all server commands. Under advanced authentication, however, moderators can be given only certain permissions, restricting what commands they have access to. For example, a server owner could give a moderator the ability to kick with the KICK
permission, but not the ability to ban.
See the command category pages for individual commands and their permission level.