About Auto Hover
Auto hover V2
adds auto-hover functionality to helicopters, allowing pilots to engage automatic hovering. The plugin also provides manual control capabilities, enabling pilots to toggle between auto-hover and manual controls with specific permissions. It works with multiple helicopter types, such as minicopters, scrap helicopters, and attack helicopters.
Key Features:
Auto-Hover:
The pilot can engage auto-hover when they switch seats while in control of a helicopter.
The helicopter will maintain its height , with the option to manually control movement while hovering.
Auto-Landing:
If the pilot jumps out while flying the helicopter will try and land safely if they have the relevant permission granted
Manual Controls:
While in auto-hover, the player who toggled auto hover can toggle manual controls by pressing duck / left ctrl (e.g., pitch, roll, and yaw) to steer the helicopter using defined keybindings.
Manual controls can be used in tandem with auto-hover, allowing more dynamic flight control allowing the player to preform flips barrel rolls or just aim the helicopter in a better location to take out their target
Permissions:
Auto hover: this grants access to the auto hover function
AutoHover.attack
AutoHover.mini
AutoHover.scrap
Auto landing: this grants access to the auto landing function. Auto hover permission is also needed to use this
utoHover.attack.autoland
AutoHover.mini.autoland
AutoHover.scrap.autoland
Manual Controls: this grants access to the manual control function. Auto hover permission is also needed to use this
AutoHover.attack.manual_controls
AutoHover.mini.manual_controls
AutoHover.scrap.manual_controls
Controls
W : makes the helicopter lean foward
A : makes the helicopter turn left
S : makes the helicopter lean backwards
D : makes the helicopter turn right
E : makes the helicopter level out
While holding sprint
A : makes the helicopter lean left
D : make the helicopter lean right
Quick video showing what the plugin is capable of
Config
{ "Use toast style messages": true, "How long will the controls toast message stay on screen": 15.0, "Auto level out helicopter when toggling auto hover": true, "Torque settings for manual controls": { "minicopter.entity": { "torque Amount Pitch. Tilt foward / back": 100.0, "torque Amount Yaw. Lean left / right": 100.0, "torque Amount Roll. Turn left / right": 100.0 }, "attackhelicopter.entity": { "torque Amount Pitch. Tilt foward / back": 800.0, "torque Amount Yaw. Lean left / right": 1450.0, "torque Amount Roll. Turn left / right": 800.0 }, "scraptransporthelicopter": { "torque Amount Pitch. Tilt foward / back": 700.0, "torque Amount Yaw. Lean left / right": 700.0, "torque Amount Roll. Turn left / right": 700.0 } } }
Lang
{
"Auto hover on": "Auto hover engaged",
"Auto hover on with controls": "Auto hover engaged. Press duck to toggle manual controls",
"Auto hover disengaged": "Auto hover disengaged",
"Manual Controls on": "Manual controls activated\n\nW = lean foward D = lean back\nA = turn left D = turn right\nWhile holding sprint A = lean left D = lean right\nE = level out helicopter",
"Manual Controls off": "Manual controls off",
"Auto laning engaged": "Auto landing has begun",
"Auto laning complete": "Your helicopter has landed safely",
"Auto laning canceled": "Auto landing canceled"
}
Thank you Kobani for helping with the testing of the plugin