A server modification for the TotalFreedom server.
Go to file
Telesphoreo fadcb9ad5d TotalFreedomMod 2020.11 2020-10-29 18:47:53 -05:00
.github/workflows Create maven.yml 2019-11-27 23:47:28 -05:00
.idea Fix all the bugs 2020-09-11 22:27:26 -05:00
src/main TotalFreedomMod 2020.11 2020-10-29 18:47:53 -05:00
.gitignore We dont use javadoc & format fixes 2020-08-01 17:46:14 -07:00
.travis.yml Update .travis.yml 2019-11-28 00:33:08 -05:00
CONTRIBUTING.md Many changes for TFM 5.0 2016-03-06 16:58:59 +01:00
Jenkinsfile Update Jenkinsfile 2020-02-10 16:43:07 -05:00
LICENSE.md Many changes for TFM 5.0 2016-03-06 16:58:59 +01:00
README.md Update this 2020-07-10 02:12:55 -07:00
checkstyle.xml I'm tired of seeing prs that make small code reformats so im doing a commit to fix it all at once 2018-07-30 23:41:56 -07:00
pom.xml TotalFreedomMod 2020.11 2020-10-29 18:47:53 -05:00
supressions.xml I'm tired of seeing prs that make small code reformats so im doing a commit to fix it all at once 2018-07-30 23:41:56 -07:00

README.md

TotalFreedomMod Build Status codebeat badge

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.

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.