Resource icon

Script Regex-based Chat Filter 1.0

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

Sovde

Staff member
Moderator
Feb 18, 2022
34
3
8
Sovde submitted a new 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...