mcMMO/src/main/java/com/gmail/nossr50/runnables
TfT_02 9d8aec7eca Add diminished returns when a player has earned too much XP
When a player reaches a certain (configurable) threshold value of total
XP earned in a specific skill, his earned XP in this skill will be
decreased.

Depending on how far the player has exceeded the threshold value, his
XP will decrease more. After the (configurable) time interval of 10
minutes, the registered data will be cleared and the player can earn XP
as normal again.
2014-09-28 11:34:49 +02:00
..
backups Fix issues pointed out by the FindBugs plugin 2014-01-20 23:20:51 +01:00
commands Fixed bug where processing message would always get displayed 2014-08-24 09:21:40 -07:00
database Add a rate limit for mojang api requests. Configurable via hidden.yml 2014-08-12 11:51:34 -04:00
items Clean up some of our messes. 2014-01-20 13:58:40 -08:00
party UUID support for parties 2014-09-28 11:13:23 +02:00
player Add diminished returns when a player has earned too much XP 2014-09-28 11:34:49 +02:00
skills Move RefreshChunks setting from hidden.yml to config.yml 2014-08-17 20:21:23 -06:00
CheckDateTask.java Fixed some issues with the HolidayManager 2014-03-29 16:52:41 +01:00
MobHealthDisplayUpdaterTask.java Fix a NPE in MobHealthDisplayUpdateTask 2013-08-25 17:35:41 +02:00
PistonTrackerTask.java Fix bugs with pistons 2014-06-15 14:26:02 +02:00
SaveTimerTask.java Run PlayerProfileSaveTask async, as intended 2013-11-21 12:41:26 -08:00
StickyPistonTrackerTask.java Fix bugs with pistons 2014-06-15 14:26:02 +02:00
UpdaterResultAsyncTask.java Updater should not be running on the main thread 2014-04-05 12:10:02 +02:00