1. Awesome man, keep up the good work.
     
  2. HighTower 2 updated SkipNightVote with a new update entry:

    Small fixes -- Added vote progress display!

     
    Last edited by a moderator: May 15, 2015
  3. HighTower 2 updated SkipNightVote with a new update entry:

    Small output fix

     
  4. Still gives me the OnTick issue ... tried everything, reboot, delete, reload, unload ...

    <..>
    12:35 PM [Info] Loaded plugin SkipNightVote v1.0.6 by Mordenak
    12:35 PM [Error] SkipNightVote: OnTick failed: Object reference not set to an instance of an object
    12:35 PM [Error] SkipNightVote: OnTick failed: Object reference not set to an instance of an object
    <..>
     
  5. Interesting. I haven't seen these issues myself... So have you tried these exact steps:

    1. Remove SkipNightVote.cs from plugins/ folder
    2. Remove SkipNightVote.json from config/ folder
    3. Place fresh download of SkipNightVote.cs in plugins/ folder

    If this doesn't work, I would be highly surprised. But could you provide me the settings in your config file after doing those steps? Thanks.
     
  6. I´m sorry, after properly refreshing my remote installation (something was wrong with my ftp connection), the spam stopped.
    Thank you very much for your patience, it was my fault :)
     
  7. Please, move all text messages to config. Because in new oxide if you're translate text in plugin it looks like ???
     
  8. Glad it's working out for you now, no worries.
    [DOUBLEPOST=1432273002][/DOUBLEPOST]
    That's something I've planned to do. Initially just wanted to get it out there. This may take a day or two, as my time is short at the moment, but I will try to get this update out ASAP. Thanks!
     
  9. Thnx a lot. We look forward to
     
  10. Hi i currently use this addon i have change cfg file see below
    Code:
    {
      "pollRetryTime": 10.0,  // time in minutes for vote to reopen
      "pollTimer": 3.0,  // time in minutes for how long vote remains open
      "requiredVotesPercentage": 0.75,  // % of players required to pass the vote
      "sunriseHour": 8,  // morning hour
      "sunsetHour": 18  // evening hour
    }
    my question is the poll time for voting is 30 secs how can i make it longer? i have DAY and Night add-on to is this conflicting?
     
    Last edited by a moderator: Jun 30, 2015
  11. I'm having the same issue it seems the config isn't responding to the times i change it to.
     
  12. Sorry I haven't responded recently - been busy - but I have some time to weekend to do some work on this.

    But in regards to the questions:

    If you're on the latest version, you shouldn't be having any config issues - but in case you are, try these steps and let me know if they work for you:

    1. Edit your config with desired setting - Make sure you upload your changes back to the server and that you're not just editing a local copy!
    2. Reload plugin via 'oxide.reload SkipNightVote'
    3. Check the config values on the server.
    4. When night comes (you could also change the time manually) the vote should stay open for the time in the config.

    I would expect them to be exactly what you have entered, because this is exactly how it behaves when I do it.

    If that still doesn't work for you, please post me the version of the plugin (if not the latest), and what steps you are taking so that I can try and reproduce this.

    EDIT: Also, I do not believe there should be any plugin conflicts, but I will check out the plugin you mentioned and see if there are any.

    Thanks!
    [DOUBLEPOST=1433475291,1433467829][/DOUBLEPOST]
    I've got a version pending for this - but I'm not sure what plugin you're using (so I can test compatibility) could you please let me know what plugin you're using to translate, so I can test it and make sure my update will work for you? Thanks!
    [DOUBLEPOST=1433475517][/DOUBLEPOST]
    I'll be pushing out an update today - but I wanted to know to which plugin you're referring. I haven't ran into any compatibility issues with any plugins yet, but without knowing the exact plugin, I can't test it out. Please let me know what plugin you have and I can test it out and see if there is an issue - I wouldn't expect one though.

    Thanks!
     
  13. HighTower 2 updated SkipNightVote with a new update entry:

    Config overhaul!

     
  14. I cant translate it :(
    After translation, it returns to its original state
     
  15. What are you using to translate it? Perhaps I can take a look and see if I can make it work.
     
  16. I using FileZilla
     
  17. Wulf

    Wulf Community Admin

    Generally whenever a config resets to default, it wasn't edited properly, usually formatting got messed up, missing commas, etc.
     
  18. If I'm wrong edited it, he would not have shown me the translation. But I see it before restarting the server.
    Sry 4 my eng
     
  19. when trying to set the required vote to 0.51 (51%) it only displays required as 50% in chat but still requires a 51% vote.
     
  20. Interesting... I did not see that issue in my testing. I don't have time at this moment to hop on my test server, but could you tell me if you are using the latest version and also post me your config settings please?

    Thanks for the report, I'll check it out tonight when I'm off work.