Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Routine: Change Skill (McMMO)

ricochet1k edited this page Jul 1, 2012 · 1 revision

Syntax: {entity}effect.(add|set)skill.{mcMMO skill}

Description: Changes the McMMO skill level of the referred player with the calculated value. Currently, the McMMO SkillType enumeration can be found here.

Example:

Damage: #Build big tower -> Fall from top of world to bottom of world -> ??? -> profit.
    - 'if damage.type.fall and damage >= 124':
        - 'targeteffect.setskill.acrobatics': '9001'

See also: Entity Type

Clone this wiki locally