Configuration
Configuring the plugin
Default config:
Configuring balance top
Name
Value
Explanation
interval
200L
How often is the balance top refreshed (in ticks 20 ticks = 1 second)
noplayer
"unknown"
Replacement for missing players.
updateOffline
true
Should it update values for players that aren't active on server?
size
10
How big should the leaderboard be (the # in placeholder)
enabled
true
Is this module enabled?
Placeholders
Placeholder
Information
{he-baltop-#-user}
Replace # with position (1,2,3,4...), Returns the username of the user on a specific position on the leaderboard.
{he-baltop-#-value}
Replace # with position (1,2,3,4...), Returns the balance of user on a specific position on the leaderboard.
Configuring placeholder API extensions
Those are custom leaderboards made from placeholders from PlaceholderAPI plugin. Extension name itself in config should be the placeholder itself.
Make sure placeholder returns the raw value that isn't parsed examples:
raw: 1512.0
parsed: 1.5k
Name
Value
Explanation
interval
200L
How often is the leaderboard updated?
noplayer
"unknown"
Replacement if the player isn't found.
updateOffline
true
Should the leaderboard update offline players, recommended to be turned off since most of the placeholders don't support parsing data from Offline players and it just gonna use resources for no reason.
size
10
How big should the leaderboard be (the # in placeholder)
type
"time"
Either TIME or NUMBER, if you set it to time plugin will parse returned value to time format example: 1d 21m 10s
If you set it to NUMBER its gonna format it as number examples:
0.0,
0,
10k
enabled
true
Is the module itself enabled or no?
Last updated