Skip to content

Releases: IntellectualSites/PlotSquared

6.9.1

27 Jun 12:57
263cb47
Compare
Choose a tag to compare

🐛 Fixes

✨ Features

✅ Chore

⚙️ Changes for plugin developers

📝 Documentation updates

📦 Dependency updates

  • build: Update dependency cloud.commandframework:cloud-services to v1.7.0 @renovate (#3701)
  • build: Update dependency com.intellectualsites.bom:bom-1.18.x to v1.5 @renovate (#3677)

6.9.0

13 Jun 09:24
d08381d
Compare
Choose a tag to compare

🐞 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

✅ Chore

⚙️ Changes for plugin developers

📝 Documentation updates

📦 Dependency updates

6.8.1

01 Jun 18:10
625b392
Compare
Choose a tag to compare

🐛 Fixes

🧭 Changes

  • Return info.server for %plotsquared_currentplot_owner% if plot is a server plot @Xaver106 (#3640)

✅ Chore

⚙️ Changes for plugin developers

📦 Dependency updates

6.8.0

18 May 20:06
41f546c
Compare
Choose a tag to compare

🐞 Major bug fixes

🐛 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

🧭 Changes

✅ Chore

📦 Dependency updates

  • build: Update release-drafter/release-drafter action to v5.20.0 @renovate (#3624)
  • build: Update dependency com.github.spotbugs:spotbugs-annotations to v4.7.0 @renovate (#3606)

6.7.0

05 May 08:02
9db7791
Compare
Choose a tag to compare

✨ Features

📦 Dependency updates

  • build: Update dependency org.checkerframework:checker-qual to v3.22.0 @renovate (#3595)
  • build: Update com.fastasyncworldedit to v2.1.2 @renovate (#3588)
  • build: Update github/codeql-action action to v2 @renovate (#3589)

6.6.3

19 Apr 06:46
888bb20
Compare
Choose a tag to compare

🐛 Fixes

✅ Chore

📦 Dependency updates

6.6.2

04 Apr 10:57
c28177d
Compare
Choose a tag to compare

🐛 Fixes

🧭 Changes

  • Change the default sign orientation to better match the wall location @dordsor21 (#3524)

✅ Chore

📦 Dependency updates

6.6.1

08 Mar 19:16
4c0ad14
Compare
Choose a tag to compare

🐛 Fixes

  • Fix an issue with the integration of WorldEdit's mask manager (regression of 6.6.0)
    We advice every WorldEdit user to update to 6.6.1. Fawe users were not affected by this issue.

📦 Dependency updates

  • build: Update actions/checkout action to v3 @renovate (#3530)
  • build: Update dependency org.checkerframework:checker-qual to v3.21.3 @renovate (#3528)
  • build: Update dependency net.essentialsx:EssentialsX to v2.19.3 @renovate (#3527)

6.6.0

07 Mar 14:49
fd4a542
Compare
Choose a tag to compare

🚀 Major features and improvements

The options max_gen_height and min_gen_height have been added to the worlds.yml under world: to set the new generation heights.
If you're upgrading from a previous version that didn't have these values, you initially should visit max_height and min_height in the same file and align them with the new generation heights, to utilize the new heights, if desired.

If the former values are setup to utilize thew new heights, (re)generating chunks, for example during a plot clear, does expand the wall and the floor blocks. However, that is not needed and players can simply break through the floor to build below Y0

A note for FAWE users: Fawe needs updating to adapt the changes from this release. Plot clearing and similar hook-operations cannot perform outside Y0 -> 256 yet.

✅ Chore

📦 Dependency updates

6.5.1

23 Feb 10:00
c2fd4ed
Compare
Choose a tag to compare

🐛 Fixes

  • Fix shulkers teleporting on the road @NotMyFault (#3501)
  • Cancel block placement if the block consists of two block states and violate the custom world height @PierreSchwang (#3487)

📦 Dependency updates

  • build: Update dependency net.luckperms:api to v5.4 @renovate (#3505)