Paste #35822: Untitled Paste

Date: 2016/09/06 14:49:35 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11


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