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

    generaldon

    Honestly, the only way for it to work again is if you re-download the <Edit by Moderator: Redacted mediafire url>
    If you're wary of bugs or viruses, then don't download it. Otherwise I hope it works for you as it has for 98 others.
     
    Last edited by a moderator: Dec 14, 2016
  3. Offline

    Anthony45654

    The link you provided is actually BB 1.8
    I downloaded BB from the link you provided and in-game I did "/bb version" and it said "BigBrother 1.8-SNAPSHOT (#552)".
     
    Last edited by a moderator: Dec 14, 2016
  4. Offline

    Frizzle

    Please fix your wiki. It's been hacked :(

     
  5. Offline

    Col1107

    Did I do something wrong?
     
    Last edited by a moderator: Dec 14, 2016
  6. MAJOR BUG! When you get a Log and do /bb log You can't do /bb done
     
  7. Offline

    generaldon

    You did nothing wrong, it's a problem with the update of BB. The only way that I have found to fix it easily and quickly (not saying there aren't other ways, just that I don't know of any) is to go back to the older version.
     
  8. Offline

    SuperPyroManiac

    Not sure, it was saying I dont have permission even though im OP and have * in permissions, worked fine ealyer, so I upgraded and get this error.

    Code:
    2011-09-16 15:28:24 [INFO] [BBROTHER] ------------------------------------
    2011-09-16 15:28:24 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-09-16 15:28:24 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-09-16 15:28:24 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-09-16 15:28:24 [INFO] [BBROTHER] Please stay tuned in irc.7chan.org #bigbrother for updates and build notifications.
    2011-09-16 15:28:24 [INFO] [BBROTHER] ------------------------------------
    2011-09-16 15:28:24 [SEVERE] [BBROTHER] Please rename BigBrother.example.yml to BigBrother.yml and edit it, otherwise BB will not work!
    2011-09-16 15:28:24 [SEVERE] Error occurred while disabling BigBrother v1.11.0-SNAPSHOT (Is it up to date?): null
    java.lang.NullPointerException
        at me.taylorkelly.bigbrother.datasource.BBDB.shutdown(BBDB.java:130)
        at me.taylorkelly.bigbrother.BigBrother.onDisable(BigBrother.java:78)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:906)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:294)
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:120)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  9. Offline

    Bobex123

    Wont work..
     
  10. Offline

    puchat

  11. Offline

    columb

  12. Offline

    blaize9

    ya i posted that like 1 month ago, they never did anything about it.
     
  13. Offline

    Col1107

    Thanks :)
     
  14. Offline

    IAnon

    omg wiki is SOOO LAGY cant get the permission nodes
     
  15. Offline

    Sooks

    Logs stay as history logs and I can't undo them. Unless I reload.
     
  16. Offline

    Doidle

    Ehmm.. When I try to rollback everything that happend yesterday.. Which was allot it says there was nothing to rollback.
    When I tried to rollback everything the past hour.. I created a huge bedrock wall.
    It didn't rollback?
    And do you have any idea how I can change the hour rollback so that its not 6 hours but.. maybe a week?
     
  17. Offline

    erickingsr


    Hey man... the problem is right there in your pastie....

    2011-09-16 15:28:24 [SEVERE] [BBROTHER] Please rename BigBrother.example.yml to BigBrother.yml and edit it, otherwise BB will not work


    Hmm, another one.... you should read the error log... it tells you exactly what is wrong:

    2011-09-16 15:28:24 [SEVERE] [BBROTHER] Please rename BigBrother.example.yml to BigBrother.yml and edit it, otherwise BB will not work

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

    SyPi

    I need the permission nodes (wiki ist offline or didnt works well). Thx.
     
  19. Offline

    Rangeroverr

    It aint working for me but it looks like an awesome plugin
     
  20. Offline

    Pr4w

    Is anybody going to pick this up? :(
     
  21. Offline

    TopGear93

    Pr4w likes this.
  22. Offline

    Pr4w

  23. Offline

    Valdiralita

    Hey!
    I'm working with 1.10.1 snapshot and it works fine. MC1.8.1 CB rev.1149
    No "rename BigBrother.example.yml" bug.
    if someone doesn't find/wants that version i can reupload it.

    regards Valdiralita
     
  24. Offline

    SuperPyroManiac

    Ah, I dont have MySql... Please add H2 back! I will die without this plugin! Im on a hosting service and cant use SQL! Please add H2 Support back!
     
  25. Offline

    Bobex123

    UGh.. I wish you didnt take away bigbrother now servers are getting griefed like shiz..
     
  26. Offline

    FusedZero

    Is there any way you could add a command that un-does everything a player has done?
     
  27. Offline

    themadman300

    GUYS, this is inactive read the comments he said that he bearly has time and use that other log block so first make this post topic [INACTIVE] and then lock it please.
     
  28. Offline

    RingOfStorms

  29. Offline

    BloodyFlame

    /bb rollback [PLAYERNAMEHERE]
     
  30. Offline

    jasonsj10

    Okay, I am on MC:1.8.1 and CB:1149
    And i get this error on start up:
    Show Spoiler

    Code:
    02:33:14 [INFO] [BBROTHER] ------------------------------------
    02:33:14 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of
     BigBrother!
    02:33:14 [INFO] [BBROTHER] Please note that, since this is far from complete, th
    ere will be many bugs.
    02:33:14 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bu
    gs.nexisonline.net/bb
    02:33:14 [INFO] [BBROTHER] Please stay tuned in irc.7chan.org #bigbrother for up
    dates and build notifications.
    02:33:14 [INFO] [BBROTHER] ------------------------------------
    02:33:14 [SEVERE] [BBROTHER] Please rename BigBrother.example.yml to BigBrother.
    yml and edit it, otherwise BB will not work!
    02:33:14 [SEVERE] Error occurred while disabling BigBrother v1.11.0-SNAPSHOT (Is
     it up to date?): null
    java.lang.NullPointerException
            at me.taylorkelly.bigbrother.datasource.BBDB.shutdown(BBDB.java:130)
            at me.taylorkelly.bigbrother.BigBrother.onDisable(BigBrother.java:78)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
            at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoade
    r.java:913)
            at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManag
    er.java:294)
            at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:120)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:892)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:278)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    02:33:15 [INFO] Loaded Essentials build 2.5.8 by: Zenexer, ementalo, Aelux, Bret
    tflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits

    Does anyone else get this?

    EDIT: I got it working but i took the plugin and config from my old server.
    Wanna get them? Here take them http://bit.ly/rcA2i8
    They work great.
     
    ALufkin24 likes this.
  31. Offline

    Potetsjokolade

    So... what about the Enderman?
     
Thread Status:
Not open for further replies.

Share This Page