SuperLobby Parkour
Parkour minigame for lobby. Features procedural generation, 1v1 battles, leaderboards, and dynamic events.
- Загрузки
- 112
- Подписчики
- 1
- Обновлён
- 20 марта 2026 г.
- Лицензия
- MIT
Опубликован 17 марта 2026 г.
LobbyParkour is an infinite, procedurally generated parkour minigame designed specifically for server lobbies.
The parkour path only exists on the client side. This allows hundreds of players to run parkour in the exact same physical space simultaneously without ever colliding or seeing each other's blocks.
Core Features
- Instanced Generation: Every player gets their own unique, infinitely generating path. The generator mathematically calculates jumps so the path bounces off invisible walls and never leaves your defined boundary box.
- Head-to-Head Battles: Players can challenge each other using
/parkour battle <player>. Battles are instanced side-by-side, tracking who survives the longest. - Dynamic Events: Every 20 jumps, a boss-bar roulette spins and triggers one of 10 custom challenges (Ender Pearl Toss, Fading Wool, Ghost Blocks, Honey Slides, Ladder Flicks, and more).
- In-Game Setup Wizard: No manual config editing is required for setup. Use
/parkour setupto open a GUI, draw your 3D boundary box, define start zones, and toggle specific events. - Native Localization: The plugin automatically detects a player's Minecraft client locale and serves messages/tutorials in their native language (ships with English and Spanish by default).
- Leaderboards: Automatically tracks personal bests and global top scores.
Commands & Permissions
/parkour start- Start a solo parkour run./parkour top- View the server leaderboard./parkour battle <player>- Challenge another player./parkour setup- Open the admin setup GUI (Requireslobbyparkour.setupor OP).
Installation & Anti-Cheat Configuration
Because this plugin uses ghost blocks, the vanilla server will think players are walking on air. You must adjust your server configuration to prevent players from getting rubber-banded or kicked for flying:
- Open your server's
spigot.ymlfile. - Change
moved-wrongly-thresholdto10.0or higher. - Change
moved-too-quickly-multiplierto100.0or higher. - In
server.properties, ensureallow-flight=trueis set. (Note: The plugin handles its own flight-checks during parkour to prevent actual cheating). - Restart your server, hop in-game, and use
/parkour setupto draw your arena.
Ченджлог
1.0-alpha.2Альфа1.21.9, 1.21.10, 1.21.11 · 20 марта 2026 г.
Bug Fixes & Adjustments:
- Fixed an issue where events disabled in the setup GUI would still trigger during the parkour roulette. The generator now correctly reads the active events from the configuration.
- Fixed a configuration path bug that caused saved Start Zones to disappear when re-opening the setup GUI to edit an existing arena.
- Fixed the Modrinth update checker failing to connect. The HTTP request now includes the strictly required User-Agent header for the Modrinth API.
- Fixed formatting issues in GUI titles, items, and the leaderboard. The language manager was updated to allow disabling the chat prefix in contexts where it was causing visual clutter.
1.0-alpha.1Альфа1.21.9, 1.21.10, 1.21.11 · 19 марта 2026 г.
First alpha release of the plugin.
Plugin still under active development.
Please be aware that this plugin can contain bugs/inconsistencies.
Комментарии
Загружаем…