A server modification for the TotalFreedom server.
Find a file
opt 3857cc5e3f
Don't use the PlayerLoginEvent
Also fixes a 3-year-old indefinite ban bypass :)
2026-06-23 19:20:20 +00:00
config/checkstyle Fix all Checkstyle violations & make Checkstyle violations fatal 2026-06-22 14:14:50 +00:00
gradle Update dependencies 2026-06-23 17:07:36 +00:00
src/main Don't use the PlayerLoginEvent 2026-06-23 19:20:20 +00:00
.editorconfig Allman code-style .editorconfig 2026-06-22 14:14:50 +00:00
.gitignore Start of Gradle migration 2026-06-22 14:14:29 +00:00
build.gradle.kts Update dependencies 2026-06-23 17:07:36 +00:00
gradle.properties Populate build.properties 2026-06-22 18:16:30 +00:00
gradlew Start of Gradle migration 2026-06-22 14:14:29 +00:00
gradlew.bat Start of Gradle migration 2026-06-22 14:14:29 +00:00
LICENSE.md Relicense under AGPL v3 2026-06-22 21:14:34 +00:00
README.md Update README to fix badge 2022-06-05 14:22:46 -05:00
settings.gradle.kts Start of Gradle migration 2026-06-22 14:14:29 +00:00

TotalFreedomMod Maven-Build Codacy Badge CodeQL

TotalFreedomMod is a CraftBukkit server plugin designed primarily to support the Official TotalFreedom Minecraft Server. However, you are more than welcome to adapt the source for your own server.

This plugin was originally coded by StevenLawson (Madgeek1450), with Jerom van der Sar (Prozza) becoming heavily involved in its development some time later. It consists of over 85 custom coded commands and a large variety of distinguishable features not included in any other plugin. The plugin has since its beginning grown immensely. Together, with the main TotalFreedom server, TotalFreedomMod has a long-standing reputation of effectiveness whilst maintaining a clear feeling of openness towards the administrators and the players themselves.

Contributing

Please see CONTRIBUTING.md if you are interested in developing TotalFreedomMod.

For information on how TotalFreedomMod is licensed, please see LICENSE.md.

For information on our security policy and reporting an issue, please see SECURITY.md

Compiling

You need Maven to build. You'd also need to set the JDK version to Java 11 as that is the current standard as of now.