/Parkour

The ultimate Parkour plugin.

Primary LanguageJavaMIT LicenseMIT

Parkour Logo

travis-ci tutorials bStats license: MIT repo

Parkour is the original, most powerful Parkour based plugin available! First released in November 2012, and has been updated since. Parkour is now open source, allowing you to contribute ideas and enhancements, or create your own spin on the plugin.

Add a whole new element of fun to any server, highly competitive gameplay with rewards and leaderboards.

Discord Support

Installation

  • Install Spigot (1.8 to 1.14).
  • Download Parkour from dev.bukkit.org/projects/parkour/files
  • Place the Parkour.jar into the /plugins folder of the server.
  • Start your server and check the server logs to ensure the plugin started successfully.
  • Check the config.yml and configure it to your preference before fully implementing the plugin.

Supported plugins

Plugin Description
Vault Add economy support to the plugin, reward or penalise the player.
GitHub Project by MilkBowl
BountifulAPI Add title and actionbar support to the plugin. Works very nicely with the plugin.
GitHub Project by ConnorLinfoot
Parkour Top Ten Create a top ten display of player heads for Parkour courses​.
GitHub Project by steve4744

Maven

<repository>
    <id>a5h73y-repo</id>
    <url>https://dl.bintray.com/a5h73y/repo/</url>
</repository>
<dependency>
    <groupId>me.A5H73Y</groupId>
    <artifactId>Parkour</artifactId>
    <version>5.2</version>
    <type>jar</type>
    <scope>provided</scope>
</dependency>

Gradle

repositories { 
    maven { 
        url "https://dl.bintray.com/a5h73y/repo"
    } 
}
compile 'me.A5H73Y:Parkour:5.2'