New placeholders:
Code (Text):
${viewer vault_balance2} and ${player vault_balance2} which formats balance like 247K or 355M
${viewer bungeeonlinetime_hours} and ${player bungeeonlinetime_hours}
${viewer bungeeonlinetime_minutes} and ${player bungeeonlinetime_minutes}
${viewer bungeeonlinetime_seconds} and ${player bungeeonlinetime_seconds}
${viewer redisbungee_server_id} and ${player redisbungee_server_id}
${viewer askyblock_island_level} and ${player askyblock_island_level}
${viewer askyblock_island_name} and ${player askyblock_island_name}
${viewer askyblock_team_leader} and ${player askyblock_team_leader}
New playerOrder options:
Code (Text):
vaultPrefix - sorts players by prefix alphabetically
connectedFirst - players in the order they joined the server
connectedLast - player who joined last first
Players by server component changes:
The
includeEmptyServers option has been superseded by the new
showServers option. That option allows for the
ALL,
ONLINE and
NON_EMPTY values.
ALL equals to
includeEmptyServers set to
true.
NON_EMPTY equals to
includeEmptyServers set to
false.
ONLINE shows all running servers.
Usage example:
Code (Text):
- !players_by_server
playerSet: all_players
serverHeader:
- '&b&l>&3 ${server}(${server_player_count}):'
showServers: ONLINE
playerComponent: "${player name}"
morePlayersComponent: '... and ${other_count} others'
There's an option for a custom server order:
Code (Text):
- !players_by_server
playerSet: global
serverOrder: custom
customServerOrder: [spawn, survival, creative]
# ...
The
fillSlotsVertical option is now also available for the
players_by_server component.
New container component:
The container component contains other components. It also has a
fillSlotsVertical option, which makes it ideal to replace the
verticalMode option present in previous versions of the plugin.
Example:
Code (Text):
!container
fillSlotsVertical: true
components:
- "Admins:"
- !players
playerSet: admin
playerComponent: "${player vault_prefix}${player name}${afk_tag}"
morePlayersComponent: {text: "&7... and &e${other_count} &7others", icon: "colors/gray.png", ping: 0}
-
- !players_by_server
playerSet: global
serverOrder: "playercount,online,alphabetically"
serverHeader:
- {text: "&e&n${server}&f&o (${server_player_count}):", icon: "colors/yellow.png", ping: 0}
serverSeparator:
-
playerComponent: "${player vault_prefix}${player name}${afk_tag}"
morePlayersComponent: {text: "&7... and &e${other_count} &7others", icon: "colors/gray.png", ping: 0}
Command changes:
The
/btlp fake addrandom command has been removed.