AI swear is a plugin utilizing AI to make your Minecraft server free from swear words!
Features:
Swear word detection (profanity filter)
Blacklist words in config.yml
Logs! All swear words are listed in a log file.
Messages are customizable
Swear actions (run a command when a player swears)
How does it work? AI swear utilizes the OpenAI API to make requests, this is why you have to enter your OpenAI API key (Acuire your API key here: https://platform.openai.com/account/api-keys).
# Plugin Name: AISwear # Description: A plugin that detects swear words using AI. # Author: SpaceNiklas # Version: 1.0
# Discord server: https://discord.gg/93DURaJxuf
# Configuration black-listed-words: - 'example1'
- 'example2'
- 'example3'
api-key: 'abc'
# Your OpenAI API Key (can be found under https://platform.openai.com/account/api-keys) swear-message: '&cYou swore! &7If you believe this is a bug please contact an admin.'
swear-action: '-'
# - is default which means no action is run on swear, although you can use any command without the '/' # Examples: # - ban %player% # - kick %player% You swore! Message: %message%
# Placeholders (work for swear message and action): # - %player% # - %message%
# Disclaimer: This is a hobby project, so please keep in mind that the plugin may not work perfectly. # Additionally, there could be outages that may impact its functionality, check the status here: https://status.openai.com. # It may still be smart to have another anti-swear plugin installed as a backup