-
Notifications
You must be signed in to change notification settings - Fork 291
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
Difficulty / Demon type VOTE system #604
base: master
Are you sure you want to change the base?
Conversation
yes yes already implementing this to my gdps |
Can I download it? |
Uhh, yes? |
So, um... Let me see if I understand; if I (as owner) set a level rating as Medium Demon but the community vote for Hard Demon, then will it be what the community wants? |
Yes |
I dont have difVote.php? |
Download repository? Its pull request |
I need to create myself? |
This is a system that users can do vote on the level's difficulty face or demon type(face), like the RobTop server.
There is a lot to explain about this system.
First, if more than 3 votes of a level are reached, the average value is determined from the votes of that level and the difficulty or demon face is determined.
Second, "Power rating" is possible with the
actionRateDifficulty
permission from the existingroles
table.Power rating is simple. It is a 3 votes in 1 vote. :/
it means, difficulty or demon face are can be change with one power rating. This is the same as the mode vote on the RobTop server.
do you want to change the number of voting conditions(default is 3)? If so, check
difVote.php
inconfig
folder.By changing the numbers here, it will be can work as you wish.
This works fine, I checked on my server! sorry about too many commits. my mistakes :(