What is LexusFilter?
LexusFilter is a powerful and fully modular plugin built to block:
- Chat advertisements (IP addresses, links, Discord invites, and more)
- Unicode/obfuscated bypasses (e.g. d i s c o r d . g g, zero-width characters, § symbols)
- Spam, CAPS abuse, symbol flood, repeated messages
- Sign, book, renamed items, and inventory scans
Everything is configurable — with advanced filtering, logging, and punishment handling per module.
✅ Features
Module
Description
✅ Chat Filter Blocks advertising in chat messages
✅ Item Rename Filter Detects renamed items with blacklisted content
✅ Sign Filter Prevents placing signs with blocked text
✅ Book Filter Filters signed and unsigned books
✅ Inventory Scan Scans player's items upon joining
✅ Anti-Spam Handles spam, repeated messages, CAPS, flood
✅ Telegram Logs Sends log entries to Telegram chat
✅ File Logs Logs to logs/filter_log.txt
✅ Custom Punishments Assign per-module commands (ban, mute, warn, etc.)
✅ Modular System Enable/disable each module individually
✅ Whitelist/Blacklist Full support for keyword and regex lists
⚙️ Configuration Highlights
modules:
chat-filter: true
item-rename-filter: true
book-filter: true
join-inventory-scan: true
sign-filter: true
anti-spam: true
punishments:
chat:
command: "mute %player% 15m Advertising"
item:
command: "ban-ip %player% 30d Renamed Item Advertising"
antispam:
enabled: true
min-delay-ms: 1000
repeat-limit: 2
anti-caps: true
caps-threshold: 70
anti-symbol-flood: true
max-repeated-char: 5
Telegram Logging (Optional)
Send violation logs directly to your Telegram channel, group or private chat!
log:
enabled: true
to-file: true
to-telegram: true
timezone: "Europe/Moscow"
telegram:
botToken: "YOUR_TOKEN"
chatId: "YOUR_CHAT_ID"
Blacklist / Whitelist
- blacklist_words.txt — Words to block (e.g. discord.gg, aternos.me, .ru)
- blacklist_patterns.txt — Regex-based detections
- whitelist_words.txt — Words to ignore even if matched
Note: This plugin was originally developed for a Russian-speaking audience, which is why some screenshots and examples are in Russian.
However, once you install it, everything will work as expected in English – including configs, messages, and features!