Paste #36005: Edit of P#36002 DClearChat

Date: 2016/09/12 13:18:05 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
14


clearchat:
    type: command
    name: cc
    description: ClearChat
    usage: /cc
    allowed help:
    - determine <player.has_permission[dclearchat]>
    permissions: dclearchat
    script:
    - if !<player.has_permission[dclearchat]> {
      - queue clear
      }
    - ^repeat 100 { - announce "" }
    - ^announce "<&c>[<&6>DClearChat<&c>] <player.name.display> <&8>cleared the chat... !"