What's new
Resource icon

Quests & BetonQuest Addon 1.11a1

  • 23.6.2017 Update: added Faction option. Build against Spigot 1.12, Quests 2.8.6 & MythicMobs 4.1.0
https://github.com/BerndiVader/questsKillMythicMobsObjective
29.5.2017 Update: fixed NPE's if there are no values & added "ANY" for MythicMobs mobtype.

https://github.com/BerndiVader/questsKillMythicMobsObjective
mmBetonQuest Update:

Update to BetonQuest 1.9 + added new Condtion:

The SkillCondition: bqhastag (since 1.1a)

Syntax? - Use as MythicMobs skill condition.

- bqhastag{tag=tagname;pack=packagename;action=true||false}
Usage: This condition meets if a player has the BetonQuest tag tagname in the package packagename.

Example:
Code:
examplebetonquesttagskill:
  TargetConditions:
  - bqhastag{tag=blabla;p=default;a=true}
  Skills:
  - message{msg="taget has the betonquest tag blabla in package default!"} @world
Top