6.4.0
🐛 Fixes
- fix: Don't ommit flag int input in no permission message @NotMyFault (#3466)
- Fix:
Plot#getOwner
can be nullable, and redstone may be present on unowned plots @dordsor21 (#3472) - Fix the set block timer if the queue is not empty @PierreSchwang (#3474)
- PlayerInteractEvent does not necessarily interact with a block @dordsor21 (#3463)
- Fix: Missing Component returns + plot info on unknown plot owner @PierreSchwang (#3449)
✨ Features
- feat: unknown owner(s) for plot expiry @PierreSchwang (#3452)
- feat: plot-title flag value should allow single values @yannicklamprecht (#3410)
🧭 Changes
- Align plugin's java version with API java version - Java 17 @NotMyFault (#3468)
- feat: add worldname to the notify flags @Xaver106 (#3457)
📦 Dependency updates
- build: Update release-drafter/release-drafter action to v5.17.6 @renovate (#3467)
- build: Update release-drafter/release-drafter action to v5.17.5 @renovate (#3460)
📝 Documentation updates
- Separate linked javadocs per module @NotMyFault (#3476)
- Add
@since
annotation for v6 API changes @NotMyFault (#3471) - Address dangling
@see
tags @NotMyFault (#3469) - Unify true/false style in
@return
javadoc @NotMyFault (#3470)