- D1 Meta Docs - Denizen Script -
Home Page / Pi to one million places / Contact mcmonkey / Donate / Paste Scripts / Denizen Help /
You are browsing as a guest.
Login | Register








The script repo is an archive of historical scripts. For modern scripts, or to post your own, please use the Scripts forum section.





Staff Pick: DClearChat


By Noiknez
Created: 2016/09/09 08:57:33 UTC-07:00 (7 years and 229 days ago)
Edited: 2016/09/17 08:17:35 UTC-07:00 (7 years and 221 days ago)
Likes: 2

Staff pick as of: 2016/09/14 11:30:31 UTC-07:00 (7 years and 224 days ago)
Denizen Version: Version 0.9.8
Script Version: Script Version 3
Description:

A simple ClearChat script.

Usage /cc

You can edit the text in the last line to fit your need !


Download script | View raw script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
2600

clearchat:
    type: command
    debug: false
    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... !"















View History