Commands help

Discussion in 'Plugin Development' started by Officialjake, Apr 16, 2013.

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

    Officialjake

    I am testing a plugin right now and I have commands with no arguments just the command ex. /<command>

    When I try to do these commands it just sends back the usage I set in the pluign.yml and doesnt execute the command?
     
  2. Offline

    xXMaTTHDXx

  3. Offline

    noraver

    i bet your missing a return true; or return false; somewhere
     
  4. Offline

    jacklin213

    Or hes/shes having a return false; everywhere :D
     
  5. Offline

    Rocoty

    In order to help, we need like to see your CommandExecutor class (may be the JavaPlugin class), and your plugin.yml. That way we can figure out what is wrong.
     
Thread Status:
Not open for further replies.

Share This Page