mcMMO/src/main/java/com/gmail/nossr50
t00thpick1 f1ac5739e4 [bugfix] Resolve issues with Herbalism exp.
Due to flaws the previous changes to the configuration system combined with some bad lines in the experience.config that I mistakenly recommended, herbalism was not granting experience in most cases, as it was marking newly planted crops and such as player placed no exp granting blocks, rather than ignoring them as it should.
block types now are evaluated in 3 steps:
1: Explicit Name  i.e. ("Crops|4", "Crops|0"), Which is the material name then data value
2: "friendly name"  i.e. ("Crops_Ripe", "Crops_Ungrown"), Which is a typically data valueless name,  some of which I make up in mcMMO, but most of which are just the Material name
3: Wildcard name  i.e. ("Crops|*") Which is any block with that block value, regardless of data value

In order to be sure herbalism grants exp for you once again, make sure your configuration for herbalism looks similar to this:
https://github.com/mcMMO-Dev/mcMMO/blob/master/src/main/resources/experience.yml#L151

In terms of which blocks are listed there.  Specifically, there should be no blocks marked "ungrown"
2017-08-01 01:33:02 -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 Add Beetroot to herbalism skill 2016-06-26 17:14:19 -04:00
config Fix herbalism I think 2017-07-23 18:06:45 -04:00
database This command probably works 2016-04-23 00:32:04 -04:00
datatypes Fix potions. Fixes #2813, #2814 2016-03-16 00:39:36 -05:00
events HandlerList should be present in every Events. (It's static you know) 2017-06-17 20:16:09 -07:00
listeners I think this should stop my fireworks from damaging people 2017-02-22 00:00:47 -05:00
locale Escape apostrophes 2015-04-25 22:59:33 +01:00
party I *think* this should be backwards compatible, I may be wrong and it could break both. 2016-03-01 13:08:11 -05:00
runnables Set TeleportCommenceLocation to null after Chimaera cancellation. 2016-12-26 21:26:38 +00:00
skills [bugfix] Resolve issues with Herbalism exp. 2017-08-01 01:33:02 -04:00
util [bugfix] Resolve issues with Herbalism exp. 2017-08-01 01:33:02 -04:00
mcMMO.java Fix for removed methods in Bukkit 1.12 2017-05-14 16:36:31 +01:00