Overview
RTFilter.sk is a Skript for Minecraft servers designed to provide a comprehensive filter for chat, usernames, and item renaming. It helps server administrators maintain a clean and appropriate environment by blocking specific words, domains, and characters.
Configuration Options
Types of Prohibited Content
- banned_words: List of banned words for chat and usernames
- banned_domains: Blocked domains or IPs in chat and usernames
- banned_characters: Prohibited characters in chat and usernames
- anvil_filter: Forbidden characters in item names when renaming via anvil
Each of these content types will send different messages and command suggestions.
Customization
How to Configure
Modify the initial section of the script to customize:
options: banned_words: "word1" or "word2" banned_domains: ".com" or ".net" or "192." banned_characters: "*" or "^"
Everything you see above is an example.
Change executable commands for staff:
suggestedcommand_banned_words: /tempmute %player% Bad Language 3h suggestedcommand_banned_domains: /tempban %player% IP Spam 30d.
Everything you see above is an example
Message Customization
Customize messages for:
- Staff notifications
- Player warnings
- Hover messages
- Suggested actions
Permissions
Configurable permissions for chat, usernames, and anvil renaming:
- Bypass filters
- Receive notifications
Main Features
- Configurable banned words
- Permission system
- Customizable messages for staff and players
- Support for multiple filtering contexts
Next 3 Updates:
- Update 1: Ability to have a storic of all the alerted things with a command
- Update 2: Ability to enable an automuter that automatically sanctions for some checks
- Update 3: Make the initial config part of the Skript a YAML file using "Skript-YAML"