EasyMFnE
fcb6391ba3
Remove leftover debug code.
2017-09-28 11:44:15 -04:00
EasyMFnE
16a77f281e
Add automatic Alchemy potion colorization and custom color configuration.
2017-09-23 15:35:38 -04:00
t00thpick1
87ebf7023f
Additional changes that are less important but related to the dupe fix.
2017-09-12 20:01:09 -04:00
t00thpick1
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
t00thpick1
0e51983819
Y, not Z, very very important.
2017-09-06 00:23:35 -04:00
t00thpick1
c174f2b829
Back to development
2017-09-05 20:57:25 -04:00
t00thpick1
8e9d393eb2
Bump version
2017-09-05 20:51:24 -04:00
t00thpick1
f1f02fd005
Don't fail out of saves just because a single player fails.
2017-09-01 00:45:22 -04:00
t00thpick1
f279a979e3
Also handle bottom of world
2017-09-01 00:44:37 -04:00
t00thpick1
e0bbe9cea4
Fix error with pistons retracting near top of world. Fixes #3172
2017-09-01 00:43:11 -04:00
t00thpick1
d3cc23f6a0
Fix smelting vanilla xp boost. Fixes #3270
2017-09-01 00:32:11 -04:00
t00thpick1
4c3f3ee4e2
Dont use named seeds in replanting. Fixes #3273
2017-08-31 23:47:28 -04:00
t00thpick1
2d7c5d7fd6
Merge pull request #3279 from ezeiger92/master
...
Pull downstream changes
2017-08-31 00:08:32 -04:00
t00thpick1
8be68aa6df
Merge pull request #3252 from ezeiger92/fix-3250
...
Fix 3250
2017-08-31 00:02:37 -04:00
Erik
a731ad14ec
Merge pull request #1 from ezeiger92/many-fixes
...
Pull in fixes
2017-08-15 21:44:49 -07:00
Erik
05ca96aa7f
Build against 1.12.1 to NOT break getTargetBlock
2017-08-15 16:45:32 -07:00
Erik
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
Erik
0e7ee41444
Follow spacing convention
2017-08-05 11:53:38 -07:00
Erik
b5f6b1d97f
Fix for 3250 - HashSet<Byte> to HashSet<Material> for getTargetBlock
2017-08-05 11:50:24 -07:00
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
t00thpick1
8cbb57df97
Fix herbalism I think
2017-07-23 18:06:45 -04:00
t00thpick1
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
t00thpick1
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
t00thpick1
7081e03c23
Back to dev
2017-06-27 20:26:30 -04:00
t00thpick1
246db98519
bump version
2017-06-26 20:56:34 -04:00
Chris Lane
ee245d348f
Remove duplicate "Beetroot_block" option
2017-06-23 14:34:24 +01:00
wysohn
f718741044
HandlerList should be present in every Events. (It's static you know)
2017-06-17 20:16:09 -07:00
t00thpick1
c054ff851a
Fix excavation treasures
2017-06-14 21:14:09 -04:00
t00thpick1
755787f9ee
Add sapling types
2017-06-10 14:30:06 -04:00
t00thpick1
24f8b2fbd5
More configuration for hylian luck
2017-06-10 14:16:31 -04:00
t00thpick1
ee02a19e9a
Add more configuration to shake treasures
2017-06-10 13:59:49 -04:00
t00thpick1
cb5d38c11f
Leftover debug
2017-06-10 13:49:19 -04:00
t00thpick1
15436b44da
Update configurations and skill block checks to be more configurable.
2017-06-10 13:47:20 -04:00
t00thpick1
5c267663a2
Merge pull request #3160 from filoghost/patch-1
...
Fix permission error
2017-06-07 21:24:00 -04:00
t00thpick1
fda625b235
Merge pull request #3185 from nathanprocks/master
...
Add shaking from shulkers
2017-06-07 21:22:30 -04:00
t00thpick1
2cbd8789d8
Merge pull request #3175 from lucko/master
...
Fix for removed methods in Bukkit 1.12
2017-06-07 21:22:00 -04:00
Nathan Piercy
95167f44f1
Add shaking from shulkers
2017-06-04 16:34:48 +10:00
Luck
789b51fd05
Fix for removed methods in Bukkit 1.12
2017-05-14 16:36:31 +01:00
filoghost
0911c86422
Prevent players from resetting each other's skills
...
The child permission has the value set to false. From http://bukkit.gamepedia.com/Plugin_YAML : "a child node of false inherits the inverse parent permission". Having the value set to false grants the permission to reset other players' skills to everyone that doesn't have the mcmmo.skillreset permission, which by default nobody has.
2017-04-24 20:17:43 +02:00
t00thpick1
7d05c9d8e6
Add some more defaults into the config. Remove the parts that delete keys, I don't maintain config files well enough to have them remove unknown keys.
2017-04-15 00:24:39 -04:00
t00thpick1
a43ae4178a
Some cleanups to mob related XP code
2017-04-15 00:04:07 -04:00
t00thpick1
c9c2c483fa
Remove unneccessary code.
2017-04-14 23:34:54 -04:00
t00thpick1
133281faaa
Merge pull request #3131 from TheComputerGeek2/master
...
Prevent disarming, bleed, and axe passives when dealing thorns damage
2017-04-14 23:26:49 -04:00
MiniDigger
ef8987917d
Fix avatars in readme, link can't be in new line
2017-04-07 08:25:23 +02:00
TheComputerGeek2
d6a00eaf00
Prevent disarming, bleed, and axe passives when dealing thorns damage
2017-03-06 18:03:15 -08:00
t00thpick1
69151f0855
Forgot to actually add the funfetti
2017-02-22 00:01:39 -05:00
t00thpick1
bb27d753b1
I think this should stop my fireworks from damaging people
2017-02-22 00:00:47 -05:00
t00thpick1
37ce29a5e8
Merge pull request #3094 from SupaHam/fix-chimaera-tp-cancel
...
Set TeleportCommenceLocation to null after Chimaera cancellation.
2017-01-15 22:19:51 -05:00
t00thpick1
6297e1c79b
Merge pull request #3104 from kanesada2/skeleton
...
Fix shake from WITHER-SKELETON. avoid to use depredated method: getSkeltonType().
2017-01-15 22:18:26 -05:00
kanesada2
4e2903e65c
I used wrong treasure.yml...
2017-01-13 14:28:54 +09:00