Skip to content

Mechanics: dropMythicItem

muhahahahe edited this page Jan 13, 2018 · 2 revisions

Use this mechanic to drop a MythicMobs item or droptable.

Attributes

Attribute Aliases Description Default
mythicitem item | itemtype | type | t | i item to drop, internal MythicMobs item name or droptable
amount a amount of items to drop 1
shuffle s shuffles thru the droptable items false

Example

- dropmythicitem{i=YOURITEM;a=5} @Trigger ~onDeath
Drops 5 "YOURITEM" at the killer of the caster.
Clone this wiki locally