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

    BadgerLove

    Got rid of the errors after I deleted my BB folder.

    lost all the data for recently placed blocks but its working again fine now.
     
  3. Offline

    survivals

    Hello !

    I ve been an Out of range error in build #648:
    The type Byte can only contain element in range 127 to -128.
    To solve this, replace Byte.valueOf by Integer.valueOf in the constructor DeltaEntry and parseStack of DeltaChest.java, it's ok, the Data member is int and th constructor of MaterialData take an int.
    Code:
            public DeltaEntry(String chunk) {
                String[] dchunks=chunk.split(":");
                Slot=Integer.valueOf(dchunks[0]);
                if(chunk.contains("=")) {
                    String[] schunks = chunk.split("=");
                    oldStack=parseStack(1,schunks[0].split(":"));
                    newStack=parseStack(0,schunks[1].split(":"));
                    ID=newStack.getTypeId();
                    Type=DeltaType.REPLACED;
                    Amount=newStack.getAmount();
                    Damage=newStack.getDurability();
                    Data=newStack.getData().getData();
                } else {
                    ID=Integer.valueOf(dchunks[1]);
                    if(dchunks[2].startsWith("+")) {
                        dchunks[2]=dchunks[2].substring(1);
                        Type=DeltaType.ADDED;
                    } else {
                        if(dchunks[2].startsWith("-"))
                            Type=DeltaType.REMOVED;
                    }
                    Amount=Integer.valueOf(dchunks[2]);
                    Damage=Short.valueOf(dchunks[3]);
                    Data=Integer.valueOf(dchunks[4]);
                }
            }
    
            private ItemStack parseStack(int i, String[] dchunks) {
                ItemStack stack=new ItemStack(Integer.valueOf(dchunks[i]));
                stack.setAmount(Integer.valueOf(dchunks[i++]));
                stack.setDurability(Short.valueOf(dchunks[i++]));
                stack.setData(new MaterialData(Integer.valueOf(dchunks[i++])));
                return stack;
            }
     
  4. Offline

    Tomskied

    Is tnt rollback working?
     
  5. Offline

    alfskan

    I have serious prblems.

    1. when I use /bb log command, punch block doenst work. anything happen.

    2. when I use /bb history

    Code:
    2011-08-01 07:23:48 [INFO] alfskan tried to use command /bb history
    2011-08-01 07:23:49 [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.IndexOutOfBoundsException: toIndex = 11
        at java.util.SubList.<init>(Unknown Source)
        at java.util.RandomAccessSubList.<init>(Unknown Source)
        at java.util.AbstractList.subList(Unknown Source)
        at me.taylorkelly.bigbrother.commands.HistoryCommand.onCommand(HistoryCommand.java:70)
        at me.taylorkelly.bigbrother.BBCommand.onCommand(BBCommand.java:57)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    2011-08-01 07:24:01 [INFO] alfskan tried to use command /bb history vorache
    2011-08-01 07:24:01 [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.NumberFormatException: Value out of range. Value:"171" 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>(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.commands.HistoryCommand.onCommand(HistoryCommand.java:87)
        at me.taylorkelly.bigbrother.BBCommand.onCommand(BBCommand.java:57)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    3. chest log: It says always zero. "(=0)(+0)(-0)".

    CB #1000, latest yours, mysql.
    I had any problems with those commands at earlier version.

    question: No needed to rebuild mysql DB when update your plugin?
     
  6. Offline

    virul3nce

    how do you rollback water/lava flow?
     
  7. Offline

    Kalais

    Who else thinks /bb mowlawn would be a good idea? ;)
     
  8. Offline

    MasterMeNL

    Yes
     
  9. Offline

    EmanuxJade

    What is this error?

    Code:
    2011-08-01 13:33:08 [INFO] java.io.IOException: Failed to copy full contents from 'plugins/BigBrother/logs/Environment.log' to 'backups/01082011-130649/plugi$
    2011-08-01 13:33:08 [INFO]      at io.FileUtils.doCopyFile(FileUtils.java:309)
    2011-08-01 13:33:08 [INFO]      at io.FileUtils.doCopyDirectory(FileUtils.java:264)
    2011-08-01 13:33:08 [INFO]      at io.FileUtils.doCopyDirectory(FileUtils.java:262)
    2011-08-01 13:33:08 [INFO]      at io.FileUtils.doCopyDirectory(FileUtils.java:262)
    2011-08-01 13:33:08 [INFO]      at io.FileUtils.copyDirectory(FileUtils.java:230)
    2011-08-01 13:33:08 [INFO]      at io.FileUtils.copyDirectory(FileUtils.java:156)
    2011-08-01 13:33:08 [INFO]      at io.FileUtils.copyDirectory(FileUtils.java:125)
    2011-08-01 13:33:08 [INFO]      at threading.BackupTask.backup(BackupTask.java:77)
    2011-08-01 13:33:08 [INFO]      at threading.BackupTask.run(BackupTask.java:57)
    2011-08-01 13:33:08 [INFO]      at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    
     
  10. Offline

    [Kor]Deer

    [​IMG]

    water and lava flowed deny.... way!?

    CB1000
    BigBrother 1.10.1
     
  11. Offline

    MrCeaser

    Ok, I need help setting up the MySQL with big brother, I am not sure if it is connecting to my database
    my mysql database i set up through my cpanel and allowed my server to connecct to it through the remote MYSQL manage, it works for permissions plugin mysql thing,
    my database name is palace8_minecraft, (I have permissions set up there as well didn't know if needed new database) username palace_root . the website for my thing is http://ceazaspalace.com/, port 3306. I am not sure if BigBrother is even connecting to my MYSQL database please help
     
  12. Offline

    Bronski

    For some reason, my chat isn't being logged anymore. It's very odd because everyone else's is. Is there anything that would exclude a certain person from being chat logged?
     
  13. Offline

    jtl999

    I upgraded to bigbrother 1.10.1
    I cleared everything in the bigbrother folder and i get this error that is in my server log
    http://pastie.org/2306926
    EDIT: DOwngrading to old version makes everything work again
     
  14. Offline

    Incendia

    Is there a converter to convert logblock to BB? Is there a way to limit how far back/how much my moderators can rollback?
     
  15. Offline

    Ryanc360

    Bigbrother wouldn't happen to work with sql express would it?It came on my SBS and I figure why install a seperate database when I have one already. I just want to make sure they work together before I go configuring everything. Not exactly a cake walk ya know?
     
  16. Offline

    arpey


    I consider myself relatively experienced with MySQL, and I disagree with this suggestion. I have no fancy professional MySQL certifications, but I have used, tweaked, and administered large MySQL servers, some of them clustered, and some standalone with upwards of 25 GB of data.

    MySQL shouldn't have these problems, when properly configured (BOTH server and table structure). My `bbdata` table is currently 427 MB (150 MB data over 3.53 million records, plus 277 MB in indexes), and it has always returned results sub-second. The slow query log is set to report queries that take more than 2 seconds, and it's never reported any slow queries.

    MySQL, assuming it has the right indexes, should refer to these indexes when you request a record for a specific x, y, z coordinate. The x, y, z coordinates should be handled by one index, which indexes the combination of x, y, and z. Assuming you're using InnoDB or MyISAM tables, you only have one type of index: b-trees, whose boundedness for searches is O(log(b, n)), where b is the order of the tree and n is the number of records; all this means is that the time for searching is designed to grow, on average, according to the logarithmic-of-b scale.

    What you—or rather, the other person with MySQL experience—is suggesting is that the tables should be partitioned. As mentioned earlier, I disagree with this approach. For one, most people's bbdata, including yours and mine, isn't nearly at a large-enough scale to warrant over-designing the tables into partitions. The more tables you end up with, the more things BigBrother has to manage (e.g., figure out which table to read and write); I for one, would rather leave data management to the SQL server as much as possible, which—after all—was made to store and crunch data. Doing a /bb here isn't so simple when your data is separated across different tables.

    On top of that however, having separate tables mean that MySQL has to keep more tables open, which—correct me if this has changed—affects how MySQL's query cache works. When you perform two same queries in a row, assuming the table hasn't been changed in the mean time, you should find that even if the first query takes 5-7 seconds, the second (exact same) query should take sub-second, because MySQL caches the results of the first query.

    My suggestions are to turn on your slow query log, and do an EXPLAIN on them; something else is slowing down your queries, and at the scale of 5-7 seconds per query, my guess is you're missing some indexes (double check with SHOW CREATE TABLE).

    Depending on your Minecraft server's load, it might also be worth turning on the "low-priority-insert" configuration in your BigBrother.yml file; this should send INSERTs as INSERT DELAYED, which I'd recommend for applications where new data don't need to be immediately available (like BigBrother). A delayed insert will basically tell MySQL to return immediately without actually inserting data into the table.

    Of course, I can't be sure exactly what the problem is. All I know is that a database the size of ours shouldn't need partitioning, and as mentioned, I don't have any problems with my server. Another suggestion is to ask a more experienced MySQL person to look at your MySQL configuration files and setup.

    I hope that helps.
     
  17. Offline

    Nima304

    The only suggestion I have to BigBrother at the moment is that you shouldn't delete database entries on full rollbacks. When a griefer logs into my server and starts to grief, I ban them and roll them back completely, just in case they griefed things that I hadn't seen at the time. However, when they dispute and request proof on MCBans, I'm unable to provide it, since the logs have been destroyed.
     
  18. Offline

    Cryt

    Hellow :(

    Code:
    01:15:07 [INFO] [BBROTHER] Permissions plugin found but disabled. Enabling 'Perm
    issions' (v2.7.4).
    01:15:07 [INFO] [Permissions] version [2.7.4] (Phoenix)  loaded
    01:15:07 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.7.4
    01:15:07 [ATTENTION] [BBROTHER] 'Help' isn't detected. No /help support
    01:15:07 [GRAVE] Error occurred while enabling BigBrother v1.10.1-SNAPSHOT (Is i
    t up to date?): BLOCK_PISTON_EXTEND
    java.lang.NoSuchFieldError: BLOCK_PISTON_EXTEND
            at me.taylorkelly.bigbrother.BigBrother.registerEvents(BigBrother.java:1
    97)
            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(SimplePluginManage
    r.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)
    Bukkit 953. Have you ideas?
     
  19. Offline

    Odjit

    So, we noticed that admins without /bb log active, are not leaving records at all. (after typing /bb done or not having turned on /bb log) However, when it is active, they are logged properly. Whats up!? ;o
     
  20. Offline

    mason123z

    yeah i'm having the same problem(i'm on a mac idk if thats y) but N3X15 can u please help?:mad:
     
  21. Offline

    Unlucky4ever

    Whats up with this?

    It was working like 20 minutes ago...

    Code:
    2011-08-02 22:33:35 [INFO] [BBROTHER] ------------------------------------
    2011-08-02 22:33:35 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-08-02 22:33:35 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-08-02 22:33:35 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-08-02 22:33:35 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-08-02 22:33:35 [INFO] [BBROTHER] ------------------------------------
    2011-08-02 22:33:35 [WARNING] [BBROTHER] Table bb_bbdata uses the MySQL storage engine InnoDB.
    2011-08-02 22:33:35 [INFO] [BBROTHER] For optimal performance, we suggest changing to MyISAM via the following SQL statement:
    2011-08-02 22:33:35 [INFO] [BBROTHER]   ALTER TABLE bb_bbdata ENGINE = MyISAM;
    2011-08-02 22:33:35 [INFO] [BBROTHER] Please note that, on many tables, this could take a very long time.
    2011-08-02 22:33:35 [INFO] [BBROTHER] BBData MySQL Driver r1 loaded!
    2011-08-02 22:33:35 [SEVERE] [BBROTHER] executeQuery failed (SELECT * FROM bb_bbactions):
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'minecraft.bb_bbactions' doesn't exist
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    	at java.lang.reflect.Constructor.newInstance(Unknown Source)
    	at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    	at com.mysql.jdbc.Util.getInstance(Util.java:382)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
    	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
    	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
    	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
    	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
    	at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1362)
    	at me.taylorkelly.bigbrother.datasource.BBDB.executeQuery(BBDB.java:360)
    	at me.taylorkelly.bigbrother.tablemgrs.ActionMySQL.init(ActionMySQL.java:117)
    	at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:127)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
    	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-02 22:33:35 [SEVERE] Error occurred while enabling BigBrother v1.10.0-SNAPSHOT (Is it up to date?): null
    java.lang.NullPointerException
    	at me.taylorkelly.bigbrother.tablemgrs.ActionMySQL.init(ActionMySQL.java:118)
    	at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:127)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
    	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)
     
  22. Offline

    Ape3000

    When using rollback I got the following errors. This has occured at least twice. However, it seems that the rollback worked anyway.

     
  23. Offline

    Rowtag

    Is no one working on the Bugs? I'm still waiting.. Bugtracker stay always on the same position.. :(
     
  24. Offline

    MasterMeNL

    "java.lang.NoSuchFieldError: BLOCK_PISTON_EXTEND"
    Bukkit only recently (RB 1000 or some dev build below it) got an piston inferface so bigbrother now tracks pistons.
    Since you run an old version, CB doesn't understand BB and it'll trigger an error.
    There is as far as I know no way to disable this, you should downgrade your BB or upgrade your CB.

    Greetings,
    MasterMe.
     
  25. Offline

    Cryt

    Resolute problem in passing bukkit 1000 thank you!
     
  26. Offline

    iZotair

    Why r they mostly hero
     
  27. Offline

    Cryt

    I understand nothing in the new big brother, it was 100 times as simple with sticks... Anybody can help me? I read the wiki and I am lost always also.
     
  28. Offline

    mason123z

    Thanks for your help k tried with bukkit 1000 and it worked ty :D
     
  29. Offline

    alfskan

    You mean it will fixed next version, right?

    cause I still have same prob with linked latest version:'(
     
  30. Offline

    Seelenamt

    Right, I haven't read all 63 pages, so I'm not sure if this has been answered, but is there a way to keep it so TNT will blow up others' blocks, but will still log it?
     
  31. Offline

    alfskan

    Code:
    2011-08-04 07:14:44 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    I got this error when I started server. is it normal?
     
Thread Status:
Not open for further replies.

Share This Page