Vertical parkour minigame powered by the Mace & Wind Burst (1.21+)
Creating an arena in G-Rise is simple and handled entirely in-game using the visualizer.
/gr admin create <name>/gr admin setgoal <name> <Y-coordinate>/gr admin setradius <name> <radius>/gr admin setentity <name> SLIME
Permission: grise.use (Default: true)
| Command | Description |
|---|---|
| /gr play <arena> [difficulty] | Join an arena solo. Difficulty defaults to Easy. Console can append [player] name to force join. |
| /gr race <arena> | Join the multiplayer race queue. |
| /gr leave | Leave your current game and return to the lobby. |
| /gr stats [player] | View your stats or someone else's (Games played, wins, best times). |
| /gr top <difficulty> | Show the top 10 leaderboard for a specific difficulty. |
Permission: grise.admin (Default: OP)
| Command | Description |
|---|---|
| /gr admin create/delete <name> | Create or delete an arena. |
| /gr admin setspawn <name> | Updates the arena's spawn point to your location. |
| /gr admin setglow <name> <r> <g> <b> | Applies a custom RGB glowing outline to the target entities. |
| /gr admin reload | Reloads config.yml and messages.yml. |
G-Rise is highly customizable. Here are some of the most important values in your config.yml.
# Fine-tune the Mace physics (Works in Survival & Creative)
mace:
wind-burst-power: 1.2 # Base upward power per hit
wind-burst-multiplier: 1.2 # Extra multiplier
# Combo Milestones (Executes console commands on streak)
rewards:
enabled: true
milestones:
25:
title: "&c&lCOMBO x25!"
subtitle: "&4Unstoppable!"
command: "give %player% diamond 1"
# Anti-stuck mechanics
game:
fall-watch-timeout-ticks: 60 # Time before rescue activates
rescue-levitation-ticks: 40 # 2 seconds of levitation burst
rescue-levitation-amplifier: 9