Skip to content

Documentation

Terry edited this page Nov 5, 2024 · 2 revisions

Install

  1. Download the latest release and put the Parkour.jar file into your plugins/-Folder.
  2. Restart Server.

Compability

Paper (+forks): 1.21, 1.21.1

Movement Abilities

Controls

Double Jump

Double Tap [SPACE]

Crash Jump

[SHIFT] after Double Jump (in air)

Bullet Jump:

[SHIFT] + [SPACE] (on ground)

Wall Climb:

Hold [SHIFT] (on wall)

Wall Jump:

Release [SHIFT] (on wall)

Stamina

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.

Resourcepack

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)

Configuration

General

checkForUpdates: true # Recommended

disabledWorlds:
  - world_name_1
  - world_name_2
  ...

Stamina

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

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