HelpText

Moved

Total Downloads: 18,186 - First Release: Oct 23, 2014 - Last Update: Feb 3, 2017

4.92105/5, 38 likes
  1. It is possible to change the font size?
     
  2. Wulf

    Wulf Community Admin

    Yes, but you'd need to set it where the messages are actually at. This plugin doesn't store the messages for other plugins.
    See Oxide API for Rust
     
  3. how to make a costom help?
     
  4. Wulf

    Wulf Community Admin

    Add it to the config file under the "CustomHelpText" section.
     
  5. thanks for the help
     
  6. Can you please provide me with a simple code for a custom help, lets say for Teleportation plugin /tp. I don't know coding, but i will do the rest if i get the code for atleast one plugin :) Thank you.
     
  7. Wulf

    Wulf Community Admin

    You can add custom help to this plugin's config. You don't need to code, just edit it in a text editor and follow the same format. Examples are provided in the default config.
     
  8. So it works with plain text, that's great. Thank you once more.
     
  9. Wulf

    Wulf Community Admin

    It's a JSON file, but it is editable with a text editor.
     
  10. Yeah, i'm using Notepad++. Thanks.
     
  11. @Domestos Can you also provide a list where admins can decide which plugins are listed with help commands and which not. Wulf put for his plugin list already the idea for a blackand whitelist on TODO.
    @Wulf Is there a possbility for account upgrade I tried to contact link which lead me to a german site and got no answer
     
  12. Wulf

    Wulf Community Admin

    This plugin only pulls information that plugins provide, it doesn't really have a way to filter it.

    Right now there are no account upgrades available, sorry.
     
  13. Oh damn okay.
    Oh that is unfortunate I would donate to this community since I will be active here.
     
  14. Hello, I can not understand all the problems of downloading the plugin through FaylZilla and nothing happens when you register Kitz in the game he writes invalid command
     
  15. What you mean you just download the plugin and then move it to the plugins folder and for Kits follow the instructions on the Plugin Page it is all in detail.
     
  16. hi im preaty new with server making
    lets say i want to do it like this:
    /help

    1) teleport /tpr "Name" (send) /Tpa accept
    2)/kit for kits
    3)/Bgrade (auto building upgrade
    4)...
    5)...
    6)...
    how shoud the config shoud look?
     
  17. <color=cyan>"text"</color> . You could possibly try this.
     
  18. thank you i will try it :)
    oh and where i put this:

    Code:
    function PLUGIN:SendHelpText(player)
        if player:IsAdmin() then
            player:ChatMessage("admin helptext")
        end
        player:ChatMessage("normal helptext")
    end
     
    Last edited by a moderator: Jan 21, 2016