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?
Player Informations [Replaced]
Discussion in 'Plugin Support' started by Reneb, Dec 7, 2015.
-
-
-
doing same here
-
Where is this data stored?
-
I'm getting the 'Missing plugin name prefix' errors that some others have reported. Does anyone know how sort that problem out?
-
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:
I`ve added myself to admin group and it has no effect. -
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'
rocco -
PlayerInformations.cs(609,35): error CS0117: `GameManager' does not contain a definition for `GetPlayerEntity'
[DOUBLEPOST=1466793880][/DOUBLEPOST]sorry for double -
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
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 -
- Go to ...\Hurtworld Dedicated Server\oxide\config
- Edit "PlayerInformations.json" in notepad or a similar program
- Change the last line "Time Played - Permission - authlevel": 0 -> "Time Played - Permission - authlevel": 1
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 -
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)
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)
-
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 -
Required Dependencies:
http://oxidemod.org/plugins/player-database.1496/
it says, "You do not have permission to view this page or perform this action." ? -
this plugin is not supported anymore.
Go in Universal plugins to get the plugins playerdatabase and player informations.