mcMMO/src/main/java/com/gmail/nossr50
bm01 9143051d9f Run GreenThumbTimer on the current tick
It avoids onBlockBreak to be called twice (which basically launched
the task twice). I don't know what were the consequences but that
wasn't right anyway.
Also it would be better if we wouldn't have to cancel the event,
because there is a possibility that plugins like LogBlock don't have a
chance to process it.
2013-02-16 02:56:46 +01:00
..
api Add function to get a list of all players in a party to the API. 2013-02-12 09:22:36 -05:00
chat Fix improper permission making admin chat fail. 2013-02-13 15:25:49 -05:00
commands No reason to String.valueOf() these. 2013-02-15 13:56:30 -05:00
config Huge Mushrooms now work for Tree Feller (UNTESTED) 2013-02-15 15:32:49 -08:00
database Only try to index tables when we are connected 2013-02-15 12:30:27 -05:00
datatypes Permissions class removed from mcMMOPlayer. 2013-02-15 13:21:21 -08:00
events Add constructor for adding multiple levels at once. Need to work out how 2013-02-15 13:10:36 -05:00
listeners Permissions class removed from Listeners 2013-02-15 13:32:23 -08:00
locale Locale fallback 2013-02-14 23:27:03 -05:00
mods Fixing the rest of the issues with entities.yml 2013-02-10 15:57:55 -05:00
party Fix teh build. 2013-02-15 13:12:11 -05:00
runnables No reason to String.valueOf() these. 2013-02-15 13:56:30 -05:00
skills Run GreenThumbTimer on the current tick 2013-02-16 02:56:46 +01:00
spout Fix a few more missing localized names. 2013-02-15 13:42:36 -05:00
util Huge Mushrooms now work for Tree Feller (UNTESTED) 2013-02-15 15:32:49 -08:00
mcMMO.java Added config option to disable automatic zip backups 2013-02-15 07:53:43 -05:00