ds58 / Panilla

Prevent abusive NBT and crash packets on a Minecraft server
MIT License
148 stars 39 forks source link

Panilla

Panilla (the name) is a combination of the word Packet and Vanilla (as in Vanilla Minecraft).

Support the development of this plugin and purchase a precompiled .jar file on SpigotMC (or compile your own for free)

Overview

Panilla is software to prevent abusive NBT and packets on Minecraft servers.

With this software, you will be able to prevent:

Supported Platforms

Currently Panilla supports:

If you would like support for a server platform or Minecraft version that is not listed, please make an issue on GitHub.

Compiling

In order for you to compile Panilla, you will need to use BuildTools, by SpigotMC, and build each version of CraftBukkit which is supported by Panilla. When you run BuildTools, it will add the dependencies required (CraftBukkit/Bukkit) to your local Maven repository. From there, you can compile the project with ./gradlew build. The output plugin jars file will located in the target/ directory.

Java 17 is required to build Panilla.