GroupMessage - Send a message to every player in a group! Version: 1.1 Introduction GroupMessage is a very simple plugin for Permissions OR GroupManager for sending messages to an entire group. Configuration The permission key groupmessage.send is used to determine if a player has permissions to use the command. If you wish your admins (or mods) to see all messages sent using GroupMessage you may give them the groupmessage.omnipotent permission. Usage * /mg <group> <msg> - Send a message to the given group. * /mgt <group> <msg> - Toggle a default send-to group before sending a message. Standard chat will go to the toggled group. The group does not have to be the full name. Currently it checks if a players group "starts with" the group string you provide. This means if you have the groups "Builders" and "Bombers" you can send a message to both groups with the command: /mg b message goes here! Acquiring the Plugin Version 1.1 (JAR) Source Change Log Version 1.1 Added support for GroupManager. Added /mgt for toggling default send-group. Added groupmessage.omnipotent permission Update Bukkit build Version 1.0 Initial release
Cool! Could it to toggle to chat only to that group? Like /mgt Mods and then all chat goes to Mods group and possibly hide default group chat. And Admins that are one step upper above Mods would see those mesagess too. Then /mgt Mods would toggle it off or some other command. I would like to use it for mods and admins ingame briefings.
Yeah, I like that. /mgt for toggling, /mg for one-off messages. Also in the works: always show the sender the message they send and an "omnipotent" permission to see all group messages (for admins). Also probably a message format setting so you can add/remove the group prefix if you want.