Skip to content

Conditional: Ability Enabled (McMMO)

Erich Gubler edited this page Dec 24, 2011 · 7 revisions

Syntax: $entity.hasactive.$McMMOAbility

Description: Returns true if the ability is currently active for the referred entity.

As of 10/5/2011, valid abilities in McMMO are as follows:

  • Berserk

  • GigaDrillBreaker

  • God

  • GreenTerra

  • SkullSplitter

  • SerratedStrikes

  • SuperBreaker

  • SwordsPreparation

  • TreeFeller

More information may be found at the relevant McMMO wiki entry, though this is not consistent - see issue 134.

Example:

Damage: #Make Berserkers take a bit more damage.
    - 'if target.hasactive.Berserk': '1'
Clone this wiki locally