Well all I changed was the cinfig max to 2 and it still drops 3 most the time
Airdrop Controller [Unmaintained]
Discussion in 'Plugin Support' started by Reneb, Feb 5, 2015.
-
Great work Reneb. I am having the same issue. It also seems to be messing up the airdrop_settings config as well. A server restart seems to fix it but any later changes to the config will not affect the plugin.
-
no reason for it to mess with airdrop_settings at all.
-
Reneb updated Airdrop Controller with a new update entry:
Compatibility with airdrop-settings
-
-
yes
-
-
hello,
for standard 4000size map my config as follows;
Code:{ "Drop": { "MinX": -1500, "MaxX": 1500, "MinZ": -1500, "MaxZ": 1500, "MinY": 200.0, "MaxY": 300.0, "MinCrates": 1, "MaxCrates": 1, "MinDropCratesInterval": 3, "MaxDropCratesInterval": 10, "ShowDropLocation": true }, "Airdrop": { "Speed": 40.0 } }[code]when I call airdrop, there is a 2 drop despite config set for 1
Last edited by a moderator: Feb 10, 2015 -
error -
I'm also getting the following since yesterdays rust/oxide update.
Yet I've not changed the config since the update.
Current config:
Code:{ "Drop": { "MinX": -4294966796, "MaxX": 4294966796, "MinZ": -4294966796, "MaxZ": 4294966796, "MinY": 200.0, "MaxY": 300.0, "MinCrates": 1, "MaxCrates": 3, "MinDropCratesInterval": 3, "MaxDropCratesInterval": 10, "ShowDropLocation": true }, "Airdrop": { "Speed": 40.0 } }
Last edited by a moderator: Feb 10, 2015 -
wtf is this: "MinX": -4294966796,
"MaxX": 4294966796,
"MinZ": -4294966796,
"MaxZ": 4294966796,
???
of course you get an error --' -
-
yes i'll look into it later.
-
-
well it's a bug XD
if your map is 4000x4000
then it should be fro -1500 to 1500
if it's 8000x8000
it should be -3500 to 3500
(worldsize / 2) - 500 -
Thanks, I've mad the adjustment so will see how it goes.
-
-
Reneb updated Airdrop Controller with a new update entry:
fix airdrop crapes throwing minimum 2 crates.
-
for me on airdrop.toplayer it is stuck in the air... dosnt fall down :/
Found the solution had a wrong number in the config...Last edited by a moderator: Feb 12, 2015 -
For some reason the plugin wont work yet the airdrop settings will do. Every time i edit the airdrop controller config and then start the server it resets the config. Please help