Timongcraft / liberated-chat

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

Home Page:https://modrinth.com/plugin/liberated-chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liberated Chat

What is this?

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

This plugin currently supports all minecraft versions from 1.19 to 1.20.2.
Make sure to disable enforce-secure-profile in server.properties, or the plugin will break!

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 17 and git installed. If not, check these links out: https://git-scm.com/downloads, https://www.oracle.com/pl/java/technologies/downloads/#java17. 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.1.5.jar

About

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

https://modrinth.com/plugin/liberated-chat

License:GNU General Public License v3.0


Languages

Language:Java 100.0%