Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce base plot count placeholder #66

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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