+ Placeholder support has been added to the following sections:
- Advancements,
- BCGems,
- Jobs Reborn,
- Mcmmo(Including original)
- MmoCore(Including skills)
- Vault
- playerstats (such as blockplaced, world, hunger levels etc)
+ Added blockplaced under playerstats(was missing)
To do:
- Points, quests, playerstatistics(server side data), votes, skillapi
These were missing in the conversion, apoligies for this.
Dev note:
While placeholders were always available already, they required "placeholderapi" as a start.
The currently added support options(for instance vault) allows a message like this:
Code (Text):
- 'vault;2000;&7[&a✔&7] Eco level %vault_eco_balance_fixed% reached;&7[&4✘&7]
Reach Cash value %s. Current: %vault_eco_balance_fixed%'
None informative and custom placeholders(those not directly activated but translated by placeholderapi) are also available in these messages, meaning you no longer need to start a line using: 'placeholderapi,....' but its still suggested if you are comparing value's from non directly supported plugins.(such as tournamentXXL)