HelpText

Moved

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

4.92105/5, 38 likes
  1. Could you please show me and example of this as like could you please fill in the command example i have done this and it still shows the same thing "basically all the commands that are with it right now"
     
  2. Use the attached version, it's a fix for custom helptext.

    Your config should look similar to this (with the guide text replaced with commands)
    Code:
    {
      "Settings": {
        "AllowHelpTextFromOtherPlugins": false,
        "CustomHelpText": [
          "insert your command here",
          "insert another command here",
          "you can add a description of each plugin",
          "just make sure to not forget your commas",
          "/tpr - Requests to teleport to someone"
        ],
        "UseCustomHelpText": true
      }
    }
    
     
  3. Oh my god thank you dude that worked!!
    [DOUBLEPOST=1472091686][/DOUBLEPOST]By the way do you know how to get like a bold type text or orange text to the commands in the /help
     
  4. Code:
    {
      "Settings": {
        "AllowHelpTextFromOtherPlugins": false,
        "CustomHelpText": [
          "<color=orange>orange</color>",
          "<b>bold</b>",
        ],
        "UseCustomHelpText": true
      }
    }
    
    Not sure if bold works or not. I'll get back to you on that, but that's what I assume it would be.
     
  5. @Wulf what color codes this plugin uses? i need some colors
     
  6. Wulf

    Wulf Community Admin

    Rust uses Unity's standard formatting, which is HTML codes. You can see what is available in the Docs at the top of the page.
     
  7. Can you give me newest version of this plugin i dont have it:(
     
  8. Wulf

    Wulf Community Admin

    It's either in this thread or on the Overview.
     
  9. It wasnt yesterday but i got it now
     
  10. @Wulf how i can force all /help texts to show up because i can't see all of them upload_2016-8-25_22-19-18.png
     
  11. Wulf

    Wulf Community Admin

    If you have too much... you won't see them all at once unless paging is added or other commands.
     
  12. You can scroll up or add a /help 2 command or something.
     
  13. I cant scroll up thats what i want
     
  14. Used to work for me sometimes, but not all the time. There's no way to display all of your commands without a page two.
     
  15. Ok then how do i make another page?
     
  16. Use attached version, make sure to delete your old config. Page two ingame would be /help 2
     
  17. This doens't work tried to fix it too but can't find problem im typing /help 2 nothing appears
     
  18. Fix for second help page version.
     
  19. removed, got rid of my issue
     
    Last edited by a moderator: Aug 27, 2016
  20. Wulf

    Wulf Community Admin

    Quickfix for changes to the Oxide Covalence API in today's builds.