Paste #49526: Untitled Paste

Date: 2018/08/28 14:13:54 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


# 1=name , (2=qty)
giveItem:
  type: task
  speed: 0t
  script:
  - define IT <yaml[sp].read[s.173items.name.<def[1]>.item].first||<def[1]>>
  - narrate "[<def[2]||1>x <def[IT].display||<def[3]||error>> erhalten]"
  - give <def[IT]> qty:<def[2]||1>
  - playsound <player> sound:ENTITY_ITEM_PICKUP volume:0.7