Configuration
The config.yml file is the heart of QuantumPunish. It allows you to automate moderation and customize the plugin's behavior.
π Database & Cleanup
cleanup-days: To prevent the database from becoming too large, set the number of days after which expired punishments are deleted.Example:
30means any record older than 30 days that has expired will be wiped. Set to0to keep history forever.
π ID System
Enable this to use shortcuts for common reasons.
If enabled, you can run
/ban <player> 1instead of typing the whole reason. The plugin will automatically use "Hacking/Cheating".
π€ Auto Punishments
Create a progression of punishments based on warning points.
points: The threshold to trigger the action.action:MUTE,KICK, orBAN.duration: Set a timed duration (e.g.,1h,1d) or0for permanent.
π€¬ Chat Filter Settings
action:REPLACE: Swaps bad words with****.BLOCK: Prevents the message from being sent entirely.WARN: Allows the message but automatically assigns warning points.
detect-evasion: Intelligent engine that catches bypassed words (e.g.,@pplesinstead ofapples).max-repeated-letters: Limits spammy letters (e.g.,haaaaackis treated ashaack).
π Discord Webhook
url: Your unique Discord Webhook URL.enabled: Set totrueto start receiving real-time logs in Discord.
Last updated