mcMMO/src/main/java/com/gmail/nossr50
2015-07-18 10:48:40 -04:00
..
api UUID support for parties 2014-09-28 11:13:23 +02:00
chat Don't run party chat on a separate thread 2014-07-18 17:06:30 +02:00
commands Read summon item from config in /taming command 2014-10-11 11:38:53 +02:00
config Short data, Fixed #1909 2015-03-18 15:28:57 -04:00
database Clean up SQLDatabaseManager 2015-07-18 10:48:40 -04:00
datatypes When an older user no longer has a username that a new user now has, we will update the old entry to be _INVALID_OLD_USERNAME_, however we no longer strictly enforce name uniqueness, so people altering their DB's need to tweek with caution. Invalid old users will not display in the leaderboards. Fixes #2503 2015-06-20 12:57:01 -04:00
events Added McMMOPlayerPreDeathPenaltyEvent and McMMOPlayerStatLossEvent 2014-08-16 21:13:46 -06:00
listeners Due to the unstable and volatile nature of pistons in the current versions of mc, we cannot reliably guarentee that we can track the position of blocks being moved by pistons, and therefore will no longer track piston moved blocks in the blockstore with 100% accuracy, and will instead just not refresh the potentially empty new blocks. This will not have any effect on regular usage of the plugin aside from 100% preventing any mcMMO related piston dupe bugs. Fixes #2565, #2582 2015-06-11 21:31:20 -04:00
locale Fix issues pointed out by the FindBugs plugin 2014-01-20 23:20:51 +01:00
metrics 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
runnables Properly restore state when errors occur during uuid update 2015-07-18 10:41:55 -04:00
skills Check Item Type, not Material Type a second time. Fixes #2584 2015-06-11 21:15:40 -04:00
util We can simplify this! 2015-03-22 14:49:51 +01:00
mcMMO.java Fix the issues with sticky pistons and slime blocks 2015-03-21 19:24:06 +01:00