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