Paste #34655: Untitled Paste

Date: 2016/07/10 12:13:21 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


wizard_warp:
  type: assignment
  actions:
    on assignment:
    - trigger name:click state:true
    on click:
    - if (<player.has_permission[bungeecord.server.threefactions]>) {
      - inventory add d:<in@warp_menu> o:<i@warp_3f> s:4
    }
    else {
      - inventory add d:<in@warp_menu> o:<i@warp_coming_soon> s:4
    }
    - inventory open d:in@warp_menu