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

    Domestos submitted a new resource:

    HelpText - Allows people to use /help to get help info from all plugins

    Read more about this resource...
     
  2. Domestos updated HelpText with a new update entry:

    added oxide version

     
  3. Domestos updated HelpText with a new update entry:

    ResourceID

     
  4. Can you give me an example of the help text file, it's in German
     
  5. Hmm im not sure what you're asking for. There is no file coming with this plugin and there is nothing written in german.
    As a normal user there is nothing you could do with this plugin where you'd need an example for.
     
  6. Thanks a handy plugin!
     
  7. I will copy the configure file when I make it home. Thanks for answering.
     
  8. Is there anyway to also add your own help text lines to the help?
    I wanted to list a few things like the team speak channel ext.
     
  9. I have a few improvements planned which include the possibility to add your own helptext.
    For now you could use my CustomChatCommands plugin for similar effects.
     
  10. oh is it out?
    ok i see it..
    but custom help would be awesome!
     
  11. Domestos updated HelpText with a new update entry:

    added config for better control

     
  12. I just updated the plugin and it works wonderfully, great work and thanks.

    I love the custom help feature, brilliant.
     
  13. Any updates for this now? Just installed and it's not showing Tp and other commands.

    Thanks
     
  14. This plugin doesnt provide any help messages on its own. It's just an API that provides a /help command and displays all help messages provided by your installed plugins. If there is no help message for your TP plugin than its because your TP plugin doesnt have one that can be displayed by my Helptext plugin.
     
  15. Ah Ok, Just wasn't sure about the custom code tbh. If I want to display a custom help how would I complete the code here?
    Sorry new at this.

    {
    "CustomHelpText": [
    "custom help", Teleport /tpr Send Request /tpa Accept Request
    "custom helptext"
    ],
    "Settings": {
    "UseCustomHelpText": "true",
    "AllowHelpTextFromOtherPlugins": "false"
    }
    }
     
  16. Domestos updated HelpText with a new update entry:

    rust update

     
  17. Plugin doesnt show /tp commands from the advanced tp plugin?
    also i dont see this anywhere>>>
    Code:
    {
    "CustomHelpText": [
    "custom help", Teleport /tpr Send Request /tpa Accept Request
    "custom helptext"
    ],
    "Settings": {
    "UseCustomHelpText": "true",
    "AllowHelpTextFromOtherPlugins": "false"
    }
    }
    under the plugin config i have 2 files>helptext.txt and help.txt

    helptext.txt is empty

    help.txt contains this>>
    - /help für diese Nachricht
    - /list für eine Liste der Spieler, die online sind
    - /history für die letzten 20 Chatnachrichten
    - /pm NAME NACHRICHT für Privatnachrichten
    - /share NAME um deine Tür für andere freizuschalten. NAME muss eventuell in „“

    a little help please?
     
    Last edited by a moderator: Dec 5, 2014
  18. Wulf

    Wulf Community Admin

    Check your log for errors. You also need to make sure you use quotation marks around messages in the config.
     
  19. OK added the quotation marks. But domestos said there was no german in the file but there was and i had to translate it.

    here the error in the logs
    Code:
    12:07 PM [Error] m-Godmode: A .NET exception occured in user-code
    at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
    at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
    at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
    at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder,
     
    Last edited by a moderator: Dec 6, 2014
  20. There is in fact not one single german word in the plugin code. Also if i remember correctly the configs arent text files anymore, the config file should be "helptext.json".
    There also isnt an "advanced tp plugin" at all.
    Are you maybe trying to use this plugin on a legacy server?