Much thanks!
Helpful for me![]()
HelpText
Moved
Total Downloads: 18,186 - First Release: Oct 23, 2014 - Last Update: Feb 3, 2017
- 4.92105/5, 38 likes
-
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? -
Calytic Community Admin Community Mod
-
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?
-
Wulf Community Admin
-
Just downloaded? Showing 2.0.1 on Universal plugins
-
Wulf Community Admin
-
hmmmm bare with..ack...Catalyst has outdated all my plugins.....soz wulf :3
-
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 -
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", ] }, }
-
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. -
Calytic Community Admin Community Mod
Try
Code:<color=orange>text here</color>
-
lol...And I know which mod. :facepalm:
Thank you. That worked. -
NOT WORKING ON HURTWORLD
-
Calytic Community Admin Community Mod
-
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
}
} -
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" ],
-
[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.) -
Oh, ok.
It was a guess.
A bad guess. -