Helpful.
Found the issue by looking in the plugin. All commands are airdropextended.aire.???. Little redundant, but oh well.
Notifier is set to true in the json, and data - but doesn't work when a plane spawns. Assuming permissions?
Airdrop Extended [Unmaintained]
Discussion in 'Plugin Support' started by Wulf, Jul 14, 2015.
-
Airdrop Extended | Page 27 | Oxide -
Fixed. Disregard.
-
How can I set that every time there is an airdrop coming it will type in the chat the cords of it?
-
-
hi guys, i did alot of toying with this before coming to post a question (figured out 90% of them on my own)
i do have one unanswered question, when i try to set the parameters for the amount of boxes able to drop, it says airdrop amount set to 0-0
it still spawns one, but just one not the 3 max i was trying to set. am i typing the amount in wrong?
have tried aire.crates 1-3, aire.crates 1[3], aire.crates <1><3>, and each one comes back with the 0-0
thanks in advance for any help (im sure its a user error and now that ive figure out some of this specific code, it really is a nice mod)
[DOUBLEPOST=1459254695][/DOUBLEPOST]heheh that was a simple fix.no i havent been up 38 hours wired on coffeee.......
dont put a dash or anything if anyone is having this problem just aire.crates 1 3 -
I'm having this problem I've made the planes speed twice as fast and they seem twice as slower.
-
are they actually slower or is it a perception because of a lag/framerate slow down? do you mean frequency in which they drop, or the actual speed the travel across the map?
-
speed they travel
-
the default speed is 300, I assume you set it higher than this? and if so, how much higher?
[DOUBLEPOST=1459283985][/DOUBLEPOST]and also what is the end-goal? double, quadruple, etc. speed? -
quadruple speed default is 50
-
in command when you just type aire.planespeed with no parameter, it sets it as 300. which usually means this is the default. I would try setting 600 and see if it doubles it for you.
-
Worked it out thank you!
-
There is some type of security issue with this.
Some guy from russia joined my server as was able to spawn the cargo plane.
I am the only admin on my server and I am the only one with permission.
Is there a permission glitch? -
So on my server an Airdrop is coming every 3600 seconds, how can i change it to 1800 seconds? cheers
-
-
Code:
(14:23:45) | [Oxide] 14:23 [Info] [aire]: <color=green>Player</color> started looting the Supply Drop. (14:23:47) | [Oxide] 14:23 [Info] [aire]: <color=green>Player</color> started looting the Supply Drop.
Code:{ "Capacity": 12, "CustomLootEnabled": true, "PickStrategy": 0, "CommonSettings": { "SupplySignalsEnabled": true, "BuiltInAirdropEnabled": false, "PluginAirdropTimerEnabled": true, "MinDropFrequency": "00:15:00", "MaxDropFrequency": "00:20:00", "MinimumPlayerCount": 1, "SupplyCrateDespawnTime": "00:20:00", "MinCrates": 3, "MaxCrates": 4, "DropToOneLocation": true, "NotifyOnPlaneSpawned": false, "NotifyOnNextDropPosition": false, "NotifyOnPlaneRemoved": false, "NotifyOnDropStarted": false, "NotifyOnPlayerLootingStarted": false, "NotifyOnCollision": false, "NotifyOnSupplySingalDisabled": true, "NotifyOnDespawn": false, "MaximumPlaneLimitEnabled": false, "NotifyAboutPlayersAroundOnDropLand": false, "NotifyAboutDirectionAroundOnDropLand": false, "NotifyAboutPlayersAroundOnSupplyThrown": false, "NotifyAboutDirectionAroundOnSupplyThrown": false, "PlaneSpeedInSeconds": 50, "MaximumNumberOfPlanesInTheAir": 10, "DropNotifyMaxDistance": 5, "SupplySignalNotifyMaxDistance": 300 },
-
-
-