♂️ yParkour ♂️ ✨ Master the Art of Parkour in Minecraft! ✨
Plugin Overview
Title: yParkour
Tag Line: "Leap, Climb, and Conquer Your Way to Victory!"
⚙️ Features
️ Create and manage multiple parkour courses
✅ Checkpoint system with holograms
⏱️ Real-time scoreboard timers
Leaderboard tracking
Intuitive GUI management
Auto-update checker
Customizable messages and prefixes
Full Command List for /yp
/yp - Displays the main help menu for yParkour
/yp help - Shows detailed command usage
/yp create <courseName> - Creates a new parkour course with the specified name
/yp edit <courseName> - Opens the GUI to edit an existing course
/yp delete <courseName> - Deletes the specified course (admin only)
/yp start <courseName> - Starts the specified parkour course for the player
/yp stop - Stops the current parkour course for the player
/yp checkpoint <courseName> add - Adds a checkpoint at the player's location for the course
/yp checkpoint <courseName> remove <number> - Removes a specific checkpoint by number
/yp setstart <courseName> - Sets the start location for the course at the player's position
/yp setfinish <courseName> - Sets the finish location for the course at the player's position
/yp list - Lists all available parkour courses
/yp leaderboard <courseName> - Displays the leaderboard for the specified course
/yp reload - Reloads the plugin configuration (admin only)
/yp - Opens the main parkour management GUI
ℹ️ Notes ℹ️
Some commands may require admin permissions (e.g., yparkour.admin)
Use /yp help for in-game command confirmation
Code (YAML):
# Scoreboard configuration for yParkour scoreboard: # Settings for when a player is in a course in-course:
title: "&6&lyParkour " lines: -
"&7&m----------------" - "&b&l ᴘʟᴀʏᴇʀ: &f%player%" - "&e&l ᴍᴀᴘ: &f%course%" - "&a&l✅ ᴄʜᴇᴄᴋᴘᴏɪɴᴛ: &f%checkpoint%/%total_checkpoints%" - "&d&l⏱ ᴛɪᴍᴇ: &f%time%" -
"&7&m----------------" # Settings for when a player is not in a course default:
title: "&6&lyParkour ⭐" lines: -
"&7&m----------------" - "&b&l ᴘʟᴀʏᴇʀ: &f%player%" - "&c&l❌ ѕᴛᴀᴛᴜѕ: &fNot in a course
" - "&a&l ᴄᴏᴜʀѕᴇѕ
: &f%course_count%" -
"&7&m----------------"
Code (YAML):
# Leaderboard configuration for yParkour leaderboard: # Number of entries to show in the leaderboard max-entries: 10