Skip to content

Super simple Minecraft Bukkit plugin to automatically send team chat messages.

License

Notifications You must be signed in to change notification settings

ericyoondotcom/AutoTeamChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

View on Bukkit
View on Spigot


Made by Eric (yoonicode.com) | IGN i18n
Open source on Github: yummypasta/AutoTeamChat

Usage

  1. Assign players to teams using the /teams built-in command
  2. 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!
  3. Players can switch back to public chat using /chat all or /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 /reload command.

About

Super simple Minecraft Bukkit plugin to automatically send team chat messages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages