Skip to content
fromgate edited this page Jun 25, 2017 · 4 revisions

Spawn items in specified point.

ITEM_DROP <item> <location> [radius] [scatter] [land]

Parameter Parameter value Description
<item> item:<Item>
item:<ItemSet>
Item(s) to spawn
<location> loc:<Location> Сoordinates of spawn point
[radius] radius:<Number> The radius within which the items are scattered
[scatter] scatter:<true / false> Should items be scattered?
[land] land:<true / false> Should items be landed? By default - true

Temporary placeholders provided by this action

Placeholder Description
%item_str% Description of item, that will composed from item's name, data and amount.
Examples:
1. ITEM_DROP type:DIAMOND amount:3 data:5 name:{Power crystal}
For this action placeholder will return: "Power crystal*3"
2. ITEM_DROP type:DIAMOND amount:3 data:5
For this action placeholder will return: "DIAMOND:5*3"
3. ITEM_DROP type:DIAMOND_SWORD name:{Sword of fromgate}
For this action placeholder will return: "Sword of fromgate"
Clone this wiki locally