Difference between revisions of "Essentials Chat"
From Feudal Wiki
Line 7: | Line 7: | ||
:'''{RANKSPACER}''' = A space IF the player is in a kingdom | :'''{RANKSPACER}''' = A space IF the player is in a kingdom | ||
− | As requested by a Feudal user, Essentials chat now supports all of the place holders used for the [PlaceholderAPI]. | + | As requested by a Feudal user, Essentials chat now supports all of the place holders used for the [[PlaceholderAPI]]. |
+ | Note: All PlaceholderAPI placeholders used with essentials chat must be lower case. | ||
Example: | Example: | ||
<pre>format: '{RANK}{RANKSPACER}&a{KINGDOM}{RANKSPACER}{DISPLAYNAME} &5&l> &7{MESSAGE}'</pre> | <pre>format: '{RANK}{RANKSPACER}&a{KINGDOM}{RANKSPACER}{DISPLAYNAME} &5&l> &7{MESSAGE}'</pre> |
Revision as of 15:40, 14 July 2016
Feudal has some tags for EssentialsChat which allow players to have their kingdom or profession next to their name.
Essential chat tags:
- {PROFESSION} = The player's profession
- {KINGDOM} = The player's kingdom
- {RANK} = Player's kingdom rank. Has color code for it already
- {RANKSPACER} = A space IF the player is in a kingdom
As requested by a Feudal user, Essentials chat now supports all of the place holders used for the PlaceholderAPI. Note: All PlaceholderAPI placeholders used with essentials chat must be lower case.
Example:
format: '{RANK}{RANKSPACER}&a{KINGDOM}{RANKSPACER}{DISPLAYNAME} &5&l> &7{MESSAGE}'