Help [Replaced]

Discussion in 'Plugin Support' started by AnExiledGod, Dec 6, 2015.

  1. Use /helpadd homes "Use these commands to set and remove homes, /sethome name and /removehome name."

    If there are multiple words, they must always be encapsulated in quotation marks.
     
  2. error update pls
     
  3. I'm going to need more than that.
     
  4. Wulf

    Wulf Community Admin

    See the Updates Notes for Oxide.
     
  5. Please update it.
    [Error] Help.cs(86,26): error CS1061: Type `PlayerIdentity' does not contain a definition for `IsAdmin' and no extension method `IsAdmin' of type `PlayerIdentity' could be found. Are you missing an assembly reference?
     
    Last edited by a moderator: Dec 18, 2015
  6. Wulf

    Wulf Community Admin

    Here ya go. Moved the message sending over to Oxide's API too. The messages still need to be moved to the Lang API though.
     

    Attached Files:

    • Help.cs
      File size:
      3.9 KB
      Views:
      117
  7. I've installed this in my server but it doesnt work i type /help and it says unknown command
     

    Attached Files:

  8. Wulf

    Wulf Community Admin

    You're using the broken version. See Help | Page 2 | Oxide.
     
  9. You downloadeda brokenversion.
     
  10. Wulf

    Wulf Community Admin

    No, it works just fine. Are you getting any errors?
     
  11. fixed the issue thanks mate

    unsure what happened but now its doing this
     

    Attached Files:

    Last edited by a moderator: Dec 20, 2015
  12. i start my server
    and....

    [Oxide] 1:22 PM [Error] Error while compiling Help.cs(86,25): error CS1061: Type `PlayerIdentity' does not contain a definition for `IsAdmin' and no extension method `IsAdmin' of type `PlayerIdentity' could be found. Are you missing an assembly reference

    Help please!
     
  13. Wulf

    Wulf Community Admin

    That's an issue that the game needs to fix. Color tags got split up or a closing one was missed somehow, so all of the chat broke. Not necessarily this plugin.

    See Help | Page 2 | Oxide.
     
  14. Ok so why is it when I type /help on my server nothing comes up. I do not even get an error is chat? I have also updated to the newest version
     
  15. Wulf

    Wulf Community Admin

    Check your oxide/logs for errors, also make sure you are using the version I linked above.
     
  16. 4:02 AM [Error] Failed to call hook 'HelpCommand' on plugin 'Help v1.1.1' (NullReferenceException: Object reference not set to an instance of an object)
    4:02 AM [Debug] at Oxide.Plugins.Help.HelpCommand (.PlayerSession session, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
     
  17. Wulf

    Wulf Community Admin

    Please provide me with your full, latest oxide/logs.
     
  18. Attached is the full log
     

    Attached Files:

  19. Wulf

    Wulf Community Admin

    Your config for the plugin is corrupt. Delete oxide/config/Help.json, then use '/reload Help' ingame via the chat as admin.

    Also, you should remove PlayerInformations until it is updated for the Hurtworld/Oxide changes.
     
  20. Thanks