insane8472 submitted a new resource:
Day Vote - Allows player voting to skip night cycles.
Read more about this resource...
Day Vote [Unmaintained]
Discussion in 'Plugin Support' started by insane8472, Jul 31, 2015.
-
How to allow all players to vote?
-
Would it be possible to make it so you could set it to skip the vote every x night. So the players have to have a night cycle say every 4th night?
-
Why go with how many votes needed instead of a % of players on the server. I can't set a static # it has to hit on a server that has 150 people on it during the day and 50 in the middle of the night. Love the rest of it though
-
-
I'd like to set it so there was a vote for three nights, then no vote on the fourth. -
-
Thanks.
-
-
Hi insane8472, great changes especially the vote according to % of players.
I think I've found a output malfunction with the config file:
if we change "VoteRequired": "50%" on .json to any other value, example 80% and reload the plugin it gets overwrited and returns to 50% again. So we can't change that value because on the reload of the plugin it forces it to 50%.Last edited by a moderator: Aug 3, 2015 -
-
-
Maybe I am missing something, no not maybe, definitely. I installed this. As server owner I cannot start a vote. Every command I try to use says "You do not have permission to use this command."
I use Notepad++ exactly what lines are we supposed to be editing in order to get this to work? Because it seems like nothing I do will allow ANYONE to start a vote, vote, change their vote or do ANYTHING other than get told they do not have permission to use this command.
I am sorry for the problems, just trying to get this great mod working! Thank you for all of your hard work insane8472. -
For admin commands, you must grant the admin group or whatever group you are in permission "dayvote.admin". -
I have a problem practically do oxide.reload DayVote it works only 1 night goes another day of rust does not go why?
-
Do you get any errors or messages? Are you using auto skip or voting? What is your allowvotenights and allowskipnights settings in config set to?
-
Code:
"Settings": { "AllowAutoNights": "1", "AllowVoteChange": "false", "AllowVoteNights": "1", "AutoSkip": "false", "DayHour": "7", "Enabled": "true", "NightHour": "17", "Prefix": "[<color=orange>Day Vote</color>]", "ProgressInterval": "15", "ShowProgress": "true", "ShowTimeChanges": "true", "UsePermissions": "true", "VoteDuration": "70", "VoteRequired": "50%"
Last edited by a moderator: Aug 7, 2015 -
From what I understand, once you load the plugin, the vote is called on the first night but after that it is not, correct? Does the whole day cycle complete by itself? Is the time changed by another plugin or yourself in console?
-
found the solution there a plugin that conflicts I know
-
Nice plugin, I like it and use it. That said I just noticed it might be interfering with the "stock" automatic airdrops. Anyone else noticed this? Haven't seen any auto airdrops since I installed this.