MotorcycleCombat

v1.1.0 Oxide Rust Free Download

MotorcycleCombat turns Rust motorcycles into fast combat bikes with a player spawn command, boost, jump, mounted minigun fire, reloads, HUD status, crash explosion risk, and optional unlimited fuel. Server owners can permission-gate access and tune the movement, weapon, reload, crash, and HUD behavior to fit PvP, PvE, event, or arena servers.

MotorcycleCombat - MotorcycleCombat turns Rust motorcycles into fast combat bikes with a player spawn command, boost, jump, mounted minigun fire, reloads, HUD status, crash explosion risk, and optional unlimited fuel.

MotorcycleCombat

v1.1.0 Oxide Rust

MotorcycleCombat turns Rust motorcycles into fast combat bikes with a player spawn command, boost, jump, mounted minigun fire, reloads, HUD status, crash explosion risk, and optional unlimited fuel. Server owners can permission-gate access and tune the movement, weapon, reload, crash, and HUD behavior to fit PvP, PvE, event, or arena servers.

Free Rust plugin

Download the plugin source directly, review the configuration example, then install it in your Oxide/uMod plugins folder.

Free Download
4 views
2 downloads

Features

  • Player motorcycle spawning with /moto, spawn cooldown, mount checks, water checks, and building-blocked checks.
  • Boost system with configurable thrust multiplier, fuel duration, recharge time, activation sound, and loop effect.
  • Jump system for motorcycles with configurable jump force, cooldown, and sound effect.
  • Mounted minigun with configurable damage, bullet velocity, gravity, aimcone, fire rate, range, magazine size, reload time, sound, muzzle flash, and impact effects.
  • Crash explosion behavior with configurable crash speed threshold, explosion effect, and fire effect.
  • Optional unlimited motorcycle fuel for combat/event servers.
  • HUD display for boost, jump, ammo, reload, and rider state.
  • Permission-gated access through motorcyclecombat.use, with a config switch to open access to everyone.

Installation

  1. Download MotorcycleCombat.cs.
  2. Upload it to oxide/plugins/ on your Rust server.
  3. Let Oxide compile the plugin and generate oxide/config/MotorcycleCombat.json.
  4. Edit the generated config to tune movement, minigun, crash, HUD, fuel, and permission behavior.
  5. Reload with oxide.reload MotorcycleCombat.
  6. If RequirePermission is enabled, grant motorcyclecombat.use to players or groups that should spawn and use combat motorcycles.

Configuration

The generated configuration controls access, movement, weapon tuning, reloads, crash risk, HUD visibility, and fuel behavior.

{
  "RequirePermission": true,
  "BoostThrustMultiplier": 0.5,
  "BoostFuelDuration": 1.0,
  "BoostRechargeTime": 10.0,
  "JumpForce": 15.0,
  "JumpCooldown": 3.0,
  "MinigunDamage": 15.0,
  "MinigunRange": 300.0,
  "MinigunBulletVelocity": 400.0,
  "MinigunBulletGravity": 0.6,
  "MinigunAimconeDegrees": 0.6,
  "MinigunRoundsPerSecond": 8.0,
  "MinigunMagazineSize": 80,
  "MinigunReloadTime": 25.0,
  "CrashSpeedThreshold": 20.0,
  "EnableHUD": true,
  "UnlimitedFuel": true
}

For public PvP servers, keep RequirePermission enabled and use conservative minigun damage. For event servers, lower recharge times and enable unlimited fuel to keep motorcycles active.

Commands

Command Description Permission
/moto Spawns a combat motorcycle in front of the player when location, cooldown, and permission checks pass. motorcyclecombat.use when RequirePermission is enabled

Permissions

Permission Description
motorcyclecombat.use Allows a player to spawn and use combat motorcycles when RequirePermission is enabled.

Plugin Information

Version 1.1.0
Platform Oxide
Game Rust
License Free