If you trigger the sensitive word test you'll be penalised. One-stop-shop ultimate anti-swear solution for your Minecraft server!
Logo designed by GPT-4
Features above make us unique in the anti-swear plugins!
graph TD
A[Player Interaction] --> B[Event Listeners]
C[Player Packet] --> D[Packet Listeners]
B --> E[Regex Preprocess]
D --> E[Regex Preprocess]
E --> F[DFA Match]
F -->|Matched| G[Result]
G --> J[Replace]
G --> K[Cancel]
F -->|Not Matched| H[AI Processor]
H -->|LLMs| I[Rating]
I --> L[Punish]
/asw help
- Show help message
/asw reload
- Re-initialize the DFA dict and reload configurations
/asw status
- Show the status of the AdvancedSensitiveWords
/asw test <text>
- Test the AdvancedSensitiveWords filter with given text
/asw info <player>
- Check total violations of specific player from database
/asw punish <player> [type]
- Punish a player with a specific type
advancedsensitivewords.bypass
- Bypass the AdvancedSensitiveWords message filter
advancedsensitivewords.reload
- Allows you to use the /asw reload command
advancedsensitivewords.status
- Allows you to use the /asw status command
advancedsensitivewords.test
- Allows you to use the /asw test command
advancedsensitivewords.help
- Allows you to use the /asw help command
advancedsensitivewords.notice
- Retrieve the notification when players swore
advancedsensitivewords.info
- Ability to use /asw info command
advancedsensitivewords.update
- Receive update notifications
advancedsensitivewords.punish
- Allows you to use the /asw punish command
For more info, please visit our Wiki