-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation
Terry edited this page Nov 5, 2024
·
2 revisions
- Download the latest release and put the
Parkour.jar
file into yourplugins/
-Folder. - Restart Server.
Paper (+forks): 1.21, 1.21.1
Double Tap [SPACE]
[SHIFT] after Double Jump (in air)
[SHIFT] + [SPACE] (on ground)
Hold [SHIFT] (on wall)
Release [SHIFT] (on wall)
Using movement abilities requires some stamina (configurable). The stamina system simply uses the hunger bar of Minecraft. You regenerate stamina everytime you're not using your movement abilities.
You can downloaded the Resourcepack here or use your own. You have to send the pack to your players. There are a lot plugins out there, you can use for this. I recommend Resource Pack Manager or ForcePack.
(Resource Pack is not required)
checkForUpdates: true # Recommended
disabledWorlds:
- world_name_1
- world_name_2
...
stamina:
enabled: true # You can disable the Stamina System here
disableHunger: true # Disable Vanilla Hunger Mechanics?
regeneration:
delay: 5 # If the player not using movement abilites for 5 seconds, stamina will be regenerated.
amount: 1
modules:
doubleJump:
enabled: true # Disable specific jump here
permission: parkour.jump.double # Permission to use the movement ability
strength:
horizontal: 1.6
vertical: 1.2
stamina: 2 # Required stamina to use ability
particles:
enabled: true
hideForOthers: false
type: GUST_EMITTER_SMALL
count: 2
offset:
x: 0
y: 1
z: 0
sound:
enabled: true
type: ENTITY_BREEZE_WIND_BURST
volume: 1.0
pitch: 1.0