This plugin is intended to simplify the process of handling simple gag triggers. Say you're headed on an epic run. You don't really want to see messages about experience gained or gold shared. Say you're pupping/leveling in a well-known zone and don't want to see all the damage messages the mobs spam you with.
With this plugin, you can easily create groups of related messages and turn them on or off without having to open and search through your triggers menu.
By default, you enter regular expressions that match the lines you want to gag. However, there is also an option to simplify that portion, allowing you to enter plain text with simple * wildcards if you're not comfortable using regex.
# Commands
@ -15,34 +17,34 @@ this is what you want before adding the 'confirm' argument.
# amg count
Displays a brief count of the number of enabled messages and groups.
# amg show [<group name> [<message name>]]
# amg show [<group name> [<message name>]]
Displays info on the requested group or message. 'Amg show' on its own gives a
list of all groups along with an indication of whether each group is enabled or
disabled currently. 'Amg show <group>' will display all messages within that
disabled currently. 'Amg show <group>' will display all messages within that
group, along with an indication of its enabled status and a peek at its match
string. To see a message's full regex, enter 'amg show <group> <message>'.
string. To see a message's full regex, enter 'amg show <group> <message>'.