Difference between revisions of "Essentials Chat"
From Feudal Wiki
(Created page with "Feudal has some tags for EssentialsChat which allow players to have their kingdom or profession next to their name. '''Essential chat tags:''' :'''{PROFESSION}''' = The playe...") |
Resoluciones (Talk | contribs) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | Feudal has some tags for | + | Feudal has some tags for Essential Chat, RankPrefix+ and other plugins that supports PlaceholderAPI which allow players to have their rank, kingdom and profession next to their name. |
+ | |||
+ | |||
+ | == Essentials Chat == | ||
+ | |||
'''Essential chat tags:''' | '''Essential chat tags:''' | ||
Line 7: | Line 11: | ||
:'''{RANKSPACER}''' = A space IF the player is in a kingdom | :'''{RANKSPACER}''' = A space IF the player is in a kingdom | ||
+ | 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> | ||
+ | |||
+ | |||
+ | |||
+ | == RankPrefix+ == | ||
+ | |||
+ | |||
+ | [https://www.curseforge.com/projects/84619/ Link to RankPrefix+ on Bukkit] | ||
+ | |||
+ | |||
+ | |||
+ | Example Configuration: | ||
+ | <pre> layout: '&a{PROFESSION} &c&l&o{KINGDOM}&r&6 {PLAYER} &b${MONEY} &dL{XPLEVEL}&7: | ||
+ | &r{MESSAGE}'</pre> | ||
+ | |||
+ | Example Screenshot: [[File:BChat_Example.jpg]] |
Latest revision as of 02:13, 16 July 2017
Feudal has some tags for Essential Chat, RankPrefix+ and other plugins that supports PlaceholderAPI which allow players to have their rank, kingdom and profession next to their name.
Essentials Chat
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
Note: All PlaceholderAPI placeholders used with essentials chat must be lower case.
Example:
format: '{RANK}{RANKSPACER}&a{KINGDOM}{RANKSPACER}{DISPLAYNAME} &5&l> &7{MESSAGE}'
RankPrefix+
Example Configuration:
layout: '&a{PROFESSION} &c&l&o{KINGDOM}&r&6 {PLAYER} &b${MONEY} &dL{XPLEVEL}&7: &r{MESSAGE}'