Player Informations

Stores player IPs , usernames, positions, last seen, first connection ...

Total Downloads: 1,472 - First Release: May 30, 2016 - Last Update: May 14, 2017

5/5, 7 likes
  1. download the latest fix for playerdatabase
     
  2. Code:
    [Oxide] 09:45 [Error] Failed to call hook 'SendHelpText' on plugin 'PlayerInformations v1.2.6' (InvalidCastException: Cannot cast from source type to destination type.)
    [Oxide] 09:45 [Debug]   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
     
    Last edited by a moderator: Oct 2, 2016
  3. Hi
    Code:
    (13:35:02) | [Oxide] 13:34 [Error] Failed to call hook 'SendHelpText' on plugin 'PlayerInformations v1.2.6' (InvalidCastException: Cannot cast from source type to destination type.)
    (13:35:02) | [Oxide] 13:34 [Debug]   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
     
  4. [10/20/2016 15:02:16] [Oxide] 15:02 [Error] Error while compiling PlayerInformations.cs(360,34): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a definition for `GetConnectedPlayer' and no extension method `GetConnectedPlayer' of type `Oxide.Core.Libraries.Covalence.IPlayerManager' could be found. Are you missing an assembly reference?
     
  5. [Oxide] 23:22 [Info] Loaded plugin PlayerInformations v1.2.7 by Reneb
    [Oxide] 23:22 [Info] [MagicDescription] Server description updated!
    [Oxide] 23:22 [Info] [MagicDescription] Server description updated!
    [Oxide] 23:22 [Info] Unloaded plugin PlayerInformations v1.2.7 by Reneb


    Doesnt seem to work
     
  6. Wulf

    Wulf Community Admin

    Plugins do not unload themselves.
     
  7. what am i doing wrong then? if i load it, it unloads immediatly

    you can trust me, im not unloading it or faking a log....
     
  8. Wulf

    Wulf Community Admin

    Do you have the dependency installed? PlayerDatabase | Oxide
     
  9. PlayerInformations - Failed to compile: PlayerInformations.cs(360,34): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a definition for `GetConnectedPlayer' and no extension method `GetConnectedPlayer' of type `Oxide.Core.Libraries.Covalence.IPlayerManager' could be found. Are you missing an assembly reference?

    Needs an Update
     
  10. help. Error...
    Code:
    [Oxide] 04:26 [Error] Failed to call hook 'Unload' on plugin 'PlayerInformations v1.2.7' (NullReferenceException: Object reference not set to an instance of an object)
     
  11. same error
     
  12. Reneb updated Player Informations with a new update entry:

    1.2.8

     
  13. I've come across a bit of confusion with this plugin

    Is it intended to view the additional info in a DB Viewer? Or just with in-game commands? Or both?

    When I view in DB Viewer the additional info shows up in code, instead of dates/times/etc
     
  14. initially it was for ingame commands,
    but yes now you can get info via a db viewer to use the info remotly&
     
  15. Seems most features are working, but I get this error on my Hurtworld server oxide log. It spams quite frequently.
    Code:
    03:52 [Error] Failed to call hook 'OnUserDisconnected' on plugin 'PlayerInformations v1.2.8' (NullReferenceException: Object reference not set to an instance of an object)
    03:52 [Debug]   at Oxide.Plugins.PlayerInformations.OnPlayerLeave (IPlayer player) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PlayerInformations.OnUserDisconnected (IPlayer player) [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
    03:54 [Error] Failed to call hook 'OnUserDisconnected' on plugin 'PlayerInformations v1.2.8' (NullReferenceException: Object reference not set to an instance of an object)
    03:54 [Debug]   at Oxide.Plugins.PlayerInformations.OnPlayerLeave (IPlayer player) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PlayerInformations.OnUserDisconnected (IPlayer player) [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
     
    Last edited by a moderator: Jan 3, 2017
  16. Wulf

    Wulf Community Admin

    More than likely an issue with the hook in Hurtworld, not so much the plugin. Likely the PlayerSession (and therefore IPlayer) not actually being available when that hook call is attempted.
     
  17. In this case, what will the effects be? And is there a way to disable it so the error is not triggered, assuming the plugin will still function properly.
     
  18. Wulf

    Wulf Community Admin

    It would only happen when the player disconnects, and I'd assume it would just cause the plugin to not record whatever information is handled in disconnect. The fix would be to either add a temporary null check in the plugin for IPlayer, or to figure out why it would be null at all in Hurtworld.
     
  19. Any way to change what time zone commands such as "lastseen" go by? It appears this is set for GMT +1. My server technically is on GMT -8 but I schedule everything around GMT -5.