Paste #17439: Edit of P#17437 - Tokens

Date: 2015/07/06 03:03:41 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


Tokens:
  type: command
  name: tokens
  usage: /tokens
  description: checks tokens
  script:
    - if <player.has_flag[tokensperm]> {
      - run GiveTokensChcker
    }
    else {
      - narrate "<red>You do not have permission for this command, please donate for ViP for access to this command."  
    }