1. I'm new to Oxide and I'm failing terribly at getting this to work :( I have tried the commands in chat but cannot get /players to work for anyone... I'm pretty sure it's installed properly, it was working before the update but I cannot get it working again. Is there something simple I may have missed?
     
  2. Wulf

    Wulf Community Admin

    Check your oxide/logs for errors.
     
  3. Thanks heaps. All sorted now.
     
  4. Hey Wulf, running into one small problem. I can not get the permissions to apply to all players because the group "players" does not exist. How can I tell this plug in to allow everyone to enter the command?
     
  5. Wulf

    Wulf Community Admin

    /grant group default canplayerslist
     
  6. I should have figured that one out......thanks all the same! <3
     
  7. @Reneb, where can i find the documentation for the tplayer class? i want to add sepereate color for moderators on my server.

    i see the class has an IsAdmin method, but i want to know if there is one for moderators? if so please share.

    Thanks in advanced
     
  8. Wulf

    Wulf Community Admin

    There is no 'moderator' in Hurtworld. The IsAdmin is coming from Hurtworld itself, not this plugin. You can look at everything that is available via Hurtworld's Assembly-CSharp.dll using a tool such as JustDecompile.
     
  9. Thanks for the quick reply, so i guess i have to alter the c# code to add the moderators in manually? quck question, can you use a reflector to add to the tplayer class inside Assembly-CSharp.dll?
     
  10. Wulf

    Wulf Community Admin

    No, there's no sense of moderators in Hurtworld. If you'd like moderators, just add whatever plugin permissions you want to the 'moderator' group with Oxide itself, and then assign players to that.
     
  11. it does cut off the line rather quick, 10+ players wont show their names this way, can it be edited by myself to show longers lines of names so they all fit? or does it require an update. if so take this as a suggestion :)
     
  12. when i put /grant group default canplayerslist i get the error: canplayerslist does not exist
     
  13. Wulf

    Wulf Community Admin

    That would mean the plugin isn't loaded. Check your oxide/logs for errors.
     
  14. Code:
    [Oxide] 7:00 PM [Error] PlayersList.cs(51,25): error CS0246: The type or namespace name `PlayerSession' could not be found. Are you missing an assembly reference?
     
  15. Wulf

    Wulf Community Admin

    You're using an outdated version of Hurtworld.
     
  16. Well I am not sure where can I download it from if not from this website..
     
  17. Wulf

    Wulf Community Admin

    Which version does the '/version' chat command show?
     
  18. Needs update as typing /players is buging chat
     
  19. Wulf

    Wulf Community Admin

    Do you have an example or more details as to how it is bugging the chat?
     
  20. Failed to replicate that.Happened couple times before, if you type /players and write something in , chat would go blank and not come back.Trying to replicate but failed :) so nvm