Skip to content

v1.5.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Zedly Zedly released this 23 Dec 22:23

We think this one probably mostly works.

  • Compatibility with all common protection and logging plugins
  • Now fully compatible with both 1.10 and 1.11
  • Added Reveal enchantment: See ores through walls (Unobtainable by default)
  • Converted the source to a Maven project for cross-IDE compatibility
  • Introduced multi-version support through Maven modules
  • Multiple enchantments on the same tool now apply properly
  • No longer dependent on WorldGuard
  • All player interactions now respect protection plugins
  • Most block actions produce accurate log records in HawkEye and similar
  • Most PvE actions work with money / custom drop plugins
  • Introduced light NMS usage to achieve this
  • Fixed item drops from chests/shulker boxes/etc
  • Fixed wool colors in Mow enchantment
  • Fixed Pierce in Ore mode using durability even when block breaking cancels
  • Fixed untold item drop miscalculations in combination with Fortune and Silk Touch
  • Fixed server crash when digging into a Worldguard protection with a Shred pickaxe
  • Shred, Pierce and Mow use more durability now (might be reversed later, this is a consequence of implicit tool wearing via CB block break code)
  • Germination no longer uses bone meal in creative mode
  • Green Thumb no longer makes grass and crops angry
  • Fixed item duplication glitch when merging items in an anvil
  • Fixed item duplication glitch in Rainbow enchantment
  • removed Elemental Arrows

To enable the Reveal enchantment, add this to your config:

- Reveal:
    Probability: 1.0
    Tools: Pickaxe
    Name: Reveal
    Max Level: 4
    Cooldown: 100
    Power: 1.0

Please report any and all bugs so we can make an official release soon!