diff --git a/Placeholders.md b/Placeholders.md index a4fb17f..bc638b1 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -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 | \ No newline at end of file +| %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). \ No newline at end of file