Thanks for your quick response and update!
I have this error popping up anytime i use the hammer now though:
Failed to call hook 'CmdCheckEntity' on plugin 'AdminHammer v1.9.0' (FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.)
at System.Text.StringBuilder.AppendFormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x000ff] in :0
at System.String.FormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x00023] in :0
at System.String.Format (System.String format, System.Object[] args) [0x00020] in :0
at Oxide.Plugins.AdminHammer.Lang (System.String key, System.String id, System.Object[] args) [0x0000e] in :0
at Oxide.Plugins.AdminHammer.CheckEntity (BasePlayer player) [0x00a04] in :0
at Oxide.Plugins.AdminHammer.CmdCheckEntity (BasePlayer player) [0x0001c] in :0
at Oxide.Plugins.AdminHammer.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002c1] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0It seems to work still, just doesn't seem to use the new lang for logging even thught i've set it to true
My config:
{
"ChatCommand": "ah",
"CommandToRun (Leave blank for no command)": "",
"LogAdminInfo": true,
"LogToConsole": true,
"PerformanceMode": false,
"ShowBoxContents": true,
"ShowSphere": false,
"ToolDistance": 200.0,
"ToolUsed": "hammer"
}