A server modification for the TotalFreedom server.
Go to file
spacerocket62 3c22de71de A lot of re-organization included in this. This is a combination of Video's 1.17 update with my structural changes and NMS removals. This technically isn't a Jira issue so I wasn't aware what to call it, so I'll call it 1.17.
- NMS has been removed for now. SignBlocker.java has to be finished and moved to kyori's component system instead of NMS, but at this moment it is commented out.
- The main class uses proper variable naming conventions, as do the command classes.
- I've also incorporated manual verification into /verify, and commented out /manuallyverify. The new usage for /verify is /verify [-m] <code | player>, -m being a manual verification.
2021-12-04 23:01:02 -08:00
.github Move from Java 16 to Java 17 (#149) 2021-10-03 15:57:47 +01:00
src/main A lot of re-organization included in this. This is a combination of Video's 1.17 update with my structural changes and NMS removals. This technically isn't a Jira issue so I wasn't aware what to call it, so I'll call it 1.17. 2021-12-04 23:01:02 -08:00
.gitignore Added .idea in gitignore 2021-03-06 13:05:42 +05:30
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 2021.02-RC02 Release Bump 2021-03-05 21:44:38 +00:00
pom.xml A lot of re-organization included in this. This is a combination of Video's 1.17 update with my structural changes and NMS removals. This technically isn't a Jira issue so I wasn't aware what to call it, so I'll call it 1.17. 2021-12-04 23:01:02 -08:00
README.md Correct JDK Version in README (#92) 2021-07-16 11:43:46 +01:00
SECURITY.md Bump to 2021.09-RC01 Release 2021-09-19 17:32:05 +01: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.