Updated Placeholders (markdown)

Alexander Söderberg 2020-02-21 01:47:59 +01:00
parent 29b09430e6
commit 555779e917

@ -42,4 +42,9 @@ If you think a placeholder for PlotSquared should be added, then please submit u
| %plotsquared_currentplot_x% | Displays the X ID of a plot |
| %plotsquared_currentplot_y% | Displays the Y ID of a plot |
| %plotsquared_currentplot_rating% | Displays the average rating of a plot |
| %plotsquared_currentplot_biome% | Displays the biome of a plot |
| %plotsquared_currentplot_biome% | Displays the biome of a plot |
# Use PlaceholderAPI placeholders in PlotSquared
PlotSquared messages and flags support PlaceholderAPI placeholders. As an example, using `/plot flag set greeting Welcome %player_name%` will send the message "Welcome Steve" when the player Steve enters a plot.
This feature can be completely disabled in `settings.yml`. A list of available placeholders can be found [here](https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders).