From 049d60c31601f39cb7f9f9a9e4ccd0f810097b27 Mon Sep 17 00:00:00 2001 From: Project_HSI <57279339+ProjectHSI@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:40:45 +1000 Subject: [PATCH 01/15] Fix typo in worldedit-features.md --- plotsquared/worldedit-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotsquared/worldedit-features.md b/plotsquared/worldedit-features.md index 27b936d..2a34ba4 100644 --- a/plotsquared/worldedit-features.md +++ b/plotsquared/worldedit-features.md @@ -1,7 +1,7 @@ # WorldEdit & FAWE features {% hint style="info" %} -If you want to make other aspects of WorldEdit async as well, you could consider installing [FasAsyncWorldEdit](https://www.spigotmc.org/resources/13932). All permissions to allow FAWE in plots, you can find [here](/fastasyncworldedit/basic-commands/main-commands-and-permissions.md). +If you want to make other aspects of WorldEdit async as well, you could consider installing [FastAsyncWorldEdit](https://www.spigotmc.org/resources/13932). All permissions to allow FAWE in plots, you can find [here](/fastasyncworldedit/basic-commands/main-commands-and-permissions.md). {% endhint %} PlotSquared offers several options related to WorldEdit. By default, it will do the following if you don't have the bypass permission: From dc0f759e9e59adc611926562aa0b279a79d7bd14 Mon Sep 17 00:00:00 2001 From: Project_HSI <57279339+ProjectHSI@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:56:18 +1000 Subject: [PATCH 02/15] Update why-plotsquared.md --- plotsquared/why-plotsquared.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plotsquared/why-plotsquared.md b/plotsquared/why-plotsquared.md index be49a9b..d8b32d9 100644 --- a/plotsquared/why-plotsquared.md +++ b/plotsquared/why-plotsquared.md @@ -7,14 +7,14 @@ * 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 -* Very popular for the players +* Fast [Discord](https://discord.gg/intellectualsites) support +* Very popular among players ## Speed * Plots are cleared asynchronously and are therefore particularly high-performance * Plot auto doesn't lag or crash the server -* Much faster chunk generation, plot moving, swapping + everything +* Much faster chunk generation, plot moving, swapping, etc. * Supports huge plot sizes (e.g. 1024x1024 of custom terrain) * Works with hundreds of thousands of plots @@ -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) * 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 +* With the use of FAVS, you have a reliable [FastAsyncVoxelSniper](https://github.com/IntellectualSites/fastasyncvoxelsniper) restriction too * 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 @@ -59,3 +59,4 @@ * Plot-Hologramms 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 4ae1624da01b8606d38367296fcd642182280eba Mon Sep 17 00:00:00 2001 From: Project_HSI <57279339+ProjectHSI@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:59:37 +1000 Subject: [PATCH 03/15] Update vanilla-tags.md --- plotsquared/vanilla-tags.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plotsquared/vanilla-tags.md b/plotsquared/vanilla-tags.md index 2e8f0d1..e3d2a8c 100644 --- a/plotsquared/vanilla-tags.md +++ b/plotsquared/vanilla-tags.md @@ -1,10 +1,10 @@ # Vanilla Tags -## What are "Tags" ? +## What are "Tags?" -Tags are part of Vanilla Minecraft itself. For example, vanilla block tags are used for various block properties, vanilla item tags are used for various item properties, vanilla advancement files and vanilla recipe files, and vanilla entity type tags are used for various mob properties. +Tags are part of Vanilla Minecraft itself. For example, vanilla block tags are used for various block properties, vanilla item tags are used for various item properties, vanilla advancement files are used for various advancements, vanilla recipe files are used for various recipes, and vanilla entity type tags are used for various mob properties. -We decided to use these tags in our new flag system, this way you can easily set scopes of flags without having to add like 10 values yourself. +We decided to use these tags in our new flag system, this way you can easily set scopes of flags without having to add multiple values yourself. Tags are used in flags that accept block types, but are prefixed with `#`. As an example, the command `/plot flag set use #signs` will add the sign category to the `use` flag. This is equivalent to adding every sign type to the flag. From 4a5bba19af4f4dc081fbff713fe3e71f9645ab64 Mon Sep 17 00:00:00 2001 From: Project_HSI <57279339+ProjectHSI@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:07:41 +1000 Subject: [PATCH 04/15] Revisit & update worldedit-features.md --- plotsquared/worldedit-features.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plotsquared/worldedit-features.md b/plotsquared/worldedit-features.md index 2a34ba4..92810a1 100644 --- a/plotsquared/worldedit-features.md +++ b/plotsquared/worldedit-features.md @@ -1,7 +1,7 @@ # WorldEdit & FAWE features {% hint style="info" %} -If you want to make other aspects of WorldEdit async as well, you could consider installing [FastAsyncWorldEdit](https://www.spigotmc.org/resources/13932). All permissions to allow FAWE in plots, you can find [here](/fastasyncworldedit/basic-commands/main-commands-and-permissions.md). +If you want to make other aspects of WorldEdit async as well, you could consider installing [FastAsyncWorldEdit](https://www.spigotmc.org/resources/13932). You can find all the permissions to allow FAWE in plots [here](/fastasyncworldedit/basic-commands/main-commands-and-permissions.md). {% endhint %} PlotSquared offers several options related to WorldEdit. By default, it will do the following if you don't have the bypass permission: @@ -11,9 +11,9 @@ PlotSquared offers several options related to WorldEdit. By default, it will do * Limits the max iterations with several brushes so people can't crash the server * Limits the max volume to 50 million -The bypass permission is `plots.worldedit.bypass`, the use `/plot toggle worldedit`. +The bypass permission is `plots.worldedit.bypass`. If you have this permission, you use the `/plot toggle worldedit` command to disable these restrictions. -To further extend this, PlotSquared comes with a WE processor you can enable: +To further extend these features, PlotSquared comes with a WE processor you can enable: * Limits max block states and entities with editing (enable chunk-processor) * Faster and async WorldEdit changes (enable experimental-fast-async-worldedit) (bypass this with `/plot toggle worldedit`) From 84f02a198ee2ff0c9911ecb62f1ea4760f44a4ae Mon Sep 17 00:00:00 2001 From: Project_HSI <57279339+ProjectHSI@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:08:46 +1000 Subject: [PATCH 05/15] Update uuid-conversion.md --- plotsquared/uuid-conversion.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plotsquared/uuid-conversion.md b/plotsquared/uuid-conversion.md index b77ea33..1145fd8 100644 --- a/plotsquared/uuid-conversion.md +++ b/plotsquared/uuid-conversion.md @@ -5,7 +5,7 @@ This was added in version 2.10. UUID conversion allows you to switch between dif ### Offline - Mode -Will use the same UUID as an offline-mode server. The UUID will be based on the playername (case-sensitive). +Will use the same UUID as an offline-mode server. The UUID will be based on the player name (case-sensitive). ### Lower - Mode @@ -25,7 +25,7 @@ If you use a proxy server (e.g. BungeeCord or Waterfall) follow this documentati ## Usage -A command is required to be executed in order to convert. +A command is required to be executed in order to convert between methods of UUID storage. {% hint style="danger" %} You are strongly advised to backup your database before a conversion. Plots may be lost if something goes wrong! From 3d0d2e8cf96be4f775232405814d196afb3f5ed3 Mon Sep 17 00:00:00 2001 From: Project_HSI <57279339+ProjectHSI@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:10:25 +1000 Subject: [PATCH 06/15] Update plot-membership-tiers.md --- plotsquared/plot-membership-tiers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plotsquared/plot-membership-tiers.md b/plotsquared/plot-membership-tiers.md index c5d73f1..166d1fa 100644 --- a/plotsquared/plot-membership-tiers.md +++ b/plotsquared/plot-membership-tiers.md @@ -2,10 +2,10 @@ ## Introduction -PlotSquared works with the following tiers of memberships to define the different behaviors / permissions / restrictions for minecraft events, plot flags, commands etc. +PlotSquared works with the following tiers of memberships to define the different behaviors / permissions / restrictions for Minecraft events, plot flags, commands etc. -The member ties are one of the main part of PlotSquared by self. It's not usable for LuckPerms, but other plugins can check the membership tier for a player for a specific plot with the [PlotSquared API](api/api-documentation.md). No configurations -needed here to have memberships. +The member ties are one of the main part of PlotSquared by self. Plugins can check the membership tier for a player for a specific plot with the [PlotSquared API](api/api-documentation.md). No configurations are +needed to have memberships. ## Tiers From cde5ed4521e363327675226fbd57085c783087f4 Mon Sep 17 00:00:00 2001 From: Project_HSI <57279339+ProjectHSI@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:12:22 +1000 Subject: [PATCH 07/15] Update plot-flags.md --- plotsquared/plot-flags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plotsquared/plot-flags.md b/plotsquared/plot-flags.md index 01483e3..8718ad8 100644 --- a/plotsquared/plot-flags.md +++ b/plotsquared/plot-flags.md @@ -29,7 +29,7 @@ worlds: _`` indicates the name of that plotworld._ -You can use [Vanilla block tags](vanilla-tags.md) too. +You can use [vanilla block tags](vanilla-tags.md) too. The same works for road flags. @@ -59,7 +59,7 @@ A list of blocks, supporting both legacy numerical IDs and new string IDs e.g. * `7,3` for bedrock and dirt * `35:14,35:15` for red and black wool -These flags also support [vanilla-tags](vanilla-tags.md), like: +These flags also support [vanilla tags](vanilla-tags.md), like: * `#signs` for all sign types * `#buttons` for all button types From dc6045add00c5437bdeb9401961623aeec6896ea Mon Sep 17 00:00:00 2001 From: Project_HSI <57279339+ProjectHSI@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:13:21 +1000 Subject: [PATCH 08/15] Update plot-backups.md --- plotsquared/plot-backups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotsquared/plot-backups.md b/plotsquared/plot-backups.md index 721f63d..3016841 100644 --- a/plotsquared/plot-backups.md +++ b/plotsquared/plot-backups.md @@ -5,7 +5,7 @@ PlotSquared v5.11.0 introduced a new plot backup system. This allows you to create backups of your plots, which can be restored at a later point. {% hint style="danger" %} -The system does (currently) not work for merged plots. +The system does not (currently) work for merged plots. {% endhint %} By default, the system will also create backups of the plot when certain potentially destructive actions are performed. These currently include: From 3d1d7483bf9cbe0ea64d1e513a952816e60c2df4 Mon Sep 17 00:00:00 2001 From: Project_HSI <57279339+ProjectHSI@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:14:05 +1000 Subject: [PATCH 09/15] Update commands.md --- plotsquared/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotsquared/commands.md b/plotsquared/commands.md index 062cc9e..b24274c 100644 --- a/plotsquared/commands.md +++ b/plotsquared/commands.md @@ -30,7 +30,7 @@ If a command or permission contains the `Secondary` description, it means that a {% endhint %} {% hint style="info" %} -You can check out our [permission-packs](permission/permission-packs.md) to avoid redundant permission assignments. +You can check out our [permission packs](permission/permission-packs.md) to avoid redundant permission assignments. {% endhint %} --- From 7110446387a50985cbfd0eeb271d46ce3c32d6e5 Mon Sep 17 00:00:00 2001 From: Project_HSI <57279339+ProjectHSI@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:14:44 +1000 Subject: [PATCH 10/15] Update chestshop-compatibility.md --- plotsquared/chestshop-compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotsquared/chestshop-compatibility.md b/plotsquared/chestshop-compatibility.md index 6b7670f..343b6cf 100644 --- a/plotsquared/chestshop-compatibility.md +++ b/plotsquared/chestshop-compatibility.md @@ -5,7 +5,7 @@ The follow steps applies to the **SignShop Plugin** and **any plugin which uses signs**: 1. Open your `/plugins/PlotSquared/settings/worlds.yml` file. -2. Find your plotworld. (If you use ChestShop in more than one then apply the following changes to all of those worlds) +2. Find your plot world. (If you use ChestShop in more than one world then apply the following changes to all of those worlds) 3. Change the following from this: ```yaml flags: {} From 657c4644be7ebe51b05b4c36fed669a2650b9430 Mon Sep 17 00:00:00 2001 From: Project_HSI <57279339+ProjectHSI@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:14:57 +1000 Subject: [PATCH 11/15] Update chestshop-compatibility.md --- plotsquared/chestshop-compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotsquared/chestshop-compatibility.md b/plotsquared/chestshop-compatibility.md index 343b6cf..08da6d4 100644 --- a/plotsquared/chestshop-compatibility.md +++ b/plotsquared/chestshop-compatibility.md @@ -2,7 +2,7 @@ ## Usage -The follow steps applies to the **SignShop Plugin** and **any plugin which uses signs**: +The follow steps applies to the **SignShop plugin** and **any plugin which uses signs**: 1. Open your `/plugins/PlotSquared/settings/worlds.yml` file. 2. Find your plot world. (If you use ChestShop in more than one world then apply the following changes to all of those worlds) From c1641a8275d572e607edf3315e665e1634ce5289 Mon Sep 17 00:00:00 2001 From: Project_HSI <57279339+ProjectHSI@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:16:23 +1000 Subject: [PATCH 12/15] Update block-bucket.md --- plotsquared/block-bucket.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plotsquared/block-bucket.md b/plotsquared/block-bucket.md index c6b00a1..ebe0823 100644 --- a/plotsquared/block-bucket.md +++ b/plotsquared/block-bucket.md @@ -9,7 +9,7 @@ Block buckets allow you to specify however many blocks you want, for every compo ## Formatting -Blocks can be in the format `namespace:block[property1=value1,property2=value2]` (The properties and namespace are optional, and `grass_block` will resolve to `minecraft:grass_block[snowy=false]`. [More info](https://minecraft.wiki/w/Block_states)) +Blocks can be in the format `namespace:block[property1=value1,property2=value2]` (The properties and namespace are optional, and `grass_block` will resolve to `minecraft:grass_block[snowy=false]`. More info can be found [here](https://minecraft.wiki/w/Block_states).) Complex patterns are also accepted: @@ -18,4 +18,4 @@ Complex patterns are also accepted: ## Disallowed Blocks -To restrict what blocks are allowed for the patterns, configure the `disallowed-blocks` list in `plugins/WorldEdit/config.yml`, or `plugins/FastAsyncWorldEdit/worldedit-config.yml` +To restrict what blocks are allowed for the patterns, configure the `disallowed-blocks` list in `plugins/WorldEdit/config.yml`, or `plugins/FastAsyncWorldEdit/worldedit-config.yml`. From 0426543989162eb86f77251dd785e1d78071f0d6 Mon Sep 17 00:00:00 2001 From: Project_HSI <57279339+ProjectHSI@users.noreply.github.com> Date: Wed, 3 Jul 2024 07:04:31 +1000 Subject: [PATCH 13/15] Update why-plotsquared.md --- 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 d8b32d9..6483a22 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) * You have a reliable [WorldEdit](https://dev.bukkit.org/projects/worldedit) / [FastAsyncWorldEdit](https://www.spigotmc.org/resources/13932) restriction -* With the use of FAVS, you have a reliable [FastAsyncVoxelSniper](https://github.com/IntellectualSites/fastasyncvoxelsniper) restriction too +* With the use of FAWE, you have a reliable [FastAsyncVoxelSniper](https://github.com/IntellectualSites/fastasyncvoxelsniper) restriction too * 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 From faf7b20f0f8fa64219a8e93c0137f18b271489ac Mon Sep 17 00:00:00 2001 From: Project_HSI <57279339+ProjectHSI@users.noreply.github.com> Date: Wed, 3 Jul 2024 07:07:29 +1000 Subject: [PATCH 14/15] undo "more info" change I couldn't think of a way to change the sentence while keeping the link, so I've reverted the change. Note that this isn't a "git revert" --- plotsquared/block-bucket.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotsquared/block-bucket.md b/plotsquared/block-bucket.md index ebe0823..019c9b1 100644 --- a/plotsquared/block-bucket.md +++ b/plotsquared/block-bucket.md @@ -9,7 +9,7 @@ Block buckets allow you to specify however many blocks you want, for every compo ## Formatting -Blocks can be in the format `namespace:block[property1=value1,property2=value2]` (The properties and namespace are optional, and `grass_block` will resolve to `minecraft:grass_block[snowy=false]`. More info can be found [here](https://minecraft.wiki/w/Block_states).) +Blocks can be in the format `namespace:block[property1=value1,property2=value2]` (The properties and namespace are optional, and `grass_block` will resolve to `minecraft:grass_block[snowy=false]`. [More info](https://minecraft.wiki/w/Block_states)) Complex patterns are also accepted: From 226f09005532343e61b1aa81de6df8be97dd3ffa Mon Sep 17 00:00:00 2001 From: Project_HSI <57279339+ProjectHSI@users.noreply.github.com> Date: Wed, 3 Jul 2024 07:13:47 +1000 Subject: [PATCH 15/15] Update vanilla-tags.md --- plotsquared/vanilla-tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotsquared/vanilla-tags.md b/plotsquared/vanilla-tags.md index e3d2a8c..e4e2711 100644 --- a/plotsquared/vanilla-tags.md +++ b/plotsquared/vanilla-tags.md @@ -1,6 +1,6 @@ # Vanilla Tags -## What are "Tags?" +## What are "Tags"? Tags are part of Vanilla Minecraft itself. For example, vanilla block tags are used for various block properties, vanilla item tags are used for various item properties, vanilla advancement files are used for various advancements, vanilla recipe files are used for various recipes, and vanilla entity type tags are used for various mob properties.