Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Island members count in the level count #150

Open
tonioss22 opened this issue Apr 27, 2020 · 1 comment
Open

Island members count in the level count #150

tonioss22 opened this issue Apr 27, 2020 · 1 comment
Assignees

Comments

@tonioss22
Copy link

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).

@organizatsiya
Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants