ISeal Wiki

Frequently Asked Questions

Common questions about the Parkour Project plugin and quick answers.

What server software do I need?

A Paper (or Folia) server on 1.21.11+, with SealLib installed. See Quick Start.

Does it work on Folia?

Yes — Parkour Project declares Folia support. It runs on both Paper and Folia.

How do players unlock moves?

By default every move has default_unlocked: true, so new players start with the full move set. Admins can change this per player with /parkour moves unlock|lock and per move in moves.yml. See Commands.

A player is stuck flying or has weird physics. How do I fix it?

Run /parkour reset [player]. It force-resets their state and physical attributes (gravity, flight, walk speed) back to vanilla defaults.

How do I see remaining cooldowns?

Toggle a cooldown UI with /parkour ui cooldowns enable <BOSSBAR|CHAT|TOOLBAR>. You can enable more than one at a time. /parkour cooldowns get also lists active cooldowns.

Can I change how many points a trick is worth?

Yes. Every bonus's bonus value lives in bonuses.yml. You can also disable individual bonuses or retune their thresholds, then /parkour reload.

How do I add my own moves or bonuses?

Use the addon API — extend ParkourProjectAddon and register it through ApiManager. See API & Addons.

Does the plugin collect data?

It can send anonymous usage metrics, controlled by allow-metrics in config.yml. Set it to false to opt out.

Where can I get help?

Join the community Discord.

On this page