cec506f148
- Removes ancient unused code - General code cleanup in some places - Rewrites a few components to use Adventure (testing needed) - Rewrites a few commands to use more modern Java features like Streams - Fixes oversight where vanishing still worked by names and not UUIDs - Removes unused Pterodactyl integration - Removes AutoEject's IP range banning functionality - Does some minor cleanup to HTTPD's list & players modules - Fixes ages-old bug in the AntiSpam that caused it to falsely mute players |
||
---|---|---|
.github | ||
src/main | ||
.gitignore | ||
checkstyle.xml | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
nb-configuration.xml | ||
pom.xml | ||
README.md | ||
SECURITY.md | ||
supressions.xml | ||
travis-upload.sh |
TotalFreedomMod
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.