Note where we support placeholders

This commit is contained in:
Trent Hensler 2018-02-17 12:29:30 -06:00
parent ca0991504b
commit 56214ad661
1 changed files with 5 additions and 0 deletions

View File

@ -112,6 +112,8 @@ scoreboard:
# The title of the scoreboard will be the Faction's tag and colored according to the relation with the player's Faction. # The title of the scoreboard will be the Faction's tag and colored according to the relation with the player's Faction.
# Commenting this section out will cause the info to appear in chat as the plugin originally did. # Commenting this section out will cause the info to appear in chat as the plugin originally did.
finfo-enabled: false # Default to false to keep original functionality. finfo-enabled: false # Default to false to keep original functionality.
# SUPPORTS PLACEHOLDERS
finfo: finfo:
- "&6Power" - "&6Power"
- "{power}" - "{power}"
@ -137,6 +139,7 @@ scoreboard:
# The scoreboard needs to be enabled for this to work. # The scoreboard needs to be enabled for this to work.
default-prefixes: true default-prefixes: true
# SUPPORTS PLACEHOLDERS
default: default:
- "&6Your Faction" - "&6Your Faction"
- "{faction}" - "{faction}"
@ -229,6 +232,8 @@ hcf:
# You can use any variable here, including fancy messages. Color codes and or tags work fine. # You can use any variable here, including fancy messages. Color codes and or tags work fine.
# Lines that arent defined wont be sent (home not set, faction not peaceful / permanent, dtr freeze) # Lines that arent defined wont be sent (home not set, faction not peaceful / permanent, dtr freeze)
# SUPPORTS PLACEHOLDERS
show: show:
# First line can be {header} for default header, or any string (we recommend &m for smooth lines ;p) # First line can be {header} for default header, or any string (we recommend &m for smooth lines ;p)
- '{header}' - '{header}'