A plugin which adds color to levels! This plugin is an addon for
CyberLevels hence you will need to download the plugin in order to use this. Check the dependencies section!
➼ Customizable Level Colors- You can have different colors for different levels!
➼ Customizable Level Symbols- You can use symbols for specific level.
➼ Levels in vanilla exp bar- Shows your level in exp bar. Disabled by default! Can be enabled from
config.yml ➼ Color Codes Support- You can use color codes like &6, &7 and any other color.
➼ Hex Color Codes Support- You can use hex codes now! (1.16+)
➼ Java 1.8+ Support- Supports Java 8 and newer versions (including Java 11, 16 and 21).
➼
Support- Join our
discord Server if you have any issues or suggestions.
➼ /cla reload- Reloads the plugin
config.yml.
➼ cyberlevelsaddon.reload- Permission for reload command.
➼ %levelcolor%- Placeholder for level colors and symbol.
Config File:
# Default symbol and color if the player's level/color doesn't match any specific thresholds
default-color: "&7"
default-symbol: "∆"
#Placeholder format
placeholder-format: "&7[&r{color}{level}{symbol}&7]" # You can use hex codes here 1.16+
level-colors:
- level: 10
color: "&a" # 1-10
- level: 20
color: "&e" # 11-20
- level: 30
color: "&6" # 21-30
- level: 40
color: "&d" # 31-40
- level: 50
color: "&b" # 41-50 (color: "#00FFFF" You can use hex code here 1.16+)
- level: 60
color: "&5" # 51-60
- level: 70
color: "&c" # 61-70
- level: 80
color: "&9" # 71-80
- level: 90
color: "&4" # 81-90
- level: 100
color: "&f" # 91-100
#Add more levels below...
level-symbols:
- level: 10
symbol: "•" # 1-10
- level: 20
symbol: "★" # 11-20
- level: 30
symbol: "✿" # 21-30
- level: 40
symbol: "❖" # 31-40
- level: 50
symbol: "✦" # 41-50 (symbol: "#00FFFF✦" You can use hex code here 1.16+)
- level: 60
symbol: "⚡" # 51-60
- level: 70
symbol: "♕" # 61-70
- level: 80
symbol: "❁" # 71-80
- level: 90
symbol: "☠" # 81-90
- level: 100
symbol: "☀" # 91-100
#Experience Bar Section
exp-bar-enabled: false
exp-bar-update-interval: 20