Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 138
    • Issues 138
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Items
  • Item Matcher

Last edited by Lxlp Jan 29, 2025
Page history

Item Matcher

Some features inside of MythicMobs supports matching items or blocks via a specific syntax:

Writing the internal name of a Mythic Item/Mythic (Crucible) Custom Block will match

  • that specific Mythic Item
  • that specific Mythic Custom Block

Writing the Spigot material type will match

  • items with that material type
  • blocks with that material type

Using # at the start of an entry will match against

  • items with that Item Tag
    • #arrows, #axes and so on
  • blocks with that Block Tag
    • #air, #animals_spawnable_on and so on

Using * at any point in the entry will make it so any * present will match against any number of characters. For those familiar with Regex syntax, * is equal to .*

  • netherite_* will match any item/block whose type stars with "netherite_"
  • *_log will match any item/block whose type ends in "_log"
  • *a* will match any item/block whose type has the letter "a" somewhere in it
  • * will match anything

For blocks only, it is possible to specify some specific block states to be matched by specifying them inside of a pair of square brackets [] after the entry

  • redstone_torch[lit=true;facing=north]
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
Mythic Add-ons
Compatible Plugins
API Information
Config Files

Guides
  • Troubleshooting
  • FAQ / Common Issues
  • Examples
Packs

MythicScribe MythicScribe - VSCode Extension

Mobs
  • Mob Options
    • Display Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Vanilla Overrides
  • Extra: Disguises
  • Extra: ModelEngine

Skills
  • Mechanics
    • Mechanics by Tag
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables

Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework

Drops & DropTables
  • Drops
  • DropTables
  • FancyDrops

Spawning
  • Spawners
  • Random Spawns

Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats

Other
  • Particles Types
  • Audience
  • Equipment Slots
  • Pins
Technical
  • Math
  • Item Matcher
  • Operations
    • Attribute Operations
    • Stats Modifiers
  • SkillTree
  • Advanced User Guides and Techniques