Stat Format

Stat Handler

Stat handlers control how stats are applied to the player. It provides a link between mmobuffs and other plugins that have stats.

Native Handlers

PluginHandler ID

mythiclib

aureliumskills

Handler IDs are important for specifying overlapping stats.

Stat Configuration

Stats can be negative and include decimals.

You can use a % sign to make the stat a relative percentage change.

Example Config

  stats:
    // The mythiclib handler id is used here, so it will be a mythiclib stat.
    mythiclib:attack_speed: 50%
    // The aureliumskills handler id is used here, so it will be a aureliumskills stat.
    aureliumskills:health: -3.5
    // No handler id is specified, so it will use the default in the config.yml
    movement_speed: 10

Last updated