Level
Level copied to clipboard
Island members count in the level count
Description
Basically what i'm asking it to add a variable "island members" to the island level calculation formula. It would be nice to be able to give a kind of penalty for players that play together, for example what we would like to do on our server is: blocks / (level_cost * island_member_count).
Hello,
I would like to know where the development of this function is and if it is still relevant. I would like to use it and apply a percentage depending on the number of players on the island: 1 player ---> 100% total island level 2 players ---> 90% total island level 3 players ---> 80% total island level 4 players ---> 70% total island level 5 players ---> 60% total island level
blocks / level_cost * ((-10 * island_member_count + 110) / 100)