Fully configurable /f list

Implement the configurable f list feature from HCF
This commit is contained in:
Nick Porillo
2015-05-12 21:47:22 -04:00
parent 44542261ae
commit ab6a19e436
2 changed files with 29 additions and 5 deletions

View File

@@ -230,4 +230,18 @@ show:
- '<a>Balance: <i>{balance}'
- '<a>Allies(<i>{allies}<a>/<i>{max-allies}<a>): {allies-list} '
- '<a>Online: (<i>{online}<a>/<i>{members}<a>): {online-list}'
- '<a>Offline: (<i>{offline}<a>/<i>{members}<a>): {offline-list}'
- '<a>Offline: (<i>{offline}<a>/<i>{members}<a>): {offline-list}'
############################################################
# +------------------------------------------------------+ #
# | Configurable /f list | #
# +------------------------------------------------------+ #
############################################################
list:
# You can only use {pagenumber} and {pagecount} in the header
header: '&e&m----------&r&e[ &2Faction List &9{pagenumber}&e/&9{pagecount} &e]&m----------'
# You can use any variables here
factionless: '<i>Factionless<i> {factionless} online'
# You can use any variable here
entry: '<a>{faction} <i>{online} / {members} online, <a>Land / Power / Maxpower: <i>{chunks}/{power}/{maxPower}'