Releases: DaPigGuy/PiggyCustomEnchants
Releases · DaPigGuy/PiggyCustomEnchants
1.0.7
- Added Armored enchantment
- Added Blessed enchantment
- Added Enraged enchantment
- Added Fertilizer enchantment
- Added Harvest enchantment
- Added Heavy enchantment
- Added Implants enchantment
- Added Overload enchantment
- Added Oxygenate enchantment
- Added Spider enchantment
- Added Tank enchantment
- Added subcommands
about
&help
to /ce - Springs enchantment no longer uses Jump Boost
- Fixed armor enchantments momentarily disabling when taking damage (#70)
- Fixed duplication with Volley (#74)
- Fixed being able to enchant an entire stack of items (#77)
- Fixed error with /ce enchant (#78)
- Fixed Cactus enchantment not working when worn
- Fixed Driller not working in creative mode
- Bumped version to 1.0.7
1.0.6
- Added Chicken enchantment
- Added Forcefield enchantment
- Added Jetpack enchantment
- Added Haste enchantment
- Added Meditation enchantment
- Added Parachute enchantment
- Added Prowl enchantment
- Obsidian blocks from Magma Walker now melt
- Disarming no longer has a 100% proc chance
- Now has a 10 * level percent chance
- Fixed pickaxe enchantments not stacking
- Fixed Magma Walker not working on lava placed by buckets (#66)
- Fixed Magma Walker producing more lava (#67)
- Bumped version to 1.0.6
1.0.5
1.0.4
1.0.3
- Added enchantment rarity colors (#6)
- Fixed incorrect typehints causing crashes (#30, #31, #33)
- Fixed errors with CustomEnchants getter methods (#32)
- Fixed Cactus spamming errors (#39)
- Fixed typo with /ce enchant (#54)
- Changed Jetpack max level to 3
- Bumped PMMP api version to 3.0.0-ALPHA8 & 3.0.0-ALPHA9
- Bumped version to 1.0.3
1.0.2
- Added Missile enchantment
- Added registerEnchantment() method
- Added getEnchantRarity() method
- All deaths now trigger Self Destruct/Revive
- Fixed errors with Hallucination
- Bumped PMMP api verion to 3.0.0-ALPHA7
- Bumped version to 1.0.2
Phar archive is not available for this version.
1.0.1
- Changed signature from
Main::addEnchantment(Item $item, $enchants, $levels, Player $player, CommandSender $sender, $slot, $check, $set)
toMain::addEnchantment(Item $item, $enchants, $levels, $check, $sender)
- Changed signature from
Main::removeEnchantment(Item $item, CustomEnchants $enchant, Player $player, $slot, $set)
toMain::removeEnchantment(Item $item, CustomEnchants $enchant)
- Bumped version to 1.0.1