1. Thanks for the info. I'll look into it as soon as i got some time.
     
  2. updated all my plugins you can just steal the way i do it if you want :p
     
  3. Domestos updated Player List with a new update entry:

    rust update

     
  4. working thanks
     
  5. Not showing admins online!! Just shows them as regular player and say no admins online.
     
  6. Domestos updated Player List with a new update entry:

    permissions

     
  7. dont mind me I'm an idiot lol :confused:
     
    Last edited by a moderator: Nov 26, 2014
  8. Works now Thanks!!
     
  9. /who - only shows me how many players are on but not who is on?

    Anyone?
     
  10. You have to edit the playerlist.json
    this is how I have mine
    "Settings": {
    "OnlyShowAdminCount": "false",
    "OnlyShowPlayerCount": "false",
    "SeparateAdmins": "true",
    "MaxPlayersPerLine": 8
     
  11. Thanks for the replay, I just figured it out after looking a the config file... :)
     
  12. Hi!!

    Please add an option to let us customize the command to let other language servers to change the /who command for /customcommand. Please
     
  13. Im planning to polish/update some of my plugins within the next days/next week.
    I've noted your request on my todo list.
     
  14. I think that i could help with my last suggestion with some kind of proto-code :p

    Code:
    cmds = self.Config.Commands or {}
        cmds.Who= cmds.Who or "Who"if cmds.Who ~= "" then command.AddChatCommand(cmds.who, self.Object, "C_Who") end
    
    Config File:
    Code:
    {
      "Commands": {
        "Who": "playerlist"
    }
    
     
  15. Its way easier than that but thanks.
     
  16. I suddenly started getting this error:

    Code:
    [Oxide] 5:48 PM [Error] playerlist: [string "playerlist.lua"]:50: attempt to call method 'GetComponent' (a string value)
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
    and /who is no longer working. Any ideas?
     
    Last edited by a moderator: Jan 23, 2015
  17. Domestos updated Player List with a new update entry:

    Bugfixes and cleanup

     
  18. No Function since last Update.
     
  19. Works for me on Oxide 2.0.250
     
  20. Shows admin usernames, but not shows player usernames.