Enables minicopter, scrap transport helicopter and chinook to hover without pilot
Supported Games
Permissions
helicopterhover.canhover-- Enables use of/hoverchat command
Chat Commands
Use /hover while in driver seat to toggle hover.
Will display hover status in chat. ("Helicopter hover: enabled/disabled")
Console Commands
helicopterhover.hover
Bind to a key with bind <key> helicopterhover.hover
Configuration
{
"Broadcast message on mounted": true,
"Permissions": {
"Scraptranporthelicopter can hover": true,
"Chinook can hover": true,
"Enable hover with two occupants": true,
"Passenger can toggle hover": true
},
"Hovering": {
"Timed hover": false,
"Timed hover duration": 60.0,
"Use fuel while hovering": true,
"Keep engine on when hovering": true,
"Enable helicopter rotation on hover": true,
"Disable hover on dismount": true,
"Disable hover on change seats": false
}
}
- Scraptransporthelicopter can hover - Can the scrap helicopter hover.
- Chinook can hover - Can the chinook hover.
- Enable helicopter rotation on hover - Enable player to steer minicopter with mouse while hovering.
- Enable hover with two occupants - Can the helicopter hover when there is a driver and a passenger. (If set to true, will allow hovering with any number of players, false will only allow hovering if one person is in the helicopter).
- Keep engine on when hovering - Keep engine on when switched to passenger seat and when dismounted (dismounting the passenger seat or dismounting any seat with disable hover on dismount set to false).
- Disable hover on dismount - If player jumps out of helicopter while hovering, does helicopter stay floating in the air or fall to the ground.
- Use fuel while hovering - Does the helicopter use fuel while hovering.
- Passenger can toggle hover - Can the passenger of the helicopter toggle the hover.
- Helicopter hover duration - How long (in seconds does the hover last for (just use a big number if you want it to last a long time).
- Broadcast message on mounted - Does the plugin broadcast the 'use /hover' message to players when they mount a helicopter.
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

