Solved Why wont this command register? (Im so newbie)

Discussion in 'Plugin Development' started by PluginStudios, Mar 13, 2014.

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

    PluginStudios

  2. Offline

    AoH_Ruthless

    PluginStudios
    In your plugin.yml you need to register the command:

    Code:
    commands:
      mycommand:
        description: This is my command.
    
     
  3. Offline

    PluginStudios

    Wow, thanks.
     
  4. Offline

    AoH_Ruthless

Thread Status:
Not open for further replies.

Share This Page