
Server Logs
Log plugin for servers to record server activity
Total Downloads: 1,259 - First Release: May 15, 2015 - Last Update: May 20, 2015
- 5/5, 6 likes
-
Since today my log is getting spammed with this Error.
Code:11:42 PM [Error] Failed to call hook 'OnEntityDeath' on plugin 'Server Logs' (NullReferenceException: Object reference not set to an instance of an object) 11:42 PM [Debug] at Oxide.Plugins.Logs.OnEntityDeath (CodeHatch.Networking.Events.Entities.EntityDeathEvent e) [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
-
Wulf Community Admin
-
actually my log is also spamming it
worked for abit..
Code:5:07 AM [Error] Failed to call hook 'OnCubeTakeDamage' on plugin 'Server Logs' (NullReferenceException: Object reference not set to an instance of an object) 5:07 AM [Debug] at Oxide.Plugins.Logs.OnCubeTakeDamage (CodeHatch.Blocks.Networking.Events.CubeDamageEvent e) [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
-
yes i did. at first it was working but now errors keep coming up.
-
Oxide is updated to latest version
Code:2:34 PM [Error] Failed to call hook 'OnEntityHealthChange' on plugin 'Server Logs' (NullReferenceException: Object reference not set to an instance of an object) 2:34 PM [Debug] at Oxide.Plugins.Logs.OnEntityHealthChange (CodeHatch.Networking.Events.Entities.EntityDamageEvent e) [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
-
Since Monday, my console has been spamming "[Oxide] 6:46 AM Failed to call hok 'POnPlayerChat' on plugin 'ServerLogs' .........
This is normally surrounded by ping pong, ping dong..... something like this. Ill have to have a look at the exact text when I get home. This happenes for a while constantly spamming the console then the server goes offline and does not restart.
This has happend every single niht now. Any ideas gents???? -
Wulf Community Admin
-
Feature Request.
Any chance of logging when players change names. Hackers do it constantly. And ive had an instance of a hacker overwriting an admins name somehow to remove his powers by naming him the same as another admin. So he could then use his admin slot.... -
Sydney updated Server Logs with a new update entry:
Update 0.2 Player Respawn support & custom options
-
Any plans to add logs for player inventories, to catch hackers who spawn things?
Edit:
Also, is there a way I can negate the logging of Thirst/Hunger? That takes up half of the logs and honestly, it's the last thing I care regarding logs.Last edited by a moderator: May 21, 2015 -
Any plans to add sql lite support, it would be great if we could query the logs
Going trough all that data is quite painful
p.s. Is hook for cube removal ( right click ) available -
I'd like to bump what Pulsar said on page one.
I'd like to be able to TP to locations, to check the damage. But it always seems to bring me to one of two obscure spots, and I know how to use the command. Also the last and first numbers are always the same. How do we properly translate coords? -
The main reason that brought me to look for a server plugin and download this one was I had someone use a command /build and it generated a huge sphere into one of my builds. All my mates who were on of course deny it and I have since took commands away from them. However, I would have loved to be able to see who ran the command. Are there plans to have the logs show commands as well?
-
Plugin is working great! Thank you for something so useful that will help us admin servers. Do you know of a way to determine what coordinates map to where?
-
The coordinates are wrong.
It should spit out X Y Z but it spits out Z Y Z in the logs. The string for X is missing, and so we don't get accurate coords.
I fixed this for myself, but you may want to fix it publicly as it's giving us X Y X coords, and you NEED X and Z to TP places..Last edited by a moderator: May 23, 2015 -
-
Code:7:09 AM [Info] Loading Oxide core v2.0.951... 7:09 AM [Info] Loading extensions... 7:09 AM [Info] Loaded extension CSharp v1.0.951 by Oxide Team 7:09 AM [Info] Loaded extension JavaScript v1.0.951 by Oxide Team 7:09 AM [Info] Loaded extension Lua v1.0.951 by Oxide Team 7:09 AM [Info] Loaded extension MySql v1.0.951 by Oxide Team 7:09 AM [Info] Loaded extension Python v1.0.951 by Oxide Team 7:09 AM [Info] Loaded extension SQLite v1.0.951 by Oxide Team 7:09 AM [Info] Loaded extension Unity v1.0.951 by Oxide Team 7:09 AM [Info] Loaded extension ReignOfKings v1.0.951 by Oxide Team 7:09 AM [Info] Loading plugins... 7:09 AM [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team 7:09 AM [Info] Loaded plugin Reign of Kings Core v1.0.0 by Oxide Team 7:09 AM [Info] Logs was compiled successfully in 2051ms 7:09 AM [Info] Loaded plugin Server Logs v0.1.0 by Sydney
Last edited by a moderator: May 24, 2015 -
^ It only checks for oxide related commands. I have 6 staff, and the only time it picks up /commands is when people type /kit or some variance of oxide plugins, ones I don't use. IT doesn't pick up hackers, or admin / commands. Doesn't pick up /list or anything like that.
-