1. insane8472 submitted a new resource:

    Day Vote - Allows player voting to skip night cycles.

    Read more about this resource...
     
  2. How to allow all players to vote?
     
  3. 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?
     
  4. 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
     
  5. Set UsePermissions to false or grant groups dayvote.use

    Change AllowVoteNights to 4

    Will be included in next version
     
  6. It doesn't seem like this is what I am asking for or maybe the description on the overview is wrong?

    I'd like to set it so there was a vote for three nights, then no vote on the fourth.
     
  7. My mistake. I will try my best to get this in the next version.
     
  8. Thanks.
     
  9. insane8472 updated Day Vote with a new update entry:

    1.0.1

     
  10. 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
  11. Thanks. Looking at it now.
     
  12. insane8472 updated Day Vote with a new update entry:

    1.0.2

     
  13. 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.
     
  14. For players, set "UsePermissions" in your config to false or grant the player group permission "dayvote.use".
    For admin commands, you must grant the admin group or whatever group you are in permission "dayvote.admin".
     
  15. I have a problem practically do oxide.reload DayVote it works only 1 night goes another day of rust does not go why?
     
  16. 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?
     
  17. 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%"
    [DOUBLEPOST=1438952393][/DOUBLEPOST]the error is that it does once the vote then he does more
     
    Last edited by a moderator: Aug 7, 2015
  18. 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?
     
  19. found the solution there a plugin that conflicts I know
     
  20. 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.