1. when i try using the "/played" chat command it says "You don't have access to this command". Do i need to add permission or something?
     
  2. /played STEAMID/NAME => show how much time a player has played on the server
     
  3. That's what I meant by "/played" command. I should have been more specific, sorry. I used "/played" with the name and after tried the steam ID and in both cases it gave me the same response "You don't have access to this command"
     
  4. doing same here
     
  5. Where is this data stored?
     
  6. I'm getting the 'Missing plugin name prefix' errors that some others have reported. Does anyone know how sort that problem out?
     
  7. Greetings everyone! As i understand plugin is unmaintained no more?
    If I`am wrong then please tell me how to fix next error, or tell me what I`m doing wrong:
    Снимок.PNG
    I`ve added myself to admin group and it has no effect.
     
  8. Hello!

    Todays Hurtworld patch v0.3.6.1 and latest Oxide build 2086 snapshot broke this plugin. The error mesage says:
    Code:
    13:53 [Error] PlayerInformations plugin failed to compile!
    13:53 [Error] PlayerInformations.cs(609,35): error CS0117: `GameManager' does not contain a definition for `GetPlayerEntity'
    Regards,
    rocco
     
  9. PlayerInformations.cs(609,35): error CS0117: `GameManager' does not contain a definition for `GetPlayerEntity'
    [DOUBLEPOST=1466793880][/DOUBLEPOST]sorry for double
     
  10. Here is unofficial update to deal this situation.
    I also repair permission prefix warnings.

    You're welcome :)

    ------------------------------------------------------------
    Edit: I find one another bug, when try to shutdown the server PlayerInformations plugin can't call hook 'Unload'...
    I fix it soon ;)

    ------------------------------------------------------------
    Last edit:
    Code:
    19:19 [Error] Failed to call hook 'Unload' on plugin 'PlayerInformations v1.0.4' (NullReferenceException: Object reference not set to an instance of an object)
    19:19 [Debug]   at Oxide.Plugins.PlayerInformations.EndRecordTime (.PlayerIdentity player) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PlayerInformations.Unload () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PlayerInformations.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 
    This error is caused by "Playerdatabase.cs" is unloaded before PlayerInformation plugin. Because PlayerInformation uses by PlayerDatabase, plugin can't save data. You have unload PlayerInformation plugin before PlayerDatabase. It's no way for normal "quit" server shutdown, because PlayerDatabase must be loaded before PlayerInformation.
    You can unload PlayerInformation plugin manualy in the game ("/unload Playerinformation") before shutdowning your server, or ignore this error. Warning, if you have players on the server and shutdown it without manual unloading, you lost last information data of them.
     
    Last edited by a moderator: Jun 29, 2016
  11. You can fix this error with editing PlayerInformations.json config file
    1. Go to ...\Hurtworld Dedicated Server\oxide\config
    2. Edit "PlayerInformations.json" in notepad or a similar program
    3. Change the last line "Time Played - Permission - authlevel": 0 -> "Time Played - Permission - authlevel": 1
    Looks like this:
    Code:
    {
      "First Connection - activated": true,
      "First Connection - allow players": true,
      "First Connection - Permission - authlevel": 1,
      "IP Logs - activated": true,
      "IP Logs - allow players": false,
      "IP Logs - Max Logs per player": 5,
      "IP Logs - Permission - authlevel": 1,
      "Last Position - activated": true,
      "Last Position - allow players": false,
      "Last Position - Permission - authlevel": 1,
      "Last Seen - activated": true,
      "Last Seen - allow players": true,
      "Last Seen - Permission - authlevel": 1,
      "Names Logs - activated": true,
      "Names Logs - allow players": true,
      "Names Logs - Max Logs per player": 5,
      "Names Logs - Permission - authlevel": 1,
      "Time Played - activated": true,
      "Time Played - allow players": true,
      "Time Played - Permission - authlevel": 1
    }
     
    Last edited by a moderator: Jun 29, 2016
  12. Well here ya go You didn't fixed the bug so go head and fix it again
    this error I'm getting from /ipowners
    Code:
    [Oxide] 23:19 [Error] Failed to call hook 'cmdChatIPOwnerss' on plugin 'PlayerInformations v1.0.4' (NullReferenceException: Object reference not set to an instance of an object)
    
    en this error I'm getting from /played
    Code:
    [Oxide] 23:19 [Error] Failed to call hook 'OnPlayerConnected' on plugin 'PlayerInformations v1.0.4' (NullReferenceException: Object reference not set to an instance of an object)
    
    So yeah....
     
  13. i am getting these
    Code:
    22:31 [Error] Failed to call hook 'SetPlayerData' on plugin 'PlayerDatabase v1.0.1' (InvalidCastException: Cannot cast from source type to destination type.)
    22:31 [Debug]   at Oxide.Plugins.PlayerDatabase.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    22:31 [Error] Failed to call hook 'SetPlayerData' on plugin 'PlayerDatabase v1.0.1' (InvalidCastException: Cannot cast from source type to destination type.)
    22:31 [Debug]   at Oxide.Plugins.PlayerDatabase.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    22:31 [Error] Failed to call hook 'SetPlayerData' on plugin 'PlayerDatabase v1.0.1' (InvalidCastException: Cannot cast from source type to destination type.)
    22:31 [Debug]   at Oxide.Plugins.PlayerDatabase.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Oct 1, 2016
  14. this plugin is not supported anymore.
    Go in Universal plugins to get the plugins playerdatabase and player informations.