Parkour


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, and includes a large list of fun features.
Add a whole new element of fun to any server, highly competitive gameplay with rewards and leaderboards. Parkour is incredibly configurable and will work with any type of server.

- Incredibly powerful and customizable plugin
- Create unlimited courses, with unlimited checkpoints
- Setup is easy, will work with any server
- Simple commands, each with their own help section
- Fun and customisable Parkour Blocks
- Full sign integration
- Easy to understand and advanced configuration
- Leaderboards to store time and deaths
- Friendly and helpful creator
- Will always support existing versions
- Been supported and updated since July 2012!
Video Tutorial
Other Information
Auto-updater
This plugin has a built-in auto-updater, which connects to BukkitDev to check for updates. If you wish to disable this process, you can do so by setting 'Other.UpdateCheck' to false in the config.yml file.


-
View User Profile
-
Send Message
Posted Apr 19, 2014@A5H73Y
If you could that would be great! Great plugin btw :D
-
View User Profile
-
Send Message
Posted Apr 18, 2014@LotsOfPotatos
Because sponge seems the only valid block that would absorb fall damage, in 2 years you are the only person to ask that... xD
I can add an option if you'd like?
-
View User Profile
-
Send Message
Posted Apr 18, 2014I'm able to change every block to a different one except sponge, why is that?
-
View User Profile
-
Send Message
Posted Apr 16, 2014@Maeso
Make sure you add the command through plugin usage:
"/pa add command /login"
-
View User Profile
-
Send Message
Posted Apr 15, 2014Hi, I need help for add 1 command to whitelist /login (plugin authme) it is possible? because i put /login in white list but don't run
-
View User Profile
-
Send Message
Posted Apr 13, 2014@wowzersam
This is not an immediate feature I need to implement. If you would like to add it to the Forum section, I will eventually look into it.
-
View User Profile
-
Send Message
Posted Apr 13, 2014@tanjx
I know this needs ammending, which is why its on my list of important things to add. I'll do it in its own update in the future. :)
-
View User Profile
-
Send Message
Posted Apr 11, 2014@A5H73Y Can you please make it so that you can set death areas with world edit. Because I have a parkour course with tons of bottom blocks its too difficult to include them all without conflict. If you can that would be extremely helpful
-
View User Profile
-
Send Message
Posted Apr 11, 2014please add more language strings
-
View User Profile
-
Send Message
Posted Apr 10, 2014@sinder33
@DaZZOnUtube
Please refrain from using XP as it has now been made redundant. Instead use Parkour levels, which are in every way more superior and less shit. :P
-
View User Profile
-
Send Message
Posted Apr 3, 2014the mysql seems to not be working for me.. although i am not familiar with what im suposed to input "table" most only require host, user, pass, and db.. wtf is for table?
-
View User Profile
-
Send Message
Posted Mar 31, 2014@sinder33
I am experiencing this same problem. Anyone know when 3.1 comes out?
-
View User Profile
-
Send Message
Posted Mar 27, 2014I got a problem: I set xp reward for a course /pa rewardxp Tutorial 250. I complete the Tutorial and i get a message said i got 250 xp. When i do /pa xp it stand: level 0 XP: 0
What's wrong?
-
View User Profile
-
Send Message
Posted Mar 23, 2014My Server Uses Your Awesome Plugin! The I.P. is Mars-Craft.com I would be very happy if you used mine.
Thankyou.
-
View User Profile
-
Send Message
Posted Mar 23, 2014My server uses parkour. Here is the IP: minecraft.pizzolato.net
-
View User Profile
-
Send Message
Posted Mar 21, 2014Please can you add code that will reduce the lags by 50% ? It is so simple, you need to check the move event only 10 times per second not 20, please look at that code: http://pastebin.com/z06AyQQY could you please add that, this will definitelly reduce lags on bigger server as mine.
-
View User Profile
-
Send Message
Posted Mar 21, 2014Also I have generated new config but there is no option like you said.
-
View User Profile
-
Send Message
Posted Mar 21, 2014Oh men I have looked into code... that not so good that MoveEvent you are really calling it 20x per second...You are accesing to the config 20x per second thats not good man. You should reduce move event to control it only for example 5x per second that would totally help to improve performance. Also you should do to that event else if or some returns because like you have it always checks all that IF statements. And that is killing the server. If you tested in 2-3 players it could be okay but checking 20x per second 50 players its like 1000 accessing the config per second I dont think so that is okay.
-
View User Profile
-
Send Message
Posted Mar 21, 2014@Welite
That option is now removed, delete the config.yml and let it generate a fresh one if you want the real options. The option is now Other.Use.StonePlates (I think). I was going to add a option to toggle a less-laggy mode, which would remove some features that not all servers would use.
-
View User Profile
-
Send Message
Posted Mar 21, 2014@A5H73Y
PressurePlateCheckpoints: false
It seems like it is disabled, but it is definitely parkour plugin because I was using outdated version (2.0) and this version was kicking players from server (Broken pipe) because parkour was causing big latency but now it does not kicks players but the whole server is in a big lag. Also I am not using any other plugins on this server.
The problem is probably in PlayerMoveEvent that takes 0.5623 ms of latency and when the move event is called 20 times per second it seems like a serious problem. Also there is some task: (interval 20) that causes 2.5 ms latency. Here are the whole timings http://aikar.co/timings.php?url=7132119 if you know that.