Paste #42661: Untitled Paste

Date: 2017/06/15 22:13:03 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


erpg_global_block_handler:
  type: world
  debug: false
  events:
    on command:
    - if <player.location.world||server> != w@erpg { - queue clear }
    - if !<s@g_var.constant[allowed_commands].contains[<context.command>]> {
      - if !<player.is_op> && <player.has_flag[erpg_region]> {
        - narrate "[erpg] Command konnte nicht gefunden werden!"
        - determine fulfilled
        }
      }