A server modification for the TotalFreedom server.
Go to file
Telesphoreo 30e38d44a9 No maven 2022-03-25 15:44:24 -05:00
.github/workflows No maven 2022-03-25 15:44:24 -05:00
.idea Add codestyle and fix formatting 2021-10-01 00:21:50 -05:00
config TotalFreedomMod 7.0.0 2021-10-08 17:54:21 -05:00
gradle/wrapper Update to use Nexus 2021-09-30 22:08:26 -05:00
src/main Compiles 2022-03-25 15:42:21 -05:00
.gitignore Reimplement checkstyle and formatting 2021-10-01 01:03:36 -05:00
CONTRIBUTING.md Reimplement checkstyle and formatting 2021-10-01 01:03:36 -05:00
LICENSE.md Reimplement checkstyle and formatting 2021-10-01 01:03:36 -05:00
README.md Update README.md 2021-10-09 19:21:22 -05:00
build.gradle Compiles 2022-03-25 15:42:21 -05:00
gradle.properties Compiles 2022-03-25 15:42:21 -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

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. TotalFreedomMod was forked to a new repository called TFPatches for faster development. The repository was renamed to TotalFreedomMC, which you are on now. When Wild1145 took ownership of TotalFreedom, it was further forked into a new organization, AtlasMediaGroup. This version still continues to receive updates, with some being backported from AtlasMediaGroup.

Contributing

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

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

Compiling

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