1. and are you using rustdb from experimental? not from legacy ^^?
     
  2. {
    "765xxxxxxxxxx": {
    "expiration": 0,
    "IP": "178.74.77.167",
    "name": "xxxx",
    "reason": "rFlyhack (0m/s)",
    "steamID": "7656xxxxxxxxx"
    },

    Reason rFlyhack (0m/s) ???
     
  3. Whats the question? Its an auto ban issued by R-AntiCheat
     
  4. Hm... Is there any way to add permissions system?
     
  5. just means the guy was flying and standing still in the air
     
  6. Hello, how can I ban someone when the person is offline? When I write /ban (steamid) reason in the chat then it comes the message "Player not found" because he logged out so quickly.
     
  7. You cant at the moment. Im already working on the next version with a lot of improvements.
     
  8. Thank you!
     
  9. Domestos updated Enhanced Ban System with a new update entry:

    bugfixes and improvements

     
  10. Hopefully no one thinks I am stupid and I am sure it's easy, but where would I put the permission flags? Like "cankick"? I'm trying to give my moderators the ability to kick and ban and I can't figure it out. Could I get an example please?
     
  11. You can grant a player a specific permission by running the oxide.grant console command in your in-game console, server console or rcon console.
    Code:
    oxide.grant user <username> <permission>
    All permission related console commands:
    Code:
    You can grant a user permission by using:
        oxide.grant user <username> <permission>
    To create a group:
        oxide.group add <groupname>
    To assign permission to a group:
        oxide.grant group <groupname> <permission>
    To add users to a group:
        oxide.usergroup add <username> <groupname>
    To remove users permission:
        oxide.revoke <userid/username> <group> <permission>
     
    Last edited by a moderator: Apr 28, 2015
  12. What about banning ip? :)
     
  13. I personally was never a big fan of IP banning but the latest update hastn changed anything to it. Should still be possible like before.
     
  14. Dude isn't in ban list, but can't join...

    Code:
    145.255.21.57:63781/76561198187283473/Фен Rejecting connection - ...
    145.255.21.57:63781/76561198187283473/Фен kicked: ...
    [DOUBLEPOST=1430295423][/DOUBLEPOST]Why?...
     
  15. Doesn't look like that's from the plugin but from the actual server. What did you replace with the '...'?
     
  16. My translated messages
    [DOUBLEPOST=1430297525][/DOUBLEPOST]
    Code:
    > unban 76561198187283473
    User 76561198187283473 isn't banned
    [DOUBLEPOST=1430297787][/DOUBLEPOST]
    Code:
    76561198187283473: Manifest file differs (possibly out of date)
    145.255.21.57:61707/76561198187283473/Фен Rejecting connection - Вы забанены на данном сервере! Считаете что по ошибке? Пишите в группе: vk.com/rustonsu
    145.255.21.57:61707/76561198187283473/Фен kicked: Вы забанены на данном сервере! Считаете что по ошибке? Пишите в 
     
  17. Might be the plugin then, keep in mind that the console command used by the plugin is player.unban and not unban, unban is the default Rust unban command and won't do anything if the player is banned by the plugin.
     
  18. Use "/bancheck 76561198187283473" or "player.bancheck 76561198187283473" to see if hes banned by the plugin.