Paste #56308: Untitled Paste

Date: 2019/08/01 14:18:48 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


Loot:
   type: item
   material: i@sunflower
   display name: "Testing"
   lore:
   - ''
script:
    type: world
    debug: true
    events:
      on player right clicks:
      - if "<player.item_in_hand.display.contains[testing]||false>" {
        - take iteminhand
        - queue clear
        }