A server modification for the TotalFreedom server.
Go to file
JeromSar c002fbc537 Handle player online check in AsyncPlayerPreLoginEvent
Apparently, online players with the same username are kicked before PlayerLoginEvent is called. This commit moves the online player check to AsyncPlayerPreloginEvent so the default behaviour can still be modified

Fixes #642
2015-05-30 20:51:49 +02:00
nbproject Remove blocked commands from the CommandMap. Resolves #622 2015-05-12 16:54:51 +02:00
src Handle player online check in AsyncPlayerPreLoginEvent 2015-05-30 20:51:49 +02:00
.gitignore Allow the default CONSOLE to have senior permissions 2014-04-21 14:52:23 +02:00
build.xml Added more detailed build information to /tfm through appinfo.properties 2014-04-21 14:37:53 +02:00
buildcreator.default.properties Made some changes to CONTRIBUTING.md 2014-08-02 21:45:57 +02:00
buildnumber.properties Handle player online check in AsyncPlayerPreLoginEvent 2015-05-30 20:51:49 +02:00
CONTRIBUTING.md Cleanup: Mass reformat and organize imports 2015-01-15 15:47:10 +01:00
LICENSE.md Move license to separate project 2014-04-22 23:19:40 +02:00
README.md Replaced last instances of DarthSalamon with Prozza 2015-04-26 22:40:38 +02:00

TotalFreedomMod

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.

Please see CONTRIBUTING.md if you are interested in developing TotalFreedomMod. For information on how TotalFreedomMod is licensed, please see LICENSE.md.