Mughisi submitted a new resource:
HelpText - Allows people to use /help to get help info from plugins
Read more about this resource...
HelpText
Allows people to use /help to get help info from plugins
Total Downloads: 1,353 - First Release: May 25, 2015 - Last Update: Jul 8, 2016
- 5/5, 3 likes
-
Mughisi updated HelpText with a new update entry:
Added ResourceId
-
Mughisi updated HelpText with a new update entry:
Fix for latest Oxide
-
This isn't working for me?
-
-
2.0.951
-
If I remember correctly then it should work on 951 and higher, or might have been 970+ can't quite remember :x Is the plugin causing any errors in the logs?
-
Working Great, keep up the good work! Hope other plugin developers will utilize this as well
-
private void SendHelpText(Player player)
{
PrintToChat(player,"Some help message for...
Hi. Where shouild i put this code? Which file?Last edited by a moderator: Jul 1, 2015 -
Wulf Community Admin
Last edited: Jul 1, 2015 -
I really can't add any new message to /help.
There is no helptext.json и config folder. -
Wulf Community Admin
-
Thanks for very fast answer.
I really can't find any configuration file of HelpText plugin. I'll try to reboot game server.
UPD: Still there is no configuration file.
I should add new commands to /help listing (/voteday, /setbounty and others). -
Wulf Community Admin
-
Tried to reload it:
5:11 AM [Info] Unloaded plugin Help Text v1.0.2 by Mughisi
5:11 AM [Info] HelpText was compiled successfully in 289ms
5:11 AM [Info] Loaded plugin Help Text v1.0.2 by Mughisi
I didn't find any error message there.
Still there is no configuration file in ./oxide/config/
-
Dont have Configuration file aswell..
-
Missing code to generate Config File:
Code:void Loaded() { LoadConfigData(); } protected override void LoadDefaultConfig() => PrintWarning("New configuration file created.");
Although this missing step does not harm the functionality of the plugin, as it only stops you from changing who the message comes from and the color of their name. -
hey i cant find on the script this line " "void OnPlayerSpawn(PlayerFirstSpawnEvent e)"
-
Getting error
16:01 [Error] HelpText.cs(105,73): error CS1061: Type `Oxide.Plugins.CommandAttribute' does not contain a definition for `SubCommands' and no extension method `SubCommands' of type `Oxide.Plugins.CommandAttribute' could be found. Are you missing an assembly reference?
Also when I open it in visual studio I find a lot of errors. Might be just me or is it time for an update.