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

    Pythros

    How can I see what was actually added or removed in the chest now? Am I missing something, I want more than just (+Added)(=Replaced)(-Removed) without the items is kinda pointless IMO.
     
    HmmmQuestionMark likes this.
  3. Offline

    Matt Blair

    This may sound like a silly question, but do you think this Plugin will work with craftbukkit 945?
     
  4. Offline

    Bronski

    Wondering that myself...
     
    Pythros likes this.
  5. Offline

    Ape3000

    Can I see the coordinates of the affected block somehow when using bb history?
     
  6. Offline

    Kalais

    @N3X15
    CB1025

    01:56:29 [SEVERE] [BBROTHER] onPlayerInteract(org.bukkit.event.player.PlayerInte
    ractEvent@1e7d7943)
    java.lang.NumberFormatException: Value out of range. Value:"176" Radix:10
    at java.lang.Byte.parseByte(Unknown Source)
    at java.lang.Byte.valueOf(Unknown Source)
    at java.lang.Byte.valueOf(Unknown Source)
    at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(Delt
    aChest.java:124)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(Del
    taChest.java:74)
    at me.taylorkelly.bigbrother.datablock.DeltaChest.getChanges(DeltaChest.
    java:434)
    at me.taylorkelly.bigbrother.finder.HistoryLog.getInfoOnBlock(HistoryLog
    .java:73)
    at me.taylorkelly.bigbrother.finder.Sticker.blockInfo(Sticker.java:107)
    at me.taylorkelly.bigbrother.finder.Sticker.stick(Sticker.java:120)
    at me.taylorkelly.bigbrother.BigBrother.stick(BigBrother.java:260)
    at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerInteract
    (BBPlayerListener.java:191)
    at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.j
    ava:307)
    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: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)
     
  7. Offline

    tyzoid

    Is there any way to log these actions for a longer period of time?
    Adding a config option perhaps?

    And what does this option do?
    tnt-threshold: 10
     
  8. Offline

    Pythros

    @N3X15 This is spamming my logs. CB 1034. I would post on your bug tracker but I can't get my password reset and you haven't responded to my PM on the forums.
    Code:
    12:59:54 [SEVERE] java.lang.NumberFormatException: Value out of range. Value:"670" Radix:10
    12:59:54 [SEVERE]       at java.lang.Byte.parseByte(Byte.java:150)
    12:59:54 [SEVERE]       at java.lang.Byte.valueOf(Byte.java:204)
    12:59:54 [SEVERE]       at java.lang.Byte.valueOf(Byte.java:230)
    12:59:54 [SEVERE]       at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:132)
    12:59:54 [SEVERE]       at me.taylorkelly.bigbrother.datablock.DeltaChest.processDeltaStream(DeltaChest.java:82)
    12:59:54 [SEVERE]       at me.taylorkelly.bigbrother.datablock.DeltaChest.getChanges(DeltaChest.java:451)
    12:59:54 [SEVERE]       at me.taylorkelly.bigbrother.datablock.DeltaChest.toString(DeltaChest.java:461)
    12:59:54 [SEVERE]       at me.taylorkelly.bigbrother.datasource.ActionSender.sendBlocksFlatFile(ActionSender.java:121)
    12:59:54 [SEVERE]       at me.taylorkelly.bigbrother.datasource.ActionSender.access$100(ActionSender.java:31)
    12:59:54 [SEVERE]       at me.taylorkelly.bigbrother.datasource.ActionSender$SendingTask.run(ActionSender.java:183)
    12:59:54 [SEVERE]       at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    12:59:54 [SEVERE]       at java.lang.Thread.run(Thread.java:722)
    
     
  9. Offline

    Niemand

    Maltid!
    I dont wanna register on that bugtracker-thingy (I dislike the site -.-) but still have some errorcode to report. It occures at server-startup:
    Code:
    2011-08-04 16:56:41 [INFO] [BBROTHER] Permissions enabled using: Permissions v3.1.6
    2011-08-04 16:56:41 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-08-04 16:56:41 [SEVERE] Error occurred while enabling BigBrother v1.10.1-SNAPSHOT (Is it up to date?): BLOCK_PISTON_EXTEND
    java.lang.NoSuchFieldError: BLOCK_PISTON_EXTEND
    at me.taylorkelly.bigbrother.BigBrother.registerEvents(BigBrother.java:197)
    at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:154)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148-)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-04 16:56:41 [INFO] Memory max: 1029046272 bytes
    2011-08-04 16:56:41 [INFO] Memory total: 1029046272 bytes
     
  10. Offline

    bigggan

    There seems to be a bug when your standing inside a house or anything that matter, but you must be inside something.
    the bb log dont show anything, not even: "No edits on this block". Its just blank.


    But if you stand on the outside of the "house" it shows who made it, or "No edits on that block"
    Also if you place the log it just places it inside the house, its not checking the air either
     
  11. Offline

    gchristopher

    Dropped the newest version of BB in using the H2 default database and it worked great! I'm very impressed.

    It was also extremely easy and friendly to report directly against the database file. Two thumbs up for that also!

    However, I can't seem to get BB to stop watching Environment. Autowatch is turned off, and I tried using "/bb watch Environment" to stop it, but that doesn't seem to work. Does anyone have any suggestions there? Can I just set Flag = 0 in the bbusers table for Environment?
     
  12. Offline

    Pr4w

    Hey,

    Can't seem to be able to look at info on chests anymore :(

    Code:
    2011-08-05 17:13:35 [SEVERE] [BBROTHER] onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent@3529add8)
    java.lang.NumberFormatException: Value out of range. Value:"135" Radix:10
        at java.lang.Byte.parseByte(Byte.java:150)
        at java.lang.Byte.valueOf(Byte.java:204)
        at java.lang.Byte.valueOf(Byte.java:230)
        at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:132)
        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-05 17:13:39 [SEVERE] [BBROTHER] onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent@223abb76)
    java.lang.NumberFormatException: Value out of range. Value:"135" Radix:10
        at java.lang.Byte.parseByte(Byte.java:150)
        at java.lang.Byte.valueOf(Byte.java:204)
        at java.lang.Byte.valueOf(Byte.java:230)
        at me.taylorkelly.bigbrother.datablock.DeltaChest$DeltaEntry.<init>(DeltaChest.java:132)
        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)
    Gives me this error every time I try to hit a chest with the Log :/
     
  13. Offline

    Kommy000

    guys, can you pretty please bring back the command /bb here playername , it actually showed us what the player did. Now I have no way to find out what they've done unless I use log but I have to place in place where I think the damage is. Now if I want to see what this player done, the only command I have now is /bb history playername which is impossible to read the long output of stuff this person did. /bb here and /bb here playername was perfect. It showed which blocks and what was done.
     
  14. Offline

    XxXGhostXxX

    i need this :))
     
  15. Offline

    but2002

    It's called a Unix time stamp.
    It's the number of seconds since the Unix epoch: Jan 01 1970
     
  16. Offline

    XxXGhostXxX

    ok thx
     
  17. Offline

    Tobytheminer

    why is BB Stick, removed. now i can't catch grieffers with this anymore ?
     
  18. Offline

    but2002

    It's replaced with /bb log
     
  19. Offline

    Tobytheminer

    so you say /bb log, and then click on the destroyed iteam ?
     
  20. Offline

    Dragon0912

    How do I know what items were added/removed in the chest?
    I want the old chest info. It's kinda useless if you can't see what was added or removed. :S
     
  21. Offline

    but2002

    Yes
     
  22. Offline

    KevGraf94

    Whats the problem that /bb rollback is not working for me since a few months? :eek:

    On CB 1000 and BB 1.10.1
    Using MySQL
    No errors, says the rollback was successful but the blocks are still there. only the database entrie is removed.
    My Other Plugins:
    AntiBuild
    Backup
    BlockOnGlass
    bShot
    Cleaner
    ComLog
    Commandhelper
    Cooldowns
    dynmap
    Elevators
    Essentials (Group, Spawn)
    FalseBook
    HeroicDeath
    iChat
    iConomy
    iConomyChestShop
    IntelliDoors
    LWC
    mcbans
    MCTelnet
    MobDisguise
    Multihome
    NoCheat
    OddItem
    PlayerCount
    PvP
    ScrollingMenuSign
    Showcase
    Signcolours
    Signedit
    Spire
    Spout
    StealthLogin
    Superpickaxe
    Towny
    Travelportals
    VanishNoPickup
    VirtualChest
    Worldedit
    Worldguard
    zeus
     
  23. Offline

    sharkale

    i have a lot of error and issues.
    • after run a few hours the server randomly spam with a lot of error BLOCK_PISTON_EXTENDED, lag the server a lot and need to restart.
    • /bb here command randomly freeze the server 30 seconds and all connections crash.
    • could be awesome a /bb here [item] [radio] as /bb here fire 20
    • /bb history show thousands of lines and pages dont work.
    • another day I rollback a multicolor wool construction griefed by someone with fire. and after rollback all wool was restored in white color... :(
    i have
    CB 1000
    BB 1.10.1
    DB with 2 days. ~150mb
     
  24. Offline

    Tobytheminer

    when i say /bb here nothing works i can't find the grieffers i think you should get back /bb stick 1 it was the best command you have

    and /bb here 1 5 wont work....

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

    Geisteskranken

    I must be doing something wrong...

    This plugin works like a charm, except when a user places a falling block; It won't log any falling blocks, and won't roll them back.

    Am I missing something?
     
  26. Offline

    Alesana

    This is what I see what I use the /bb log on structure that have been build 1 day before. Any way to make it "remember" more than 1 day?
     
  27. Offline

    SBD09

    Code:
    2011-08-06 22:00:34 [SEVERE] [BBROTHER] onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent@a8a4f89)
    java.lang.NumberFormatException: Value out of range. Value:"345" 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:132)
        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$11.execute(JavaPluginLoader.java:314)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        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-06 22:00:35 [SEVERE] [BBROTHER] onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent@17627b7)
    java.lang.NumberFormatException: Value out of range. Value:"345" 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:132)
        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$11.execute(JavaPluginLoader.java:314)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        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-06 22:00:35 [SEVERE] [BBROTHER] onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent@1f98bdbc)
    java.lang.NumberFormatException: Value out of range. Value:"345" 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:132)
        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$11.execute(JavaPluginLoader.java:314)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        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-06 22:00:35 [SEVERE] [BBROTHER] onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent@71e07eb3)
    java.lang.NumberFormatException: Value out of range. Value:"345" 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:132)
        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$11.execute(JavaPluginLoader.java:314)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        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-06 22:00:35 [INFO] Lockette: (Admin) lilj0kerboi has snooped around in a container owned by tiger25!
    2011-08-06 22:00:36 [SEVERE] [BBROTHER] onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent@27a762bc)
    java.lang.NumberFormatException: Value out of range. Value:"345" 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:132)
        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$11.execute(JavaPluginLoader.java:314)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        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-06 22:00:36 [SEVERE] [BBROTHER] onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent@54641022)
    java.lang.NumberFormatException: Value out of range. Value:"345" 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:132)
        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$11.execute(JavaPluginLoader.java:314)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        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-06 22:00:36 [SEVERE] [BBROTHER] onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent@65028c44)
    java.lang.NumberFormatException: Value out of range. Value:"345" 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:132)
        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$11.execute(JavaPluginLoader.java:314)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        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-06 22:00:36 [SEVERE] [BBROTHER] onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent@356076ed)
    java.lang.NumberFormatException: Value out of range. Value:"345" 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:132)
        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$11.execute(JavaPluginLoader.java:314)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        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-06 22:00:36 [INFO] [CONSOLE] Server is restarting. World is being saved.
    2011-08-06 22:00:36 [INFO] Enabling level saving..
    2011-08-06 22:00:36 [INFO] Forcing save..
    2011-08-06 22:00:43 [INFO] Save complete.
    2011-08-06 22:00:43 [INFO] Stopping the server..
    2011-08-06 22:00:45 [INFO] [BBROTHER] Building `ownership` table...
    
    I get this error then the server resets. the server has restarted like 7 times already any help?
     
  28. Offline

    davidvsayshi

    I love this but heres my only problem! When someones house gets burnt i can hardly find who did it and i dont know how to roll it back? i tried /bb rolback r: (radius) a:19 but it says notthnig to rollback?

    any ideas?
     
  29. Offline

    SpencerB

    I use AuthMe in my server so people's /login passwordhere is logged. Can I disable this?
     
  30. Offline

    imaxorz

    How are chest changes recorded now?

    All I see Changed a chest (+0)(=0)(-0) or different numbers.

    Anyone know what exactly that means and if there is anyway to find out what was placed/taken out?
     
  31. Offline

    seedorfj

    Normally I would listen and use your bug thing, but that hasn't gotten me anywhere so I am posting here. I have the latest version and this is the error I get

    2011-08-07 00:24:10 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-08-07 00:24:10 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.7.7
    2011-08-07 00:24:10 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-08-07 00:24:10 [SEVERE] Error occurred while enabling BigBrother v1.10.1-SNAPSHOT (Is it up to date?): BLOCK_PISTON_EXTEND
    java.lang.NoSuchFieldError: BLOCK_PISTON_EXTEND
    at me.taylorkelly.bigbrother.BigBrother.registerEvents(BigBrother.java:197)
    at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:154)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
Thread Status:
Not open for further replies.

Share This Page