A server modification for the TotalFreedom server.
Go to file
Telesphoreo 8efe844640 Update to use Nexus 2021-09-30 22:08:26 -05:00
.github/workflows Delete dependabot.yml 2021-09-29 19:08:25 -05:00
.idea for setlever 2021-06-23 16:25:54 -05:00
gradle/wrapper Update to use Nexus 2021-09-30 22:08:26 -05:00
src/main Update to use Nexus 2021-09-30 22:08:26 -05:00
.gitignore gradle?? 2021-06-30 02:31:44 -05:00
.travis.yml Release 2021.06 (#97) 2021-08-15 01:06:21 +01:00
CONTRIBUTING.md Initial commit 2021-06-29 17:52:11 -05:00
LICENSE.md Initial commit 2021-06-29 17:52:11 -05:00
README.md Correct JDK Version in README (#92) 2021-07-16 11:43:46 +01:00
SECURITY.md Initial commit 2021-06-29 17:52:11 -05:00
build.gradle Update to use Nexus 2021-09-30 22:08:26 -05:00
checkstyle.xml Initial commit 2021-06-29 17:52:11 -05:00
gradle.properties updates 2021-06-30 17:08:07 -05:00
gradlew Update to use Nexus 2021-09-30 22:08:26 -05:00
gradlew.bat Update to use Nexus 2021-09-30 22:08:26 -05:00
settings.gradle gradle?? 2021-06-30 02:31:44 -05:00
supressions.xml Initial commit 2021-06-29 17:52:11 -05:00

README.md

TotalFreedomMod Build Status

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 8 as that is the current standard as of now.