Clear chat

Discussion in 'Plugin Development' started by DaanSander, Mar 29, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    DaanSander

    Hello can somebody explain to me how i can clear the chat
    sorry for bad english

    what i have tried:
    Code:
    else if (args.length == 1) {
                    if(args[0].equalsIgnoreCase("clearchat")) {
                        for(int i=0; i < 100; i ++) {
                            p.sendMessage("");
                        }
                    }
                }
     
  2. Offline

    nverdier

  3. you need to print out " " not ""
     
    bwfcwalshy likes this.
Thread Status:
Not open for further replies.

Share This Page