Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stylextv/tune

🎵💀 An AI-driven plugin to combat toxicity.
https://github.com/stylextv/tune

Last synced: 25 days ago
JSON representation

🎵💀 An AI-driven plugin to combat toxicity.

Awesome Lists containing this project

README

        







🚩 Source code of the Tune spigot plugin, made with love in Java.



stars


Codacy Badge





Code size


GitHub repo size


Lines of Code

## What is it?
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](https://www.spigotmc.org/resources/g-signs-a-unique-map-signs-plugin-for-lobbies.85017/).

## Project Layout
Here you can see the current structure of the project.

```bash
├─ 📂 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!
```