Paste #40831: Edit of P#40829 - Edit of P#40827 - Edit of P#40826 - testing

Date: 2017/03/17 17:16:29 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
12
13


testing:
  type: world
  debug: true

  events:
    on player places block:
    - if !<player.is_op> {
      - narrate 'Ты не оператор'
      - queue clear
    } else {
      - narrate 'Ты можешь строить'
      - determine 'BUILDABLE'
    }