From 555779e9174be8c90fed6e6312410b8481832baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Fri, 21 Feb 2020 01:47:59 +0100 Subject: [PATCH] Updated Placeholders (markdown) --- Placeholders.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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