The authors would need to add support for the plugin, else you can add your own custom text in this plugin's config file.
HelpText
Moved
Total Downloads: 18,186 - First Release: Oct 23, 2014 - Last Update: Feb 3, 2017
- 4.92105/5, 38 likes
-
Wulf Community Admin
-
Wulf Community Admin
Code:player:SendConsoleCommand("echo " .. variablegoeshere)
-
does help test (json file) support colors like in Notifier? something like:
"Teleport - Type <orange>/tphelp<end> for help on teleport" -
Wulf Community Admin
http://docs.oxidemod.org/rust/#styling-messages -
I do have a question, some of the commands I see are admin only when I type /help do non-admin (auth level 2 players) see those commands as well?
-
Wulf Community Admin
-
grr. so can we get this changed or is there another option for help? my users keep asking for it
-
Wulf Community Admin
-
-
Wulf Community Admin
-
[DOUBLEPOST=1440198692][/DOUBLEPOST] -
Wulf Community Admin
-
[DOUBLEPOST=1440201790][/DOUBLEPOST]issue is every plugin I have has help and it goes off the page and I see like 2 of the messages lol -
Wulf Community Admin
-
damn
ok lol no one even knows that half the plugins on my server exist lol
[DOUBLEPOST=1440201921][/DOUBLEPOST]when should the native one be completed? -
Any news about helptext with GUI ?
-
Wulf Community Admin
-
Because of the plugins needing the method SendHelpText:
@Wulf isnt it somehow possible to make its possible to loop through all existing commands? Of course that wont provide that good info but anyways. There could also be something like this: to provide info which you can pick using like command.Info
Code:[ChatCommand("help")] [CommandInfo("This command shows you a list of available commands")] void cmdHelp() {}
-