Paste #38899: Untitled Paste

Date: 2017/01/10 20:15:58 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10


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