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 152
    • Issues 152
    • 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

Item Matcher · Changes

Page history
Create Items/Item Matcher authored Jan 26, 2025 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 34 additions and 0 deletions
+34 -0
  • Items/Item-Matcher.md Items/Item-Matcher.md +34 -0
  • No files found.
Items/Item-Matcher.md 0 → 100644
View page @ 890d278d
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](/../../../mythiccrucible/-/wikis/Custom-Blocks) will match
- that specific Mythic Item
- that specific Mythic Custom Block
##
Writing the [Spigot material type](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html) 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](https://minecraft.wiki/w/Tag#Item_tags_2)
- `#arrows`, `#axes` and so on
- blocks with that [Block Tag](https://minecraft.wiki/w/Tag#Block_tags_2)
- `#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](https://minecraft.wiki/w/Block_states) to be matched by specifying them inside of a pair of square brackets `[]` after the entry
- redstone_torch[lit=true;facing=north]
\ No newline at end of file
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
Mythic Add-ons
Compatible Plugins
API Information

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
  • Operations
    • Attribute Operations
    • Stats Modifiers
  • SkillTree
  • Advanced User Guides and Techniques