G-Rise

Vertical parkour minigame powered by the Mace & Wind Burst (1.21+)

Overview: G-Rise is an innovative minigame where players use the Mace with the Wind Burst enchantment to bounce off entities (Wardens by default) and climb to the goal. It supports Solo modes with multiple difficulties and a multiplayer Race mode!
G-Rise Gameplay

Core Features

Arena Setup Guide

Creating an arena in G-Rise is simple and handled entirely in-game using the visualizer.

  1. Stand where you want the players to spawn and type: /gr admin create <name>
  2. Set the winning height (Goal Y). The visualizer will show you a gold particle ring at this height: /gr admin setgoal <name> <Y-coordinate>
  3. Set the playable radius (cyan border): /gr admin setradius <name> <radius>
  4. (Optional) Change the target entity from Warden to Slime, Magma Cube, etc: /gr admin setentity <name> SLIME
G-Rise Setup Administration

Commands & Permissions

Player Commands

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.

Admin Commands

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.

Configuration Highlights

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