A server modification for the TotalFreedom server.
Go to file
Paul Reilly dbb289db66 Squashed commit of the following:
commit cc48f93556
Merge: 71127c31 dd373fc9
Author: Paul Reilly <pawereus@gmail.com>
Date:   Fri Mar 31 21:15:34 2023 -0500

    Merge branch 'main' into development

commit dd373fc9aa
Merge: edb3dbfd 41331e71
Author: Paldiu <pawereus@gmail.com>
Date:   Fri Mar 31 18:25:42 2023 -0500

    Merge pull request #307 from AtlasMediaGroup/RELEASE-2022.06.1

    Release 2022.06.1

commit 41331e719d
Author: Video <videogamesm12@gmail.com>
Date:   Wed Mar 8 19:58:14 2023 -0700

    Updates version to 2022.06.1

commit 72c83ba84a
Merge: edb3dbfd 3deaaafb
Author: Video <videogamesm12@gmail.com>
Date:   Wed Mar 8 19:53:51 2023 -0700

    Merge pull request #306 from AtlasMediaGroup/critical-exploit-fix

    Patches critical exploit in the command blocker

commit 3deaaafb88
Author: Video <videogamesm12@gmail.com>
Date:   Wed Mar 8 19:52:30 2023 -0700

    Patches critical exploit
2023-03-31 21:33:08 -05:00
.github Bump actions/setup-java from 3.6.0 to 3.9.0 (#291) 2023-01-07 20:21:19 +00:00
commons Squashed commit of the following: 2023-03-31 21:33:08 -05:00
discord Fix discrepancies. 2023-03-30 21:21:50 -05:00
shop Lots of fixes and cool shit 2023-03-30 23:14:57 -06:00
.gitignore Video man enters the scene 2023-03-10 23:41:06 -07:00
checkstyle.xml Fix checkstyle & other formatting 2021-03-18 22:42:52 +00:00
CONTRIBUTING.md Fix checkstyle & other formatting 2021-03-18 22:42:52 +00:00
LICENSE.md Fix checkstyle & other formatting 2021-03-18 22:42:52 +00:00
nb-configuration.xml Bump to RC02 and fix Netbeans compile issue. 2022-03-27 19:49:16 +01:00
pom.xml Squashed commit of the following: 2023-03-31 21:33:08 -05:00
README.md Update README to fix badge 2022-06-05 14:22:46 -05:00
SECURITY.md Corrected now that we're targeting the 2022.02 relase. 2022-03-06 14:42:45 +00:00
supressions.xml Fix checkstyle & other formatting 2021-03-18 22:42:52 +00:00
travis-upload.sh Fix file permissions 2021-02-06 23:56:15 +00:00

TotalFreedomMod Maven-Build Codacy Badge CodeQL

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 11 as that is the current standard as of now.