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: about 1 year 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T20:09:24.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T17:14:36.287Z (about 1 year 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: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](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`