/ / v0.2 / Plugins ← Parkoreen
← v0.2 Overview

v0.2 introduced an extensible plugin system with three built-in plugins.

Overview

Plugins extend the base game with additional mechanics. They are enabled per-map in the Map Config panel. Multiple plugins can be active at once.

HK (Hollow Knight) plugin

Adds Hollow Knight–style mechanics to the player character.

FeatureDescription
Soul StatueCollectible statues that restore soul energy.
Mantis ClawAllows wall-clinging and wall-jumping.
AttackPlayer can attack with a directional slash.
PogoPlayers can bounce off enemies/objects by attacking downward.

HP (Health) plugin

Adds a health bar and damage system to the player. Instead of dying in one hit from some hazards, the player has HP that can be depleted and restored.

FeatureDescription
Health BarOn-screen HUD showing current HP.
DamageHazards deal configurable damage rather than instant death.
HealSpecific map objects can restore HP.

Code plugin Beta

Adds Python scripting support via Skulpt (an in-browser Python compiler). Allows custom game logic to be written in Python and executed in the map.

The Code plugin is in beta in v0.2. The API is unstable and may change in later versions.