Server Auto banning when players join

Discussion in 'Bukkit Help' started by Blacksmithkazuma, Aug 15, 2012.

Thread Status:
Not open for further replies.
  1. I recently ran into an issue that my server now Bans people when they join, these are players that have been on before and after about 3 bans they are finally able to join? I have nothing in the way of auto ban plugs in or anti griefing so I have no idea what it could be. Can someone help. Also could someone have hacked the server and be causing this?

    Plug in list if it helps.Plugins (27): WorldEdit, Vault, Multiverse-Core, PermissionsEx, PlotMe, WorldGuard, NarrowtuxLib, ModReq, AutoMessage, ProtectionStones, Showcase, AdminPrivateChat, Lockette, Modifyworld, AutoSaveWorld, Votifier, mcMMO, Essentials, Jobs, GriefLog, EssentialsProtect, EssentialsSpawn, Multiverse-Portals, Assassins, ChestShop, EssentialsChat, Factions
     
  2. Offline

    Xmillsa

    Sounds like a very strange issue....
    Is there anything in the logs that may indicate what might be banning people?
    Like... "[AutoBanPlugin] Xmillsa has been banned." <- Random example...
     
  3. This is all I get when it happens

    Code:
    2012-08-15 16:12:49 [INFO] Blacksmithkazuma[/127.0.0.1:59601] logged in with entity id 1100 at ([Brastok_Factions] 684.3877854856046, 65.0, 810.6256441066955)
    2012-08-15 16:12:52 [INFO] AutoSaving
    2012-08-15 16:12:52 [INFO] [AutoSaveWorld] AutoSaving
    2012-08-15 16:12:52 [INFO] AutoSave Complete
    2012-08-15 16:12:52 [INFO] [AutoSaveWorld] AutoSave Complete
    2012-08-15 16:12:53 [INFO] [BSK Broadcast] Visit us at bskcraft.webs.com and on facebook BSKCraft
    2012-08-15 16:12:58 [INFO]  (Basic)JMAN530: :D Wow!
    2012-08-15 16:12:58 [INFO] Disconnecting Ashton1289 [/xx.20.7.xx:xxx]: The Ban Hammer has spoken!
    2012-08-15 16:13:07 [INFO] Disconnecting Ashton1289 [/xx.20.x.x7:xxx]: The Ban Hammer has spoken!
    2012-08-15 16:13:11 [INFO] **BSKElite (MasterSmith) ~Kazuma: again
    2012-08-15 16:13:19 [INFO]  (Basic)JMAN530: Sorry if you planed this...
    2012-08-15 16:13:36 [INFO] **BSKElite (MasterSmith) ~Kazuma: no im getting the auto ban again for some reason
    2012-08-15 16:13:44 [INFO]  (Basic)JMAN530: Ahhhh
    2012-08-15 16:14:02 [INFO] Disconnecting RedBullRhino1289 [/xx.xx.x.xxx.:56724]: The Ban Hammer has spoken!
    2012-08-15 16:14:12 [INFO] Disconnecting RedBullRhino1289 [/7xx.xx.x.xx:56730]: The Ban Hammer has spoken!
    2012-08-15 16:14:19 [WARNING] Task of 'GriefLog' generated an exception
    java.lang.ArrayIndexOutOfBoundsException: -1
        at tk.blackwolf12333.grieflog.callback.BlockProtectionCallback.start(BlockProtectionCallback.java:61)
        at tk.blackwolf12333.grieflog.SearchTask.run(SearchTask.java:70)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:512)
        at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
        at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:476)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
     
  4. Offline

    404Ninja

    Might be grieflog, idk
     
  5. Offline

    UniqueBen

    Hmm, Looks a little like GriefLog is banning people for griefing? The 2 may not be concurrent but from that log it would seem GriefLog outputs something and then a player gets banned.
     
  6. Offline

    legend8756

    It may not be GriefLog, he said the players get auto-banned when they join/connect
     
  7. Offline

    UniqueBen

    It's obviously not instantly though as his section of the console output doesn't show them connecting, only being banned. The player may be doing something not long after they join and grieflog is detecting it as a grief and banning the player. I may be wrong though as there are a few plugins there that I'v never used.
     
  8. Offline

    Necrodoom

    seems like a database error.
    [WARNING] Task of 'GriefLog' generated an exception
    java.lang.ArrayIndexOutOfBoundsException: -1
    at tk.blackwolf12333.grieflog.callback.BlockProtectionCallback.start(BlockProtectionCallback.java:61)
    at tk.blackwolf12333.grieflog.SearchTask.run(SearchTask.java:70)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126)
     
  9. Offline

    legend8756

    maybe if you could get video footage of somebody getting banned because we are blind, we just know that they are getting banned

    maybe if you uninstall GriefLog and just restrict tnt,flint and steel, and lava placement to specific people
     
  10. Offline

    Necrodoom

    as the OP said, this has nothing to do with actual grief. since they can join after 3 kicks.
     
  11. So it seems I have a rare case indeed. At the writing of the post I have done a restart and updated my Bukkit GUI when a member tried to join, he was banned 4 times and no errors showed. I am working on rebuilding the server on another hard drive to see what could be the issue... not wanting to sound paranoid though but could this possibly be a hacker? leaving a hidden program in the server's files that could be doing this?
     
  12. I am bumping this up as I am still having this issue
     
Thread Status:
Not open for further replies.

Share This Page