A server modification for the TotalFreedom server.
Go to file
Video 6fb9507a4c Why overcomplicating things is a horrifically bad idea (#55)
The longer I look into this plugin's code, the angrier I will become.

This fixes 2 bugs in the /potion command:
- Fixes non-admins being able to clear other players
- Fixes NPE caused when trying to add potion effects to players who are not on the server as a non-admin.

Both of these issues are caused by overcomplicating seemingly simple solutions, hence the name of this commit.

Co-authored-by: Ryan <Wild1145@users.noreply.github.com>
Co-authored-by: Nathan Curran <30569566+Focusvity@users.noreply.github.com>
2021-06-07 16:26:15 +01:00
.github/workflows Enable downward Sync from main (#60) 2021-05-28 15:22:07 +01:00
src/main Why overcomplicating things is a horrifically bad idea (#55) 2021-06-07 16:26:15 +01:00
.gitignore Added .idea in gitignore 2021-03-06 13:05:42 +05:30
.travis.yml Re-adding Travis file based off of the original ones. 2021-02-06 22:44:50 +00: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 2021.02-RC02 Release Bump 2021-03-05 21:44:38 +00:00
pom.xml 2021.04 Release 2021-05-03 15:19:42 +01:00
README.md Fix checkstyle & other formatting 2021-03-18 22:42:52 +00:00
SECURITY.md Update Security Matrix (#59) 2021-05-04 13:30:17 +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 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.