give me a sec i will look into it
I tested it and works perfect Remove your config and plugin and fresh download itmaybe you edited the plugin or something
TimedExecute [Unmaintained]
Discussion in 'Plugin Support' started by PaiN, Apr 7, 2015.
-
It works now i tried
Code:[ "airdrop.massdrop 3", "say 'BLABLA'", 3600 ],
-
-
Hi, I wonder if you can help. I've installed your plugin but after that i'm a n00b (only got server yesterday). Basically I want the server to restart at midnight and call in an airdrop every hour or so. This is what I got so far:
{
"ShowTimedCommands": "true",
"TimedCommands": [
[
"server.save",
300
],
[
"airdrop.massdrop 3",
"say 'Incoming'",
3600
],
[
"restart",
2400
]
]
}
I'm not sure what the massdrop thing is either. Is it 3 drops from 1 plane or 3 planes with 1 drop each? -
it throws 3 planes with 1 drop each ... in
Airdrop Control you can set that 1 plane can throw multiple drops 2 or 3
About server.save you can type in your console
server.saveinterval 300
it will start autosaving every 5 mins -
So do I need to install the airdrop control plugin as well? Is the actually config file correct then?
-
-
Thank You!
Learning slowly -
I can't get this to work at all. I put it in the plugins folder right then oxide.load p-TimedExecute ??
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
[DOUBLEPOST=1433524479,1433450818][/DOUBLEPOST]Don't think this work after update? I don't get any messages in chat. -
-
-
Try to delete your config... then put the fresh installed download to oxide/plugins
-
-
Nope. After editing the config ... save it and then type in console "oxide.reload p-TimedExecute"
-