Use original values for balance tags.
Lots of reports of no balance showing up.
This commit is contained in:
parent
6d17855586
commit
ec202c0fbf
@ -30,7 +30,7 @@ public enum TagReplacer {
|
||||
*/
|
||||
PLAYER_GROUP(TagType.PLAYER, "{group}"),
|
||||
LAST_SEEN(TagType.PLAYER, "{lastSeen}"),
|
||||
PLAYER_BALANCE(TagType.PLAYER, "{player-balance}"),
|
||||
PLAYER_BALANCE(TagType.PLAYER, "{balance}"),
|
||||
|
||||
/**
|
||||
* Faction variables, require at least a player
|
||||
@ -57,7 +57,7 @@ public enum TagReplacer {
|
||||
DESCRIPTION(TagType.FACTION, "{description}"),
|
||||
CREATE_DATE(TagType.FACTION, "{create-date}"),
|
||||
LAND_REFUND(TagType.FACTION, "{land-refund}"),
|
||||
BANK_BALANCE(TagType.FACTION, "{balance}"),
|
||||
BANK_BALANCE(TagType.FACTION, "{faction-balance}"),
|
||||
ALLIES_COUNT(TagType.FACTION, "{allies}"),
|
||||
ENEMIES_COUNT(TagType.FACTION, "{enemies}"),
|
||||
ONLINE_COUNT(TagType.FACTION, "{online}"),
|
||||
|
@ -309,7 +309,7 @@ help:
|
||||
# - {group} : Players group
|
||||
# - {name} : Players name
|
||||
# - {lastSeen} : Last time player was seen (if offline), or just 'Online'
|
||||
# - {player-balance} : Players balance
|
||||
# - {balance} : Players balance
|
||||
# Faction variables. Can be used in tooltips.list, scoreboards, or /f show
|
||||
# - {header} : Default factions header (ex. /f show)
|
||||
# - {faction} : Factions tag (if none, uses lang.yml for factionless name)
|
||||
@ -329,7 +329,7 @@ help:
|
||||
# - {online} : # of faction members online
|
||||
# - {offline} : # of faction members offline
|
||||
# - {members} : # of faction members (includes offline)
|
||||
# - {balance} : Faction bank balance
|
||||
# - {faction-balance} : Faction bank balance
|
||||
# - {world}, {x}, {y}, {z} : Faction home variables. You don't need to use them all.
|
||||
# General variables. Can be used anywhere.
|
||||
# - {total-online} : Total # of players on the server
|
||||
|
Loading…
Reference in New Issue
Block a user