PlotSquared v7

MC Plugin PlotSquared v7 7.3.8
The best plot plugin available for Minecraft.

Fixes

- Update the plot sign when a plot has been purchased (#3822)
- Improve feedback for invalid patterns (#3818)
- Fix "set block timer" error after "/plot download" with legacy-webinterface setting (#3812)
- Fix 'plots.auto.mega' permissions (#3816)

## ✨ Features

- Only show visible players in `/plot near` (#3819)

## ✅ Chore

- refactor: replace guava's Iterables with Java's stream API (#3823)

Click here for the full changelog: https://github.com/IntellectualSites/PlotSquared/releases/tag/6.10.1
✨ Features

- Add allay to animals (#3788)
- feature: add flag for beacon effects of other plots (#3627)

Changes

- Add GLOW\_BERRIES to VineGrowFlag (#3803)

✅ Chore

- Invoke -parameters on compile time @NotMyFault (#3787)
- chore: make snow set more future-proof @PierreSchwang (#3768)

Click here for the full changelog: https://github.com/IntellectualSites/PlotSquared/releases/tag/6.10.0
Fixes

- fix: replace usages of snow tag (#3758)
- Items no longer despawn on road when natural\_mob\_spawning = true and kill-road-items = false (#3764)
- fix: use correct uuid type in `/grant` (#3759)
- Don't allow wall corals to dry (#3746)
- fix: Add user friendly message for creationdate placeholder (#3745)

✅ Chore

- perf: avoid quadratic overhead for UUID collection (#3749)

Click here for the full changelog: https://github.com/IntellectualSites/PlotSquared/releases/tag/6.9.4
Fixes

- fix: improve handling of missing message files (#3718)

✨ Features

- change message of `/p remove <player>` if player does not need to be removed (#3734)

⚙️ Changes for plugin developers

- Deprecate the static Permissions "util" class that is almost entirely superseded by methods in PermissionHolder instances themselves (#3695)

Click here for the full changelog: https://github.com/IntellectualSites/PlotSquared/releases/tag/6.9.3
Major bug fixes

- Revert "Adjust schematic height logic when pasting and actually set air as well #3681"(#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(#3719)

⚙️ Changes for plugin developers

- Ignore cancelled projectile launch events(#3709)

Click here for the full changelog: https://github.com/IntellectualSites/PlotSquared/releases/tag/6.9.2
Fixes

- Show old flag value in remove command (#3711)
- Use single PlotListener instance (#3704)
- Better handling of offline projectile shooters (#3705)
- Adjust schematic height logic when pasting and actually set air as well (#3681)
- Reset wall filling on clear (#3680)
- Fix maximum plot number check in `/plot continue` counting the current plot twice (#3674)

✨ Features

- Implement build height limits into more events (#3691)

✅ Chore

- Minor cleanup of the...
Major bug fixes

- Ensure forceSync is provided when constructing chunk coordinators (#3657)

Fixes

- Only load world cofigurations if WorldEdit has fully enabled (safe to do)(#3666)
- fix: mob cap counting for each connected plot individually (#3643)
- Prevent blocks moving/generating below and above build height (#3641)

✨ Features

- Implement tile entities to generation using Populators (#3665)

Changes

- feat: Add 1.19 music disk to the /plot music GUI (#3668)

✅ Chore

- chore: Add tadpole buckets to the list of dispensable items (#3669)
- chore: Address Paper javadoc warnings (#3648)

⚙️ Changes for plugin developers

- Add an on-complete task to PlotArea#mergePlots (#3671)
- Remove aggregation of cross module javadocs (#3646)

Documentation updates

- docs: Unify WE, P2 and Fawe abbreviations (#3672)

Click here for the full changelog: https://github.com/IntellectualSites/PlotSquared/releases/tag/6.9.0
Fixes

- Kick players on merged plots appropriately (#3639)

Changes

- Return `info.server` for `%plotsquared_currentplot_owner%` if plot is a server plot (#3640)

⚙️ Changes for plugin developers

- Don't expose jcip and findbugs annotations (#3533)

Click here for the full changelog: https://github.com/IntellectualSites/PlotSquared/releases/tag/6.8.1
Top Bottom