6.9.1
🐛 Fixes
- Show old flag value in remove command @traksag (#3711)
- Use single PlotListener instance @traksag (#3704)
- Better handling of offline projectile shooters @traksag (#3705)
- Adjust schematic height logic when pasting and actually set air as well @dordsor21 (#3681)
- Reset wall filling on clear @dordsor21 (#3680)
- Fix maximum plot number check in
/plot continue
counting the current plot twice @Schuwi (#3674)
✨ Features
- Implement build height limits into more events @dordsor21 (#3691)
✅ Chore
- Minor cleanup of the plot analyze code @dordsor21 (#3708)
- chore: Replace AnnotationHelper class @NotMyFault (#3706)
- refactor: replace usages of switch over keyed enums @SirYwell (#3673)
⚙️ Changes for plugin developers
- fix: Don't publish root directory to maven repository @NotMyFault (#3676)
📝 Documentation updates
- docs: Publish javadocs to GH actions @NotMyFault (#3686)