Airdrops must be enabled. The wait can be true or false, all it does is wait for the first vote to pass since the plugin was loaded to start airdrops.
Day Vote [Unmaintained]
Discussion in 'Plugin Support' started by insane8472, Jul 31, 2015.
-
Awesome, thank you so much. Very helpful
-
i have a question about the planes. when the planes come in they drop the crates immediatley in the water. What do i need to do to get them to drop the crates on land?
-
-
ok, thank you for the help
-
I have a very unusual new bug for this plugin... Up until yesterday this plugin worked fine with no problems. Then all of a sudden I stopped seeing the vote in the chat... It gets to 18:00 in the game (day vote hour) and nothing happens.
If I do oxide.reload DayVote then I can get it to work once. I get the vote for one night and then it doesn't appear again. :/
Sounds like it might be AllowVoteNights set to the wrong value or incorrectly. But it's set to 1 like it has always been. :/
I have attached my config value to see if anyone can see any errors, but as I said it worked great up until yesterday.
I installed a few plugins yesterday so I do think that there is an incompatible plugin (or I just haven't noticed the bug for a while). Here are the plugins I installed yesterday:
- Popup Notifications
- Bank Manager
- Timed Events
- Structure Refunds
Attached Files:
-
Does it not call a vote at all or does it but you don't see the message, if you know? -
Before I do though, I have one question... Does setting the time in the console or via RCON affect the way this plugin works at all because if I set the time and the plugin doesn't like that then it won't work anyway. xD -
-
The plugin did its job the first time and the second night it didn't bother at all.
Perhaps the use of decimal numbers confuses the plugin. I'm pretty sure that it worked up until I changed the time to 8.5 from just 8.
-
Thanks, video is a big help, I will get to it as soon as possible.
-
-
Hi, thank you very much for your extraordinary work and this wonderful plugin.
I have a pretty basic question / problem regarding the permissions. I am admin but cannot seem to configure permissions correctly.
When entering /dayvote or any other command I always get "You do not have permission to use this command".
What I tried: grant <group> <user> dayvote.admin, grant group user dayvote.use, I changed use.permissions in config to false, but I am stuck. Thanks in advance.. -
You can use either:
grant group admin dayvote.admin
OR
grant user (Steam 64-bit ID) dayvote.admin
Best thing is to allow all users to vote so it would be:
grant group default dayvote.use
along with the admin group too... You might also not be in the admin group yourself. Try and add yourself as an admin in the Oxide permissions. -
Used these two (exactly what I want from the plugin... as probably most players do).
Also I had already added myself to the Admin group in oxide permissions. -
I'm having an issue with the plugin. If I do the /dayvote start, i get an error in the console. the current error is as follows..
Code:[Oxide] 00:07 [Error] Failed to call hook 'cmdDayVote' on plugin 'DayVote v1.1.3' File: DayVote.lua Line: 465 attempt to index a number value: at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0 at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
-
-
When i try to use the /dayvote yes says i have no permission
-
grant group default dayvote.use
grant group admin dayvote.admin
Then it'll work for all. Turn off "use permissions" in the config too just to make absolutely sure everyone can use the command! -
Ty very much for your help