From 2c9d346c5f9fffc355e8cf7089786c43cbebabdc Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Mon, 24 Jul 2023 18:06:16 +0200 Subject: [PATCH] Created Placeholders (markdown) --- Placeholders.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Placeholders.md diff --git a/Placeholders.md b/Placeholders.md new file mode 100644 index 0000000..d29e578 --- /dev/null +++ b/Placeholders.md @@ -0,0 +1,17 @@ +Placeholders are supported in `text` entries of the config. + +## Internal placeholders + +`` - displays player's display name. + +`` - displays player's actual name. + +## PlaceholderAPI placeholders + +Plugin configuration supports all PAPI placeholders in ``. + +Example: + +```yaml +text: "" +``` \ No newline at end of file