Skip to content
stefvanschie edited this page Sep 15, 2021 · 7 revisions

This plugin will hook into PlaceholderAPI if it has been installed on your server. This means that it will replace PlaceholderAPI placeholders in messages (as long as the correct placeholder packs are downloaded and enabled) and adds several custom placeholders as well. All placeholders for this plugin start with buildinggame_

playing

This returns the total amount of players in Building Game arenas.

stat_<stat>

This will return the value of the specified statistic for the player.

stat_<stat>_top_<number>

This will return the value of the specified statistic for the player in the specified spot, based on a descending ordering of all statistics of the same type.

has_booster

This will return true when a player has one or more active boosters and will return false otherwise. The return value can be changed in the messages.yml placeholderapi > has-booster > result > true/false.

booster_time_left

This will return the amount of time is left on the booster. If multiple boosters for the specified player are active, the one with the longest duration will de returned.

booster_activator

This will return a list of all objects which have activated a booster applicable to the player. Duplicates in the list are removed.

booster_multiplier

This will return the total multiplier of all currently active boosters for the specified players combined.