HomeJavaModsHikariVehicle
HikariVehicle
ModsJava

HikariVehicle

by HyacinthHaru · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.5–26.2 · Bukkit⬇ Download for 1.21.5–26.2 · Paper⬇ Download for 1.21.5–26.2 · Purpur⬇ Download for 1.21.5–1.21.11 · Spigot
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

HikariVehicle

A ground vehicle plugin for Minecraft Paper servers

Turn minecarts into drivable ground vehicles.

Minecraft Java License

English | 简体中文


Features


Installation

  1. Download the latest HikariVehicle-x.x.x.jar from Releases.
  2. Place it in your server's plugins folder.
  3. Start the server.
  4. Adjust plugins/HikariVehicle/config.yml, then run /hv reload.

Requirements


Usage

Placing a vehicle

Right-click any solid block with a minecart to place it on the ground (not just on rails).

Driving

  1. Right-click the minecart to enter.
  2. W — Accelerate forward
  3. S / Sneak — Brake
  4. A / D — Turn assist
  5. Mouse — Steering direction
  6. Sneak while stopped — Exit the vehicle

Bedrock players (via Geyser) auto-accelerate while not sneaking and brake by sneaking, since precise key input isn't reliably available.

Fuel

Vehicles consume fuel items from your inventory only while accelerating. Defaults:

Item Burn Time
Coal / Charcoal 120s
Coal Block 1200s
Blaze Rod 180s
Lava Bucket 600s
Other burnables 60s

Commands

Command Description Permission
/hv Show plugin version
/hv reload Reload configuration hikarivehicle.admin

Permissions

Permission Description Default
hikarivehicle.drive Drive vehicles true
hikarivehicle.place Place minecarts on the ground true
hikarivehicle.admin Admin commands (/hv reload) op

Configuration

# Language: zh_cn (简体中文) or en_us (English)
language: zh_cn

# Movement settings
movement:
  max-speed: 10.0          # Maximum speed (blocks/second)
  acceleration: 2.0        # Acceleration (blocks/second²)
  coast-friction: 0.92     # Friction when coasting
  brake-friction: 0.80     # Friction when braking
  min-speed: 0.1           # Minimum speed threshold

# Steering settings
steering:
  max-turn-rate: 15.0      # Max turn rate (degrees/tick)
  turn-damping: 0.3        # Speed-dependent turn damping
  key-turn-rate: 5.0       # A/D key turning boost

# Terrain settings
terrain:
  step-height: 0.5         # Max climbable height (0.5 = slabs)

# Fuel system (only burns while accelerating)
fuel:
  enabled: true
  items:
    COAL: 120
    CHARCOAL: 120
    COAL_BLOCK: 1200
    BLAZE_ROD: 180
    LAVA_BUCKET: 600
  default-burn-time: 60

# Durability system
durability:
  enabled: true
  max-durability: 1000
  distance-per-durability: 10.0

# Collision settings (damage scales with speed)
collision:
  enabled: true
  damage: 1.0              # Base damage at min-speed (HP; 2 HP = 1 heart)
  max-damage: 4.0          # Cap reached at movement.max-speed (HP)
  min-speed: 3.0           # Minimum speed (m/s) to deal damage
  knockback: 0.5
  damage-cooldown: 20      # Ticks between damage to the same entity (20 = 1s)
  death-track-window: 100  # Death attribution window (ticks)

# Hazard settings
hazards:
  water:
    eject-delay: 20        # Ticks before water ejection
  lava:
    instant-destroy: true

# Visual effects
effects:
  exhaust:
    enabled: true
    type: SMOKE            # Light trail; CAMPFIRE_SIGNAL_SMOKE is the heavy column
    count: 1
    only-when-accelerating: true

Rail Compatibility

HikariVehicle is designed to coexist with rail-transit plugins:


Building

git clone https://github.com/HyacinthHaru/HikariVehicle.git
cd HikariVehicle
mvn clean package

The compiled JAR will be in target/HikariVehicle-x.x.x.jar.


License

Licensed under the MIT License — see LICENSE.


Credits

Developed for the HikariCraft server.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more