HelpText

Moved

Total Downloads: 18,186 - First Release: Oct 23, 2014 - Last Update: Feb 3, 2017

4.92105/5, 38 likes
  1. how i can do that i will get more then 1 page? because i want to add more commands, but it's to much for the chat.
    maybe to do like this /help 2
     
  2. Wulf

    Wulf Community Admin

    There isn't a way with this plugin.
     
  3. How would i go about changing the default icon beside the text to a different icon (loaded from a steam profile)?
    I would assume i need to edit:
    rust.SendChatMessage(player, helptext) in helptext.lua

    What i've tried so far only prints the steamid at the end of the line.
     
  4. Wulf

    Wulf Community Admin

    Code:
    rust.SendChatMessage(player, helptext, nil, "#################")
    See Steam profiles to use for icons | Oxide for more info.
     
  5. Is there a way to format the chat in colours I already tried the usual way but it didn't work
     
  6. Wulf

    Wulf Community Admin

    Yes, see Rust. The only ones you can customize in this plugin itself are the custom ones, as the rest come from other plugins directly.
     
  7. I'm using the notifier plugin with this and when my players type in the chat "/help" nothing comes up.
     
  8. Wulf

    Wulf Community Admin

    Help text only shows for plugins if those plugins provide help.
     
  9. Seen a lot of people asking in this thread, but no answer has been given that I can find. I want to add color to my custom help messages. How do I add color to the below code where it says i want this green and i want this red? I have tried BBcode as well as HTML code as well as copied existing color coding from my notifier plugin and none of it works. Any assistance please?

    Code:
    {
      "CustomHelpText": [
        "i want this green",
        "i want this red"
      ],
      "Settings": {
        "AllowHelpTextFromOtherPlugins": "false",
        "UseCustomHelpText": "true"
      }
    }
    
    [DOUBLEPOST=1460429319][/DOUBLEPOST]
    Ok, I figured it out. Here is the code for the rest of you that have been asking. I'm not sure why this plugin doesn't just used the same tags as in the notifier plugin, but whatever.

    Code:
    {
      "CustomHelpText": [
        "<color=lime>i want this green</color>",
        "<color=red>i want this red</color>"
      ],
      "Settings": {
        "AllowHelpTextFromOtherPlugins": "false",
        "UseCustomHelpText": "true"
      }
    }
     
  10. how to install?
     
  11. Wulf

    Wulf Community Admin

  12. How i can customise /help with this i mean how i can unshow plugins when you write /help
     
  13. Wulf

    Wulf Community Admin

    You'd need to remove the help text from other plugins. This plugin just calls what other plugins provide.
     
  14. Ahh okay thank you wulf again:)
     
  15. Calytic

    Calytic Community Admin Community Mod

    Calytic updated HelpText with a new update entry:

    2.0.0

     
  16. Does it work for Legacy?
     
  17. Wulf

    Wulf Community Admin

    No, but there is one for Legacy in the Legacy section.
     
  18. CustomHelpText doesn't work, give empty message.
     
  19. the plugins need to update
     
  20. When i type help in chat nothing pops up