Skip to content

Commit

Permalink
Introduce base plot count placeholder (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirYwell authored Feb 12, 2024
1 parent 37cb8b2 commit 8b2ecf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plotsquared/customization/placeholders.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 8b2ecf2

Please sign in to comment.