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 |