Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stylextv/tune
- Owner: stylextv
- Created: 2021-01-09T12:37:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T07:04:10.000Z (over 1 year ago)
- Last Synced: 2024-10-14T06:35:54.874Z (2 months ago)
- Size: 215 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🚩 Source code of the Tune spigot plugin, made with love in Java.
## 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!
```