Registering commands that aren't in plugin.yml

Discussion in 'Plugin Development' started by Rabrg, Jun 17, 2013.

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

    Rabrg

    How would I register commands that aren't in plugin.yml?
     
  2. Offline

    chasechocolate

    For a command to function, it needs to be registered in the plugin.yml.
     
  3. Offline

    KevoSoftworks

    Rabrg you have to define the base command inside the plugin.yml or you'd have to use a CommandPreProcessEvent to handle the command. The latter is a lot harder though.
     
Thread Status:
Not open for further replies.

Share This Page