HelpText

Moved

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

4.92105/5, 38 likes
  1. Code:
    {
       "Settings":{
          "AllowHelpTextFromOtherPlugins":false,
          "UseCustomHelpText":true,
          "CustomHelpText":[
             "<color=grey>/kdr to show your kill/death stats</color>",
             "<color=grey>/kit for available kits</color>",
             "<color=grey>/clan help for the available clan commands</color>",
             "<color=yellow>/tpr name to teleport to someone, /tpa to accept</color>",
             "<color=yellow>/sethome number to set a home (overwrites previous), /home number to tp</color>",
             "<color=yellow>/ad seconds, toggle autodoor close, /ad 0 to disable</color>",
             "<color=grey>/remove to activate the remove tool</color>",
             "<color=grey>server wipes every two weeks</color>"
          ]
       }
    }
    When I use /help as admin in server I see all the commands I want. When others join the server they cannot use the /help tool. Any reason why?

    @Wulf Can you assist me with the above?
     
    Last edited by a moderator: Oct 29, 2017
  2. Wulf

    Wulf Community Admin

    I'd need a little more details about why they can't and what they see.
     
  3. @Wulf

    This is what I'm currently using: Looks like this in game for me:
    Gyazo - 08034c436803e5fc7f554f8d4fc8ae1d.png
    Code:
    {
      "Pages": {
        "default": {
          "*": [
             "<color=grey>/kdr to show your kill/death stats</color>",
             "<color=grey>/kit for available kits</color>",
             "<color=grey>/clan help for the available clan commands</color>",
             "<color=yellow>/tpr name to teleport to someone, /tpa to accept</color>",
             "<color=yellow>/sethome number to set a home (overwrites previous), /home number to tp</color>",
             "<color=yellow>/ad seconds, toggle autodoor close, /ad 0 to disable</color>",
             "<color=grey>/remove to activate the remove tool</color>",
             "<color=grey>server wipes every two weeks</color>"
          ]
        }
      },
      "Settings": {
        "AllowHelpTextFromOtherPlugins": false,
        "BreakAfter": 10,
        "UseCustomHelpText": true
      },
      "VERSION": "2.0.5"
    }
    I've had several people come in and do /help and they say nothing shows up, I can't figure out why... do they need authorization like kits?

    my list of plugins
    Gyazo - b198e6ec4004275b6493ee8ccf58e890.png

    Do I need to oxide.grant default HelpText??
     
    Last edited by a moderator: Oct 29, 2017
  4. @Wulf @Domestos
    I am now using this, /help only works for me since I am admin on server I guess, others in server see nothing when using /help, but no error pops up, just blank.
    Code:
    {
      "Settings": {
        "AllowHelpTextFromOtherPlugins": false,
        "CustomHelpText": [
             "<color=grey>/kdr to show your kill/death stats</color>",
             "<color=grey>/kit for available kits</color>",
             "<color=grey>/clan help for the available clan commands</color>",
             "<color=yellow>/tpr name to teleport to someone, /tpa to accept</color>",
             "<color=yellow>/sethome number to set a home (overwrites previous), /home number to tp</color>",
             "<color=yellow>/ad seconds, toggle autodoor close, /ad 0 to disable</color>",
             "<color=grey>/remove to activate the remove tool</color>",
             "<color=grey>server wipes every two weeks</color>"
        ],
        "UseCustomHelpText": true
      }
    }
     
    Last edited by a moderator: Oct 29, 2017
  5. Leave config default you will find it will work
    Code:
    {
      "Pages": {
        "default": {
          "*": [
            "custom helptext"
          ],
          "mypage": [
            "custom page helptext"
          ]
        }
      },
      "Settings": {
        "AllowHelpTextFromOtherPlugins": true,
        "BreakAfter": 10,
        "UseCustomHelpText": false
      },
      "VERSION": "2.0.5"
    }
     
  6. @Resistance
    Code:
    {
      "Pages": {
        "default": {
          "*": [
             "<color=grey>/kdr to show your kill/death stats</color>",
             "<color=grey>/kit for available kits</color>",
             "<color=grey>/clan help for the available clan commands</color>",
             "<color=yellow>/tpr name to teleport to someone, /tpa to accept</color>",
             "<color=yellow>/sethome number to set a home (overwrites previous), /home number to tp</color>",
             "<color=yellow>/ad seconds, toggle autodoor close, /ad 0 to disable</color>",
             "<color=grey>/remove to activate the remove tool</color>",
             "<color=grey>server wipes every two weeks</color>"
          ],
          "mypage": [
             "<color=grey>/kdr to show your kill/death stats</color>",
             "<color=grey>/kit for available kits</color>",
             "<color=grey>/clan help for the available clan commands</color>",
             "<color=yellow>/tpr name to teleport to someone, /tpa to accept</color>",
             "<color=yellow>/sethome number to set a home (overwrites previous), /home number to tp</color>",
             "<color=yellow>/ad seconds, toggle autodoor close, /ad 0 to disable</color>",
             "<color=grey>/remove to activate the remove tool</color>",
             "<color=grey>server wipes every two weeks</color>"
          ]
        }
      },
      "Settings": {
        "AllowHelpTextFromOtherPlugins": false,
        "BreakAfter": 10,
        "UseCustomHelpText": true
      },
      "VERSION": "2.0.5"
    }
    Does not work, again I can do /help but no public players can see it when they do it :(
     
  7. lease as true see if that makes a difference
    "AllowHelpTextFromOtherPlugins": false,
     
  8. @Resistance I have tried setting both help from other plugins/use custom help to true/false all combinations still does not work. But when I allow help from other plugins other players do /help and they see so much clutter but at least it works. They still cannot see my custom text which is what I want.

    Gyazo - 941578ab281fe6d49a09857eac7db5e4.png is what people see now from plugins which I don't want when it is true

    Gyazo - 08034c436803e5fc7f554f8d4fc8ae1d.png is what I see when I do /help when custom text is true but other players see nothing
     
  9. try putting some text in here for the header
    "*": [
    see if that works if not coder might help to see why its not working
     
  10. @Resistance "*":[ "inserting text here breaks plugin

    Again the help from other plugins work and players can see that. I really don't want that, I want the custom text but when that is true no one can see it lol, so confused
     
  11. I use just the deafult one if you can post the one you edited that breaks it and with the error it shows
     
  12. @Resistance

    Just reloaded the plugin into the server trying:
    Code:
    {
    "Pages": {
    "default": {
    "*": [
    "/tphelp- Teleport Help.",
    "/sethome 1~2 - Saves your current position as a home.",
    "/removehome 1~2 - Deletes your current position as a home.",
    "/home 1~2 - Teleports you to your home.",
    "/clan help - Clan Help.",
    "/remove - Enables/Disables you to remove items you have placed.",
    "/trade Player Name - Send trade request.",
    "/trade accept - Accept trade request.",
    "/help - Display this command list again."
    ]
    }
    },
    "Settings": {
    "AllowHelpTextFromOtherPlugins": false,
    "BreakAfter": 10,
    "UseCustomHelpText": true
    },
    "VERSION": "2.0.5"
    }
    It works for me, still not for other players with no errors. It seems there is a problem making custom text available for the default player group.
     
  13. Wulf

    Wulf Community Admin

    @Ins1ghT, please use code tags when pasting large amounts of text. I've edited your previous replies to include these.
     
  14. You done that wrong try this one it wont bring up any errors as to your custom text you will need to test that
     

    Attached Files:

  15. facepalm again :D got it
     
    Last edited by a moderator: Nov 5, 2017
  16. Hey people could do with a help in hand lol im very very new but 99% of this i can work out im having an issue with this plugin.

    i want to display custom lines not stuff from plugins.

    not i looked above and even tried most of the stuff on here but for some reason no matter what i change nothing happens just the same stuff popping up.


    am i editing the correct file >oxide>config <filename>
     
  17. Wulf

    Wulf Community Admin

    Did you reload the plugin after changing the config?
     
  18. Forgive me if i sound stupid here do you mean re-upload?
     
  19. Wulf

    Wulf Community Admin

    No, the command: "oxide.reload HelpText"
     
  20. Thank you sir!!! working now thank you so much!