Your config file is empty this is why use this one but you will need to change the settings in it
Airdrop Extended [Unmaintained]
Discussion in 'Plugin Support' started by Wulf, Jul 14, 2015.
-
Attached Files:
-
-
Oh I thought the airdrop file in /config was supposed to be relatively untouched and it should instead be modified in the default settings file in /data? I will try your config and report back. Thank you!
[DOUBLEPOST=1454119225][/DOUBLEPOST]Yeah it's still not dropping anything.. I don't know what is going on.
Part of my log after I reload the plugin:
oxide.reload AirdropExtended
[Oxide] 2:55 AM [Info] Unloaded plugin AirdropExtended v1.0.7 by baton
[Oxide] 2:55 AM [Info] Loaded plugin AirdropExtended v1.0.7 by baton
[Oxide] 2:55 AM [Info] [aire]: Loaded settings:defaultSettings
[Oxide] 2:55 AM [Info] [aire]: Saving settings to:defaultSettings
[Oxide] 2:55 AM [Info] [aire]: next airdrop in:7.893158
[Oxide] 2:55 AM [Info] [aire]: Plane limit enabled:False
[Oxide] 2:55 AM [Info] [aire]: Saving settings to:defaultSettings
[Oxide] 2:55 AM [Info] [aire]: running timed airdrop
[Oxide] 2:55 AM [Info] [aire]: Cargo Plane has been spawned.
[Oxide] 2:55 AM [Info] [aire]: Plane is dropping at: <color=red>-803,0,699</color>.
[Oxide] 2:55 AM [Info] [aire]: next airdrop in:19.7276
[Oxide] 2:55 AM [Warning] 'QuickSort v0.1.0' plugin is using deprecated hook: OnPlayerLoot
Saved 12,808 ents, serialization(0.00), write(0.00), disk(0.00) totalstall(0.01).
Saving complete
[Oxide] 2:56 AM [Info] [aire]: running timed airdrop
[Oxide] 2:56 AM [Info] [aire]: Cargo Plane has been spawned.
[Oxide] 2:56 AM [Info] [aire]: Plane is dropping at: <color=red>866,0,1059</coAttached Files:
-
-
Will it work if I will let the plugin make a new config? I think it will ganerate new list of items with those new added.
-
-
will this work (just generated new file and just copy item list to your config and maded some changes, need to make more to make me happyAttached Files:
-
-
Airdrop Extended | Page 27 | Oxide
But it's up to server owners to keep their own config up to date -
Hahaha sorry, I am reading this all but i skipped somehow that part! Thanks and sorry for my stupidity
-
Resistance, any idea why planes are still not dropping anything? I tried your config file and reloaded. I attached my files again above.
-
-
Screenshot
stuff i have disabled is still there...
and the timer is set to an hour..... its like its not using the config
but the console gives me this...
[Oxide] 10:37 PM [Info] Unloaded plugin AirdropExtended v1.0.5 by baton[Oxide] 10:37 PM [Info] Loaded plugin AirdropExtended v1.0.5 by baton[Oxide] 10:37 PM [Info] [aire]: Loaded settings:normal[Oxide] 10:37 PM [Info] [aire]: Saving settings to:normal[Oxide] 10:37 PM [Info] [aire]: next airdrop in:3600[Oxide] 10:37 PM [Info] [aire]: Plane limit enabled:False[Oxide] 10:37 PM [Info] [aire]: Saving settings to:normalAttached Files:
Last edited by a moderator: Jan 30, 2016 -
-
Airdrop Extended | Page 27 | Oxide -
Alright, i guess Clanforge isn't using the version you posted.
[DOUBLEPOST=1454192886,1454130789][/DOUBLEPOST]
[Oxide] 4:24 PM [Info] Unloaded plugin AirdropExtended v1.0.7 by baton
[Oxide] 4:24 PM [Info] Loaded plugin AirdropExtended v1.0.7 by baton
[Oxide] 4:24 PM [Info] aire:Loaded settings:normal
[Oxide] 4:24 PM [Info] aire:Saving settings to:normal
[Oxide] 4:24 PM [Info] [aire]: next airdrop in:3600
[Oxide] 4:24 PM [Info] [aire]: Plane limit enabled:False
[Oxide] 4:24 PM [Info] [aire]: Saving settings to:normal
Still having issues.
Only thing that works is changing settings in runtime.Attached Files:
Last edited by a moderator: Jan 30, 2016 -
-
-
How i can change interval air drop?
-
All settings are in the config
-
-
So everything on my server is working apart from timed airdrops. All commands work for me and manual drops work, is there something stupid I'm missing? I tried searching for a missing "," somewhere or something like that but couldn't see anything that stood out, here's my config minus the loot tables:
Code:{ "Capacity": 6, "CustomLootEnabled": false, "PickStrategy": 0, "CommonSettings": { "SupplySignalsEnabled": true, "BuiltInAirdropEnabled": true, "PluginAirdropTimerEnabled": true, "MinDropFrequency": "01:00:00", "MaxDropFrequency": "01:00:00", "MinimumPlayerCount": 10, "SupplyCrateDespawnTime": "00:05:00", "MinCrates": 1, "MaxCrates": 3, "DropToOneLocation": true, "NotifyOnPlaneSpawned": true, "NotifyOnNextDropPosition": false, "NotifyOnPlaneRemoved": false, "NotifyOnDropStarted": false, "NotifyOnPlayerLootingStarted": false, "NotifyOnCollision": false, "NotifyOnSupplySingalDisabled": true, "NotifyOnDespawn": false, "MaximumPlaneLimitEnabled": true, "NotifyAboutPlayersAroundOnDropLand": false, "NotifyAboutDirectionAroundOnDropLand": false, "NotifyAboutPlayersAroundOnSupplyThrown": false, "NotifyAboutDirectionAroundOnSupplyThrown": false, "PlaneSpeedInSeconds": 300, "MaximumNumberOfPlanesInTheAir": 3, "DropNotifyMaxDistance": 300, "SupplySignalNotifyMaxDistance": 300 }, "Localization": { "NotifyOnPlaneSpawnedMessage": "Cargo Plane has been spawned.", "NotifyOnNextDropPositionMessage": "Plane is dropping at: {0},{1},{2}.", "NotifyOnPlaneRemovedMessage": "Cargo Plane has been removed, due to insufficient player count: {0}.", "NotifyOnDropStartedMessage": "Supply Drop {0} has been spawned at {1},{2},{3}.", "NotifyOnPlayerLootingStartedMessage": "Player {0} started looting the Supply Drop {1}.", "NotifyOnCollisionMessage": "Supply drop {0} has landed at {1},{2},{3}", "NotifyOnSupplySingalDisabledMessage": "Supply signals are disabled by server. An item has been added to your invertory/belt.", "NotifyOnDespawnMessage": "Supply drop {0} has been despawned at {1},{2},{3}", "NotifyAboutPlayersAroundOnDropLandMessage": "There are {0} players near drop, including you!", "NotifyAboutDirectionAroundOnDropLandMessage": "Airdrop is {0:F0} meters away from you! Direction: {1}", "NotifyAboutPlayersAroundOnSupplyThrownMessage": "There are {0} players around supply signal, including you.", "NotifyAboutDirectionAroundOnSupplyThrownMessage": "Someone launched supply signal {0} meters from you. Direction:{1}", "Directions": { "North": "North", "NorthEast": "NorthEast", "NorthWest": "NorthWest", "East": "East", "West": "West", "South": "South", "SouthWest": "SouthWest", "SouthEast": "SouthEast" }, "Prefix": "aire:", "Color": "orange" }, "DropLocation": { "MinX": -3500, "MaxX": 3500, "MinY": 200, "MaxY": 300, "MinZ": -3500, "MaxZ": 3500, "PlaneWidth": 3500.0, "PlaneHeight": 3500.0
-
Attached Files:
-
-