CyberLevels
Placeholders
Can't find placeholders on the Spigot site? You can find them here.
Available placeholders
General placeholders
Placeholder name | Use | Description |
---|---|---|
Player Level | %clv_player_level% | Current amount of levels player has |
Required EXP | %clv_player_exp_required% | Required EXP for the next level |
Remaining EXP | %clv_player_exp_remaining% | Remaining EXP for the next level |
Progress Bar EXP | %clv_player_exp_progress_bar% | Shows the progress bar from lang.yml |
Percent EXP | %clv_player_exp_percent% | Shows the EXP progress in percent |
Maximum Level | %clv_level_maximum% | Highest level player can achieve (informative) |
Minimum Level | %clv_level_minimum% | Lowest level player starts with (informative) |
Minimum EXP | %clv_exp_minimum% | Lowest EXP player starts with (informative) |
Leaderboard placeholders
Placeholder name | Use | Description |
---|---|---|
Leaderboard Name | %clv_leaderboard_name_<position>% | Shows player's name on the Xth position |
Leaderboard Level | %clv_leaderboard_level_<position>% | Shows player's level on the Xth position |
Leaderboard EXP | %clv_leaderboard_exp_<position>% | Shows player's EXP on the Xth position |
Want to get more familiar with leaderboard and how to properly use it? Check out our Leaderboards documentation.
Using placeholders in other plugins
In case you use other plugins that features different way of writing placeholders, mostly you'll se brackets instead of percent signs. For example, if you want to use the Player Level placeholder in EssentialsChat, you would write it as {clv_player_level}
instead of %clv_player_level%
.
Having problems with placeholders?
You might ran across different issues using our placeholders in other plugins (like EssentialsChat). We recommend checking our following articles to help you with most common issues our users have implementing levels into third party plugins:
Last updated on