ModsJava
Any Message Filter [MessageFilter Reborn]
Any Message Filter By Shoko Buy me a cofee at ||---------------------------------------|| D I S C L A I M E R This plugin is entirely based of which seems…
⬇ Download on SpigotAny Message Filter
By Shoko
Buy me a cofee at https://www.paypal.me/ChoqueCastroLuis
||---------------------------------------||
D I S C L A I M E R
This plugin is entirely based of https://dev.bukkit.org/projects/message-filter which seems to be abandoned
||---------------------------------------||
This plugin brings to you ability to control message in your chat provided from any source. You can hide annoying message of plugin (forever or using cooldown to display it), change any message to another. You can even use MessageFilter as translation tool for plugins that not provides translation mechanics by itself.
Why I need this plugin?
All rules added to MessageFilter store in files in "MessageFilter/rules" folder. You can add, modify or remove rules using command or by editing rule files.
Every rule base on some parameters:
Commands
Main command of plugin is msgfilter (aliases: mfilter, filter).
You can create new rules using: command line, incoming chat message and manully editing file.
Examples:
Using commands
MessageFilter supports multiple rules definition files. It's a "YAML" fie (*.yml) located in "rules" folder. You can edit (or create new) this files manually. Here is example:
roadprotector: # rule Id
type: EQUAL # rule type
message-mask: '&3[RP] &cThis place is protected!' # incoming message (with color code)
replace-to: '&6Здесь нельзя ломать и строить!' #outgoing (translated) message
cooldown-time: '' # cooldown time
use-formating: true # use formatting (colors)
removejoing: # rule Id
type: REGEX #rule type
message-mask: '\w+ joined the server\.' # incoming message, I'm going to hide it
replace-to: '' # Empty line
cooldown-time: ''
use-formating: false # ignore formatting
annoying:
type: EQUAL
message-mask: 'You can\'t build here!'
replace-to: '' # Empty line
cooldown-time: '5s' #You will see this message only once during the five seconds
use-formating: false # ignore formatting
MessageFilter self-test
You can use command /msgfilter test to be sure that MessageFilter works fine. Just type this command in chat. If you receive message "MessageFilter test failed!" usually you need to install or update ProtocolLib.
Permissions
This plugin requires ProtocoLib installed on your server.
By Shoko
Buy me a cofee at https://www.paypal.me/ChoqueCastroLuis
||---------------------------------------||
D I S C L A I M E R
This plugin is entirely based of https://dev.bukkit.org/projects/message-filter which seems to be abandoned
||---------------------------------------||
This plugin brings to you ability to control message in your chat provided from any source. You can hide annoying message of plugin (forever or using cooldown to display it), change any message to another. You can even use MessageFilter as translation tool for plugins that not provides translation mechanics by itself.
Why I need this plugin?
- You would like to hide some spamming message print by plugin you use at your server;
- You would like to replace one message to another;
- You going to translate message of plugin but that plugin is not providing you language-file to edit;
- Hiding messages
- Replacing messages
- Cooldown for message (for example, you don't like to lot of same message, and going to see only one of them during one minute)
- Regex (and other types of string comparison) supported
All rules added to MessageFilter store in files in "MessageFilter/rules" folder. You can add, modify or remove rules using command or by editing rule files.
Every rule base on some parameters:
- Type — defines the method which will used to determine text in message (before display it on screen). There are five types:
- EQUAL — case insensitive compare (Example: "Aaaa Bbbb" will be equal to "aaaa bbbb")
- CONTAINS — find substring in input-message
- START — check if message starts with provided text
- END — check if message ends with provided text
- REGEX — using regular expression to find matches
- message-mask — defines input mask, that will used to find matches in original message
- replace-to — defines replacement. Replacements supports placeholders %word1% ... %wordN% the will be replaced with conforming word from original message
- cooldown-time — time defined in format similar to time format used in ReActions plugin. Cooldown used to set up time-limit for displaying annoying message. For example, if cooldown time is set to 5 seconds. And "replace-to" mask is empty. Annoying message will displayed only once per five seconds.
Commands
Main command of plugin is msgfilter (aliases: mfilter, filter).
- /msgfilter help — hmm... h
- /msgfilter add <RuleId> [GroupId] — create new rule
- /msgfilter set <RuleId> type|input|output|cooldown|group <Value> — set parameter (type, input mask, output mask, cooldown time or group) to <Value>
- /msgfilter remove <RuleId> — remove rule
- /msgfilter list [Mask] [PageNumber] — show list of rules
- /msgfilter info <RuleId> — display rule parameters
- /msgfilter save <GroupId> [<Number>|<Time>] — save message into file <GroupId>.yml.
- /msgfilter reload — reload rules
- /msgfilter test — test MessageFilter.
You can create new rules using: command line, incoming chat message and manully editing file.
Examples:
Using commands
- /msgfilter add newrule
- /msgfilter set newrule type EQUAL
- /msgfilter set newrule input this is the input message
- /msgfilter set newrule output &6this is the output message
- /msgfilter save test1 — save next (only one) incoming message to file test1.yml
- /msgfilter save test2 15 — save next 15 incoming messages to file test1.yml
- /msgfilter save test2 10m — save all incoming messages during the 10 minutes to file test1.yml
MessageFilter supports multiple rules definition files. It's a "YAML" fie (*.yml) located in "rules" folder. You can edit (or create new) this files manually. Here is example:
roadprotector: # rule Id
type: EQUAL # rule type
message-mask: '&3[RP] &cThis place is protected!' # incoming message (with color code)
replace-to: '&6Здесь нельзя ломать и строить!' #outgoing (translated) message
cooldown-time: '' # cooldown time
use-formating: true # use formatting (colors)
removejoing: # rule Id
type: REGEX #rule type
message-mask: '\w+ joined the server\.' # incoming message, I'm going to hide it
replace-to: '' # Empty line
cooldown-time: ''
use-formating: false # ignore formatting
annoying:
type: EQUAL
message-mask: 'You can\'t build here!'
replace-to: '' # Empty line
cooldown-time: '5s' #You will see this message only once during the five seconds
use-formating: false # ignore formatting
MessageFilter self-test
You can use command /msgfilter test to be sure that MessageFilter works fine. Just type this command in chat. If you receive message "MessageFilter test failed!" usually you need to install or update ProtocolLib.
Permissions
- messagefilter.config — only one permission to access commands.
- messagefilter.test — perform test of MessageFilter when player joins the server.
This plugin requires ProtocoLib installed on your server.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.16
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Any Message Filter [MessageFilter Reborn] is a free Minecraft Java mod. Compatible with Minecraft 1.16. Downloaded 1,529 times (via Spigot). Download it and open it directly in the game.