HelpText

Moved

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

4.92105/5, 38 likes
  1. Calytic

    Calytic Community Admin Community Mod

  2. this broken?
     
  3. Wulf

    Wulf Community Admin

    Are you getting any errors?
     
  4. Hi, i have a Problem. How can i switch the size of the shown Text!? :)
     
  5. Wulf

    Wulf Community Admin

    See Oxide API for Rust.
     
  6. Never mind.
     
  7. Question: Is there a universal tag to force a line break or does it need to be coded into the .cs everytime?
     
    Last edited by a moderator: Jan 3, 2017
  8. Really nice work, just what I needed
     
  9. Hello,

    how i can switch the Keyword for the automessage?

    I want create some different commands.

    I want:

    /help

    Message: available commands:

    /tellmeajoke
    /tphelp
    /...

    and then the user say:

    /tellmeajoke

    Message: Than he gets a joke or


    how can i do this? I want create it
     
  10. I would use this plugin for the /help command but then use it to relate to Custom Chat Commands for customizability.

    Custom Chat Commands for Rust | Oxide

    You may want to remove the handler ChatName if you want to remove the "Server Name:".
     
  11. Thank You.

    but thats a lua file and these files are not supported very soon

    Is there any alternative?
     
  12. I don't believe there is and it's probably not a soon as you presume.
     
  13. Ok, and how i install a lua file? i only work with .cs files
     
  14. Wulf

    Wulf Community Admin

    See the announcement on the homepage. If you want help with another plugin, please use it's support thread.
     
  15. Hi
    is it not posible to add more custom helptext? bequese i tried it but it keeps giving me an error

    HelpText v2.0.41: Failed to load config file (is the config file corrupt?) (After parsing a value an unexpected character was encountered: ". Path 'Settings.CustomHelpText[1]', line 7, position 3.)

    i tried to add the , behind the lines
    Like

    "Line" ,
    "Line"
    "Line" ,
    "Line"
    "Line" ,
    "Line"


    or is this wrong ?
     
  16. It should kind of look like this:

    "Line",
    "Line",
    "Line",
    "Line",
    "Line",
    "Line"

    }
     
  17. thank u ! it is all good now i already tried that before but when i take a closer look therer was a dot (.) infront of line 7 XD i tried is 6:00 in the morning with no coffee :p not gonna do that again thx for ur answer!
     
  18. Haha :')
     
  19. Calytic

    Calytic Community Admin Community Mod

    Calytic updated HelpText with a new update entry:

    2.0.5

     
  20. There used to be a /help command plugin for Rust Legacy, that when typed would in chat display something like this;

    Server: /command - this does this!
    Server: /command - this does this!
    Server: /command - this does this!
    Server: /command - this does this!

    -and it would do this in as many chat sections as you wanted. Now, however with this (HelpText | Oxide) plugin, it will only allow me to do one chat message, resulting in this;

    Server: /command - this does this!/command - this does this!/command - this do

    I don't want that. Is there one that does this like the older version? Or am I doing something wrong?