Skip to content

It is probably the simplest minecraft spigot plugin that disables chat reporting.

License

Notifications You must be signed in to change notification settings

Blayung/liberated-chat

Repository files navigation

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

How to compile? (assuming you're on linux)

  1. Make sure you have jdk 21 and git installed. If not, check these links out: https://www.oracle.com/pl/java/technologies/downloads, https://git-scm.com/downloads. You can also try to install these programs with your distro's package manager.
  2. Clone the repo: git clone https://github.com/Blayung/liberated-chat.git; cd liberated-chat
  3. Compile the plugin: ./gradlew build
  4. Now the plugin jar file should be here: ./build/liberated-chat-1.2.3.jar