1. Code:
    [Oxide] 9:37 PM [Error] Failed to call hook 'cmdUnban' on plugin 'Enhanced Ban System'
    File: EnhancedBanSystem.lua Line: 312 attempt to call method 'RustDBUnban' (a string value):, 109 slprs  134kb/s in, 313kb/s out
      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.Global
     
  2. Something with RustDB is wrong from what i see there
     
  3. How can I ban someone when they are offline? Is it possible, can you add that functionality to this plugin please.

    Thanks,
    TheDoc
     
  4. Its on my todo list
     
  5. How do I ban someone with the new banning system, so it banns him and his family share account? do I need to do anything special?
     
    Last edited by a moderator: May 17, 2015
  6. I tired to give a person ban and kick ability for mod but when ever I do cankick name or canban name in console, it says invalid command. I am using AuthLevel plugin if that matters.
     
  7. Wulf

    Wulf Community Admin

    Those aren't the commands to assign permissions. See http://oxidemod.org/threads/using-oxides-permission-system.8296/.

    Example for this plugin: oxide.grant "Big Mamba" cankick
     
  8. Code:
    [Oxide] 12:14 AM [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 
     
  9. Code:
    [5/25/2015 2:21:46 PM] [Oxide] 2:21 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 
     
  10. Have you removed the RustDB plugin without reloading EBS?
    I might have to remove support for RustDB since it throws errors for some time now
     
  11. no, i'm using both of them together.
     
  12. I do apologize for my noobness but, is there somewhere I must give myself the permissions to use EBS, or is it just based on whether or not you're already admin etc.? I have admin/owner permissions however upon trying to use the commands it simply says it is unknown. Something I'm doing wrong?
     
  13. Read Overview it clearly says "Permissions"
     
  14. Yes, I sorted out my problems there. Now I'm having problems with Chat Handler since sorting that all out. Lol. Sorry again..
     
  15. I get the following error:

    Code:
    [Oxide] 4:29 PM [Info] Loaded plugin Enhanced Ban System v2.3.2 by #Domestos
    [Oxide] 4:29 PM [Error] Failed to initialize plugin EnhancedBanSystem
    File: EnhancedBanSystem.lua Line: 26 Object reference not set to an instance of an object:
      at Oxide.Core.Configuration.DynamicConfigFile.GetEnumerator () [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Utility.TableFromConfig (Oxide.Core.Configuration.DynamicConfigFile config, NLua.Lua lua) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Libraries.LuaDatafile.GetDataTable (System.String name) [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 
    The config is fresh.
     
  16. Everything worked fine before, now I can't ban them if they are dead and offline.
     
  17. Code:
    6:18 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
     
    Last edited by a moderator: Jun 6, 2015
  18. Hello was wondering if there was some way we can check who we have banned on our server, like a list of banned people. Also noticed that we do not see who was banned in the normal rust banned list, when using EBS.

    Is there anything that can be done about this?
     
  19. EBS doesnt interact with the default Rust banlist it has its own banlist.
    There is no command to get a list of banned people but you can manually check the banlist in your data folder. It shouldnt be too hard to read.