Airdrop Extended [Unmaintained]
Discussion in 'Plugin Support' started by Wulf, Jul 14, 2015.
-
Also RCON neither accepts aire. or airdropextended. (doesn't find the command) , yet still in chat I can only use aire., whereas airdropextended. gives me the 'command not found' error.
Nonetheless I can live with that, so no worries on my part here. -
-
Here's what I did in detail:
1) Deleted AirdropExtended.cs, airdropExtended.json and airdropExtended_defaultSettings.json
2) Shut down the server
3) Copied AirdropExtended.cs to plugin folder
4) Restarted the server
5) New files generated on boot-up: airdropExtended.json, airdropExtended_defaultSettings.json
6) Started up RUST and tested via /aire.test; encountered multiple items with defaultSettings
7) RCON still doesn't accept any command, chat still only /aire.
-
The plugin works fine.. but this error happens every time I try to load the plugin...
Not sure how big of a deal these errors are.. but figured I better try and get it fixed..
THANKS!
Code:[Oxide] 17:18 [Info] [aire]: Plane limit enabled:False [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canload' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canreload' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cansave' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cangenerate' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canminfreq' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canmaxfreq' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canplayers' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canevent' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cantimer' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cansupply' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.candespawntime' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canplanelimit' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canenableplanelimit' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canplanespeed' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cancrates' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canonelocation' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cansetitem' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cansetitemgroup' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cancapacity' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.candrop' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canmassdrop' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.candroptopos' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.candroptoplayer' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.candroptome' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canlocalize' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cannotify' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cansetcustomloot' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cansetpickstrategy' (by plugin 'AirdropExtended') [Oxide] 17:18 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cantest' (by plugin 'AirdropExtended')
Last edited by a moderator: Mar 16, 2016 -
[DOUBLEPOST=1458097588][/DOUBLEPOST] -
I've fixed multiple items by setting the PickStrategy from 0 to 1. -
-
Why the airdrops flying to wrong position?
Solved. sorry.
I entered wrong command.
/aire.drop tome - /aire.tome
))Attached Files:
-
-
Get alot of errors. but the plugin seems to work anyways so
Code:[Oxide] 15:20 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canload' (by plugin 'AirdropExtended') [Oxide] 15:20 [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canreload' (by plugin 'AirdropExtended')
Last edited by a moderator: Mar 20, 2016 -
-
Does anyone know how to make the planes not lag at the time they drop with this plugin?
I get the vapour trails draw in front of planes and a lag at time of drop. Turn plugin off and no lag and no forward vapour trails -
Airdrop Extended | Page 27 | Oxide -
air drops always drop the same location eventhough i set the onelocation to false
-
if anyone else is using custom loot and is crashing, i don't think you can have "0" as a minimum amount
for example this kept crashing my server
{
"Name": "autoturret",
"ChanceInPercent": 50.0,
"MinAmount": 0,
"MaxAmount": 1,
"IsBlueprint": false
}
Simple changing "MinAmount": 0 to 1 fixed the issue.
If you need to troubleshoot what is crashing the server, change each category to
"MaximumAmountInLoot": 0, and then when your ingame, bind L "aire.test" and spam L and enable each category 1-by-1 and /aire.reload each time. -
-
I have a map which is 3000 and i constantly get drops going off land and landing in the sea what can i do to stop this and keep them dropping on the land?
-
Can you update the main page for this instead of me trying to find the right file in all of these comments? I can't get this to work, and it won't accept any commands either from aire.??? or airdropextended.??? though I can reload it just fine without errors.