-
Notifications
You must be signed in to change notification settings - Fork 0
PlaceholderAPI Placeholders
Redned edited this page Apr 14, 2020
·
2 revisions
Placeholder Name | Type | Description |
---|---|---|
%pwingraces_race% | string | Get the player's race. |
%pwingraces_race_display_name% | string | Get the display name of the player's race. |
%pwingraces_level% | int | Get the player's race level. |
%pwingraces_maxexp% | int | Get the max exp for the player's current race level. |
%pwingraces_maxlevel% | int | Get the max level for the player's race. |
%pwingraces_exp% | int | Get the player's race experience. |
%pwingraces_exp_until_levelup% | int | Get the required experience needed for the player to level up. |
%pwingraces_used_skillpoints% | int | Get the amount of skillpoints the player has spent. |
%pwingraces_unused_skillpoints% | int | Get the amount of skillpoints the player has left. |
%pwingraces_near_race_<race>_<radius>% | int | Gets the number of specified races near the player in the radius. |