Commands
Every command StarChat registers, what it does, and the permission node that gates it. Aliases are listed where they exist.
Player commands
| Command | Usage | Description |
|---|---|---|
/msgaliases: /tell, /whisper, /w, /pm | /msg <player> <message> | Send a private message. perm: starchat.command.msg |
/replyaliases: /r | /reply <message> | Reply to the last private message. perm: starchat.command.reply |
/ignore | /ignore <player> | Ignore private messages from a player. perm: starchat.command.ignore |
/ignoreall | /ignoreall | Toggle ignoring all private messages. perm: starchat.command.ignore |
/chatping | /chatping | Toggle whether @mentions ping you. perm: starchat.command.chatping |
/chattoggle | /chattoggle | Toggle global chat visibility for yourself. perm: starchat.command.chattoggle |
/chatcoloraliases: /chatcolour, /ccolor | /chatcolor | Open the chat color GUI. perm: starchat.command.chatcolor |
Staff commands
| Command | Usage | Description |
|---|---|---|
/staffchataliases: /sc | /staffchat [message] | Toggle staff chat mode, or send a one-off message. perm: starchat.command.staffchat |
/spymsg | /spymsg | Toggle spying on private messages. perm: starchat.command.spymsg |
/mutechat | /mutechat | Mute or unmute server-wide chat. perm: starchat.command.mutechat |
/clearchataliases: /cc | /clearchat | Clear chat history (visual). perm: starchat.command.clearchat |
/broadcastaliases: /bc | /broadcast <message> | Broadcast a server-wide message. perm: starchat.command.broadcast |
/announcealiases: /anuncio | /announce <message> | Send a styled global announcement. perm: starchat.command.announce |
/chatlogaliases: /chatlogs | /chatlog <search|player> | Query chat logs. perm: starchat.command.chatlog |
Admin commands
| Command | Usage | Description |
|---|---|---|
/starchataliases: /sc-admin | /starchat <reload|help|version|similar> | Plugin admin commands. perm: starchat.admin |
/starchat reload | /starchat reload | Reload all configs without restarting. perm: starchat.command.reload |
Disabling commands
Most player and staff commands are toggleable in settings.yml:
Commands:
msg:
enabled: true
reply:
enabled: true
staffchat:
enabled: trueA disabled command is not registered with Bukkit, so it doesn't appear in tab-complete or conflict with other plugins providing the same command.