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
  • Config
  • Info
  1. 🛡️Totems

📚Example: Entity Totem

Config

mode: 'HORIZONTAL'
layouts:
  1:
    - 'AAAAA'
    - 'AAAAA'
    - 'AABAA'
    - 'AAAAA'
    - 'AAAAA'
  2:
    - 'CCCCC'
    - 'CCCCC'
    - 'CCCCC'
    - 'CCCCC'
    - 'CCCCC'
explains:
  A: 'minecraft:stone'
  B: 'minecraft:dirt'
  C: 'minecraft:netherrack'
actions:
  1:
    type: message
    message: 'Hello!'
  2:
    type: mythicmobs_spawn
    entity: SkeletalKnight'
conditions: []
# Core block means what block player should drop item on.
core-blocks:
  - B
prices:
  1:
    material: APPLE
    amount: 1
prices-as-key: true
disappear: true

Info

  • We make ender crystal be a part of this totem instead of make it be active requirement.

  • You can also set ender crystal to other entities.

  • Totem with entities as layout require PREMIUM version of MythicTotem.

Previous📚Example: Ender Crystal TotemNext📚Example: Totem with a Key required

Last updated 6 months ago