Spigot Race
Commands
- /createcourse [course name] - Creates a race course with that name
- /deletecourse [course name] - Deletes a course if you made it with that name
- /addcheckpoint [course name] - Addes a checkpoint at your location if you made the course
- /listcourse - lists all race course
- /createrace [course name] - Creates a race that your friend can join
- /joinrace [course name] - Joins an active race
- /leaverace [course name] - Leave an active race
- /startrace [course name] - Start a race if you started it
- /stoprace [course name] - Stop an ongoing race
- /activeraces - List all actice races
- /rename [og course name] [new course name] - Rename a course
- /editor [course name] - Create an gui editor for a course you made
Installing
Download the jar from under the releases page on the github pageAfter you have downloaded it copy it into your server plugin folder
Source Code
You can find the source code of the plugin on github.comTo building it make sure you have maven installed
Then open a command prompt in the folder, then run mvn package
Then copy the jar under target/Race-1.0-SNAPSHOT.jar into you servers plugin folder