Releases: IntellectualSites/PlotSquared
Releases · IntellectualSites/PlotSquared
6.10.0
✨ Features
- Add allay to animals @SirYwell (#3788)
- feature: add flag for beacon effects of other plots @DerEingerostete (#3627)
🧭 Changes
✅ Chore
- Invoke -parameters on compile time @NotMyFault (#3787)
- chore: make snow set more future-proof @PierreSchwang (#3768)
📦 Dependency updates
- Update dependency org.junit.jupiter:junit-jupiter to v5.9.1 @renovate (#3807)
- Update dependency com.intellectualsites.bom:bom-1.18.x to v1.14 @renovate (#3794)
- Update dependency com.github.spotbugs:spotbugs-annotations to v4.7.2 @renovate (#3793)
- Update dependency cloud.commandframework:cloud-services to v1.7.1 @renovate (#3784)
- Update dependency net.essentialsx:EssentialsX to v2.19.7 @renovate (#3780)
- fix(deps): update dependency net.essentialsx:essentialsx to v2.19.6 @renovate (#3770)
- fix(deps): update dependency net.essentialsx:essentialsx to v2.19.5 @renovate (#3767)
- fix(deps): update dependency com.intellectualsites.bom:bom-1.18.x to v1.13 @renovate (#3766)
6.9.4
🐛 Fixes
- fix: replace usages of snow tag @SirYwell (#3758)
- Items no longer despawn on road when natural_mob_spawning = true and kill-road-items = false @PierreSchwang (#3764)
- fix: use correct uuid type in
/grant
@SirYwell (#3759) - Don't allow wall corals to dry @traksag (#3746)
- fix: Add user friendly message for creationdate placeholder @NotMyFault (#3745)
✅ Chore
📦 Dependency updates
- fix(deps): update worldedit to v7.2.12 @renovate (#3762)
- chore(deps): update dependency gradle to v7.5.1 @renovate (#3761)
- fix(deps): update worldedit to v7.2.11 @renovate (#3750)
- build: Update dependency com.intellectualsites.bom:bom-1.18.x to v1.12 @renovate (#3739)
- build: Update dependency org.junit.jupiter:junit-jupiter to v5.9.0 @renovate (#3741)
6.9.3
🐛 Fixes
✨ Features
⚙️ Changes for plugin developers
- Deprecate the static Permissions "util" class that is almost entirely superseded by methods in PermissionHolder instances themselves @dordsor21 (#3695)
📦 Dependency updates
6.9.2
🐞 Major bug fixes
- Revert "Adjust schematic height logic when pasting and actually set air as well #3681" @NotMyFault (#3722)
This fix has been reverted in order to address a regression that prevents the creation of multi layer road schematics. Updating is advised
✅ Chore
- fix: Don't fail post processing compilation on non-ascii charmap @NotMyFault (#3719)
⚙️ Changes for plugin developers
📦 Dependency updates
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)
📦 Dependency updates
6.9.0
🐞 Major bug fixes
- Ensure forceSync is provided when constructing chunk coordinators @dordsor21 (#3657)
🐛 Fixes
- Only load world cofigurations if WorldEdit has fully enabled (safe to do) @dordsor21 (#3666)
- fix: mob cap counting for each connected plot individually @Xaver106 (#3643)
- Prevent blocks moving/generating below and above build height @Xaver106 (#3641)
✨ Features
- Implement tile entities to generation using Populators @dordsor21 (#3665)
🧭 Changes
- feat: Add 1.19 music disk to the /plot music GUI @NotMyFault (#3668)
✅ Chore
- chore: Add tadpole buckets to the list of dispensable items @NotMyFault (#3669)
- chore: Address Paper javadoc warnings @NotMyFault (#3648)
⚙️ Changes for plugin developers
- Add an on-complete task to PlotArea#mergePlots @dordsor21 (#3671)
- Remove aggregation of cross module javadocs @NotMyFault (#3646)
📝 Documentation updates
- docs: Unify WE, P2 and Fawe abbreviations @NotMyFault (#3672)
📦 Dependency updates
- build: Switch to bill of materials @NotMyFault (#3653)
6.8.1
🐛 Fixes
🧭 Changes
✅ Chore
- Update PaperMC repository endpoint @BlockyTheDev (#3633)
⚙️ Changes for plugin developers
- Don't expose jcip and findbugs annotations @NotMyFault (#3533)
📦 Dependency updates
6.8.0
🐞 Major bug fixes
- Fix lag caused when generating augmented worlds with roads @dordsor21 (#3614)
- Fix plot analysis @dordsor21 (#3618)
🐛 Fixes
- Fix generation of augmented/partial worlds when single worlds are enabled @dordsor21 (#3615)
- fix: Block Endermites from spawning if mob spawning is disabled @Xaver106 (#3623)
- Correctly use yIndex when regenerating plots in certain world configurations @dordsor21 (#3601)
- Make y location of homes absolute for
Plot#getHomeSynchronous
too @SirYwell (#3620)
✨ Features
- Implement restoring tags directly using a supplied block @dordsor21 (#3616)
- Add ability to disable random Mojang uuid API calls @Xaver106 (#3586)
- Implement chunkObject into queueing @dordsor21 (#3612)
🧭 Changes
✅ Chore
- Deprecations to Queues @dordsor21 (#3613)
📦 Dependency updates
6.7.0
✨ Features
📦 Dependency updates
6.6.3
🐛 Fixes
- Make y location of homes always absolute @SirYwell (#3568)
- Fix broken roads on plot delete @PierreSchwang (#3571)
- Fix wall generation missing north side @PierreSchwang (#3572)
- Fix: Resolve username in plot entry title when disabling UUID cache @PierreSchwang (#3556)
✅ Chore
- Replace jsr305 with spotbugs @NotMyFault (#3576)
- Emphasize project icon in idea selection @NotMyFault (#3577)