AutoMod is a Minecraft Spigot plugin designed to enhance in-game chat moderation by using AI, specifically the Perspective API, to censor and block harmful messages. The plugin also blocks links, domains, and IP addresses (both IPv4 and IPv6). Additionally, AutoMod supports multi-instance servers through Redis communication and utilizes caches to speed up the moderation process, with configurable cache expiration.
AutoMod.jar
file into your server's plugins
directory.After the initial run, a configuration file will be generated in the plugins/AutoMod
directory. The main configuration options include:
/automod reload
- Reloads the plugin configuration./automod status
- Checks the status of all services./automod unmute <player>
- Unmutes a player.automod.bypass
- Bypasses all AutoMod filtersautomod.staff
- Can see the original messageAutoMod automatically moderates chat messages, blocking harmful content, links, and IP addresses based on the configuration. There is no need for additional commands to start the moderation process.
git checkout -b feature-branch
).git commit -am 'Add new feature'
).git push origin feature-branch
).This project is licensed under the MIT License. See the LICENSE file for more details.
For support, please open an issue on the GitHub repository or contact us via email at support@unilix.it.
Or even join the discord server https://discord.gg/hpkF73sGzw
Thank you for using AutoMod! We hope it helps keep your Minecraft server chat safe and enjoyable for everyone.