Skip to content

HeroesπŸ”—

When you install Heroes, all kills done via this plugin's skills will be counted in MobKill objectives.

ConditionsπŸ”—

Heroes Class: heroesclassπŸ”—

This condition checks the classes of the player. The first argument must be primary, secondary or mastered. Second is the name of a class or any. You can optionally specify level: argument followed by the required level of the player.

Example
conditions:
  masteredWarrior: "heroesclass mastered warrior"

Heroes Attribute: heroesattributeπŸ”—

This condition check's the level of a player's attribute. The first argument must be strength, constitution, endurance, dexterity, intellect, wisdom, or charisma. Second argument is the required level of the attribute. Must be greater than or equal the specified number.

Example
conditions:
  strength5: "heroesattribute strength 5"

Skill: heroesskillπŸ”—

This condition checks if the player can use specified skill. The first argument is the name of the skill.

Example
conditions:
  charge: "heroesskill charge"

ActionsπŸ”—

Heroes experience: heroesexpπŸ”—

This action simply gives the player specified amount of Heroes experience. The first argument is either primary or secondary and it means player's class. Second one is the amount of experience to add.

Example
actions:
  primary1000: "heroesexp primary 1000"