Automatic Team Chat Mode
AutoTeamChat
Super simple Minecraft Bukkit plugin for switching to team chat mode: messages automatically get sent to team chat. Team chat quickly without typing /teammsg every single time!
Made by Eric (yoonicode.com) | IGN i18n
Open source on Github: yummypasta/AutoTeamChat
Usage
- Assign players to teams using the
/teamsbuilt-in command - Players can switch to team chat using
/chat teamor/chat t. Any messages sent will now automatically be in team chat- NOTE: To be able to switch to team chat, players must have the
minecraft.command.teammsgpermission!
- NOTE: To be able to switch to team chat, players must have the
- Players can switch back to public chat using
/chat allor/chat a.
Commands
/chat <all|team>: switches to either ALL chat or TEAM chat./autoteamchat:reload: reloads the plugin's config. This command sometimes doesn't work :/
Configuration
| Key | Type | Description | Default |
|---|---|---|---|
useBuiltInTeamMessages |
bool | If set to true, the plugin will send /teammsg commands on behalf of the player instead of using custom-formatted messages. For most purposes, enable this. |
false |
teamMessageFormat |
string | The string format of team messages (ignored if useBuiltInTeamMessages is set to true). Use & before color codes. The following placeholders will be replaced with their corresponding values: %color% (color of the team), %team% (name of the team), %playername% (message sender's username), %message% (chat message contents) |
teamMessageFormat: -> %color%[%team%]&r <%color%%playername%&r> %message% (this string emulates the default Minecraft team message format) |
Permissions
minecraft.command.teammsg: giving players this built-in permission will also grant them the ability to use AutoTeamChat.autoteamchat.config: allows use of the/reloadcommand.
Comments