1. ehm..what?
    Why would i want to block normal user helptext but not admin helptext?
    You can already use custom helptext messages in the config and override the messages from other plugins or use both.
     
  2. Just did a clean installation of Oxide 2.0 and installed this plugin. Did /help and nothing appears in-game. Help?
     
  3. Wulf

    Wulf Community Admin

    Check your logs for errors.
     
  4. It has been fixed. I just needed to reload the plugin and correctly configure the config file.
     
  5. Can anyone inform me how can color the text using this language LUA? This language is originally from my country (Brazil), but I have difficulties with it. = (

    I need an example with this text: Hello World

    Where "Hello" = yellow
    Where "world" = red

    Thanks! ;)
     
  6. Wulf

    Wulf Community Admin

    http://docs.oxidemod.org/rust/#styling-messages
     
  7. Wulf, very much thanks!!!
     
  8. How come it doesn't show all my plugins when i type /help. Help
     
  9. Wulf

    Wulf Community Admin

    Not all plugins send help info.
     
  10. Hello ,

    i downloaded the HelpText Pugin for Rust legacy, copy and paste it in the Plugin folder but i dont work.
    Restarted the Server and try /help but it says "unknown command"

    Anyone can help me ?
     
  11. @BellaEsprit Can we see what your doing? Logs or a video of you doing it would be helpful.
     
  12. Unbenannt.jpg Unbenannt.png sdf.png III
    [DOUBLEPOST=1448232121][/DOUBLEPOST]First picture of the download
    Second the file i copy
    third the folder i paste it in
     
  13. cant get my custom help to work am i missing something obvious?

    Code:
    {
      "CustomHelpText": [
        "/sethome",
        "/warplist",
        "/warp to small",
        "/tpr",
        "/share",
        "/addfriend",
        "/unfriend",
        "/kit",
        "/remove",
      ],
      "Settings": {
        "AllowHelpTextFromOtherPlugins": "false",
        "UseCustomHelpText": "true"
      }
    }
    [DOUBLEPOST=1450480152][/DOUBLEPOST]@Wulf
     
  14. Wulf

    Wulf Community Admin

    You have one too many commas.
     
  15. still doesn't work @Wulf
     
  16. Wulf

    Wulf Community Admin

    What does your current file look like now?
     
  17. Code:
    {
      "CustomHelpText": [
        "/sethome",
        "/warplist",
        "/warp to small",
        "/tpr",
        "/share",
        "/addfriend",
        "/unfriend",
        "/kit",
        "/remove"
      ],
      "Settings": {
        "AllowHelpTextFromOtherPlugins": "false",
        "UseCustomHelpText": "true"
      }
    }
    [DOUBLEPOST=1450513582][/DOUBLEPOST]@Wulf
     
  18. Wulf

    Wulf Community Admin

    Looks fine to me, I don't see why that wouldn't work.
     
  19. I do /help and it says unknown command
    [DOUBLEPOST=1450555757][/DOUBLEPOST]
    Code:
    5:00 AM [Error] Failed to load plugin helptext
    File: helptext.lua Line: 34 unexpected symbol near '{':
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.LoadString (System.String chunk, System.String name) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPlugin.Load () [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.PluginLoader.LoadPlugin (Oxide.Core.Plugins.Plugin plugin, Boolean waitingForAccess) [0x00000] in <filename unknown>:0
    5:00 AM [Info] Loaded plugin Private Messaging v1.0.0 by #Domestos
    5:00 AM [Warning] Ignored obsolete game extension reference 'Oxide.Ext.RustLegacy' in plugin 'Prod'
    5:00 AM [Error] Failed to load plugin RustDB
    File: RustDB.lua Line: 201 syntax error near '76561198154980201':
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.LoadString (System.String chunk, System.String name) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPlugin.Load () [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.PluginLoader.LoadPlugin (Oxide.Core.Plugins.Plugin plugin, Boolean waitingForAccess) [0x00000] in <filename unknown>:0
    
    [DOUBLEPOST=1450567302,1450551806][/DOUBLEPOST]@Wulf