So the original config of my plugin is
for mass airdrops just configure it likeCode:{ "ShowTimedCommands": "true", "TimedCommands": [ [ "server.save", 300 ], [ "say 'hello world'", 5 ] ] }
600= 10mins so it will throw 5 airdrops every 10 mins that's allCode:{ "ShowTimedCommands": "true", "TimedCommands": [ [ "airdrop.massdrop 5", 600 ] ] }![]()
Airdrop Controller [Unmaintained]
Discussion in 'Plugin Support' started by Reneb, Feb 5, 2015.
-
-
-
Good day, like your plug-in and then there was a question whether it is possible to add plug-in function control content drops?
-
I finally got this plugin working after reinstall.
What do I have to set for "MaxDropCratesInterval" + "MinDropCratesInterval" if I want to have 2 plane at daytime and 2 during night? -
This option is for dropping multiple crates by airdrops
-
Ohh - well thank you for explaining
Ok I have one last question!
I got this message in my console:
"Invalid Position: items/generic_world[11256433] (-1437.7, -2009.8, -604.4) (destroying)"
Is that normal?
My config:
"MaxCrates": 2,
"MaxDropCratesInterval": 10,
"MaxX": 2000,
"MaxY": 300.0,
"MaxZ": 2000,
"MinCrates": 1,
"MinDropCratesInterval": 3,
"MinX": -2000,
"MinY": 200.0,
"MinZ": -2000,
"ShowDropLocation": true
My map size is 5k.
Thanks in advance!Last edited by a moderator: May 31, 2015 -
How do I make my airdrops come in faster once I call them in and more frequently. For an example. I want them to come in ever 3-5 minutes. Once they are called in seems to have a delay and not show up on map. Takes about 2-3 minutes for them to even show up or hear the sound of plane coming. Any ideas?
-
that's just because they spawn VERRRRRRY far
you can edit the speed of the plane if you want them to come faster. -
For some reason it's not automatically sending them every 3-5 minutes with min interval 3, max interval 5. Am I doing something wrong or do I need to make a change or also add airdrop settings
-
it's a CRATE interval for 1 airdrop (so between 2 drops)
this plugin doesn't change the interval of airdrops themselves. -
what do you mean by that? so higher the more airdrops for day and night or confused?
-
1 airdrop will throw multiple crates ... the interval is in second for how much time should this interval be.
-
So If I do Min Interval 100 and Max Interval 300, The airdrops will randomly do airdrops every 100-300 seconds for the minimum crates I have setup which is 3?>
-
no ...
i'm sorry i don't know how to explain it better :x
[DOUBLEPOST=1433113921][/DOUBLEPOST]exept that it's not this plugin that lets you call airdrop every period of time, it's TimedExecuted. -
im trying to have airdrops come in ever 3-5 minutes. So server is pushing out airdrops every 3 to 5 minutes. would that be airdrop settings if so no sure how to do that
-
-
-
-
Use Timed Execute
http://oxidemod.org/plugins/timedexecute.919/
which uses a lot of CPU