Skip to content

3.6.22

Latest
Compare
Choose a tag to compare
@Xiao-MoMi Xiao-MoMi released this 29 Nov 08:58
· 6 commits to main since this release
  • Fixed teleport packets on 1.21.3+
  • Added Nexo Support (Beta)
  • Added expression support for chance of action
  • Fixed an issue that placeholders got unregistered on papi reload
  • Optimized event listener with a faster way. This can reduce the performance cost when there're a lot of pistons.
  • Fixed an issue that canceling ScarecrowBreakEvent and GreenhouseBreakEvent wouldn't cancel the event from ItemsAdder/Oraxen
  • Added listener for LoadSlimeWorldEvent. This would be helpful if another plugin loads the slime world without calling the WorldLoadEvent.
  • Prevent checking break requirements in break actions

API Changes: The type of chance has now been changed from double to MathValue<Player>