Paste #3126: Edit of P#3120 - AntiCheat

Date: 2014/04/04 09:11:46 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8


AntiCheat:
  type: world
  events:
    on player clicks:
    - if <context.item.lore.contains[Click to buy]> {
      - take <context.item>
      - log "<player.name> got cheated item." type:none file:DTLCheat.log 
      }