1. insane8472 updated Day Vote with a new update entry:

    1.0.5

     
  2. insane8472 updated Day Vote with a new update entry:

    1.0.6

     
  3. I set inside the cfg file "self.Config.Settings.VoteRequired = self.Config.Settings.VoteRequired or "100%" ", but it is still doing 50%, is there an ingame command I should use? Additional settings I am not setting? The voting and permissions I have working np.
     
  4. It sounds like your editing the "oxide/plugins/DayVote.lua" file, you need to edit the "oxide/config/DayVote.json" file. After editing, reload the plugin with "oxide.reload DayVote" from your server console or rcon program.
     
  5. Is this entered in the console ? F1.

     
  6. Wulf

    Wulf Community Admin

    F1 console, server console, or RCON.
     
  7. Ty you were correct, but after the patch today I now have a different issue. My players can vote but I myself cannot, I am set to moderator/owner, and even ran oxide.grant user steamID dayvote.admin (and .use) for myself but to no avail. Might be a newb mistake here, do I have to restart my server for moderator/admin assignments to be enabled? I notice I am not a woman atm and know that was an indicator of admin prior to patching today. Any idea what my issue might be? I figured I am not just a group "player" any longer since all the players can vote, but it gives me the permissions error.
     
  8. It sounds like your permissions aren't set right. Double check you used the right commands and that your steamid was typed correctly. You can also try "oxide.grant group admin dayvote.use" or setting "UsePermissions" in your config file to false (and reload the plugin).

    Side note, as of today's update, female models are no longer forced on admins.
     
  9. Could someone please explain to me the settings needed to have 2 nights of voting and 1 night that cannot be skipped because I just don't seem to understand the explanation you gave at all :/


    Code:
      "Settings": {
        "AllowAutoNights": "3",
        "AllowVoteChange": "true",
        "AllowVoteNights": "1",
        "AutoSkip": "false",
        "DayHour": "6",
        "Enabled": "true",
        "NightHour": "18",
        "Prefix": "[<color=orange>Day Vote</color>]",
        "ProgressInterval": "30",
        "ShowProgress": "true",
        "ShowTimeChanges": "true",
        "UsePermissions": "true",
        "VoteDuration": "120",
        "VoteMinPlayers": "1",
        "VoteRequired": "1"
      }
    }
     
  10. Try "AllowVoteNights": "+2",
     
  11. So busy at work I haven't bothered approaching this since the mod has been working for all other players correctly. I entered the oxide.grant, and though I am admin (able to setup all other mods/decay settings etc np), but still get the permissions error. Question about setting false on UsePermissions, will this allow my users to force a dayvote etc? or is it only for usage purposes?
     
  12. The UsePermissions is for voting only. They cannot force a vote. If you would, post the contents of the admin group in oxide/data/oxide.groups.json. Just to verify you have the correct permissions set since you still get the permission error. When you do get the error, what command are you trying to do?
     
  13. Didn't know about that files location, looking in it I did not have moderator set with any rights to bgrade. Once I added it then I was able to use them. I am however owner, even just reran ownerid XsteamidX Belal followed by a server.writecfg.

    "admin": {
    "Title": "admin",
    "Rank": 0,
    "Perms": [
    "cancontrollanterns",
    "bgrade_4",
    "bgrade_1",
    "bgrade_2",
    "bgrade_3",
    "dayvote.use",
    "dayvote.admin",
    "bgrade",
    "bgrade_all",
    "bgrade_no_res"
    ],
    "ParentGroup": null
     
  14. The permissions are there. Are you sure you are level 2 and not 1? What command are you using when you get the error?
     
  15. insane8472 updated Day Vote with a new update entry:

    1.0.7

     
  16. The plugin does not work as expected for me,
    i got every time the message "You do not have permission to use this command"
    t tryed it, als admin and moderator ( auth level 2 - 1)

    please help.
     
  17. In console, try using command "oxide.grant group admin dayvote.admin".
     
  18. insane8472 updated Day Vote with a new update entry:

    1.0.8

     
  19. I am trying to figure out if this plugging is causing the:

    assets/bundled/prefabs/events/cargo_plane.prefab
    I don't think it is a bug just an RCON message
    [DOUBLEPOST=1442684253,1442673093][/DOUBLEPOST]is this plugin causing:


    FileSystem.LoadPrefab - should start with assets/ - events/cargo_plane
    [BUNDLE] Not found: events/cargo_plane
    Couldn't find prefab "events/cargo_plane"