Plugins on /help

Discussion in 'Bukkit Help' started by lJunKunl, Jun 2, 2013.

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

    lJunKunl

    Keeping it short:

    How do I disable the plugin list in /help?

    eg.

    Instead of...

    {Type /help}
    ----Help -- Page 1/33 ----
    TimTheEnchanter: Plugin Help: /help timtheenchanter
    WorldBorder: Plugin Help: /help worldborder
    ...etc

    I would like...

    {Type /help}
    ----Help -- Page 1/33 ----
    /enchant: null
    /wborder: Primary command for WorldBorder
    ...etc

    Thanks in advance.
     
  2. Offline

    Jamesthatguy

    There are many plugins that can do this. Look around.
     
  3. Offline

    lJunKunl

  4. Remove this permission.
    Code:
    bukkit.command.help
     
  5. Offline

    Greengreengene

    That means they cant type /help -.-
     
  6. Oh, I read you wrong then, make a plugin where it sends a message with the specific things you want
    Code:
    player.sendMessage(ChatColor.GOLD + "-= This is the server Help list =-");
     
    fussionzz97 likes this.
  7. Offline

    lJunKunl


    I have 0 experience with making plugins...


    Wrong, it means I don't want the list of plugins to show up when they type help. The list of plugins comes up in red and the actual commands are white I think.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  8. Use easyhelp or something
     
  9. Offline

    lJunKunl

  10. Offline

    Necrodoom

    lJunKunl as everyone else said, do a plugin request, write your own help file using a plugin, or write a ticket to plugin dev.
     
  11. Theres only 1 way to do that.
    Remove all your plugins and it wont show.
    No seriously, but you can't do that I think ;/
     
  12. Offline

    Jamesthatguy

    lJunKunl And YOUR misunderstanding what I am saying. You obliviously didn't look around the plugin list for this at all cause I know for a fact there are many plugins that do this.
     
  13. Offline

    lJunKunl


    Well, what am I supposed to type in search?!

    "PLUGIN LIST IN HELP REMOVAL PLUGIN"??
     
  14. Offline

    Jamesthatguy

    Ding Ding! Idiot alert? I suggest maybe trying "help command" or maybe "custom commands"?
     
Thread Status:
Not open for further replies.

Share This Page