This plugin adds a functional horn to motorbikes, sidecars, and pedal bikes, letting players honk while riding.
Recommended Plugins
- Sidecar Storage - Adds stash containers to motorbike sidecars.
Permissions
bikehorn.use
- Players without this permission will not be able to honk the horn while riding a bike.
Configuration
JSON:
{
"Version": "1.3.0",
"Horn Button": "USE",
"HornEffectPrefab": "assets/content/nexus/ferry/effects/nexus-ferry-departure-horn.prefab",
"Enable Door Interaction": true
"Door Interaction Range": 10.0,
"Bike Short Prefab Names": [
"motorbike_sidecar",
"motorbike",
"pedalbike"
]
}
Horn Button
- The button used to activate the horn while riding a bike. You can change this to any valid button name supported in Rust, such asFIRE_PRIMARY
,FIRE_SECONDARY
, orRELOAD
.Enable Door Interaction
- Determines whether the horn can interact with nearby doors to open or close them.Door Interaction Range
- The range within which doors can be opened or closed using the horn.Bike Short Prefab Names
- A list of bike prefab names that the plugin will enable the horn functionality for.