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

    Donny

    set a max amount.
    I have had 1700 visiters in the last 2 days and no lag..
     
  3. Offline

    Simse

    I am so getting this plugin, even though it's a classic, I'm exited.
    Thank you very much.
     
  4. Offline

    SpiiderPig

    Is anyone using that on Bukkit 720 ? It seems working with the h2 Database but randomly the following error pops up in the Log

    org.h2.jdbc.JdbcSQLException: The object is already closed [90007-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.message.DbException.get(DbException.java:133)
    at org.h2.jdbc.JdbcConnection.checkClosed(JdbcConnection.java:1374)
    at org.h2.jdbc.JdbcConnection.checkClosed(JdbcConnection.java:1352)
    at org.h2.jdbc.JdbcConnection.getMetaData(JdbcConnection.java:283)
    at me.taylorkelly.bigbrother.datasource.JDCConnection.validate(JDCConnection.java:58)
    at me.taylorkelly.bigbrother.datasource.ConnectionService.reapConnections(ConnectionService.java:48)
    at me.taylorkelly.bigbrother.datasource.ConnectionReaper.run(ConnectionService.java:105)
     
  5. Offline

    chernobyl360

    this works on 714 but it fills up the server.log

    it ended up being like 3gb in 5 min :p
     
  6. Offline

    Jaspah

    Are you using a Windows based MySQL server or a Linux based one?
     
  7. Offline

    Donny

    ^What is it filling your server log with? I'm using CB:714 and BB:354 and this is hardly the case. The only time it does anything unusual to the server log is when i rollback, it gives the delta chest error.


    ^ Im using CB:714 and I havent gotten the error once. Maybe downgrade Bukkit version.

    Linux

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

    Michael314

    Probably depends how big your server is. If most of these rows are environment logging lava flowing (or leaves etc), you may be as well disabling them. (If someone griefs with lava, rollback their id:10, wait for the lava to disperse - which can take a long time but it should eventually - or use worldedit to get rid of it, and then rollback any environment fire damage. afaict that's all there is to it, and you've saved a million pointless db rows logging harmless lava flows)

    But my suggestion was simply because H2 is obviously baulking when the y coordinate + radius is >127 and mysql doesn't. (It's probably a 1 line fix, if you're checking y < 128 or more, there's no point having the predicate as that'll match every row) I just think mysql is the more tested path.
     
  9. Offline

    chernobyl360

    EDIT: *woa my english was messed up*

    ok, Well with Brohosting they had tons of MySql errors. so after the whole network crashed they redid the whole MySQL database. after it came back online my server had tons of regeneration errors. then i noticed the logs were filling up. before the file size got to large i checked the file to only see that BigBrother was sending out 100's of 1,000's of MySql errors. then in 5-10 min it was at 3gb. Tcadmin was so bugged out i couldnt shut it down. so Brohoster ended up reseting my whole box. now after restarting EVERYTHING my log file is only 1mb
     
  10. Offline

    lolzrofl

    Is this compatible with #733?
     
  11. Offline

    4am

    733 just came out. I'd imagine it works just fine though, it seems OK with 714 and 729. Much faster, actually.
     
  12. Offline

    Meridias561

    This is a quote from Cyprias (of minecraftserverhost.net) when they did the install of the latest bukkit and some plugins on my rented server: "I attempted to install BigBrother but it wouldn't start properly, looks like it needs to be updated for the new Bukkit."
     
  13. Offline

    Mike L

    I love big brother, sure it was a pain to get working properly, but now, I dont think I could live without it!
    Keep up the great work! (BEST DAMN PLUGIN FOR BUKKIT)
     
  14. Offline

    kayloe

    Any idea why I'm getting this error when I try to rollback something?
    Using CB 714 with MySQL

    [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: Value out of range. Value:"152" Radix:10
    at java.lang.Byte.parseByte(Byte.java:147)
    at java.lang.Byte.valueOf(Byte.java:199)
    at java.lang.Byte.valueOf(Byte.java:225)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:116)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Error when restoring sign
    2011-04-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [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:272)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Error when restoring sign
    2011-04-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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-26 06:21:36 [WARNING] [BBROTHER] Caught exception when rolling back a DELTA_CHEST
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:95)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:70)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.do_NewRollback(DeltaChest.java:265)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.rollback(DeltaChest.java:257)
    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)
     
  15. Offline

    o0AzzA0o

    733 :p
     
  16. Offline

    N3X15

    Updating build environment. Stand by.
     
  17. Offline

    cherryghost

  18. Offline

    Xin_TiGeR

    x2

    funny that i got that exact error on version 1.4_01. I didnt mess around, all plugins were working great and someday that error started to spam all my console crazy.. players experience time out ( they could walk in the map but the interaction with scenery was not being updated) and then they just got kicked...
    my server is stop from almost 4 days now due to that error, i´m waiting to update to 1.5 in the process

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

    oliverw92

    Working perfectly for me on 733
     
  20. Offline

    epiphani

    Working reasonably well on 733, but I've got pick-up tracking turned on and I'm getting the following exceptions:

    Code:
    10:18:09 [SEVERE] Could not pass event PLAYER_PICKUP_ITEM to BigBrother
    java.lang.NullPointerException
            at me.taylorkelly.bigbrother.datablock.PickupItem.<init>(PickupItem.java:12)
            at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerPickupItem(BBPlayerListener.java:139)
            at org.bukkit.plugin.java.JavaPluginLoader$17.execute(JavaPluginLoader.java:302)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
            at net.minecraft.server.EntityItem.b(EntityItem.java:203)
            at net.minecraft.server.EntityHuman.i(EntityHuman.java:212)
            at net.minecraft.server.EntityHuman.u(EntityHuman.java:204)
            at net.minecraft.server.EntityPlayer.u(EntityPlayer.java:203)
            at net.minecraft.server.EntityLiving.p_(EntityLiving.java:231)
            at net.minecraft.server.EntityHuman.p_(EntityHuman.java:90)
            at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:160)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:272)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            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)
    
     
  21. Offline

    Nate204

    Hello everyone!

    I'm, currently running 1.7.2 for BB on my server. Would you suggest I update? I'm just worried, because It always seems I have to drop my DB when I do... Would this be the case for now? or is it worth it to keep going with what I have?

    Thanks!!
     
  22. Offline

    Kresnik002

    There is any converter between lobblock and bigbrother databases?
     
  23. Offline

    Binaryclock

    LogBlock as an alternative- more efficient, smaller footprint, smaller database size. BB is pretty neat, but I can't run a 80 player server with it. the lag is unbearable and there are too many bugs.

    I keep watching this thread though with high hopes. N3X15 is a noble developer that has taken on a huge project and I feel for him :p
     
  24. Offline

    Nielscorn

    In my server BB starts up good and everything but once ingame, it seems to have deleted all the prefixes before the names.... so basicly i think it brakes groupmanager?

    I use essentials, worldguard, worldedit, ichat, etc

    Why does it happen everytime i do this? even like 2 weeks ago on that build, i want to incorporate bigbrother, and basicly it removed all prefixes and studff like that :/
     
  25. Offline

    Timecpo

    How can I rollback WorldEdit commands from other users? Is WorldEdit supportet?
     
  26. Offline

    Nate204

    World edit isn't logged. Trust me, It's better that way.
    //undo will fix your mistakes. Only give world edit to players who you can trust.
    If you run a "free build world edit" server, then that's the way of the game.

    Trust me, I've made my mistakes. As far as I know, //undo is all you can do. I think it saves your past 3 - 4 world edits too~ so If you have a few screw ups, no worries. Just type it again until it's all clear =P

    Edit: What I mean when I say "It's better that way", is because if BB logged every time I removed 8-10k blocks with just one command. I think one of my servers Xeon processors would jump out and smack me across the face~ and the other would take my mother out to a wonderful dinner and never call her again. They would do all that~ and do it hyper threaded too.
     
    leetgamer likes this.
  27. Offline

    Kainzo

    The issue with the database being over 500MB resolved? After about 4-7 days of logged on the previous versions of BigBrother, we would see some SEVERE lag every hour for the db cleansing. Using LogBlock to see if it happens there.
     
  28. Offline

    Cranky Miner

    I'm getting an error he can't download something:
    Code:
    20:52:37 [INFO] [BBROTHER] ------------------------------------
    20:52:37 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of
     BigBrother!
    20:52:37 [INFO] [BBROTHER] Please note that, since this is far from complete, th
    ere will be many bugs.
    20:52:37 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bu
    gs.nexisonline.net/bb
    20:52:37 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for up
    dates and build notifications.
    20:52:37 [INFO] [BBROTHER] ------------------------------------
    20:52:37 [INFO] Need to download 4 object(s)
    20:52:37 [INFO]  - Downloading file : http://mine.7chan.org/mirror/lib/h2.jar to
     lib/h2.jar
    20:52:37 [INFO] (Meaning C:\Users\Dreas\Desktop\Bukkit\lib\h2.jar)
    20:52:39 [SEVERE] [BBROTHER] Could not download dependencies
    java.io.IOException: Server returned HTTP response code: 450 for URL: http://min
    e.7chan.org/mirror/lib/h2.jar
            at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
    urce)
            at java.net.URL.openStream(Unknown Source)
            at me.taylorkelly.bigbrother.griefcraft.util.Updater.update(Updater.java
    :128)
            at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:119)
            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(SimplePluginManage
    r.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)
    20:52:39 [SEVERE] [BBROTHER] Could not find lib/h2.jar!  Please make sure it is
    present and readable.
    20:52:39 [SEVERE] [BBROTHER] Error getting a connection, disabling BigBrother...
    
     
  29. Offline

    Altalus

    I'm diving in the DB for my admin page and I see that the wiki list the action from 0 to 20... I see there's 22 in the db :p Any chance of getting the 21+ action numbers so I can translate it ? :D
     
  30. Offline

    Toni

    Sucks that if you disconnect undo will be impossible to undo.
     
  31. Offline

    H0ly_Waffle

    where can u get permissions and how do u use it???? PLease help!
     
Thread Status:
Not open for further replies.

Share This Page