-
Notifications
You must be signed in to change notification settings - Fork 3
Placeholders
Available placeholders for PlaceholdersAPI.
Returns plugin developer.
Example: AlonsoAliaga
Returns plugin version.
Example: 0.1-BETA
Returns if player is max level or not.
Returns if player is loaded in cache or not.
Returns player's level.
Example: 200
Returns player's color based on his level. Requires colors.yml file configured.
Example: Β§a
Returns player's color based on his level. Requires colors.yml file configured with multiple colors per rank per level.
Otherwise, returns the same color as %alonsolevels_color% placeholder.
Example: Β§b
Returns player's level with color defined in colors.yml file.
Example: 200
Returns player's level with star.
Example: 200β«
Returns player's level with star and with color defined in colors.yml file.
Example: 200β«
Returns player's next level or returns "&c&lMAX" if already max level (Taken from config).
Example: 201
Returns player's next color level based on his level. Requires colors.yml file configured.
Example: Β§c
Returns player's next level with color defined or returns "&c&lMAX" if already max level (Taken from config).
Example: 201
Returns player's next level with star or returns "&c&lMAX" if already max level (Taken from config).
Example: 201β«
Returns player's next level with star and color defined or returns "&c&lMAX" if already max level (Taken from config).
Example: 201β«
Returns YOURCUSTOMTEXT parsed with colors from player level. Supports placeholderapi with {} instead of %%.
If you want to use PlaceholderAPI you must use {player_name} instead of %player_name%.
You can add spaces using the placeholder {S} or {SPACE} to add one space " ".
Example: Β§aYOURCUSTOMTEXT
Returns YOURCUSTOMTEXT parsed with colors from player level. Supports placeholderapi with {} instead of %%.
If you want to use PlaceholderAPI you must use {player_name} instead of %player_name%.
You can add spaces using the placeholder {S} or {SPACE} to add one single space " ".
π How is this different from %alonsolevels_colorize_YOURCUSTOMTEXT%?
If color selected has multiple colors, this will add the color for each letter IGNORING spaces.
This means messages WON'T skip a color if character is empty space.
Example: Β§aYOURCUSTOMTEXT
Returns player's experience.
Example: 120000
Returns player's experience with format.
Example: 120k
Returns current level progress bar.
Example: βΌοΈ βΌοΈ βΌοΈ βΌοΈ βΌοΈ βΌοΈ βΌοΈ βΌοΈ β’ β’ β’ β’
Returns current level progress bar, if player is in maximum level returns message from config.
Example: MAX LEVEL!
Returns empty progress bar.
Example: β’ β’ β’ β’ β’ β’ β’ β’ β’ β’ β’ β’
Returns current level progress with color.
Example: 12000/150000
Returns current level progress with color and format.
Example: 12k/150k
Returns current level progress without color.
Example: 12000/150000
Returns current level progress without color but format.
Example: 12k/150k
Returns current level progress percent.
Example: 78
Returns current level progress percent with % symbol.
Example: 78%
Returns experience left to level up.
Example: 60000
Returns experience left to level up with format.
Example: 60k
Returns experience in current level.
Example: 120000
Returns experience in current level with format.
Example: 120k
Returns total required experience in current level. (Not only the experience required for the next level)
Example: 160000
Returns total requitred experience in current level with format. (Not only the experience required for the next level)
Example: 160k
Returns experience in next level.
Example: 120000
Returns experience in next level with format.
Example: 120k
Returns total required experience in next level. Returns 0 if max level.
Example: 160000
Returns total required experience in next level with format. Returns 0 if max level.
Example: 160k
Returns total coin multiplier for player or 1.0 if player is not loaded.
Example: 2.5 or 1.0
Returns total coin multiplier for player or 1.0 if player is not loaded, all in format from config.yml file.
Example: Β§62.5 or Β§71.0
Returns total ADDITIONAL coin multiplier for player or 0.0 if player is not loaded.
Example: 1.5 or 0.0
Returns total ADDITIONAL coin multiplier for player or 0.0 if player is not loaded, all in format from config.yml file.
Example: Β§6+1.5 or Β§7+0.0
Returns amount of available normal rewards for the player to claim. This IGNORES server restrictions.
Returns amount of available veteran rewards for the player to claim. This IGNORES server restrictions.
Returns amount of available rewards for the player to claim. This IGNORES server restrictions.
Returns the string defined in config file when player has available normal rewards to claim. This IGNORES server restrictions.
Returns the string defined in config file when player has available veteran rewards to claim. This IGNORES server restrictions.
Returns the string defined in config file when player has available rewards to claim. This IGNORES server restrictions.
Returns the last amount of experience added to the player. If not available, returns selected value from config.
AlonsoLevels - Developed by AlonsoAliaga