Skip to content

Releases: Crazy-Crew/CrazyEnchantments

2.6.2

17 Oct 15:08
bfbbaff

Choose a tag to compare

Fixes

  • Fixed an issue where Success/Destroy dust was not working.

Full Changelog: v2.6.1...v2.6.2

2.6.1

14 Oct 20:57
2706589

Choose a tag to compare

Fixes

  • Fixed an issue on startup where config#getString("Player") was null
    • getStringList() returns an empty list, but getString() throws an NPE, rather than an empty String.
    • The solution was config#getString("Player", "") which is so very amusing.

Full Changelog: v2.6.0...v2.6.1

2.6.0

14 Oct 18:20
707cff3

Choose a tag to compare

Changes

New Enchantments

  • TreeFeller

You must add the new config options to each file.

https://github.com/Crazy-Crew/CrazyEnchantments/blob/3ed037006265a1b9192ecd45083ec5612453d804/paper/src/main/resources/Enchantments.yml#L696
https://github.com/Crazy-Crew/CrazyEnchantments/blob/3ed037006265a1b9192ecd45083ec5612453d804/paper/src/main/resources/Tinker.yml#L151
https://github.com/Crazy-Crew/CrazyEnchantments/blob/3ed037006265a1b9192ecd45083ec5612453d804/paper/src/main/resources/config.yml#L295

Fixes

  • Fixed an issue where blast worked based on the tool used to click, now it works based on the tool used when the block is broken. #893
  • Fixed an issue with loot drop height #889
  • Fixed an NPE on startup if player field is not found in the config files.

New Contributors

Full Changelog: v2.5.2...v2.6.0

2.5.2

14 Oct 17:33
d7b8ca7

Choose a tag to compare

  • Fixed an issue with the tinkerer inventory closing #881
  • Added missing enchantments to default config file #880
  • Fixed the potion effect for Commander #879
  • Fixed the experience enchantment #875
  • Removed NoCheatPlus support #864

Full Changelog: v2.5.1...v2.5.2

2.5.1

07 Jan 02:26
ba2fedc

Choose a tag to compare

Changes:

  • Updated how glow is added to an item. (ryderbelserion)
  • Remove unnecessary logging. (TDL)
  • Stopped updating plugin hooks twice on /ce reload (ryderbelserion)

Additions:

  • Added a new config option, Settings.EnchantmentOptions.Limit.Change-On-Fail (TDL)
    • If true, the enchant limit will change.
  • Added untested support for the Lands plugin. (TDL)

Fixed:

  • Fixed an issue with enchantments not working with multi arrow. (TDL)
  • Fixed an issue with checking if an enchant is activated. (TDL)
  • Fixed an issue with blacksmith max enchants (TDL)
  • Fixed an issue with ore drops. (TDL)