From f533f420118536510be3e338adee15b1e233a521 Mon Sep 17 00:00:00 2001 From: Vulpine <125802496+VulpineFriend87@users.noreply.github.com> Date: Wed, 23 Jul 2025 16:08:53 +0200 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20correct=20typos=20and=20style=20inc?= =?UTF-8?q?onsistencies=20in=20why=E2=80=91plotsquared.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plotsquared/why-plotsquared.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/plotsquared/why-plotsquared.md b/plotsquared/why-plotsquared.md index be49a9b..afa9e6e 100644 --- a/plotsquared/why-plotsquared.md +++ b/plotsquared/why-plotsquared.md @@ -3,22 +3,22 @@ ## Support * Works on SpigotMC and PaperMC server systems -* Support for Minecraft 1.13.2 to 1.20.x +* Support for Minecraft 1.13.2 to 1.21.x * Works with offline-mode servers * Is considered a world generator and is therefore supported by most world management tools, such as [MultiverseCore](https://www.spigotmc.org/resources/390) * [Community Translations](https://intellectualsites.crowdin.com/plotsquared) -* fast [Discord](https://discord.gg/intellectualsites) support +* Fast [Discord](https://discord.gg/intellectualsites) support * Very popular for the players ## Speed * Plots are cleared asynchronously and are therefore particularly high-performance -* Plot auto doesn't lag or crash the server +* Auto-plotting doesn't lag or crash the server * Much faster chunk generation, plot moving, swapping + everything * Supports huge plot sizes (e.g. 1024x1024 of custom terrain) * Works with hundreds of thousands of plots -## Reduce lag +## Reduce Lag * Optional plot purging and old plot removal * Optional dynamic world border and world chunk trimming @@ -30,11 +30,11 @@ * Distinction between different [membership tiers](plot-membership-tiers.md) * Per plot use / interact flags for different materials and some other restrictions via [plot flags](plot-flags.md) -* You have a reliable [WorldEdit](https://dev.bukkit.org/projects/worldedit) / [FastAsyncWorldEdit](https://www.spigotmc.org/resources/13932) restriction -* With using of FAWE, you have a reliable [FastAsyncVoxelSniper](https://github.com/IntellectualSites/fastasyncvoxelsniper) restriction too +* Reliable [WorldEdit](https://dev.bukkit.org/projects/worldedit) / [FastAsyncWorldEdit](https://www.spigotmc.org/resources/13932) restrictions +* Realiable [FastAsyncVoxelSniper](https://github.com/IntellectualSites/fastasyncvoxelsniper) restrictions also apply when using FAWE * Chunk and WorldEdit processor to prevent lag, crashes and data corruption * Many permissions -* Lots of redundancies. e.g. Backup your database with `/plot database`, or if you loose both, you can still recover based on plot sign information +* Lots of redundancies. e.g. Backup your database with `/plot database`, or if you lose both, you can still recover based on plot sign information ## Looks @@ -45,17 +45,17 @@ ## Features -* Plot merging, moving and plot switch +* Plot merging, moving and plot switching * Extensive flag system (~100+ flags) * Plot clusters in normal worlds * Augmented generation (e.g. Vanilla, Islands, TerrainControl) -* PlotSquared Web interface with plot infos +* PlotSquared Web interface with plot info * Plot components with percent composition control * plot-chat, plot-rate, mark a plot as _done_ -* and much more ... +* And much more... ## Official plugins and plugin support * Plot-Regions on Dynmap with [Plot2Dynmap](https://www.spigotmc.org/resources/1292) -* Plot-Hologramms as alternative to the plot-signs with [HoloPlots](https://www.spigotmc.org/resources/4880) +* Plot-Holograms as alternative to the plot-signs with [HoloPlots](https://www.spigotmc.org/resources/4880) * Hide a specific plot with [PlotHider](https://www.spigotmc.org/resources/20701) * New Placeholders for [PlaceholderAPI](https://www.spigotmc.org/resources/6245) From e1dbae44803087090820ce8f0676fe571aa872a4 Mon Sep 17 00:00:00 2001 From: Vulpine <125802496+VulpineFriend87@users.noreply.github.com> Date: Thu, 24 Jul 2025 00:04:13 +0200 Subject: [PATCH 2/2] fix: typo --- plotsquared/why-plotsquared.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotsquared/why-plotsquared.md b/plotsquared/why-plotsquared.md index afa9e6e..84a2ca5 100644 --- a/plotsquared/why-plotsquared.md +++ b/plotsquared/why-plotsquared.md @@ -31,7 +31,7 @@ * Distinction between different [membership tiers](plot-membership-tiers.md) * Per plot use / interact flags for different materials and some other restrictions via [plot flags](plot-flags.md) * Reliable [WorldEdit](https://dev.bukkit.org/projects/worldedit) / [FastAsyncWorldEdit](https://www.spigotmc.org/resources/13932) restrictions -* Realiable [FastAsyncVoxelSniper](https://github.com/IntellectualSites/fastasyncvoxelsniper) restrictions also apply when using FAWE +* Reliable [FastAsyncVoxelSniper](https://github.com/IntellectualSites/fastasyncvoxelsniper) restrictions also apply when using FAWE * Chunk and WorldEdit processor to prevent lag, crashes and data corruption * Many permissions * Lots of redundancies. e.g. Backup your database with `/plot database`, or if you lose both, you can still recover based on plot sign information