🖥️Display placeholder
Create a new display placeholder
Open /display_placeholders/
folder in plugin folder, then you will find chat.yml
file, this is an example file for display placeholder config, if you want to create new display placeholder, please copy it and rename it to display placeholder ID you want to use.
An example file is here:
This is an example for display placeholder, and the file name (which means chat
) is it's ID. You can create unlimited display placeholder by this format.
start-symbol: The first content of the placeholder.
split-symbol: The interval content between each tag.
end-symbol: The last content of the placeholder.
display-prefixes:
mode: Support value: BLACK and WHITE. (Free version only supports BLACK)
prefixes: What tags will be displayed in this placeholder.
groups: Is the tag of the corresponding group displayed in the placeholder. (Premium)
display-amount: The max amount of the prefix will display, set to -1 means unlimited
empty-display: The text will display if there is no tag to display. This will replace the content provided by
start-symbol
andend-symbol
option.default-prefixes: If there is no tag to display in this placeholder, we will use the default prefixes instead, we will find the first tag that the player can use in order from top to bottom. (Premium)
Use display placeholder
You can use display placeholder by using PlaceholderAPI in any other plugins support PlaceholderAPI, for more info, please view this page.
Last updated