1. Thanks to this update so fast, I solved my problem.
     
  2. domestos could you add an auto kick for players with the family share in the ban list?
    it's very easy:
    if(player.net.connection.ownerid != player.userID) => then it's a family share!
    then check if: player.net.connection.ownerid is in the banlist => kick
     
  3. http://oxidemod.org/plugins/family-share-blocker.839/
     
  4. The /ban_list chat and console commands would save a lot of time )
     
  5. Message in console:
    Code:
    [Oxide] 4:38 PM [Warning] SATANA[76561198182898465] was detected wallhacking from (-1553.1, 17.4, -1352.1) to (-1549.5, 17.4, -1353.6)
    [Oxide] 4:38 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 
     
  6. Was this a ban through the chat or console command or was that an automated ban from another plugin?
     
  7. Automated ban by R-AntiCheat
    (All plugins are up to date)
     
  8. Might be an issue with the R-AntiCheat plugin. @Reneb
    I cant look into it right now but will see if I can find something later.
    If that error occurs more often you could use "ebs.debug true" in your server console to enable debug mode and send me the result when the error pops up again.
     
  9. yes i feel like there is an "incompatibility" somewhere, probably because it's trying to ban/kick a player that is already kicked or something like that
     
  10. How can I disable autoban? Two users on my servers got auto banned for wall hacking while building their house.
     
  11. Wulf

    Wulf Community Admin

    Disable it in the plugin that is doing the wall hacking check. This plugin doesn't have any anti-cheat.
     
  12. Can you add all the messages that plugin prints to chat to the config file ? becuase there are some messages that are not in the config file, but the plugin prints them anyway.
     
  13. Hello I can`t ban offline players, there always comes the message "Player not found" :-(
    [DOUBLEPOST=1431125712][/DOUBLEPOST]With the command player.bancheck, I had this error:
    Code:
    [Oxide] 12:57 AM [Error] Failed to call hook 'ccmdBanCheck' on plugin 'Enhanced Ban System'
    File: EnhancedBanSystem.lua Line: 423 attempt to concatenate local 'target' (a nil value):
    at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in :0
    at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in :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 :0
     
    Last edited by a moderator: May 9, 2015
  14. Try grabbing their Steam ID and banning them that way, There's a file with all that player information.
     
  15. Yes, I have typed the Steam ID not the names... but the players are dead I think this is why there comes the message "Player not found". The three were eaten by animals
     
  16. From what I've seen the only way is adding their names directly to the ban data file with their steam ID.
     
  17. Code:
    [Oxide] 8:45 PM [Error] Failed to call hook 'CanClientLogin' on plugin 'Enhanced Ban System'
    File: EnhancedBanSystem.lua Line: 156 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 (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 
     
  18. A player on my server was using cheat (wallhack in particular), the AntiCheat found the use of cheat but was not banned automatically, the error that came out was this about your plugin EnhancedBanSystem:
    Code:
    9:13 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 
    Obviously I RustDB server and works without problems.

    EDIT: sorry, I saw now that my problem was already exposed by a user over me.
     
  19. Domestos, could you add that we can add manually a ban ^^? from a steamid that is not connected?