PlaceholderAPI
Homestead automatically registers its placeholders with PlaceholderAPI. No expansion packs or extra downloads needed.
Installation
- Install PlaceholderAPI
- Restart the server
- Placeholders are available immediately
Placeholders
| Placeholder |
Description |
%homestead_region_name% |
Name of player's primary (targeted) region |
%homestead_region_current% |
Name of region the player is currently standing in |
%homestead_region_claimed_chunks% |
Number of chunks claimed in the current region |
%homestead_region_max_chunks% |
Maximum chunks the player can claim |
%homestead_region_trusted_members% |
Number of trusted members in current region |
%homestead_region_max_members% |
Maximum members allowed |
| Placeholder |
Description |
%homestead_region_bank% |
Balance of the player's region bank |
%homestead_upkeep_amount% |
Amount due for next upkeep payment |
%homestead_upkeep_at% |
When the next upkeep payment is due |
| Placeholder |
Description |
%homestead_war_name% |
Name of active war |
%homestead_war_prize% |
Prize amount for winning the war |
Default Values
Configure fallback values for when no region is selected:
# In config.yml
placeholderapi:
default:
region_bank: "None"
region_name: "None"
region_claimed_chunks: "0"
region_max_chunks: "0"
region_trusted_members: "0"
region_max_members: "0"
region_current: "&2Wilderness"
upkeep_amount: "0,00"
upkeep_at: "Never"
war_name: "None"
war_prize: "0,00"