Releases: DaPigGuy/PiggyCustomEnchants
Releases · DaPigGuy/PiggyCustomEnchants
2.2.0
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
- Add option to disable PiggyCE enchantment books (#274)
- Rarities are now customizable
- Telepathy now drops items when inventory is full
- Simplified CE classes (#268)
- Cleaned up CustomEnchant constructor
- Simplified defining usage/item types (backwards compatible)
- Cleaned up RadarEnchant class
- Fixed enchantment books taking several tries to enchant
- Bump version to 2.1.3
2.1.2
2.1.1
- Added /ce remove
- Added Lucky Charm enchantment
- Majority of values used by enchantments are now configurable
- Reaction chances can now be up to 5 decimal places
- Telepathy now affects XP
- Fixed issues with Shielded & Obsidianshield toggling off
- Fixed possible recursion with enchantments breaking blocks
- Cleaned up EventListener
- Bumped version to 2.1.1
2.1.0
- Enchantment "display names" are now customizable
- Enchantment max levels are now customizable
- Added "ally checks" allowing other plugins to exempt allied players from specific enchantments (forcefield, autoaim, etc)
- Jetpack enchant now speeds up when sprinting
- Quick equipping armor now replicates vanilla behavior
- Elytras now count as chestplates
- Fixed spider enchant unintentionally activating on half blocks
- Fix Commando packet hooker not being registered
- Fix crash related to parachute
- Fix crash related to driller (#255)
- Fixed potential crash w/ anti knockback
- Fix potential error with remote enchant disabler
- Minor API changes
- Added methods ReactiveTrait::getBaseChance(), ReactiveTrait::getChanceMultiplier(), ReactiveTrait::setChanceMultiplier()
- Changed 1st parameter of ReactiveTrait::getChance() to player (Potential BC break)
- Changed ReactiveTrait::getChance() return type to float
- Added "maxLevel", "displayName", & "description" parameters to CustomEnchant constructor
- Added methods CustomEnchant::getDisplayName() & CustomEnchant::setDisplayName()
- Added methods CustomEnchant::getDescription() & CustomEnchant::setDescription()
- Removed PiggyCustomEnchants::getEnchantmentDescription() (Potential BC break)
- Added internal method PiggyCustomEnchants::getEnchantmentData()
- Marked PiggyCustomEnchants::areFormsEnabled() as internal
- Bumped version to 2.1.0