All Projects → A5H73Y → Parkour

A5H73Y / Parkour

Licence: MIT license
The ultimate Parkour plugin.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Parkour

ExploitFixer
Bukkit plugin that aims on fixing Exploits in your Minecraft network. [Requires HamsterAPI to work]
Stars: ✭ 141 (+138.98%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
Hyperverse
A Minecraft world management plugin
Stars: ✭ 53 (-10.17%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
UltiTools
This is a sum of some basic plugins of a Bukkit server or Spigot server. Including a few useful and creative functions.
Stars: ✭ 17 (-71.19%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
TotalFreedomMod
A server modification for the TotalFreedom server
Stars: ✭ 41 (-30.51%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
Chatty
Bukkit-compatible chat plugin with multiple chat-modes.
Stars: ✭ 30 (-49.15%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
Boss
Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
Stars: ✭ 72 (+22.03%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
MyPet
🐕 Extensive pet plugin for Bukkit/Spigot
Stars: ✭ 106 (+79.66%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
ClayTech
An addon for slimefun.
Stars: ✭ 15 (-74.58%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
MythicDrops
Action RPG drops for Spigot.
Stars: ✭ 28 (-52.54%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
SquidGame
Minecraft Minigame inspired by the famous and trending Netflix series "Squid Game"
Stars: ✭ 36 (-38.98%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
EnchantmentsEnhance
✨ EE is a game progression mechanism plugin for spigot.
Stars: ✭ 31 (-47.46%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (-40.68%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
BetterGUI
Another GUI Plugin
Stars: ✭ 66 (+11.86%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
Osmium
Abstraction layer for Bukkit, Sponge and BungeeCord that allows for development on all platforms simultaneously.
Stars: ✭ 34 (-42.37%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
NBTEditor
An in-game NBT editor for Bukkit.
Stars: ✭ 41 (-30.51%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
AntiCheatReloaded
The free anti-cheat since 2016
Stars: ✭ 94 (+59.32%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
DragonTravel
A plugin for the Minecraft-servermods "Bukkit" and "Spigot".
Stars: ✭ 17 (-71.19%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
MinecraftManhunt
Minecraft Bukkit plugin to run Manhunt minigames, with Discord music integration
Stars: ✭ 20 (-66.1%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
KingdomsX
Battles for might, land and glory.
Stars: ✭ 24 (-59.32%)
Mutual labels:  bukkit, spigot, spigot-plugin
WheelCore
轮芯——为IndustrialWorld等插件设计的一个前置插件
Stars: ✭ 24 (-59.32%)
Mutual labels:  bukkit, spigot, bukkit-plugin

Parkour Logo

discord server travis-ci license: MIT releases

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.

Quick Links

Supported plugins

Plugin Description
Vault Add economy support to the plugin, reward or penalise the player.
GitHub Project by MilkBowl
PlaceholderAPI Add placeholder support to the plugin. Allowing use of Parkour variables for external use.
GitHub Project by clip
Parkour Top Ten Create a top ten display of player heads for Parkour courses​.
GitHub Project by steve4744

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
<dependency>
    <groupId>com.github.A5H73Y</groupId>
    <artifactId>Parkour</artifactId>
    <version>7.1.0</version>
    <type>jar</type>
    <scope>provided</scope>
</dependency>

Gradle

repositories { 
    maven { 
        url "https://jitpack.io"
    } 
}
compile 'com.github.A5H73Y:Parkour:7.1.0'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].