Pugin help

Discussion in 'Plugin Development' started by Blizzardbball, Feb 16, 2014.

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

    Blizzardbball

  2. Offline

    Harmings

    What's the problem...
    Edit: I'm guessing you didn't add the command to your plugin.yml
     
  3. Offline

    Stealth2800

    Assuming your problem is the command not working, make the class implement 'CommandExecutor' then in onEnable(), add 'getCommand("biop").setExecutor(this)'

    Also make sure you register the command in your plugin.yml.
     
  4. Offline

    Gater12

    Stealth2800 Doesn't need to set the executor since it's in his main class.
     
  5. Offline

    Stealth2800

    Oh really? Huh, learn something new I guess. I never put commands in the main class so I wouldn't know. :p
     
Thread Status:
Not open for further replies.

Share This Page