Skip to content

Advanced ways to filter and process Minecraft text

License

Notifications You must be signed in to change notification settings

ahdg6/AdvancedChatFilters

 
 

Repository files navigation

AdvancedChatFilters

AdvancedChatFilters allows for complex manipulation of incoming chat messages.

Please submit bugs to the issue tracker. Join the Discord for more help!

Dependencies

AdvancedChatCore is required to run the mod.

Features

  • Replace an advanced search with specified text
  • Change the color of the match
  • Replace the full message
  • Rainbow specific text
  • Convert specific text to OwO
  • Convert numbers into Roman Numerals
  • Send a chat message to the Action Bar
  • Narrate a message
  • Play a sound when a match is found
  • Full JavaScript scripting for advanced filters
  • Many complex options for in complex matching and replacing

Scripting

Scripting is a super powerful tool for text manipulation. This feature is disabled by default, due to the complexity of these filters, as well as the additional resources that they may take up.

While the scope of these scripts are extremely limited, and several measures are put in place to ensure security and stability, these scripts are still very powerful, and you should never run code that you don't trust

To learn more about these filters, you can view the example filters in this repository, or view the wiki

Development

To develop, all dependencies should automatically be processed through gradle. To ensure code consistency the hook pre-commit.sh can be used. To install the pre-commit hook run:

ln -s ../../pre-commit.sh .git/hooks/pre-commit

Reference the example mod for individual use cases.

Credits n' more

Code & Mastermind: DarkKronicle

Language & Proofreading: Chronos22

About

Advanced ways to filter and process Minecraft text

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.0%
  • JavaScript 1.8%
  • Shell 0.2%