Tune is a spigot plugin that allows you to automatically moderate your chat using the power of AI.
The spigotmc page, including a download link, can be found here.
Here you can see the current structure of the project.
├─ 📂 showcase/ # ✨ Showcase (eg. for spigot)
├─ 📂 src/ # 🌟 Source Files
│ ├─ 📂 assets/ # ✒️ Plugin Assets
│ │ └─ 📂 languages/ # 📦 Language Files
│ ├─ 📂 de/stylextv/ # ✉️ Source Code
│ │ └─ 📂 plib/ # ✉️ Library Source Code
│ │ └─ 📂 tune/ # ✉️ Plugin Source Code
│ └─ 📄 plugin.yml # 📌 Plugin-YML
├─ 📂 version/ # 📬 Versions (used by the auto-updater)
└─ 📃 readme.md # 📖 Read Me!