Skills Leaderboard, Customizable Texts and PlaceholderAPI Integration
SimLevelSkills 1.2
Skills Leaderboard
A leaderboard, where the top 5 players in each skill are listed.
Shows information about player level and xp progress in the respective skill
Own progress is displayed at the top
Offline and Online Player support
Customizable Texts
Texts like chat messages from SimLevelSkills and some GUI elements are now interchangeable via a new config file: texts.yml
Change text color with bukkit's chat color codes, prefixed by '§' and ranging from §0 through §f (hex 0 - 15)
Use variable placeholders like ${variableName} to access available values from the plugin. All available variables are used in the default config and are text-specific. If a chosen variable is not available, a message with all options is logged to the console.
PlaceholderAPI Integration
Access level and total xp progress of a online player.
Available Placeholders:
%simlevelskills_mining_level%
%simlevelskills_mining_xp%
%simlevelskills_farming_level%
%simlevelskills_farming_xp%
%simlevelskills_forestry_level%
%simlevelskills_forestry_xp%
%simlevelskills_combat_level%
%simlevelskills_combat_xp%
%simlevelskills_fishing_level%
%simlevelskills_fishing_xp%
Notes, Migration to new config file If you want to use/control new features (in this case the leaderboard), make sure to backup your config file and delete it from the plugins config folder in order to let the new version generate. You can then put changes from your existing, old config into the new one.