Skip to main content

Module mechanic

Module mechanic 

Source
Expand description

Mechanic system for PumpkinPlus.

Each gameplay feature is implemented as a module implementing the Mechanic trait. Mechanics can register event handlers, commands, and permission nodes.

Traitsยง

Mechanic
A trait representing a plugin mechanic that can be enabled or disabled.