c87b410823
Merge branch 'anvil_unbreakables' of github.com:GiovanH/mcMMO
2018-05-11 10:07:53 -07:00
0a447f68c6
Merge branch 'patch-2' of github.com:GiovanH/mcMMO
2018-05-11 10:06:58 -07:00
e98d241452
Merge branch 'master' of github.com:ProgrammingAtDawn/mcMMO
2018-05-11 10:04:14 -07:00
421455224f
Codebase!
2018-05-10 04:54:35 +01:00
29c55312a5
Don't allow these commands on child skills.
2018-05-01 23:12:06 -04:00
6c474c8838
Added nether bricks to mining
...
As per https://github.com/mcMMO-Dev/mcMMO/issues/3426
2018-04-30 20:38:01 -05:00
2c6543da9e
More descriptive text.
2018-04-30 13:30:41 -05:00
20bbdfc4ab
Check playerdata for corruption
...
Fixed a null pointer exception that would occur if the offlinePlayer object did not have a defined string for .getName();
2018-04-30 12:54:35 -05:00
5b2ebf4aa8
Prevent shulker boxes from activating abilities.
...
Fixes #3438 .
2018-04-29 23:09:52 -07:00
2b159adefd
Merge pull request #3330 from hoorigan/ench-book-fixes
...
Enchanted book fixes
2018-04-28 20:04:06 -04:00
be2de1d487
Fix a duping bug that uses a coordinate error. Fixes #2979 and fixes #3429 .
2018-04-15 10:19:31 -07:00
6876f192de
Deflag blocks when they grow, Fixes #3311 , #3207
2018-04-07 13:41:20 -04:00
875db44afd
Don't active skills on shulker blocks Fixes #3423
2018-04-07 13:33:28 -04:00
feeb17d6f0
Scale fishing drop chance by lure rather than subtracting 1
...
Fixes mcMMO-Dev/mcMMO#3383
Added config option for lure enchantment modifier
Fixes lure enchantment having no effect on drops from offhand
2018-02-15 15:48:21 -08:00
6d2003d577
Remove offhand fishing rod if not in main hand
...
Fixes mcMMO-Dev/mcMMO#3342
Fixed style error in last commit
2018-02-15 13:59:10 -08:00
40b609ccd8
Respect unbreakable tag on items when attempting durability changes
...
Fixes mcMMO-Dev/mcMMO#3327
Fixes mcMMO-Dev/mcMMO#3391
2018-02-15 13:38:10 -08:00
d64399df49
Calculate experience gain before processing green thumb.
2018-01-24 20:53:59 +01:00
d4f2f0e11b
Use new recipe constructor to avoid deprecation errors.
2017-12-17 13:31:30 -05:00
916d9a7c8a
ItemUtils: add ENCHANTED_BOOK to isEnchantable()
...
This will (hopefully) make mcMMO aware that ENCHATED_BOOK can have an enchantment.
2017-10-31 16:47:46 -04:00
6d5ab0edda
FishingManager: force enchant on enchanted book
...
Added a small conditional to ensure that enchanted books get an enchantment.
2017-10-31 16:45:08 -04:00
307d483323
Dont do diminishing returns on command caused xp gains Fixes #3312
2017-10-27 20:30:56 -04:00
eb4960f307
Merge pull request #3300 from EasyMFnE/master
...
Add automatic Alchemy potion colorization and custom color config
2017-10-05 19:44:47 -04:00
9df72e61a2
Mob Health bars global toggle
2017-10-03 23:32:54 -04:00
fcb6391ba3
Remove leftover debug code.
2017-09-28 11:44:15 -04:00
16a77f281e
Add automatic Alchemy potion colorization and custom color configuration.
2017-09-23 15:35:38 -04:00
87ebf7023f
Additional changes that are less important but related to the dupe fix.
2017-09-12 20:01:09 -04:00
028f87653a
Check length of the Y dimension of the array, not the x dimension, which will only be 16
2017-09-08 23:16:41 -04:00
0e51983819
Y, not Z, very very important.
2017-09-06 00:23:35 -04:00
f1f02fd005
Don't fail out of saves just because a single player fails.
2017-09-01 00:45:22 -04:00
f279a979e3
Also handle bottom of world
2017-09-01 00:44:37 -04:00
e0bbe9cea4
Fix error with pistons retracting near top of world. Fixes #3172
2017-09-01 00:43:11 -04:00
d3cc23f6a0
Fix smelting vanilla xp boost. Fixes #3270
2017-09-01 00:32:11 -04:00
4c3f3ee4e2
Dont use named seeds in replanting. Fixes #3273
2017-08-31 23:47:28 -04:00
60aa32d003
Patches!
...
* Update bukkit version
* Default vanilla exp modifier for fishing is now 1
* Fixed beetroot permission for herbalism
2017-08-15 12:20:09 -07:00
0e7ee41444
Follow spacing convention
2017-08-05 11:53:38 -07:00
b5f6b1d97f
Fix for 3250 - HashSet<Byte> to HashSet<Material> for getTargetBlock
2017-08-05 11:50:24 -07:00
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
8cbb57df97
Fix herbalism I think
2017-07-23 18:06:45 -04:00
2c8d2998bb
Merge pull request #3201 from wysohn/master
...
HandlerList should be present in every Events. (It's static you know)
2017-06-28 08:59:52 -04:00
44684fcfd0
Fix green thumbing plants to grow. They need to be in the config to be used, but at 0 exp so we don't gain exp off them
2017-06-27 20:26:55 -04:00
ee245d348f
Remove duplicate "Beetroot_block" option
2017-06-23 14:34:24 +01:00
f718741044
HandlerList should be present in every Events. (It's static you know)
2017-06-17 20:16:09 -07:00
c054ff851a
Fix excavation treasures
2017-06-14 21:14:09 -04:00
755787f9ee
Add sapling types
2017-06-10 14:30:06 -04:00
24f8b2fbd5
More configuration for hylian luck
2017-06-10 14:16:31 -04:00
ee02a19e9a
Add more configuration to shake treasures
2017-06-10 13:59:49 -04:00
cb5d38c11f
Leftover debug
2017-06-10 13:49:19 -04:00
15436b44da
Update configurations and skill block checks to be more configurable.
2017-06-10 13:47:20 -04:00
5c267663a2
Merge pull request #3160 from filoghost/patch-1
...
Fix permission error
2017-06-07 21:24:00 -04:00
fda625b235
Merge pull request #3185 from nathanprocks/master
...
Add shaking from shulkers
2017-06-07 21:22:30 -04:00