Give one or more items to the player.
ITEM_GIVE <item>
Parameter | Parameter value | Description |
---|---|---|
<item> | item: <Item> item: <ItemSet> | Item(s) to give |
Placeholder | Description |
---|---|
%item_str% | Description of item, that will composed from item's name, data and amount. Examples: 1. ITEM_GIVE type:DIAMOND amount:3 data:5 name:{Power crystal} For this action placeholder will return: " Power crystal*3 "2. ITEM_GIVE type:DIAMOND amount:3 data:5 For this action placeholder will return: " DIAMOND:5*3 "3. ITEM_GIVE type:DIAMOND_SWORD name:{Sword of fromgate} For this action placeholder will return: " Sword of fromgate " |