Power-ups

The glowing power-up boxes — self buffs and traps aimed at the racer ahead.

Glowing, rotating boxes are placed around the track (one every generator.powerup-every-blocks, default 40 blocks). Drive over one to trigger it. Boxes recharge after powerups.respawn-seconds (default 8).

Self buffs

Power-upEffect
SpeedA burst of extra speed (boosts the vehicle in car mode).
JumpA jump boost.
DashAn instant forward dash (powerups.dash-strength).
ShieldAbsorbs the next attack aimed at you.

Traps — aimed at the racer ahead

Power-upEffect on the leader ahead
SlowSlows their movement (slows their vehicle in car mode).
BlindBlindness.
ConfusionNausea / confusion.

A trap rolled by the current leader turns into a self-speed boost instead, so the front runner is never stuck with a useless pickup.

Tuning the odds

Each type has a probability weight in config.yml (set a weight to 0 to disable it):

powerups:
  enabled: true
  respawn-seconds: 8
  effect-duration-seconds: 6
  dash-strength: 2.2
  weights:
    SPEED_BOOST: 25
    JUMP_BOOST: 15
    DASH: 15
    SHIELD: 15
    SLOW_TRAP: 12
    BLIND: 8
    CONFUSION: 10

Next: Commands & permissions.