Paste #36077: Untitled Paste

Date: 2016/09/14 13:43:50 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


EventNameHere: 
    type: world 
    events: 
        on player breaks block: 
        - if <context.location.regions.contains[RegionNameHere]> { 
            - if <context.material> != m@sugarcane { 
                - determine cancelled 
            }
        }