MythicTotem Wiki
  • 🎉Welcome
  • 📦Info
    • ✅Requirements
    • ⚙️Install
    • 🔗Compatibility
    • 🛠️Configuration files
    • ⌨️Commands
    • ❓FAQ
    • 📋Format
      • Extra Conditions
    • 🆚Compare
  • 🛡️Totems
    • 📝Totem Config
      • Prices Option - Premium
    • 📚Example: Common 2D Totem
    • 📚Example: Common 3D Totem
    • 📚Example: Ender Crystal Totem
    • 📚Example: Entity Totem
    • 📚Example: Totem with a Key required
  • ✨Features
    • 🎨Color Code
    • 💾Saved Item
    • 🔍Custom Item Match Method
Powered by GitBook
On this page
  • Trigger
  • Trigger Item
  • Near Mobs - Premium
  1. 📦Info
  2. 📋Format

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.

Previous📋FormatNext🆚Compare

Last updated 4 months ago