Paste #35825: Untitled Paste

Date: 2016/09/06 15:13:45 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10


"Cleanloot":
  type: world
  debug: false
  events:
    on cleanloot command:
    - foreach <server.flag[Looter5].as_list> {
      - if <location[%value%].center.material.name> !contains chest {
        - narrate "%value% <location[%value%].material>" targets:<player[Goma_Terzu]>
        }
      }