EasyRandomJump
A lightweight jump-and-run generator that creates a fresh parkour course for every run in its own world (all runs are in one specific world). Pick a difficulty, get a short cinematic preview, and start jumping. Checkpoints, scoreboards and small QoL tools keep the experience smooth. Stats are tracked so you can view your times and compare with others.
What it does
- Generates a unique parkour course on demand in a temporary void world
- Provides multiple difficulties (Easy → Expert) plus special modes: Timed Run, Night, Slippy, OneLife, Explosive, Sky
- Adds checkpoints, start/end platforms, and an optional cinematic flyover preview
- Tracks completions, times, deaths and XP rewards per difficulty
- Offers simple GUIs for stats, best times and leaderboards
- Optional spectate command to watch another player’s run (server-toggleable)
Why use it
- Minimal setup, quick to get started
- Courses feel varied thanks to weighted jump templates
- Clear feedback: titles, chat messages, and a clean scoreboard
- Stores progress locally (YAML) or in MySQL for servers that need scale
Core features
-
Difficulties: Easy, Medium, Hard, Expert, plus special modes:
-
Timed Run: choose a time limit, then pick any difficulty
-
Night: night atmosphere and phantoms that push you back
-
Slippy: speed and ice, move faster but control your footing
-
OneLife: one death ends the run
-
Explosive: explosive pads keep you on your toes
-
Sky: airy layouts with small levitation effects
-
Checkpoints: return to the last checkpoint or the start via hotbar items
-
Cinematic preview: optional short flyover before you begin
-
Scoreboard: live time, checkpoints and difficulty
-
Stats: view personal stats, best times, and leaderboards via GUIs
-
Admin tools: queue cleanup safety GUI, disable specific difficulties, reload config
Commands
- Start a run: /erj start <easy|medium|timedrun|night|hard|expert|onelife|slippy|explosive|sky>
- Leave/return: /erj leave
- Stats GUIs: /erj stats, /erj times, /erj leaderboard <runcount|time|score> [difficulty]
- Spectate (optional): /erj spectate <player>
- Check player: /erj check <player>
- Admin TP to generator: /erj tp
- Admin queue cleanup (safety GUI): /erj queuecleanup
- Reload configuration: /erj reloadconfig
Permissions
- Admin bundle: erj.admin (includes reset, spectate, tp, queuecleanup, reload)
- Or use single nodes: erj.reset, erj.spectate, erj.tp, erj.queuecleanup, erj.reload
Storage
- Local YAML (default) or MySQL. Switch in config.yml.
Notes
- Spectate can be disabled in config if you prefer stricter separation
- All messages, scoreboard titles and GUIs are configurable
If you want a plug-and-play parkour experience that stays flexible and honest about what it does, EasyRandomJump is a good fit. It doesn’t try to be an all-in-one minigame suite—just a clean, configurable parkour generator with useful quality-of-life features.