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
  • In-game layout
  1. 🛡️Totems

📚Example: Common 3D Totem

Config

mode: 'HORIZONTAL'
layouts:
  1:
    - 'AAAA'
    - 'BBBB'
    - 'CCCC'
  2:
    - 'CCCC'
    - 'BBBB'
    - 'AAAA'
explains:
  A: 'minecraft:stone'
  B: 'minecraft:dirt'
  C: 'minecraft:netherrack'
actions:
  1:
    type: message
    message: 'Hello!'
  2:
    type: mythicmobs_spawn
    entity: CAVE_SPIDER
conditions: []
disappear: true

In-game layout

Previous📚Example: Common 2D TotemNext📚Example: Ender Crystal Totem

Last updated 6 months ago