What version of DeathMSG's are you using?
I see a bit of this: (Something to do with SpikeWalls)
Also are you up to date date with BuildingRestrictor? (Error is NoneType has no attributes called Admin). Even tho its if Player.Admin:
I see a bit of this: (Something to do with SpikeWalls)
Code:
[2/2/2015 4:49:28 AM] [Debug] [IronPython] An error occurred in: DeathMSG plugin while calling method: On_PlayerKilled
[2/2/2015 4:49:28 AM] [Exception] [ IPPlugin->Invoke | IPPlugin->OnPlayerKilled | Hooks->PlayerKilled | HumanController->OnKilled | Component->SendMessage | TakeDamage->Hurt | HumanBodyTakeDamage->Hurt | TakeDamage->HurtShared | TakeDamage->HurtShared | TakeDamage->Hurt | SpikeWall->DamageDeal | ]
System.TypeInitializationException: An exception was thrown by the type initializer for CodecsInfo ---> System.NotSupportedException: CodePage 37 not supported
at System.Text.Encoding.GetEncoding (Int32 codepage) [0x00000] in <filename unknown>:0
at System.Text.EncodingInfo.GetEncoding () [0x00000] in <filename unknown>:0
at System.Text.EncodingInfo.get_Name () [0x00000] in <filename unknown>:0
at IronPython.Runtime.Operations.StringOps+CodecsInfo.MakeCodecsDict () [0x00000] in <filename unknown>:0
at IronPython.Runtime.Operations.StringOps+CodecsInfo..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at IronPython.Runtime.Operations.StringOps.RawDecode (IronPython.Runtime.CodeContext,string,object,string) <0x001de>
at IronPython.Runtime.Operations.StringOps.decode (IronPython.Runtime.CodeContext,string,object,string) <0x00016>
at IronPython.Runtime.Operations.StringOps.__new__ (IronPython.Runtime.CodeContext,IronPython.Runtime.Types.PythonType,object,string,string) <0x00084>
at IronPython.Runtime.Operations.StringOps.CheckAsciiString (IronPython.Runtime.CodeContext,string) <0x0004a>
at IronPython.Runtime.Operations.StringOps.__new__ (IronPython.Runtime.CodeContext,IronPython.Runtime.Types.PythonType,string) <0x00020>
at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,IronPython.Runtime.CodeContext,object,object) <0x000e4>
at Microsoft.Scripting.Interpreter.DynamicInstruction`4<IronPython.Runtime.CodeContext, object, object, object>.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x00107>
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x0007a>