Paste #33951: Edit of P#33948 - Untitled Paste

Date: 2016/06/02 14:32:27 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8


cauldron_rightclick: 
  type: world
  events:
    on player clicks block:
    - define loc <context.location.block>
    - if <def[loc].material.name.ends_with[cauldron]> {
      - execute as_server 'msg <player.name> hi'
      }