1. Reneb submitted a new resource:

    Enhanced Ban System - ban, tempban, kick, unban, ip and steamid based, offline players

    Read more about this resource...
     
  2. love this good work man
     
  3. This is beautiful. Thank you.
     
    Last edited by a moderator: Jan 11, 2016
  4. where save are ban list?

    //edit: okay, I found, in folder data
     
    Last edited by a moderator: Jan 18, 2016
  5. Reneb updated Enhanced Ban System with a new update entry:

    1.0.2

     
  6. Can you make it impossible to kick/ban/mute certain groups / users?
     
  7. I use AdminTool to ban player.
    If i install EnhancedBanSystem, both plugins could come into conflict?
     
  8. No, it should work the same.
     
  9. Code:
    [Oxide] 4:59 PM [Error] EnhancedBanSystem plugin failed to compile!
    [Oxide] 4:59 PM [Error] EnhancedBanSystem.cs(862,30): error CS0246: The type or namespace name `PlayerSession' could not be found. Are you missing an assembly reference?
     
  10. Sadly lately I had to ban 3 people but they all 3 could rejoin after the ban!
    Also their steamid's didn't show up in the banlist.txt in the root of the folder.

    reinstalling the plugin didn't work. (Removed files in plugin,config folders but not in data since they are banned)
    Manually copied the steam id's from de data location file to banlist.txt, restarted the server and they where banned.

    Because I also use the strike system I needed this plugin to make that one work.
     
  11. I had the same exact issue, however once I just used enhanced ban without the strike system it worked properly
     
  12. Alright Lets say I want to change the ban reason instead "hacking"
    I just want to write any words that I want
    So I just changed the json from it and mbaye if someone can tell me if this is correct or not
    Code:
    {
        "Ban - Broadcast Chat": true,
        "Ban - Default Ban Reason": true",
        "Ban - permission": "enhancedbansystem.ban",
        "Kick - Broadcast Chat": true,
        "Kick - permission": "enhancedbansystem.kick",
        "Setting - Chat Name": "<color=orange>SERVER</color>",
        "Unban - Broadcast Chat": true
    }
    
    Or should I make it like this
    Code:
    {
        "Ban - Broadcast Chat": true,
        "Ban - Default Ban Reason": false",
        "Ban - permission": "enhancedbansystem.ban",
        "Kick - Broadcast Chat": true,
        "Kick - permission": "enhancedbansystem.kick",
        "Setting - Chat Name": "<color=orange>SERVER</color>",
        "Unban - Broadcast Chat": true
    }
    Please let me know
     
  13. Requesting @Reneb
    please change the ban reason "hacking"
    Towards a random code because If i'm ban someone I can't even type the line that i want its only showing hacking and that is
    Really annoying me so please change it towards an radon text code
     
  14. Wulf

    Wulf Community Admin