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

    redworld2

    are there nodes for BB? If so could you link me them? Thank you

    found it never mind

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

    Helfull

    hey i get following error by playing a block:
    http://pastebin.com/y6qKfCvR
    the permissions error goes over 50.000 lines bevor error ends

    bukkit, permissions, bigbrother all on latest version
     
  4. Offline

    Kevin Forte

    Code:
    15:32:09 [INFO] [BBROTHER] Building `bbdata` table...
    15:32:09 [SEVERE] [BBROTHER] executeUpdate failed (CREATE TABLE IF NOT EXISTS `b
    bdata` (`id` INTEGER AUTO_INCREMENT PRIMARY KEY,`date` INT UNSIGNED NOT NULL DEF
    AULT '0',`player` INT UNSIGNED NOT NULL DEFAULT '0',`action` tinyint NOT NULL DE
    FAULT '0',`world` tinyint NOT NULL DEFAULT '0',`x` int NOT NULL DEFAULT '0',`y`
    tinyint UNSIGNED NOT NULL DEFAULT '0',`z` int NOT NULL DEFAULT '0',`type` smalli
    nt NOT NULL DEFAULT '0',`data` TEXT NOT NULL DEFAULT '',`rbacked` boolean NOT NU
    LL DEFAULT '0');CREATE INDEX dateIndex on bbdata (date);CREATE INDEX playerIndex
     on bbdata (player);CREATE INDEX actionIndex on bbdata (action);CREATE INDEX wor
    ldIndex on bbdata (world);CREATE INDEX posIndex on bbdata (x,y,z);CREATE INDEX t
    ypeIndex on bbdata (type);CREATE INDEX rbackedIndex on bbdata (rbacked);):
    org.h2.jdbc.JdbcSQLException: Index "DATEINDEX" already exists; SQL statement:
    CREATE INDEX dateIndex on bbdata (date);CREATE INDEX playerIndex on bbdata (play
    er);CREATE INDEX actionIndex on bbdata (action);CREATE INDEX worldIndex on bbdat
    a (world);CREATE INDEX posIndex on bbdata (x,y,z);CREATE INDEX typeIndex on bbda
    ta (type);CREATE INDEX rbackedIndex on bbdata (rbacked); [42111-153]
            at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
            at org.h2.message.DbException.get(DbException.java:167)
            at org.h2.message.DbException.get(DbException.java:144)
            at org.h2.command.ddl.CreateIndex.update(CreateIndex.java:76)
            at org.h2.command.CommandContainer.update(CommandContainer.java:69)
            at org.h2.command.Command.executeUpdate(Command.java:212)
            at org.h2.command.CommandList.update(CommandList.java:41)
            at org.h2.command.CommandList.executeRemaining(CommandList.java:36)
            at org.h2.command.CommandList.update(CommandList.java:42)
            at org.h2.command.Command.executeUpdate(Command.java:212)
            at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedS
    tatement.java:143)
            at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement
    .java:129)
            at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:273
    )
            at me.taylorkelly.bigbrother.tablemgrs.DBTable.createTable(DBTable.java:
    35)
            at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.<init>(BBDataTable.ja
    va:57)
            at me.taylorkelly.bigbrother.tablemgrs.BBDataH2.<init>(BBDataH2.java:13)
    
            at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.getInstance(BBDataTab
    le.java:47)
            at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:118)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:750)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:132)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:110)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    15:32:09 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    15:32:09 [INFO] [BBROTHER] Building `bbworlds` table...
    15:32:09 [INFO] [BBROTHER] Building `bbusers` table...
    15:32:09 [SEVERE] [BBROTHER] executeUpdate failed (CREATE TABLE IF NOT EXISTS `b
    busers` (`id` INT AUTO_INCREMENT PRIMARY KEY,`name` varchar(32) NOT NULL DEFAULT
     'Player',`flags` INT NOT NULL DEFAULT '0');CREATE UNIQUE INDEX idxUsername ON `
    bbusers` (`name`)):
    org.h2.jdbc.JdbcSQLException: Index "IDXUSERNAME" already exists; SQL statement:
    
    CREATE TABLE IF NOT EXISTS `bbusers` (`id` INT AUTO_INCREMENT PRIMARY KEY,`name`
     varchar(32) NOT NULL DEFAULT 'Player',`flags` INT NOT NULL DEFAULT '0');CREATE
    UNIQUE INDEX idxUsername ON `bbusers` (`name`) [42111-153]
            at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
            at org.h2.message.DbException.get(DbException.java:167)
            at org.h2.message.DbException.get(DbException.java:144)
            at org.h2.command.ddl.CreateIndex.update(CreateIndex.java:76)
            at org.h2.command.CommandContainer.update(CommandContainer.java:69)
            at org.h2.command.CommandList.executeRemaining(CommandList.java:36)
            at org.h2.command.CommandList.update(CommandList.java:42)
            at org.h2.command.Command.executeUpdate(Command.java:212)
            at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedS
    tatement.java:143)
            at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement
    .java:129)
            at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:273
    )
            at me.taylorkelly.bigbrother.tablemgrs.DBTable.createTable(DBTable.java:
    35)
            at me.taylorkelly.bigbrother.tablemgrs.BBUsersTable.<init>(BBUsersTable.
    java:67)
            at me.taylorkelly.bigbrother.tablemgrs.BBUsersH2.<init>(BBUsersH2.java:1
    2)
            at me.taylorkelly.bigbrother.tablemgrs.BBUsersTable.getInstance(BBUsersT
    able.java:54)
            at me.taylorkelly.bigbrother.BBPlayerInfo.<init>(BBPlayerInfo.java:50)
            at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:120)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:750)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:132)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:110)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    15:32:09 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.7.4
    15:32:09 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    15:32:09 [INFO] [BBROTHER] BigBrother 1.8-SNAPSHOT (build #443) enabled!
    Running both the most recent CraftBukkit RB and BB build. This only happens when there is already a BigBrother file in existence when the server starts up. If I let BB create its tables from scratch, it works like a charm. I would post this to the BugTracker, but I have no idea what the hell is happening here so I wouldn't know how to declare it as a bug.
     
  5. Offline

    fysics

    is there anyone who had BB working on the 1.5 builds of bukkit who got it to work on the non-recommended 1.6 builds of bukkit? (814)
     
  6. Offline

    Clem

    Will this log World Edit commands and stuff, because my admins are bad at WE and mess up often, and it would be VERY useful to undo world edit's.... I have unlimited space to store the log files so I don't care if it is big xD. Maybe I shoudl try and learn java soon. :/

    Thanks anyways for a great plugin!
     
  7. Offline

    stellarfirefly

    WorldEdit itself has the /undo command, and in fact has several levels of it.
     
  8. Offline

    Clem

    @stellarfirefly yes. But the undo is only temporarily stored, and is gone once you log out. I was hoping Bigbrother can monitor forever.
     
  9. Offline

    imaxorz

    Did the config file change recently?

    I let the plug in create a new one because it was doing some funny stuff, and I don't see the option for max records anymore? Am I correct?

    http://pastebin.com/dErqns6d <-- thats my config, all I see is the date limit. Will it just create unlimited number of records and just delete ones that are older then 14 days?

    Thank you :D
     
  10. Offline

    N3X15

    Swinging by for a bit to let you all know that I read the bug reports for once and processed a ton of them, also fixed a nag, hopefully. I've also updated the troubleshooting guide.

    This error appears to be in Permissions. Also, please do not say "Latest Version", just say what the version is.

    It moved to database.cleanser.age, also clean-by-numbers never really worked so I removed the option. It's also inefficient as hell when it does work.

    Fixed in latest build.

    Only WorldEdit commands, I can't track how mouse clicks are processed into tool uses. I'm considering making a addon for it, but it requires a database overhaul and I have enough problems in that department.

    Wow, you're on an old version. Please update.
     
  11. Offline

    xcanner

    Code:
        cleanse-age: 0s
        deletes-per-cleansing: '1000'
        max-records: '9000000'
        type: MYSQL
        send-delay: 4
        mysql:
            engine: MyISAM
            low-priority-insert: true
        cleanser:
            age: 3d
            deletes-per-operation: 20000
    What is "age: 3d" ?

    What should the settings be to have 9 million records and no deleting on age?
     
  12. Offline

    andrewkm

    means your oldest records will be 3days, older ones will be cleaned out
     
  13. Offline

    xcanner

    Hmm, what is "cleanse-age: 0s" then?
     
  14. Offline

    imaxorz

    0s means it will never delete any records at all.
     
  15. Offline

    Phaedrus

    You could use WorldEdits ability to restore regions. You just need a duplicate of the world folder from a backup and you can simply restore a selected area at will.
     
  16. Offline

    xcanner

    Why do i got this in the server console then:

    Code:
    2011-05-28 08:52:40 [INFO] [BBROTHER] Cleaned out 20000 records because of age in 0h00m01s.
    And I still dont get why there is an "age" and a "cleanse-age".
     
  17. Offline

    chandler

    help,:mad:
    i am using mysql, and it has made the rows in the database but add no data to them rows
    i realy need this to work! as i think one of my player are doing stuff they shoud not be doing

    bb add the world to table bbworlds but when i do some thing like brake a block it does not add any thing to table bbdata. please help

    bb add the world to table bbworlds but when i do some thing like brake a block it does not add any thing to table bbdata. please help

    Code:
    10:11:29 [INFO] fzerox [/192.168.1.70:50280] logged in with entity id 577
    10:11:29 [SEVERE] Could not pass event PLAYER_JOIN to BigBrother
    java.lang.NullPointerException
            at me.taylorkelly.bigbrother.BigBrother.haveSeen(BigBrother.java:212)
            at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerJoin(BBPlayerListener.java:54)
            at org.bukkit.event.player.PlayerListener.onPlayerJoin(PlayerListener.java:20)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:232)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:94)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    10:11:39 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to BigBrother
    java.lang.NullPointerException
            at me.taylorkelly.bigbrother.BigBrother.watching(BigBrother.java:200)
            at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerCommandPreprocess(BBPlayerListener.java:44)
            at org.bukkit.event.player.PlayerListener.onPlayerCommandPreprocess(PlayerListener.java:57)
            at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:256)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:674)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:645)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:639)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    i now get this error

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

    N3X15

    Use cleanser: age. The other one's a cling-on from the old config.

    Also, you can use age: off to turn off cleansing of old records on the newest development build.

    You're not using the Recommended CraftBukkit build. I only support Recommended.

    It does, you probably have it set to type: H2, so it's writing to the local H2 database. To be safe, delete BigBrother and its configuration and reinstall it.
     
  19. Offline

    Arjan

    I need some help im getting lots of error on my server lately and my players re getting disconnected.overflow? i need some help with that plzzz! i know its off topic but i dont know how to make threads! here is the error my friends get:
    12:10:09 [INFO] name lost connection: disconnect.overflow
    how can i fix this?
     
  20. Offline

    chandler

    how do i set the tipe yp H2 and what build of bukkit shoud i use

    also what files does it need to download as it can not downlaod some files

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

    satanafox

    This is a great mod. One of the most useful. However, I have a complaint about the signs: when BigBrother regenerates them, it does not bring back the text on them.
     
  22. Offline

    ScottSpittle

    i got after rolling back all actions by a player on MC1.6 CB815 and BB 416


    sorry for the huge list but no way of shortening it
     
  23. Offline

    N3X15

    CraftBukkit 803 (Recommended)

    To set type to H2, edit plugins/BigBrother/BigBrother.yml.

    Please show me the errors.

    Known issue.

    Thank you, I'll work on this.
     
  24. Offline

    andrewkm

    @N3X15
    461 + mysql + 803
    Another major 10,000 + edits rollback.
    Worked well from what i can see visually.
    Heres error log incase it helps you diagnose some stuff. :)
    -
    Code:
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 3 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 3 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 23 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 2 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 2 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 2 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 4 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 2 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 2 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 8 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 5 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 2 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 1 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 4 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 20 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [WARNING] [BBROTHER] Skipped 9 slots because there's not enough room in the chest.
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-29 22:01:03 [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:283)
     at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:264)
     at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:230)
     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  25. Offline

    anonymous

    why do we need to upgrade asap?
     
  26. Offline

    N3X15

    Because setting 0s for age = deletes the entire BB logging table.
     
  27. Offline

    chandler

    i get this when people join
    Code:
    10:11:29 [INFO] fzerox [/192.168.1.70:50280] logged in with entity id 577
    10:11:29 [SEVERE] Could not pass event PLAYER_JOIN to BigBrother
    java.lang.NullPointerException
            at me.taylorkelly.bigbrother.BigBrother.haveSeen(BigBrother.java:212)
            at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerJoin(BBPlayerListener.java:54)
            at org.bukkit.event.player.PlayerListener.onPlayerJoin(PlayerListener.java:20)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:232)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:94)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    10:11:39 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to BigBrother
    java.lang.NullPointerException
            at me.taylorkelly.bigbrother.BigBrother.watching(BigBrother.java:200)
            at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerCommandPreprocess(BBPlayerListener.java:44)
            at org.bukkit.event.player.PlayerListener.onPlayerCommandPreprocess(PlayerListener.java:57)
            at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:256)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:674)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:645)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:639)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    and it can not downlaod 2 files but i dont know witch ones as i am runing it on a linux server so there are no user interface so i can not see the other errors
     
  28. Offline

    godgodgodgo

    does this plugin not make your server really slow because it is logging everything?
     
  29. Offline

    MiHo

    I already posted in on the bug tracker, but it's rejected with not a bug. (Why not only implement a limitation to the string inside the application?!?)
    Code:
    2011-05-30 17:47:14 [SEVERE] [BBROTHER] Data Insert SQL Exception when sending blocks
    java.sql.BatchUpdateException: Data truncation: Data too long for column 'data' at row 1
    	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:76)
    	at me.taylorkelly.bigbrother.datasource.DataBlockSender.access$000(DataBlockSender.java:24)
    	at me.taylorkelly.bigbrother.datasource.DataBlockSender$SendingTask.run(DataBlockSender.java:215)
    	at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    	at java.lang.Thread.run(Thread.java:662)
    2011-05-30 17:47:14 [SEVERE] [BBROTHER] Possible cause of previous SQLException: 
    2011-05-30 17:47:14 [WARNING] [BBROTHER] SQL send failed. Keeping data for later send.
    
    BigBrother always tries it again, when this occurs, but it will never work! And so it could lag the whole server.
     
  30. Offline

    cuco

    If I rollback something and then undo it and then try to roll it back again - it doesnt't work. Is that normal?
     
  31. Offline

    godgodgodgo

    So does this work with the latest version of craftbukkit?
     
Thread Status:
Not open for further replies.

Share This Page