insane8472 updated Day Vote with a new update entry:
1.0.5
Day Vote [Unmaintained]
Discussion in 'Plugin Support' started by insane8472, Jul 31, 2015.
-
-
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.
-
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.
-
Is this entered in the console ? F1.
-
Wulf Community Admin
-
-
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. -
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" } }
-
Try "AllowVoteNights": "+2",
-
-
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?
-
"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 -
The permissions are there. Are you sure you are level 2 and not 1? What command are you using when you get the error?
-
-
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. -
In console, try using command "oxide.grant group admin dayvote.admin".
-
-
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"