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
- Assign players to teams using the
/teams
built-in command - Players can switch to team chat using
/chat team
or/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.teammsg
permission!
- NOTE: To be able to switch to team chat, players must have the
- Players can switch back to public chat using
/chat all
or/chat a
.
/chat <all|team>
: switches to either ALL chat or TEAM chat./autoteamchat:reload
: reloads the plugin's config. This command sometimes doesn't work :/
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) |
minecraft.command.teammsg
: giving players this built-in permission will also grant them the ability to use AutoTeamChat.autoteamchat.config
: allows use of the/reload
command.