Skip to content

Releases: DaPigGuy/PiggyCustomEnchants

1.0.7

21 Jun 05:20
Compare
Choose a tag to compare
  • 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

21 Jun 05:24
Compare
Choose a tag to compare
  • 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

21 Jun 05:25
Compare
Choose a tag to compare
  • Added an option to disable jetpacks in certain worlds
  • Force now affects Volley, Porkified, Blaze
  • Fireballs from Blaze enchantment now despawn
  • Bumped version to 1.0.5

1.0.4

21 Jun 05:27
Compare
Choose a tag to compare
  • Fixes division by 0 (#28)
  • Fixes armor duplication on death (#59)
  • Fixed rarity colors not working
  • Bumped version to 1.0.4

1.0.3

21 Jun 05:38
Compare
Choose a tag to compare
  • 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

21 Jun 05:33
Compare
Choose a tag to compare
  • 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

21 Jun 05:31
Compare
Choose a tag to compare
  • Changed signature from Main::addEnchantment(Item $item, $enchants, $levels, Player $player, CommandSender $sender, $slot, $check, $set) to Main::addEnchantment(Item $item, $enchants, $levels, $check, $sender)
  • Changed signature from Main::removeEnchantment(Item $item, CustomEnchants $enchant, Player $player, $slot, $set) to Main::removeEnchantment(Item $item, CustomEnchants $enchant)
  • Bumped version to 1.0.1

1.0.0

21 Jun 05:28
Compare
Choose a tag to compare
  • Initial Release