MiniPlaceholder
note
Requires MiniPlaceholders
This is a provider that allows you to use MiniPlaceholders placeholders as values in the Top Holder.
Format
- SpigotMC
- FabricMC
holders:
<holder-name>:
# The type of the provider
type: mini-placeholder
# The placeholder used to get the value
placeholder: <placeholder>
{
"holders": {
"<holder-name>": {
// The type of the provider
"type": "mini-placeholder",
// The placeholder used to get the value
"placeholder": "<placeholder>"
}
}
}
Example
- SpigotMC
- FabricMC
holder.yml
holders:
money:
type: mini-placeholder
placeholder: "<vault_eco_balance>"
holder.json
{
"holders": {
"money": {
"type": "mini-placeholder",
"placeholder": "<vault_eco_balance>"
}
}
}