HrdaFTC/Parkour
Find The Checkpoint – High-performance racing plugin
-----------------------------------------------------------------------
Features
- Real-time Race Logic: Start, Checkpoint, and Finish system using different Pressure Plate types.
- Flexible Checkpoint Management: Add or delete checkpoints in any order using specific IDs (e.g., /ftc addcp 3). The plugin automatically sorts them numerically for the race.
- Interactive Join Signs: Players can join arenas simply by clicking on a sign. Setup is as easy as looking at a sign and typing a command.
- Damage & Survival Mode: Optional allow-damage setting. If enabled, players who "die" are instantly teleported to their last checkpoint without losing items or their race progress.
- Dynamic Checkpoint Splits: Compares your current time at each checkpoint against your Personal Best (PB) with visual color-coded messages.
- Advanced Visuals:
- Holographic Leaderboards: Displays top players for each arena using DecentHolograms.
- Guidance Particles: Customizable particle pathfinding to show players the way to the next checkpoint.
- Language Auto-Update: No more manual config editing! The plugin automatically adds new translation keys to your existing language files upon update.
-----------------------------------------------------------------------
️ Administrative Commands
- /ftc create <name> - Initialize a new arena
- /ftc setstart <name> - Sets the starting line and places the block
- /ftc setfinish <name> - Sets the finish line and places the block
- /ftc addcp <number> <name> - Sets a specific CP (e.g., #3) and places a plate
- /ftc delcp <number> <name> - Removes a specific CP and its hologram/block
- /ftc sign <name> - Link a sign you are looking at to an arena
- /ftc leaderboard <name> - Spawns the leaderboard hologram
- /ftc delete <name> - Completely removes an arena and all its data
- /ftc reload - Reloads configurations and lang files
Player Commands
- /ftc cp - Teleport to your last reached checkpoint
- /ftc reset - Restart your current race
- /ftc leave - Exit the race and clear items
-----------------------------------------------------------------------
Dependencies
- DecentHolograms (Required for leaderboards and floating text)
- SQLite (Built-in, used for the database)
-----------------------------------------------------------------------
⚙️ Configuration
# Main Configuration
language: "en" # Supports multiple lang files
allow-damage: false # If true, players take damage/die in arenas
particles-enabled: true # Guide players to the next checkpoint
-----------------------------------------------------------------------