A server modification for the TotalFreedom server.
Go to file
Video 032e54e2d4 Multiple birds, one commit
Here's a list of things I've fixed/mitigated:
- Range bans in ban-related commands (FS-209)
- Bug in /tempban where the duration in the broadcast is always wrong
- Over-complicated handling of /tempban durations (instead of trying to process them and silently fail, it'll flat out say that an invalid duration is well, invalid)
- Inconsistent "player not found" messages in banning commands
- (Mitigates) weird issue with case-sensitive usernames in banning commands when the server has restarted since a player last joined
- (Mitigates) banned IPs being inaccurate when a player was banned offline whilst containing multiple IPs in their playerdata
- Redoing how MovementValidator handled positive and negative infinity exploit items, completely removing the need for Mojangson in the first place and allowing the plugin to run without Essentials once more in the process (related to FS-406)

Here is what I've done in addition:
- Merged /tban and /noob into /tempban, which now bans for 5 minutes by default (FS-205)
2021-09-06 04:44:39 -06:00
.github Bump actions/setup-java from 2.2.0 to 2.3.0 (#122) 2021-08-29 20:08:43 +01:00
src/main Multiple birds, one commit 2021-09-06 04:44:39 -06: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 Multiple birds, one commit 2021-09-06 04:44:39 -06:00
README.md Correct JDK Version in README (#92) 2021-07-16 11:43:46 +01:00
SECURITY.md Retired support for 2021.02 fully. (#72) 2021-06-07 16:26:15 +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.