From 1cef3552555401c4c355159c9e770b11397cfce1 Mon Sep 17 00:00:00 2001 From: SirYwell Date: Sat, 10 Feb 2024 18:57:52 +0100 Subject: [PATCH] Introduce base plot count placeholder --- plotsquared/customization/placeholders.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plotsquared/customization/placeholders.md b/plotsquared/customization/placeholders.md index 9da61da..7a49df0 100644 --- a/plotsquared/customization/placeholders.md +++ b/plotsquared/customization/placeholders.md @@ -60,7 +60,9 @@ _Available placeholders in 6.0.0 onwards:_ | `%plotsquared_has_plot%` | Displays true or false whether the player has plot | | `%plotsquared_has_plot_(world)%` | Displays true or false whether the player has plot in a specific world | | `%plotsquared_plot_count%` | Amount of global plots of a player | -| `%plotsquared_plot_count_(World)%` | Amount of plots for a player in a specific world | +| `%plotsquared_plot_count_(world)%` | Amount of plots for a player in a specific world | +| `%plotsquared_base_plot_count%` | Amount of global plots of a player, counting merged plots as one | +| `%plotsquared_base_plot_count_(world)%` | Amount of plots for a player in a specific world, counting merged plots as one | | `%plotsquared_allowed_plot_count%` | Amount of maximum plots a player can have. Returns "infinite" if you have * permission | | `%plotsquared_currentplot_xy%` | Displays the X and Y ID of a plot | | `%plotsquared_currentplot_x%` | Displays the X ID of a plot |