New (Requested) Feature
As recently requested by a user, RPProfessions can now use PlaceholderAPI to fetch values from RPProfessions.
Currently, 3 new placeholders exist:
- %rpprofessions_player_profession%: Returns the player's profession name, or 'None' if the player has no profession.
- %rpprofessions_player_profession_id%: Returns the player's profession id as named in the configuration files, or 'NULL' if the player has no profession.
- %rpprofessions_player_profession_level%: Returns the player's current profession level, or 0 if the player has no profession.
To try those placeholders, simply type: /papi parse <player> <placeholder>.
The player must be online as RPProfessions
do not load offline players data!
If you want to see more placeholders added, feel free to open a ticket
in the issue section.