level-border
level-border copied to clipboard
[QUESTION] How is this plugin works with high amount of players?
What if for example all 10 players will have different levels? Border size will be equal to the player with the highest lvl?
There are three border modes
https://github.com/jakobkmar/level-border/blob/ad165c2e32764dc9574b3affc1617c50c14ac75e/level-border-common/src/main/java/net/axay/levelborder/common/BorderMode.java#L4
configurable via the /levelborder mode command.
With own each player has its own border, with shared all players share one level counter and with sum the level counter of all players will be summed up to calculate the border size.
Thank u for the quick reply.