A server modification for the TotalFreedom server.
Go to file
ZeroEpoch1969 4ddcc3b8d7
SQL DB is a WIP
2020-05-29 03:14:21 -07:00
.github/workflows Create maven.yml 2019-11-27 23:47:28 -05:00
.idea :) 2019-12-20 16:08:44 -05:00
src/main SQL DB is a WIP 2020-05-29 03:14:21 -07:00
.gitignore also this thing can go away thx 2019-08-11 14:15:07 -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 README.md 2020-02-03 23:59:05 -05:00
TotalFreedomMod.iml revert shop to names, next up mysql 2020-04-29 16:29:43 -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 revert shop to names, next up mysql 2020-04-29 16:29:43 -07: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.