A server modification for the TotalFreedom server.
Go to file
Seth aaa495cf41
Merge pull request #277 from speedxx/development
use UUIDs for developers
2020-08-19 19:42:54 -07:00
.github/workflows Create maven.yml 2019-11-27 23:47:28 -05:00
.idea oup 2020-08-15 21:18:47 -05:00
src/main use UUIDs for developers 2020-08-19 21:19:15 -04: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 Fix long standing bug with player notes 2020-08-17 23:53:21 -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.