Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blayung/liberated-chat
It is probably the simplest minecraft spigot plugin that disables chat reporting.
https://github.com/blayung/liberated-chat
bukkit bukkit-plugin java minecraft minecraft-plugin plugin spigot spigot-plugin
Last synced: 17 days ago
JSON representation
It is probably the simplest minecraft spigot plugin that disables chat reporting.
- Host: GitHub
- URL: https://github.com/blayung/liberated-chat
- Owner: Blayung
- License: gpl-3.0
- Created: 2023-02-15T13:19:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-05T20:09:24.000Z (2 months ago)
- Last Synced: 2024-10-12T03:49:55.013Z (about 1 month ago)
- Topics: bukkit, bukkit-plugin, java, minecraft, minecraft-plugin, plugin, spigot, spigot-plugin
- Language: Java
- Homepage: https://modrinth.com/plugin/liberated-chat
- Size: 148 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/modrinth_vector.svg)](https://modrinth.com/plugin/liberated-chat)
# Liberated Chat
## What is this?
This probably is the simplest minecraft spigot plugin that disables chat reporting.
**This plugin currently supports all minecraft versions from 1.19 to 1.20.6.**## Downloads
You can download this plugin on modrinth. [https://modrinth.com/plugin/liberated-chat](https://modrinth.com/plugin/liberated-chat)## How to compile? (assuming you're on linux)
0. Make sure you have jdk 21 and git installed. If not, check these links out: [https://www.oracle.com/pl/java/technologies/downloads](https://www.oracle.com/pl/java/technologies/downloads), [https://git-scm.com/downloads](https://git-scm.com/downloads). You can also try to install these programs with your distro's package manager.
1. Clone the repo: `git clone https://github.com/Blayung/liberated-chat.git; cd liberated-chat`
2. Compile the plugin: `./gradlew build`
3. Now the plugin jar file should be here: `./build/liberated-chat-1.2.3.jar`