How to make auto airdrop per 1 Hour? i mean will be Rnadom airdrop per 1 Hour
Airdrop Controller [Unmaintained]
Discussion in 'Plugin Support' started by Reneb, Feb 5, 2015.
-
if 4 hours so 14400 -
"Settings": {
"Broadcast to Chat": true,
"Send to Console": true
}
} -
Code:{ "EnabledRealTime-Timer": false, "EnableTimerOnce": false, "EnableTimerRepeat": true, "RealTime-Timer": { "16:00:00": "say 'The gate for the event is open!'", "16:30:00": "say 'The gate for the event just closed'", "17:00:00": "say 'Restart in 1 HOUR'", "18:00:00": "say 'The server is restarting NOW.'" }, "TimerOnce": { "reset.oncetimer": 181, "say 'Dont forget to like our fanpage!'": 60, "say 'Follow us on Twitter!'": 120, "say 'You can donate via PayPal!'": 180 }, "TimerRepeat": { "server.save": 300, "airdrop": 7200 } }
-
Can somone please help me this ??????
-
Hi,
Just install this plugin on the plugins folder but a .json file is never created on the config folder.
I have other 9 plugins running with no problems.
Any ideas?
Thanks
[DOUBLEPOST=1453565031,1453526571][/DOUBLEPOST]OK, sorry still learning here.
Just saw we have logs, got these warnings/errors on airdrop
[SERVER v1.0.20] Restarting: AirdropControl.cs(107,14): warning CS0114: `Oxide.Plugins.AirdropControl.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
AirdropControl.cs(149,17): warning CS0219: The variable `toLeft' is assigned but its value is never used
AirdropControl.cs(177,66): error CS1061: Type `string' does not contain a definition for `QuoteSafe' and no extension method `QuoteSafe' of type `string' could be found. Are you missing `Facepunch' using directive?
Any help? I guess the warnings are OK, problem is the error.
Thanks
Sorry, got the fix on a post above.
As I just downloaded it I was thinking that was the latest available version.
ThanksLast edited by a moderator: Jan 23, 2016 -
Howdy,
None of the commands are recognised when typed in console/chat - no errors upon loading on server, any similar problems? -
Hey there this is the final mod im configuring for my server but when i add it to the game files and restart a .json isnt created. am i doing something wrong or just being stupid, pls help
-
[2/8/2016 6:56:20 PM] [Oxide] 6:54 PM [Error] Error while compiling AirdropControl.cs(177,66): error CS1061: Type `string' does not contain a definition for `QuoteSafe' and no extension method `QuoteSafe' of type `string' could be found. Are you missing `Facepunch' using directive?
-
[Oxide] 12:34 PM [Error] AirdropControl plugin failed to compile!
[Oxide] 12:34 PM [Error] AirdropControl.cs(177,66): error CS1061: Type `string' does not contain a definition for `QuoteSafe' and no extension method `QuoteSafe' of type `string' could be found. Are you missing `Facepunch' using directive?
Please help -
where du i give myself permission to use the commands?
-
Any reason why this wont even load for me? I type oxide.load AirdropControl and nothing...
-
Hello! I want to delete numbers after point in coordinates of place of airdrop, but I don't know which strings in config should be changed. Can you tell me, please?
Last edited by a moderator: Feb 26, 2016 -
[DOUBLEPOST=1456442578][/DOUBLEPOST]Well I just downloaded Easy Airdrop instead and it compiled fine, just a few permission prefix warnings. And it's been updated more recently, so I think I'm going to replace this with that.Attached Files:
-
-
Attached Files:
-
-
How do you disable airdrops/heli???
-
I have this error message when trying to load it
Gyazo - de6ad60b9121685c3df4fe0b7e46cb9f.png -
Plugin hasn't been working for ages
-
-
nevermind, if youre having errors use the config file that was posted a few comments above
[DOUBLEPOST=1458431769][/DOUBLEPOST]The one that I get from oxide page doesnt work, but the file you uploaded in the comment does.