A simple plugin that provides a parkour timer with action bar updates for Paper-based lobby servers.
- Start/stop timers
- Checkpoints
- Action bar timer display
- Restart/cancel timer using inventory control items
- Timeout handling if maximum parkour time is exceeded
- Reset location for players
- Maximum parkour time
- Messages for start, complete, reset, cancel, timeout
- Action bar format
- Sounds for start and completion
(Default config.yml is generated on first run.)
If you want ParkourTimer to store data in a MySQL database, you can use XAMPP to set it up locally:
- Open the XAMPP Control Panel.
- Start Apache and MySQL.
- Click Admin next to MySQL in the XAMPP Control Panel.
- This opens phpMyAdmin in your browser.
- Go to User Accounts and click Add user account.
- Enter:
- Username:
parkour - Password:
password
- Username:
- Click Create database with same name and grant all privileges.
- Click Go.
Edit config.yml:
database:
host: localhost
port: 3306
name: parkour
user: parkour
password: password- Current Version: 1.1.0
- API Version: 1.20
- Hologram Leaderboards
- Challenge Mode
- Multiple Configurable Courses
MrTytanic - Developer of ParkourTimer