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

    RastaLulz

    This is honestly one of the best plugins out there - I can't imagine running a server without it.
     
  3. Offline

    kingcole436

    I have a question about ci.nexisonline.net. OpenDNS says that it has Inherited tags that aren't so pleasant. I added the domain to my whitelist so that will work for now, but I just wanted to let you know that your site is blocked from people using OpenDNS. [​IMG]
    Now its possible that the domain was not tagged correctly but it takes a range of community votes to decide on it. There where no submissions against it,
    [​IMG]
    But the details included for it (as seen above) Where not so nice.
     
  4. Offline

    cpalms

    My BB is spazzing out, I get this spamming in my console:


    2011-08-09 20:17:52 [SEVERE] [BBROTHER] Unknown Action: Flow
    2011-08-09 20:17:52 [SEVERE] [BBROTHER] Unknown Action: Flow
    2011-08-09 20:17:52 [SEVERE] [BBROTHER] Unknown Action: Flow
    2011-08-09 20:17:52 [SEVERE] [BBROTHER] Unknown Action: Flow
    2011-08-09 20:17:53 [SEVERE] [BBROTHER] Unknown Action: Flow
    2011-08-09 20:17:53 [SEVERE] [BBROTHER] Unknown Action: Flow
    2011-08-09 20:17:53 [SEVERE] [BBROTHER] Unknown Action: Flow
    2011-08-09 20:17:53 [SEVERE] [BBROTHER] Unknown Action: Flow
    2011-08-09 20:17:53 [SEVERE] [BBROTHER] Unknown Action: Flow
    2011-08-09 20:17:53 [SEVERE] [BBROTHER] Unknown Action: Flow
    2011-08-09 20:17:53 [SEVERE] [BBROTHER] Unknown Action: Flow
    2011-08-09 20:17:53 [SEVERE] [BBROTHER] Unknown Action: Flow
    2011-08-09 20:17:53 [SEVERE] [BBROTHER] Unknown Action: Flow
    2011-08-09 20:17:53 [SEVERE] [BBROTHER] Unknown Action: Flow
     
  5. Offline

    Donny

    BigBrother is causing horrible Garbage Collector problems for me.
     
  6. Offline

    r3nt3r

    Can use without mysql datebase ?
     
  7. Offline

    sharkale

    mmmm the bugtracker dont show activity in 1 month. this plugins is a bit dead...
     
  8. Offline

    JagerPrime

    Not sure what bugtracker you're looking at. I see activity all over the bugtracker here.

    http://bugs.nexisonline.net/bb

    Anyone else noticed a lag spike on rollbacks, even small ones recently? I updated to the newest version, and I get a big of a spike (5-10 seconds) when rollbacks are done.

    It's setup for mySQL and I changed no setting after the update.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  9. Offline

    munymuny200

    Can you please, I beg you please, make /bb rollback Environment a:Fire PLEASE do wool because the wool just comes back white PLEASE add datavalues because all the pixel art in my pixel art area got burnt and now its all white =\ and looks ugly please, can you add this thats the ONLY flaw with big brother for me, besides that I love bigbrother

    same just restart your server it fixed mine, hope this helps.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  10. Offline

    Dustin545

    i need help asap plz whats the command if i look at a block and see who deleted it
     
  11. Offline

    Cavagan

    Greetings one and all!

    First, let me say I love the BB plugin and all its awesome features. Kudo's to the dev for doing such a great job with it! I've used it many times to deal with less-than-desirable outcomes on my server.

    Now to the nitty-gritty.

    I'm running a 1.7.3 server, with BB 1.10.1 with CB1000. I use the "Backup" plugin to perform regular backups of my world and plugins. It's a simple backup plugin, zips the world and plugin dir's to a specified folder if you're not familiar with it (see http://forums.bukkit.org/threads/admn-backup-1-6-a-simple-backup-plugin-818.9871/). I've never had any conflicts between BB and the Backup plugin... until today.

    I started getting the following error from Backup:

    (This is just a snippet of a much more verbose log, available on request)

    Now, I'm not the smartest cookie around, but eventually I realized the BB Environment.log was nearly 3GB in size (Yes, 3 Gigabyte) and figured that was the issue with the backup not being able to copy the full contents of the log since, as I understand it, a typical .zip file has a maximum size of 4GB and figured maybe this large log file in combination with all the other data was pushing the .zip file to the limit. But, a typical backup of my server only results, at most, in a .zip around 500MB in size - so I'm sure there was more going on there, but the details escape me.

    After trying in vain to view the contents of the log using numerous txt file viewers, and having it crash every single time I attempted to open the file, my next thought was that the log was somehow corrupted. So, not having any serious environmental issues I was worried about rolling back, I deleted the BB Environment.log file, restarted the server, reloaded my backup config file, and VOILA! No more errors, backups are running on schedule, and the world is a semi-happy place. :)

    So, all that to ask:
    1. Is this size of BB Environment.log file normal? Am I logging things I shouldn't somehow/somewhere?
    2. I realize this is probably more of an issue with the backup plugin itself, but am curious about the best way to limit the size of environmental logs, so this doesn't become a recurring issue.

    Again, thanks for the awesome plugin and the work put into it. Thanks in advance for your response to this first post of mine, and sorry for the long read. :)

    Cheers!
     
  12. Offline

    kris76

    Yes you can use SQLite
     
  13. Offline

    Lykkepillen

    I'm getting a few different errors when trying to rollback, after complete reinstall (v. 1.10.1)


    Code:
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'bb' in plugin BigBrother                                                                  v1.10.1-SNAPSHOT
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 3
            at java.lang.String.substring(String.java:1946)
            at me.taylorkelly.util.TimeParser.parseTime(TimeParser.java:41)
            at me.taylorkelly.bigbrother.rollback.RollbackInterpreter.<init>(RollbackInterpreter.java:45                                                                 )
            at me.taylorkelly.bigbrother.commands.RollbackCommand.onCommand(RollbackCommand.java:26)
            at me.taylorkelly.bigbrother.BBCommand.onCommand(BBCommand.java:57)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
     
    [SEVERE] [BBROTHER] Error when restoring sign: block.getState() returned a org.b                                                                 ukkit.craftbukkit.block.CraftBlockState instead of a Sign!
    2011-08-11 14:23:50 [WARNING] [BBROTHER] Caught exception when rolling back a SignDestroyed
    java.lang.ArrayIndexOutOfBoundsException: 3
            at me.taylorkelly.bigbrother.datablock.SignDestroyed.rollback(SignDestroyed.java:77)
            at me.taylorkelly.bigbrother.rollback.Rollback$RollbackByTick.run(Rollback.java:255)
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:1                                                                 37)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:438)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    And


    Code:
    2011-08-11 14:24:17 [SEVERE] [BBROTHER] Error when redoing sign: block.getState() returned a org.buk                                                                 kit.craftbukkit.block.CraftBlockState instead of a Sign!
    2011-08-11 14:24:17 [SEVERE] [BBROTHER] Error when redoing chest: block.getState() returned a org.bu                                                                 kkit.craftbukkit.block.CraftBlockState instead of a Chest!
    2011-08-11 14:24:17 [SEVERE] [BBROTHER] Error when redoing chest: block.getState() returned a org.bu                                                                 kkit.craftbukkit.block.CraftBlockState instead of a Chest!
    2011-08-11 14:24:17 [SEVERE] [BBROTHER] Error when redoing chest: block.getState() returned a org.bu                                                                 kkit.craftbukkit.block.CraftBlockState instead of a Chest!
    Any idea what might be causing this? Prolly just me doing something wrong.. But what? Im using MySQL
     
  14. Offline

    sharkale

    yep, these bugtracker. only show open issues. 1 month without any admin modify. no accept/close/fix bugs. the activity is from the user who use the plugin, not from the plugin developers.
     
    Bronski likes this.
  15. Offline

    bigggan

    MAJOR BUG!! D: D:


    I did bb log and left clicked a log then server kick everyone and restarts server,(with a kick message "server restart")

    this is the error code atleast what came when i did that
    Code:
    2011-08-11 20:00:35 [SEVERE] [BBROTHER] onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent@228cbddd)
    java.lang.NumberFormatException: For input string: "/cut mossy"
    at java.lang.NumberFormatException.forInputString(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at java.lang.Integer.valueOf(Unknown Source)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:111)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:82)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.getChanges(DeltaChest.java:451)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.toString(DeltaChest.java:461)
    at me.taylorkelly.bigbrother.finder.HistoryLog.getInfoOnBlock(HistoryLog.java:57)
    at me.taylorkelly.bigbrother.finder.Sticker.blockInfo(Sticker.java:104)
    at me.taylorkelly.bigbrother.finder.Sticker.stick(Sticker.java:117)
    at me.taylorkelly.bigbrother.BigBrother.stick(BigBrother.java:258)
    at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerInteract(BBPlayerListener.java:195)
    at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:307)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
    at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:63)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:458)
    at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-11 20:00:35 [INFO] ******* lost connection: user was kicked.
    2011-08-11 20:00:35 [INFO] Unknown console command. Type "help" for help.
    2011-08-11 20:00:35 [INFO] bigggan lost connection: user was kicked.
    2011-08-11 20:00:35 [INFO] Unknown console command. Type "help" for help.
    2011-08-11 20:00:35 [INFO] ******** lost connection: user was kicked.
    Seems its having issues with worldedit, since its says "/cut mossy" make it ignore cuboid commands?

    Can anyone confirm with /bb log on /cut cuboids?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  16. Offline

    Yazo

    is there a way to decode or somehow set logs to show proper time? it shows me like this:
    1313087674850 - exec'd command world@(-807,6,-226) info: 0, /god
    1313087685063 - teleport world@(-822,6,-222) info: 0,
    and i don't have idea what time was it when he used command "/god"...
     
  17. Offline

    staticfactory

    Recently started testing with CB 1046, PermissionsBukkit 1.1 (w/ SuperpermsBridge).

    Getting the following error when a /bb here is preformed:

    Code:
    16:00:29 [SEVERE] [BBROTHER] onPlayerInteract(org.bukkit.event.player.PlayerInte
    ractEvent@1f23eb2)
    java.lang.NullPointerException
            at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.getBlockHistory(BBDat
    aTable.java:118)
            at me.taylorkelly.bigbrother.finder.HistoryLog.getInfoOnBlock(HistoryLog
    .java:40)
            at me.taylorkelly.bigbrother.finder.Sticker.blockInfo(Sticker.java:104)
            at me.taylorkelly.bigbrother.finder.Sticker.stick(Sticker.java:117)
            at me.taylorkelly.bigbrother.BigBrother.stick(BigBrother.java:258)
            at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerInteract
    (BBPlayerListener.java:195)
            at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.j
    ava:314)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:168)
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:6
    3)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:468)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:87)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    16:00:50 [SEVERE] [BBROTHER] onPlayerInteract(org.bukkit.event.player.PlayerInte
    ractEvent@13c127a)
    java.lang.NullPointerException
            at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.getBlockHistory(BBDat
    aTable.java:118)
            at me.taylorkelly.bigbrother.finder.HistoryLog.getInfoOnBlock(HistoryLog
    .java:40)
            at me.taylorkelly.bigbrother.finder.Sticker.blockInfo(Sticker.java:104)
            at me.taylorkelly.bigbrother.finder.Sticker.stick(Sticker.java:117)
            at me.taylorkelly.bigbrother.BigBrother.stick(BigBrother.java:258)
            at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerInteract
    (BBPlayerListener.java:195)
            at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.j
    ava:314)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:168)
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:6
    3)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:468)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:87)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  18. Offline

    R3venton

    My server was griefed by a "ghost" and I have no clue how it was undetected. I was just walking around and saw several building destroyed and water flowing from the top of a partially destroyed windmill. I checked it out and their is no record of any player destroying anything or flowing the water. I then checked one of the player buildings hit, and his had the placed blocks, but no record of anyone destroying them yet they were gone. My server crashed recently so I was wondering if that was it, or if it was that if we banned someone for griefing would it delete their records completely on the server? I don't believe this a bug as I rolled back to an older world and one of the griefs was fixed but most remained. Any help?

    Thank you.
     
  19. Offline

    M1sT3rM4n

    Greatest plugin ever.

    Caught a dum dum who made over 10,230 edits while I wasn't lookin. Now that's a dedicated griefer.

    Also, the /bb rollback r:<radius size> command is broken.
     
  20. Offline

    SeeD419

    Please fix the console spam about Async tasks on reload :/

    It spams for so long sometimes that everyone get's d/c
     
  21. Offline

    iFreZzAx

    Why does it no longer give me a log when I do /bb log I have to spawn a log after to get records ? :/
     
  22. Offline

    number1_Master

    can u make bb compatible with worldedit
    so u can rollback world edit material
    one of my mods world edited a wall of bedrock thats like :mad:
     
  23. Offline

    duhfux

    Is it supposed to say "griffer" in the title?
     
  24. Offline

    but2002

  25. Offline

    CBJuggle

    It spams me with

    01:14:23 [SEVERE] [BBROTHER] Unknown Action: Teleport
    01:14:26 [SEVERE] [BBROTHER] Unknown Action: Heartbeat
    01:14:26 [SEVERE] [BBROTHER] Unknown Action: Login
    01:14:28 [SEVERE] [BBROTHER] Unknown Action: Teleport
    01:14:28 [SEVERE] [BBROTHER] Unknown Action: Teleport
    01:14:30 [SEVERE] [BBROTHER] Unknown Action: Teleport
    01:14:30 [SEVERE] [BBROTHER] Unknown Action: Teleport
    01:14:32 [SEVERE] [BBROTHER] Unknown Action: Heartbeat
    01:14:32 [SEVERE] [BBROTHER] Unknown Action: Heartbeat
    01:14:32 [SEVERE] [BBROTHER] Unknown Action: Teleport
    01:14:32 [SEVERE] [BBROTHER] Unknown Action: Teleport
    01:14:38 [SEVERE] [BBROTHER] Unknown Action: Flow
    01:14:38 [SEVERE] [BBROTHER] Unknown Action: Flow
    01:14:38 [SEVERE] [BBROTHER] Unknown Action: Flow
    01:14:38 [SEVERE] [BBROTHER] Unknown Action: Flow
    01:14:38 [SEVERE] [BBROTHER] Unknown Action: Heartbeat

    They just keep on coming.
    I love the plugin and I really want to use it, but I don't think i can live with that spam.
    Please Help. :)
     
  26. Offline

    Tathar

    I can't find any documentation for BB's config file. Can someone point me to some?
     
  27. Offline

    number1_Master

    bug tracker keeps freezing my internet so ima put my issue on here
    when i roll back the environment in a certain radius, usualy one block changes, and a HUGE lists of changes pop up.
    Can someone help me!?!?!!? :confused::confused:
     
  28. Offline

    rustayne

    Was curious if there is any issues with /bb here, and any commands that it follows. I have BB setup on h2, as for some reason I got issues with mysql and it not recording, but now if I do /bb here, it hangs my server. I don't get any console errors, just read time out, and everyone gets booted. I have BB setup to only save 2 days worth of info, to keep the DB small, so that doesn't seem likely to be the issue. Any suggestions on what could be wrong? It is a fresh install with RB 1000.
     
    sharkale likes this.
  29. Offline

    OllyHal

    Anyone know how to do change pages in bb history? I do /bb history playername pg:2 and it doesn't show the next page. Any help on this?
     
  30. Offline

    alonelydinosaur

    I have been having trouble lately, and I was wondering if anyone knew how I could fix my problem. I have tried uninstalling then reinstalling BigBrother yet no matter what I do, I always get the command "Command Un-Recognized by BigBrother please see Documentation or use /bbhelp" Even when I do /bb help it gives me the message again. Does anyone know how I could fix that?
     
  31. Offline

    TehTomaz I steal plugins as my own

    is it possible that BigBrother Register's Paintings?
     
Thread Status:
Not open for further replies.

Share This Page