ParkourPro | Premium Parkour Plugin v1.0.7-1

Advanced Minecraft parkour plugin with Discord integration, medals, time limits, visibility controls
v1.0.7-1 Changelog

- Fully fixed tps and lagg issue because of leaderboard hologram.

- Added feature so only a start and end is needed to start a parkour not a
checkpoint is needed.

- Fixed reset look position.
Fixed lagg issue because of entity duplaction glitch
v1.0.6-1 Changelog

Fixed language files not loading — plugin now extracts all 23 language files to the languages/ folder on first start
Fixed prefix not updating when editing a language file
Fixed /parkour reload not refreshing messages after config edits
Set version to 1.0.6-1
Fixed leaderboard hologram entity count.
✨ Dynamic TextDisplay Holograms

Bring your parkour courses to life with fully customizable floating holograms powered by Paper's native TextDisplay entities. Each hologram type — start, end, checkpoint, and leaderboard — can be configured independently with its own appearance settings.

Features:

Per-type customization — style start, end, checkpoint, and leaderboard holograms separately using /parkour sethologramdisplay <name> <type> <property> <value>
MiniMessage & legacy color codes — full support for both MiniMessage syntax (<gradient:gold:yellow>Text</gradient>, <rainbow>, <bold>, etc.) and classic & color codes anywhere text is configured
Background color — set a custom hex color (#RRGGBB), make it fully transparent, or keep Minecraft's default dark panel
Billboard modes — center, fixed, vertical, or horizontal facing
Scale — resize any hologram from tiny indicators to large displays
See-through — render holograms visible through walls
Live leaderboard — auto-updating top times displayed as a floating board, configurable refresh interval
%best_time% placeholder — show the current world record directly on the start hologram
Moveable — reposition any hologram independently of its plate using /parkour movehologram
Holograms are automatically created when you set a start, end, checkpoint, or leaderboard plate, and persist across server restarts. Fully compatible with Paper 1.19.4+.
V1.0.5-2

Fix with start pressure plate look position
added minimessage support
ParkourPro & ParkourProLite — v1.0.5-1

Little bug fix with look direction checkpoints.
ParkourPro & ParkourProLite — v1.0.5
A focused bug-fix and quality-of-life update addressing several reported issues and adding a handful of useful improvements.

🐛 Bug Fixes
Death handling — Players who die during a parkour run now keep their inventory and respawn at their last checkpoint or reset location, instead of being sent to world spawn.
Inventory restore — Parkour items are now properly cleared before the player's saved inventory is restored, fixing a bug where items wouldn't return to slots 3, 4, and 5.
Pressure plate spam — The "already in parkour" message is now debounced (10-second cooldown), so stepping on a plate repeatedly no longer floods chat.
Command block teleports — Teleports triggered by command blocks no longer accidentally cancel an active parkour run.
Admin bypass scope — Admin bypass now only applies to /parkour subcommands, not to all commands while in parkour.
Wizard double-fire — Item-use events in the creation wizard are debounced to prevent double activation on 1.8.

✨ Item Lore Rework (ParkourPro only)

The hidden §0PK: marker previously appended to item lore has been removed entirely.
Item type is now detected by material + display name, giving you full control over lore.
Default lore in config.yml is now &6PK:&eTELEPORT, &6PK:&eRESET, and &6PK:&eCANCEL — fully editable or removable.


💬 Messages
Any message in messages.yml can now be silenced by setting it to "" — no message will be sent at all.

🤖 Discord (ParkourPro only)

The /scoreboard command description and option description are now configurable via config.yml:

yamldiscord:
command-description: "Show the top players for a parkour"
option-description: "Name of the parkour (auto-detected if only one exists)"

/parkour reload now re-registers the Discord slash command instantly — no server restart needed when changing descriptions.
The parkour argument for /scoreboard is now optional — if only one parkour exists, it is auto-detected.


Thanks for all the reports and feedback that made this update possible. As always, feel free to open an issue or reach out if you run into anything!
This update brings a highly requested feature — a full parkour locking system — alongside a wave of fixes and improvements across the board.
━━━━━━━━━━━━━━━━━━━━━━
🔒 LOCKING SYSTEM
━━━━━━━━━━━━━━━━━━━━━━
Parkours can now be locked behind a required permission node and/or the completion of another parkour. Both conditions are checked asynchronously when a player tries to start, so there's no performance impact. Locks can be toggled globally via config (locks.enabled) or on the fly with /parkour togglelocks. New commands /parkour setrequiredpermission and /parkour setrequiredcompletion let you configure these conditions per parkour without editing any files. Lock status is saved and loaded alongside the rest of the parkour data.
━━━━━━━━━━━━━━━━━━━━━━
🛡️ COMMAND & TELEPORT EXPLOIT FIX
━━━━━━━━━━━━━━━━━━━━━━
Players can no longer use commands or teleport during an active parkour run, closing a commonly abused loophole.
━━━━━━━━━━━━━━━━━━━━━━
💀 DEATH & RESPAWN
━━━━━━━━━━━━━━━━━━━━━━
Death handling now properly falls back to the last checkpoint, or the start if none is set. A toggle in the config controls whether this behavior is enabled by default.
━━━━━━━━━━━━━━━━━━━━━━
🎒 QUIT & INVENTORY FIX
━━━━━━━━━━━━━━━━━━━━━━
Inventory restore and reset now only trigger when the player is actually in a parkour, preventing items from being incorrectly wiped when using Multiverse or similar plugins.
━━━━━━━━━━━━━━━━━━━━━━
🛫 LEAVE & FLIGHT
━━━━━━━━━━━━━━━━━━━━━━
Forced flight is no longer enabled when leaving or finishing a parkour, which was causing unintended behavior for players without flight permissions.
━━━━━━━━━━━━━━━━━━━━━━
📊 ACTIONBAR FIX
━━━━━━━━━━━━━━━━━━━━━━
Added a safe fallback to prevent a NoSuchMethodError crash on servers running 1.8.
━━━━━━━━━━━━━━━━━━━━━━
🪨 CHECKPOINT & IRON PLATE DETECTION
━━━━━━━━━━━━━━━━━━━━━━
Iron pressure plate detection has been expanded so checkpoint plates are recognized more reliably.
━━━━━━━━━━━━━━━━━━━━━━
📍 SETEND FIX
━━━━━━━━━━━━━━━━━━━━━━
Corrected a location comparison bug in the /parkour setEnd logic that was causing incorrect end point behavior.
━━━━━━━━━━━━━━━━━━━━━━
🧙 PARKOUR CREATION WIZARD
━━━━━━━━━━━━━━━━━━━━━━
Sync and removal handling in the creation wizard has been adjusted for more consistent behavior.
━━━━━━━━━━━━━━━━━━━━━━
🔧 LITE FIX
━━━━━━━━━━━━━━━━━━━━━━
Restored the addcheckpoint command case in ParkourProLite — checkpoint setting was broken and is now working again.
Buy a license now
$15.00
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
1 year
Share and earn
Refer this resource and earn a 10% commission.
3,044 Views
11 Purchases
13 Downloads
Dec 23, 2025 Published
Jun 19, 2026 Updated
5.00 star(s)
Average rating (3)
26.5 MB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. No
Type
  1. Minigame
  1. Technology
  1. Discord
Game mode
  1. Parkour
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
  1. 1.15
  1. 1.14
  1. 1.13
  1. 1.12
  1. 1.11
  1. 1.10
  1. 1.9
  1. 1.8
Supported languages
  1. English
Creator
Owner
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,211 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,177 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,099 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 71 ratings
2,813 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,581 purchases
Share and earn
Refer this resource and earn a 10% commission.
3,044 Views
11 Purchases
13 Downloads
Dec 23, 2025 Published
Jun 19, 2026 Updated
5.00 star(s)
Average rating (3)
26.5 MB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. No
Type
  1. Minigame
  1. Technology
  1. Discord
Game mode
  1. Parkour
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
  1. 1.15
  1. 1.14
  1. 1.13
  1. 1.12
  1. 1.11
  1. 1.10
  1. 1.9
  1. 1.8
Supported languages
  1. English
Creator
Owner
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,211 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,177 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,099 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 71 ratings
2,813 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,581 purchases
Top