Solved Strange glitch.

Discussion in 'Plugin Development' started by NickDEV, Sep 7, 2015.

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

    NickDEV

    Hi! Every time I write a command that is in my custom plugin on my server I recieve a message of what I typed.

    Example: https://gyazo.com/274235686d8adb4e0aa1e812cc5d1ed3

    Here I wrote 3 different commands (tp, vanish, tpall)
    When i execute the command I recieve a message what command I typed.

    How can I disable that?
     
  2. Offline

    finalblade1234

    You need to "return true;" after you send the player a message, if it returns false bukkit sends the player the "usage:" in the plugin.yml
     
    NickDEV likes this.
  3. Offline

    NickDEV

    My bad forgot to do that :p
     
Thread Status:
Not open for further replies.

Share This Page