Inactive [SEC] BigBrother 1.11.0 - Catch griffers red-handed [1060]

Discussion in 'Inactive/Unsupported Plugins' started by N3X15, Apr 13, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    N3X15

    [​IMG]
    Important Crap

    I'm done, but BB isn't.
    I've got 10 developers on the contributors' list who supposedly want to help, but I haven't heard a word from them since the day I added them. BigBrother's so full of bugs now that I don't know where to start, and I simply don't have the time or patience to work on it anymore. If you want something that works, pick up LogBlock. I'm fucking done. I updated it to "run" on 1060, but that's as far as I'm taking this. If you still want to help, email me at [email protected] and give me a rundown of your experience in coding plugins so I know you'll do something.​
    UPDATE: 3 developers have been added to the repo, but I'm waiting for them to get familiarized and start committing before I declare this crisis over. I appreciate the support and help that has been thrown this way. If you'd still like to help, but don't know how to code, there are many other ways to contribute. See the Contributors section for more info.​


    Version: 1.11.0
    Original Author: tkelly910

    Contributors
    • Development Team
      • N3X15
      • Mafio
      • FalconGaming
    • Quality Assurance (QA) Team (Testing, ONLY ON LATEST RB*!)
      • N3X15
      • Mineral
      • All of the poor bastards on the 7chan.org minecraft server + other dev servers
      • *NOTE: Unless EvilSeph or other bukkit devs indicate an RB is imminent, e.g. within the next week.
    • Bug Triage (Sorting through bugs, marking duplicates, closing, prioritizing)
      • N3X15
    • Documentation (Wiki, FAQ, other stuff people will read)
      • N3X15
    • MORE NEEDED. PLEASE PM ME IF YOU ARE INTERESTED IN TESTING OR DEVELOPING.
    Introduction

    BigBrother is a powerful plugin that enables you to investigate roll back griefing via a large and all-knowing database. You have a choice between using immensely powerful commands to search an area for changes, or you can whack a block with a stick or place a log to see changes within a single block.

    • /bb log - Gives you the BigBrother Multipurpose Tool, or a simple log. Hit something with it to see changes in that spot, and place it if the block you're check is non-solid, like water, lava or air.
    • /bb done - Removes the log from your inventory, and gives you back any items it replaced.
    • Want to check an entire area? Use /bb here to list who changed what!
    • Need to roll back EvilGuy and DoucheBug's edits? Use /bb rollback EvilGuy DoucheBug!
      • Have to roll back edits up to 5 minutes ago? Simple! /bb rollback t:5m
      • Need to only roll back within a certain radius? /bb rollback r:<radius-in-blocks>
      • Roll back specific actions with /bb rollback a:10,BLOCK_PLACE
    • If you screw up, /bb undo
    • (NEW) /bb history "Suspicious Guy" to see that player's recent history! (add pg:# to go to page #)
    • Mow your lawn with /bb mowlawn!
    See the full list of commands and Permissions nodes here.

    Screenshots

    [​IMG]
    [​IMG]
    [​IMG](Yes, stationary_* and regular blocks got reversed, this is fixed.)​
    [​IMG]

    Need Help?

    • What version of CraftBukkit and BigBrother? If you don't know, type /version and /bb version.
    • What database engine are you using? Look at the value for database.type in BigBrother.yml. I use MySQL on my server and test on H2.
    • Do you get any errors? If so, please link to a pastebin with your server.log
    • What steps do I have to take to reproduce this behavior?
    • What other plugins are you using?
    Known Issues
    • Everything listed here
    • ItemCraft is not supported due to it sending unexpected NULLs via Block.getType(). Can be fixed by adding a new enum value for unknown blocks.
    • Bugs everywhere, stopped counting.
    Coming Soon
    • /bb history - Gets the history of a player
    • Fixed /bb update
    • Updated API
    • Externally accessible API
    • Custom Action IDs (for WorldEdit support, etc.)
    More Information

    IRC: Support/Chatter/Developer Jive @ irc.7chan.org #bigbrother (Moved so my build notification bot has an easier time notifying multiple channels)

    Changelog
    BigBrother 1.11.0 Changelog
    • Centralize and update bystander checks.
    • Fix parsing errors in DeltaChest
    • Clarify /bb log
    • Fix sign lines being too far down
    • Add command censoring (for people worried about xAuth and the like)
    • Fix pagination capping
    • Fix an error in DeltaChest reading
    • Add ?autoReconnect=true to the MySQL DSN
    • Remove all H2 support
    • Removed /bb stick from /bb help since it is now obsolete
    • Fixed it so commands that work won't say commands not recognized after they already work
    • Fixed the issue of when you had the /bb log if you broke something it would not record the break even if you were watched
    • Now if the user tries to find the history of an invalid user it won't throw null errors.
    • Yell at the users if they don't follow the setup procedure
    • Should fix most of the errors dealing with the log and watch/unwatch problems
    • Update README
    1.10.0+ (open)

    BigBrother 1.10.1 Changelog
    • Fix a rollback SQL syntax error
    • Fix explosion logging
    • Clarify database trimming message in log
    • Fix /bb history
    • Continue rolling back incorrectly-logged BlockBurns, if the data field is unparsable, default to 0.
    • Fix Heartbeat logging
    • Fix SuperPerms support.
    BigBrother 1.10.0 Changelog

    New Features:
    • Brand new plugin API! (Wiki)
    • Database change. There is now a converter, but you might still lose data!
    • Compact chest changes: (+Added)(=Replaced)(-Removed)
    • Heartbeat Action: Logs users online and the current time, both to keep your database connection open, and for monitoring of your server's uptime!
    • Piston Actions!
    • Bukkit Superperms support!
    • RB 1000 support!
    • /bb history!
    • Formatting fix for rollbacks
    • A buttload of NPE fixes
    Bugfixes:


    • [BB-81] Rollback doesn't work because of empty data-values
    • [BB-78/BB-69] onPickupItem/onDropItem NPEs
    • Memory leak fix (Thanks to Wootalyzer!)
    BigBrother 1.9.1:

    • Use BlockSpreadEvent for tracking fires (later told by EvilSeph that there's no current way to track fire in Bukkit)
    • Display a "Permission Denied" to users trying to use commands with insufficient priviliges instead of silently failing.
    • Add /bb mowlawn.
    • Fix stupid mixup between String.format usage on C# and Java in DeltaChest
    • Automatically update plugin.yml via Maven (internal crap)
    BigBrother 1.9


    • Support for 928+
    • NEW: Lava/Water/Fire flow logging (AND ACTUALLY TESTED, FOR ONCE!)
    • NEW: a: directive for rollbacks, for specifying comma-delimited action IDs to track
    • Lots and lots of bugfixes.
    • Marginally better H2 support
    • More automated tests
    • Standardized QA tests (ongoing)
     
  2. Offline

    Thyraxxx

    19:00:52 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to BigBrother
    java.lang.NullPointerException
    at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerCommandPreprocess(BBPlayerListener.java:56)
    at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:230)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:667)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:638)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:632)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    getting this on build 733, ?
     
  3. Offline

    andrewkm

    Im running [733] + 1.8 [360] + MySQL
    Just did two MAJOR rollbacks. 3000+ Edits.
    -
    Everything seemed to rollback fine..... as far as i know (not 100% sure) but console was spammed both time.
    -
    First rollback:
    -
    Code:
    2011-04-27 21:03:17 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-04-27 21:03:17 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-04-27 21:03:17 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-04-27 21:03:17 [WARNING] [BBROTHER] Skipped 2 slots because there's not enough room in the chest.
    2011-04-27 21:03:17 [WARNING] [BBROTHER] Skipped 11 slots because there's not enough room in the chest.
    2011-04-27 21:03:17 [WARNING] [BBROTHER] Skipped 2 slots because there's not enough room in the chest.
    2011-04-27 21:03:17 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:17 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:17 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:17 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-04-27 21:03:17 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:17 [WARNING] [BBROTHER] Skipped 4 slots because there's not enough room in the chest.
    2011-04-27 21:03:17 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Skipped 7 slots because there's not enough room in the chest.
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Skipped 2 slots because there's not enough room in the chest.
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Skipped 4 slots because there's not enough room in the chest.
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Skipped 4 slots because there's not enough room in the chest.
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: Value out of range. Value:"1400" Radix:10
     at java.lang.Byte.parseByte(Unknown Source)
     at java.lang.Byte.valueOf(Unknown Source)
     at java.lang.Byte.valueOf(Unknown Source)
     at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:123)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:73)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:272)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: Value out of range. Value:"1400" Radix:10
     at java.lang.Byte.parseByte(Unknown Source)
     at java.lang.Byte.valueOf(Unknown Source)
     at java.lang.Byte.valueOf(Unknown Source)
     at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:123)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:73)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:272)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: Value out of range. Value:"1118" Radix:10
     at java.lang.Byte.parseByte(Unknown Source)
     at java.lang.Byte.valueOf(Unknown Source)
     at java.lang.Byte.valueOf(Unknown Source)
     at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:123)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:73)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:272)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: Value out of range. Value:"1118" Radix:10
     at java.lang.Byte.parseByte(Unknown Source)
     at java.lang.Byte.valueOf(Unknown Source)
     at java.lang.Byte.valueOf(Unknown Source)
     at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:123)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:73)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:272)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.inventory.CraftItemStack.setAmount(CraftItemStack.java:99)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:279)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-27 21:03:18 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: Value out of range. Value:"1400" Radix:10
     at java.lang.Byte.parseByte(Unknown Source)
     at java.lang.Byte.valueOf(Unknown Source)
     at java.lang.Byte.valueOf(Unknown Source)
     at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:123)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:73)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:272)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:241)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    -
     
  4. Offline

    Janey

    If anyone is having trouble with that BB isn't logging anything:
    the problem for me was that xauth conflicted in some way with BB.
    so I just remove xauth and now BB works like a charm again.

    there was no visible conflict on the server or anything but that BB stopped logging.
     
  5. Offline

    MacVaultDweller

    Not sure if this is an old issue but I get a GroupManager error when I load BB
    Code:
    10:42:54 [SEVERE] tried to access class org.anjocaido.groupmanager.GroupManager$1 from class org.anjocaido.groupmanager.GroupManager loading Backup v1.4a (Is it up to date?)
    java.lang.IllegalAccessError: tried to access class org.anjocaido.groupmanager.GroupManager$1 from class org.anjocaido.groupmanager.GroupManager
        at org.anjocaido.groupmanager.GroupManager.enableScheduler(GroupManager.java:106)
        at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:83)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
        at com.nijikokun.bukkit.Permissions.Permissions.onEnable(Permissions.java:61)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
        at com.nijikokun.bukkit.Permissions.Permissions.checkEnable(Permissions.java:95)
        at com.nijikokun.bukkit.Permissions.Permissions.getHandler(Permissions.java:85)
        at backup.Main.setupPermissions(Main.java:102)
        at backup.Main.onEnable(Main.java:52)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  6. Great plugin but since about 10 mins i get this error and its spamming:

    Code:
    21:26:05 [SEVERE] [BBROTHER] Data Insert SQL Exception when sending blocks
    java.sql.BatchUpdateException: Duplicate entry '234087' for key 'PRIMARY'
            at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:2018)
            at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1449)
            at me.taylorkelly.bigbrother.datasource.DataBlockSender.sendBlocksSQL(DataBlockSender.java:85)
            at me.taylorkelly.bigbrother.datasource.DataBlockSender.access$000(DataBlockSender.java:25)
            at me.taylorkelly.bigbrother.datasource.DataBlockSender$SendingTask.run(DataBlockSender.java:224)
            at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:33)
            at java.lang.Thread.run(Unknown Source)
    21:26:05 [SEVERE] [BBROTHER] Possible cause of previous SQLException:
    21:26:05 [WARNING] [BBROTHER] SQL send failed. Keeping data for later send.
    >
    Craftbukkit 733
    Latest Snapshot of BB

    And if i watch with phpmyadmin there is no table with 234087
     
  7. Offline

    andrewkm

    Just want to give a major shoutout to the plugin author for his continued work and dedication to the plugin! :) Cheers! Thank you very much!
     
  8. Offline

    Jorrdan

    Please Help,

    After installing all the new updates including BigBrother and CB 733, everything works but this plugin now. I type "bb stick" nothing happens, no command not recognized, nothing. In the console it just says Info: bb stick. Same with all the commands, what is going on??

    Edit: To anyone with this problem, it's a conflict with Essentials Group Manager.
     
  9. Offline

    hintzsche

    Hi,

    i installed mysql and created a database per cmd. then i wrote the passwort to the bigbrother config file, but my databese is still empty. bigbrother doesnt write anything in the database. is it because mysql doenst support isam anymore? shoult i set myISAM to InnoDB ?
     
  10. Offline

    andrewkm

    why not use permissions and no group manager

    Im using BB with myISAM and its good...
    post your config file .

    [372] indeed does break stuff like your recent changes says haha :p ....
    I get this on rollback
    Code:
    2011-04-28 20:39:55 [SEVERE] [BBROTHER] Rollback get SQL Exception
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'bbdata.worldaction' in 'where clause'
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
     at java.lang.reflect.Constructor.newInstance(Unknown Source)
     at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
     at com.mysql.jdbc.Util.getInstance(Util.java:382)
     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
     at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
     at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
     at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
     at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2273)
     at me.taylorkelly.bigbrother.rollback.Rollback$Rollbacker.run(Rollback.java:166)
    -
    -
    -
    HOWEVER [371] is working fine and perfect!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  11. Offline

    wiseguy149

    My console is getting spammed with this error message and I'm not sure why:
    Code:
    22:07:20 [SEVERE] [BBROTHER] Data Insert SQL Exception when sending blocks
    java.sql.BatchUpdateException: Duplicate entry '5466256' for key 'PRIMARY'
            at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:2018)
            at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1449)
            at me.taylorkelly.bigbrother.datasource.DataBlockSender.sendBlocksSQL(DataBlockSender.java:85)
            at me.taylorkelly.bigbrother.datasource.DataBlockSender.access$000(DataBlockSender.java:25)
            at me.taylorkelly.bigbrother.datasource.DataBlockSender$SendingTask.run(DataBlockSender.java:224)
            at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:33)
            at java.lang.Thread.run(Thread.java:636)
    22:07:20 [SEVERE] [BBROTHER] Possible cause of previous SQLException:
    22:07:20 [WARNING] [BBROTHER] SQL send failed. Keeping data for later send.
    I'm using the latest build of Big Brother and the latest Recommended Build of craftbukkit.
     
  12. Offline

    hintzsche

    my config file :

    general:
    excluded-blocks: []
    rollbacks-per-tick: 2000
    personal-log-files: false
    auto-watch: true
    debug-mode: false
    default-search-radius: 5
    tnt-threshold: 10.0
    restore-fire: false
    stick-item: 280
    library-autodownload: true
    database:
    cleanse-age: 3d
    deletes-per-cleansing: '20000'
    max-records: '3000000'
    type: H2
    send-delay: 4
    mysql:
    port: 3306
    username: minecraft
    engine: myISAM
    prefix: ''
    low-priority-insert: true
    hostname: localhost
    password: ********
    database: minecraft
    watched:
    environment:
    lava-flow: false
    leaf-decay: false
    player:
    drop-item: false
    ip-player: true
    disconnect: true
    login: true
    pickup-item: false
    teleport: true
    explosions:
    tnt: true
    creeper: true
    misc: true
    chat:
    commands: true
    chat: true
    blocks:
    chest-changes: true
    block-place: true
    block-break: true
    misc:
    flint-logging: true
    door-open: false
    lever-switch: false
    button-press: false


    hope you can help me.

    data is correct. database works with jail
     
  13. Offline

    Tomskied

    What do the different actions me? And how can i see what people have typed. in my bbdata data column i only see (blob).
    Other wise brilliant plugin!
     
  14. Offline

    andrewkm

    why dont you read his recent changes
    372 is gonna break stuff.
    use 371

    lol
    see where it says 'type'... change "h2" to "mysql"

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  15. Offline

    hintzsche

    and myisam to innodb? because mysql 5.1 and later doesnt support myisam ?

    thank you very much XD
     
  16. Offline

    Sorontar

    Thanks for picking up the work on BigBrother. Are you planning to add fires caused by lightning and puddles caused by rain (if they truly occur) to the events recognised?
     
  17. Offline

    Dysalot

    Using different versions of BB over the last couple weeks. Had to disable it each time, The plugin works, except it blocks everyone from opening chests including me the owner/admin. Any idea what is causing that? It says "You're not allowed to interact with Chest (#54)."

    It seems to be an issue with group manager, going to make the big switch (back) to permissions, and retest.
     
  18. Offline

    hintzsche

    can you tell me where i can see what number means what action? i would love it to see what the player did when i look in my database. there is also no complete command list in the wiki. can you please update it because i cant scroll in game

    it is a problem with group manager. it works on my server im using latest permission craftbukkit and bigbrother build

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  19. Offline

    Quadster

    HI can you log who goes in a chest with this plugin? And if so how?
     
  20. Offline

    Dysalot

    I switched totally over to permissions and still have the same problem... I will look at the server log's reaction when I have time on Monday.
     
  21. Offline

    JSmoove98

  22. Offline

    vancraft

    is there a fix for 733 on when you rollback it restarts the server?
     
  23. Offline

    andrewkm

    Works totally fine for me using bb 371 and 733
    post error log
     
  24. Offline

    vancraft

    it shoots no error out what so ever
     
  25. Offline

    Adondriel

    I have a problem using commands? i use /bb help and it works but any cmd other than that, does not work. please help... and i don't get any errors or anything.
     
  26. Offline

    andrewkm

    372+ builds still causing on rollback
    Code:
    2011-04-29 17:47:01 [SEVERE] [BBROTHER] Rollback get SQL Exception
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'bbdata.worldaction' in 'where clause'
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
     at java.lang.reflect.Constructor.newInstance(Unknown Source)
     at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
     at com.mysql.jdbc.Util.getInstance(Util.java:382)
     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
     at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
     at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
     at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
     at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2273)
     at me.taylorkelly.bigbrother.rollback.Rollback$Rollbacker.run(Rollback.java:166)
    -
    recommend everybody use 371. Working good.
     
  27. Offline

    cholo71796

    BigBrother (on my server) keeps track of all player logins and disconnects. How can I see this information?
     
  28. Offline

    xizvyrious

    build 740, been running bb with latest .jar all day was working great then out of no where i get a spamming error in my terminal, server restart and a new dl of bb.jar doesnt fix it, wondering why it just started for no apparent reason... also all bb doesnt work anymore at all... this isnt good since i have people playing at all times and it leaves them vulnerable to griefing :) oh and checked and made sure mySQL is up and running without a problem and it is of course so i dunno why it says it cant send or w/e since its been working for over a month, thinking it might have something to do with me changing to the 740 build or updating the newest bb as of this morning?
     

    Attached Files:

  29. Offline

    Boon Pek

    There seems to be numerous bugs with the latest versions (and the recommended version) :(
    First off, when I use /bb here I get this error:

    14 player(s) have modified this area:
    GreenSlime(2)

    Secondly, in the MySQL DB, all player chats and login appear as BLOB-x. What be the reason for that? I mean, it seems useless to log chat and other commands if they are BLOBs :(

    Thanks for looking into this :)
     
  30. Offline

    wiseguy149

    Using craftbukkit 740 and BigBrother 376 (tried 371 and a few other builds of BB, they all give me this) the console is spammed with this error message:
    Code:
    04:45:12 [SEVERE] [BBROTHER] Data Insert SQL Exception when sending blocks
    java.sql.BatchUpdateException: Duplicate entry '5466256' for key 'PRIMARY'
            at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:2018)
            at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1449)
            at me.taylorkelly.bigbrother.datasource.DataBlockSender.sendBlocksSQL(DataBlockSender.java:85)
            at me.taylorkelly.bigbrother.datasource.DataBlockSender.access$000(DataBlockSender.java:25)
            at me.taylorkelly.bigbrother.datasource.DataBlockSender$SendingTask.run(DataBlockSender.java:224)
            at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:33)
            at java.lang.Thread.run(Thread.java:636)
    04:45:12 [SEVERE] [BBROTHER] Possible cause of previous SQLException:
    04:45:12 [WARNING] [BBROTHER] SQL send failed. Keeping data for later send.
    
    How can I fix this?
     
  31. Offline

    darkwarriors

    Code:
    12:15:07 [SEVERE] Could not pass event BLOCK_BREAK to BigBrother
    java.lang.ArrayIndexOutOfBoundsException
    12:15:09 [SEVERE] Could not pass event BLOCK_BREAK to BigBrother
    java.lang.ArrayIndexOutOfBoundsException
    12:15:11 [SEVERE] Could not pass event BLOCK_BREAK to BigBrother
    java.lang.ArrayIndexOutOfBoundsException
    12:15:12 [SEVERE] Could not pass event BLOCK_BREAK to BigBrother
    java.lang.ArrayIndexOutOfBoundsException
    12:15:13 [SEVERE] Could not pass event BLOCK_BREAK to BigBrother
    java.lang.ArrayIndexOutOfBoundsException
    12:15:15 [SEVERE] Could not pass event BLOCK_BREAK to BigBrother
    java.lang.ArrayIndexOutOfBoundsException
    12:15:16 [SEVERE] Could not pass event BLOCK_BREAK to BigBrother
    java.lang.ArrayIndexOutOfBoundsException
    12:15:17 [SEVERE] Could not pass event BLOCK_BREAK to BigBrother
    java.lang.ArrayIndexOutOfBoundsException
    12:15:19 [SEVERE] Could not pass event BLOCK_BREAK to BigBrother
    java.lang.ArrayIndexOutOfBoundsException
    
    cb 740 bb 1.8
     
Thread Status:
Not open for further replies.

Share This Page