MiniPlaceholder
Note
Requires MiniPlaceholders
This is a provider that allows you to use MiniPlaceholders placeholders as values in the Top Holder.
Format
holders:
<holder-name>:
# The type of the provider
type: mini-placeholder
# The placeholder used to get the value
placeholder: <placeholder>
# Whether the placeholder should be parsed asynchronously. Default is false
async: <true/false>
# Whether to show errors when parsing the placeholder. Default is false
show-errors: <true/false>
Example
holders:
# Holder that shows the amount of money a player has
# Use the Vault expansion: https://modrinth.com/plugin/miniplaceholders-vault-expansion
money:
type: mini-placeholder
placeholder: "<vault_eco_balance>"