The Swiss Army knife for anarchy server owners
Unique Paper based plugin dedicated to patching illegal items, exploits, bugs
and basically plugin for everything that anarchy servers might need and more.
The idea of using codebase of a utility client for a plugin that stands on the other side of things.
The plugin uses codebase from the Meteor Client.
It was stripped down and modified to work with the Bukkit event system and Yaml based config system.
- Multiple modules for removing illegal items
- Lag prevention modules
- Discord Webhook based lag alert
- MySQL database for statistics
- Custom items with abilities
- Exploding snowballs!
- And more... And more yet to come!
All builds since version 0.1.0 to version 1.0.0 are licensed under the MIT license.
Builds since version 1.0.0 are licensed under the GPL 3.0 license.
Stable releases can be found in the releases tab.
If you want a sneak peek of what's currently being done you can download the development builds in the actions tab.
Maven is the recommended way to build the project.
- Clone the project with
git clone https://github.com/EgirlsNationDev/SwissKnife.git
. - Use
mvn clean package
in the main project directory to build the project. - The jar will be located at
/target/SwissKnife-version.jar
.