Solved /Help Not Showing Command Arguments

Discussion in 'Plugin Development' started by TGRHavoc, Apr 1, 2014.

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

    TGRHavoc

    How do I get the "/help PluginName" command to show the plugins commands and their arguments.

    Example:
    When type /help Plugin i want the output to look like /<command> <argument1> <argument2> ect.

    I thought it would have something to do with the plugin.yml

    Code:java
    1. commands:
    2. command argument1:
    3. description: Does somthing!
     
  2. Offline

    PratamaJr

    Lol...
    no one has answered, the problem has been resolved.
     
  3. Offline

    TGRHavoc

    Yea, a developer I know saw the thread and told me in person :)
     
Thread Status:
Not open for further replies.

Share This Page