Sovde submitted a new resource:
Regex-based Chat Filter - A customizable and flexible chat filter for use in custom chat scripts
Read more about this resource...
Regex-based Chat Filter - A customizable and flexible chat filter for use in custom chat scripts
# Chat Filter Skript
A flexible chat filter with support for alternate characters, separators, repeated letters, exceptions, and severity levels
Requires:
- oopsk (for structs)
- skript-reflect (for pre-compiled regex patterns)
author: sovde
version: 1.0
license: MIT (do what you want with it)
How to use:
on load:
1. Customize the alternate characters and separators to suit your needs
2. Add filtered phrases with addFilteredPhrase()
If you change alternates or separators after...
Read more about this resource...