Paste #28668: qwe1234

Date: 2016/01/17 08:52:01 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10


nametag:
  type: world
  events:
    on shoe command:
      - if <player.is_op> {
        - execute as_op "nte prefix <player> <&8>[<&a>Staff<&8>] <&a>"
        } else {
        - execute as_op "nte prefix <player> <&7>[<&f>Member<&7>] <&f>"
        }
      - determine fulfilled