A server modification for the TotalFreedom server.
Go to file
Ryan Wild ebec598120
Fix file permissions
2021-02-06 23:56:15 +00:00
.github/workflows Create codacy-analysis.yml 2020-12-02 20:23:31 +00:00
.idea Finalized lombok removal 2020-12-29 21:37:50 -06:00
src/main Add new developers to util 2021-01-25 20:36:58 -05:00
.gitignore Removal of Lombok 2020-12-25 14:46:43 -05:00
.travis.yml Re-adding Travis file based off of the original ones. 2021-02-06 22:44:50 +00: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 with security info 2021-02-06 23:42:03 +00:00
SECURITY.md Final fix to security readme (I hope) 2020-12-01 19:43:45 +00:00
checkstyle.xml Update checkstyle.xml 2020-12-02 20:40:32 +00:00
pom.xml Merge branch 'development' into paldiu-local 2020-12-28 22:51:44 +00: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
travis-upload.sh Fix file permissions 2021-02-06 23:56:15 +00:00

README.md

TotalFreedomMod Build Status Codacy 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.

For information on our security policy and reporting an issue, please see SECURITY.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.