How to display prefixed Commands in the Bukkit Help-API?

Discussion in 'Plugin Development' started by e-freak1996, Mar 3, 2012.

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

    e-freak1996

    Hi,
    I have a problem with my Plugin and the new Help-API of Bukkit:
    I'm using a prefix for my commands, for example:
    /bm plugin install WorldEdit
    Now the Help API of Bukkit only shows the /bm command, because Bukkit can't get my Commandstructure, but i don't know how to display all commands seperate. I hope that this work, because it would be a big disadvantage, if it only shows the commands without Arguments, or only the Prefix of the commands.

    efreak1996
     
  2. Change it in the plugin.yml?
     
  3. Offline

    e-freak1996

    The Problem is, that I don't have multiple commands in the plugin.yml, but one command, which works as a prefix, and the other commands are 'Arguments' for this command. Or does that also work in the plugin.yml? I haven't seen such a function in the javadoc or in the Source Code.
     
  4. try to set it up in the usage node in the plugin.yml
     
  5. Offline

    e-freak1996

    What do you mean? Or better, how can I do that? At the Moment it says: "Use /bm help for more Help"
     
Thread Status:
Not open for further replies.

Share This Page