Skip to content

Releases: DaPigGuy/PiggyCustomEnchants

2.0.5

21 Jun 04:21
Compare
Choose a tag to compare
  • Fixed autoaim (#249)
  • Fixed crash w/ Overload (#229)
  • Fixed Jackpot unintentionally giving iron ingots (#244)
  • Fixed mining Lapis Ore with smelting giving dye (#236)
  • Possible fixed a crash w/ Molten (#237)
  • Fix potential crash when checking remotely disabled enchants
  • Use particle id constant for 3.11.2
  • PHPStan Level 7
  • Bumped version to 2.0.5

2.0.4

21 Jun 04:22
e3b29dd
Compare
Choose a tag to compare
  • Fix crash related to PMMP 3.11.2
  • Fix PiggyCustomEnchantsShop - @JaxkDev
    • When using PiggyCEShop it send the enchant name with spaces, causing it to not get the correct enchant.
  • Fixed duplication bug - @luca28pet
    • caused armor items were copied over and over into the first 4 inventory slots
  • Bumped version to v2.0.4

2.0.3

21 Jun 04:23
Compare
Choose a tag to compare
  • Added virion checks on startup
  • Fixed being unable to interact with items enchanted only with vanilla enchants
  • Fixed incorrect command name being registered
  • Bumped version to 2.0.3

2.0.2

21 Jun 04:23
Compare
Choose a tag to compare
  • Parachute no longer activates when flying/climbing
  • Fixed being unable to enchant books
  • Fixed enchantments on armor disabling & enabling when durability changes
  • Fixed potential crash caused by Hallucination
  • Fixed potential crashes/issues with max health caused by Overload
  • Bumped version to 2.0.2

2.0.1

21 Jun 04:24
6970764
Compare
Choose a tag to compare
  • Bombardment Enchantment
  • Deep Wounds Enchantment
  • Homing Enchantment
  • Grow & Shrink enchantment
  • Jetpack now allows disabling mid air w/ Parachute
  • Parachute no longer activates while Jetpack is active
  • Added dust particles back to Poisonous Cloud enchantment
  • Changed forcefield particles
  • Cactus no longer attacks non-living entities
  • Added missing ignoreCancelled & priority annotations
  • Fixed errors w/ Auto Aim & Volley
  • Bumped version to 2.0.1

2.0.0 (Complete Rewrite)

21 Jun 04:25
Compare
Choose a tag to compare
  • v2.0.0 rewrite!
  • Enabling/disabling enchantments in certain worlds/globally is now built into the plugin. (#94)
  • Added a remote enchant disabler for emergency situations (disable affects all servers).
  • Custom enchantments that are disabled will not have their tasks enabled.
  • Execution chances of enchantments are now configurable.
  • Custom enchantments are now registered into PocketMine-MP.
  • Now using Commando virion for command handling.
  • The form version of /ce has been improved upon.
  • Explosive enchants now have a toggle for world damage.
  • Added checks for applying books. (#209)
  • Parachute now uses negative Levitation effect to simulate slow falling.
  • Fixed a few CE descriptions
  • Fixed issue where throwing a projectile and switching to a different weapon would trigger the custom enchants of that weapon. (#157)
  • Fixed "WitherSkull Enchant does not apply Wither Effect." (#182)
  • Fixed pigs/wither skulls remaining. (#189)
  • "Maximum -5 is less than the minimum 0" issue has been fixed. (#211)

1.4.6

21 Jun 04:44
Compare
Choose a tag to compare
  • Entity->Actor changes for Minecraft: Bedrock 1.12
  • Bumped version to v1.4.6

1.4.5

21 Jun 04:45
Compare
Choose a tag to compare
  • Lore/name is now updated on removeEnchant()
  • Bumped version to v1.4.5

1.4.4

21 Jun 04:46
Compare
Choose a tag to compare
  • Choice is now given between name/lore (#198)
  • Bumped version to 1.4.4

1.4.3

21 Jun 04:47
Compare
Choose a tag to compare
  • Use Item::setLore instead of Item::setCustomName (#194)
    • Enchantments prior to this change will continue to work, but all new enchantments added will be added to lore instead of name.
  • Bumped version to v1.4.3