Paste #38898: Untitled Paste

Date: 2017/01/10 20:14:41 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8


Stop_dropping:
    type: world
    events:
        on player click in CHEST:
          if <player.gamemode.id> == 1 {
            - narrate "<&c>You cannot transfer items in Creative mode."
            - determine cancelled
           }