1. hello

    I have this error in the logs
    Code:
    [6/26/2015 4:04:42 PM] [Oxide] 4:04 PM [Error] Failed to call hook 'Ban' on plugin 'Enhanced Ban System'
    File: EnhancedBanSystem.lua Line: 669 invalid arguments to method: Plugin.Call:
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [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 
    I also like to know how to use your plugins to kick and ban the cheater with those plugins please : http://oxidemod.org/plugins/r-anticheat.730/

    the ban not work well but the kick surely this wrong?

    Edit: Simple permission problem
     
    Last edited by a moderator: Jun 26, 2015
  2. How do I give a moderator with authentication level of 1 access to all the commands such as /ban /kick /unban ect.
     
  3. Wulf

    Wulf Community Admin

  4. Hello

    I have the same probléme I have to make out a will with a new waiter I have the same error.

    Code:
    [6/27/2015 11:40:25 PM] [Oxide] 11:40 PM [Error] Failed to call hook 'Ban' on plugin 'Enhanced Ban System'
    File: EnhancedBanSystem.lua Line: 669 invalid arguments to method: Plugin.Call:
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [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 
    I use the anticheat rustdb and your plugins.
    The cheater and banished well but not kick

    Sorry for my English
     
  5. Domestos updated Enhanced Ban System with a new update entry:

    RustDB temporary disabled

     
  6. error

    ошибка
     

    Attached Files:

  7. You probably have an entry in your datafile that doesnt have an expiration set.
     
  8. I'm trying to incorporate a VIP rank onto my server, but it seems that they still have the kick/ban permissions?.. even after i type "oxide.revoke group vip canban"
     
  9. error version 2.3.3
    Code:
    [Oxide] 4:39 AM [Error] Failed to call hook 'cmdBanCheck' on plugin 'Enhanced Ban System' File: EnhancedBanSystem.lua Line: 400 attempt to concatenate local 'target' (a nil value):   at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0   at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [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
     

    Attached Files:

    Last edited by a moderator: Jul 4, 2015
  10. on first load i got this msg. is that something importent? when i reloaded i diddent get the msg again.
    Code:
    [Oxide] 10:59 AM [Debug]   at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0
      at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
      at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
      at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown>:0
      at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00000] in <filename unknown>:0
      at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
      at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string,System.Text.Encoding)
      at System.IO.File.ReadAllText (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
      at System.IO.File.ReadAllText (System.String path) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPlugin.Load () [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPluginLoader.Load (System.String directory, System.String name) [0x00000] in <filename unknown>:0
      at Oxide.Core.OxideMod.LoadPlugin (System.String name) [0x00000] in <filename unknown>:0
    [Oxide] 10:59 AM [Info] Loaded plugin Enhanced Ban System v2.3.3 by #Domestos
     
  11. Deactivate debug mode by using "ebs.debug false" in server console.
    Thats only the stack trace, the actual error should be a line above that.
     
  12. Hi !

    Best plugin to ban !

    But can you tell me how to ban a player when he is offline ?
     
  13. You currently cant. I'll work on that when I find the time.
     
  14. error

    ошибка
     

    Attached Files:

    • a.PNG
      a.PNG
      File size:
      16 KB
      Views:
      17
  15. I already replied to you about this error a few posts above.
     
  16. Updated last oxide and gets error Please Fix it.
    Code:
    5:39 PM [Error] Failed to call hook 'CanClientLogin' on plugin 'Enhanced Ban System'
    File: EnhancedBanSystem.lua Line: 148 attempt to compare nil with number:
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0
      at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
    Here is it Thank You,
     
  17. As the ban subnet? for example IP 100.99.98.97
     
  18. New big furnaces cause false detect fly hack, when player jump on it.
     
  19. Wulf

    Wulf Community Admin

    This plugin provides no anti-cheat.
     
  20. ooops, sorry. Wrong thread!