A server modification for the TotalFreedom server.
Go to file
Telesphoreo 9e107c546d
Fix SQL bugs
2020-11-23 01:52:18 -06:00
.github/workflows Update maven.yml 2020-10-29 21:37:05 -05:00
.idea Fix all the bugs 2020-09-11 22:27:26 -05:00
src/main Fix SQL bugs 2020-11-23 01:52:18 -06:00
.gitignore We dont use javadoc & format fixes 2020-08-01 17:46:14 -07:00
CONTRIBUTING.md Many changes for TFM 5.0 2016-03-06 16:58:59 +01:00
LICENSE.md Many changes for TFM 5.0 2016-03-06 16:58:59 +01:00
README.md Update README.md 2020-10-29 21:37:34 -05: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 6.0 Pre release 1 2020-11-23 01:09:10 -06: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.