HelpText

Moved

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

4.92105/5, 38 likes
  1. Much thanks!
    Helpful for me :)
     
  2. Last update broke the plugin:

    39 HelpText - Failed to compile: HelpText.cs(59,45): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayer' does not contain a definition for `ConnectedPlayer' and no extension method `ConnectedPlayer' of type `Oxide.Core.Libraries.Covalence.IPlayer' could be found. Are you missing an assembly reference?
     
  3. Calytic

    Calytic Community Admin Community Mod

    You're using an old version.. Plugin has been updated.
     
  4. Just installed - [Oxide] 19:33 [Error] Error while compiling HelpText.cs(75,41): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayer' does not contain a definition for `Character' and no extension method `Character' of type `Oxide.Core.Libraries.Covalence.IPlayer' could be found. Are you missing an assembly reference?
     
  5. Wulf

    Wulf Community Admin

    How old of version are you using? That change was made months ago.
     
  6. Just downloaded? Showing 2.0.1 on Universal plugins
     
  7. Wulf

    Wulf Community Admin

    There is no Character reference in the latest of this plugin.
     
  8. hmmmm bare with..ack...Catalyst has outdated all my plugins.....soz wulf :3
     
  9. Calytic

    Calytic Community Admin Community Mod

    When you update HelpText use

    "universal/HelpText"

    HelpText used to be a Rust plugin and the HelpText in the rust category is the old one before it was switched.
     
    Last edited: Nov 12, 2016
  10. The advice on the previous page didn't help me with custom help text, so I used the following config.

    Code:
    {
      "Settings": {
        "AllowHelpTextFromOtherPlugins": false,
        "UseCustomHelpText": true,
    "CustomHelpText": [
    "/who - Show who is online",
    ]
    },
    }
    I've taken out the majority to make it easier to follow.
     
  11. Will custom help text accept any code, guys?

    I tried adding coloured text - <orange>text here<end>, for example, but it doesn't accept it.
     
  12. Calytic

    Calytic Community Admin Community Mod

    That is not valid color markup. Only one mod that I'm aware of supports that format.

    Try

    Code:
    <color=orange>text here</color>
     
  13. lol...And I know which mod. :facepalm:

    Thank you. That worked. :)
     
  14. NOT WORKING ON HURTWORLD
     
  15. Calytic

    Calytic Community Admin Community Mod

  16. Gday. I am having problems getting this to work with a Rust Legacy Server. It is all working, the custom text is showing up in-game but the problem I am having that is when you type /help it is writing it out into one long line of text instead of breaking it up.

    This is what is currently in my config:
    {
    "Settings": {
    "AllowHelpTextFromOtherPlugins": false,
    "CustomHelpText": [
    "Sethome: /sethome Name",
    "Remove Home: /sethome remove Name",
    "TP Home: /home Name",
    "List Homes: /home",
    "Remover: /remove (Toggle)",
    "Request TP: /tpr Name",
    "Accpet TP: /tpa",
    "Cancel TP: /tpc",
    "Kits: /kit"
    ],
    "UseCustomHelpText": true
    }
    }
     
  17. Hey.

    Does this work?

    Code:
    "CustomHelpText": [
    "Sethome: /sethome Name", \n
    "Remove Home: /sethome remove Name",\n
    "TP Home: /home Name",\n
    "List Homes: /home",\n
    "Remover: /remove (Toggle)",\n
    "Request TP: /tpr Name",\n
    "Accpet TP: /tpa",\n
    "Cancel TP: /tpc",\n
    "Kits: /kit"
    ],
     
  18. No I get this error:
    [Oxide] 14:31 [Error] HelpText v2.0.41: Failed to load config file (is the config file corrupt?) (Unexpected character encountered while parsing value: \. Path 'Settings.CustomHelpText[0]', line 5, position 27.)
     
  19. Oh, ok.
    It was a guess.

    A bad guess. ;)
     
  20. Did you work out a fix for it? I'm currently having the same problem