About CargoPlaneEvent
The plugin accelerates CargoPlan and AirDrop and allows you to change the smoke duration from Supply Drop
We can edit the speed of CargoPlane and AirDrop through the command:
/cargo set speedairdrop <value>: Sets the airdrop speed multiplier. The value must be between 1 and 10. /cargo set speedcargoplane <value>: Sets the cargo plane's speed multiplier. The value must be between 1 and 100. /cargo set supplyduration <value>: Sets the duration of smoke from Supply Signal. The value must be between 1 and 600 seconds.
Permission to use the command /cargo
cargoplaneevent.admin
Configuration file
{ "AirdropSpeedMultiplier": 1.0, "CargoPlaneSpeedMultiplier": 1.0, "SupplySignalSmokeDuration": 300.0 }
Lang
{ "NoPermission": "<color=#FF0000>You don't have permission to use this command.</color>", "InvalidUsage": "<color=#FFA500>Usage: /cargo set <speedairdrop | speedcargoplane | supplyduration> <value></color>", "InvalidValue": "<color=#FFFF00>Value must be a number between {0} and {1}.</color>", "SpeedSetSuccess": "<color=#00FF00>{0} speed multiplier set to {1}.</color>", "SmokeDurationSetSuccess": "<color=#00FF00>Supply Signal smoke duration set to {0} seconds.</color>" }
The lang file supports Hex colors