Extra Conditions

Trigger

This totem can only be actived with specified trigger. For available trigger event, please view config.yml file.

(Added in 2.5.2)

conditions:
  type: trigger
  event: 'PlayerInteractEvent' 

Trigger Item

This totem can only be actived with specified item.

conditions:
  type: trigger_item
  item: 
    material: 'stone' # Use Item Format

Near Mobs - Premium

If there is no corresponding mob within a nearby distance, the condition can be met. It supports both the vanilla mob ID and MythicMobs mob ID.

conditions:
  type: mobs_near
  entity: SkeletonKing
  distance: 50

Do not use this condition in many totems and do not make distance too far otherwise this maybe lead to server lag.

Last updated