Weird command returns

Discussion in 'Plugin Development' started by ArcticHumboldt, Mar 25, 2015.

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

    ArcticHumboldt

    When I execute my command, it just gives me a message in chat containing my command.
    Show Spoiler

    [​IMG]
     
  2. Offline

    Msrules123

    In your onCommand method, return true, not false. Returning false will activate the portion of your plugin.yml where you registered the command, in this case, /test.

    If that isn't the problem (in the case that you actually have code in the method, but it isn't firing), post your code and @ mention me, I'll be sure to help.
     
Thread Status:
Not open for further replies.

Share This Page