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

    N3X15

    Actually, it's slang for griefer. :3

    Make sure your server has enough processing power to run MySQL, and enough bandwidth if the MySQL server isn't on the same server as Minecraft.

    I test with MySQL, so it's the most stable database engine. If H2 works for you, though, don't fix what ain't broke. :p

    Uh, what? If it's not uploading, you're doing something wrong. BigBrother has no control over that.

    I don't see any errors, might be your MySQL server.

    Sounds like your server isn't being shut down correctly and chunks are getting corrupted. To shut down the server, ALWAYS ISSUE "stop"! Otherwise, the server will delete the corrupted chunks and regenerate them to a pristine state.

    Your server can't save the world, ensure everything has the correct permissions (chown -Rv minecraftuser:minecraftuser /path/to/minecraft/). Same deal with the plugins, make sure you can access them.

    There's a fix for this in testing.
     
  3. Offline

    Birdie

    So this means Permissions 2.7.4 doesn't work with this anymore?
     
  4. Offline

    N3X15

  5. Offline

    Azelote

    Having a problem with rollbacks, but everything logs just fine.
    Without a radius on the rollback:
    Code:
    2011-06-11 19:12:57 [INFO] [BBROTHER] action IN('0','1','4','12','2','13','15','16','17','19','20'')
    2011-06-11 19:12:57 [INFO] [BBROTHER] action IN('0','1','4','12','2','13','15','16','17','19','20'')
    2011-06-11 19:12:57 [SEVERE] [BBROTHER] Rollback get SQL Exception
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '64') AND rbacked = '0' ORDER BY bbdata.id DESC' at line 1
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
        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.executeQuery(PreparedStatement.java:2273)
        at me.taylorkelly.bigbrother.rollback.Rollback$Rollbacker.run(Rollback.java:156)
    With a radius on the rollback:
    Code:
    2011-06-11 19:13:51 [INFO] [BBROTHER] action IN('0','1','4','12','2','13','15','16','17','19','20'')
    2011-06-11 19:13:51 [INFO] [BBROTHER] action IN('0','1','4','12','2','13','15','16','17','19','20'')
    2011-06-11 19:13:51 [SEVERE] [BBROTHER] Rollback get SQL Exception
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '64') AND x < '155' AND x > '-45' AND y < '179' AND y > '-21' AND z < '-1564' AND' at line 1
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
        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.executeQuery(PreparedStatement.java:2273)
        at me.taylorkelly.bigbrother.rollback.Rollback$Rollbacker.run(Rollback.java:156)
    Seems like an error on my part, in the MySQL database, but I have no idea how to fix it.
     
  6. Offline

    N3X15

    Please enable debugging in BigBrother.yml and pastethe error again, along with 10 lines before the error.
     
  7. Offline

    Azelote

    Error, with 10 lines before:
    Code:
    2011-06-11 19:37:41 [INFO] [BBDEBUG] BBPlayerInfo.refresh(): sam_da_man_2010#2
    2011-06-11 19:37:41 [INFO] [BBDEBUG] SELECT id,name,flags FROM bbusers WHERE `id`=?;
    2011-06-11 19:37:41 [INFO] [BBDEBUG] sam_da_man_2010 has Permissions:
    2011-06-11 19:37:41 [INFO] [BBDEBUG] - Watching privileges: true
    2011-06-11 19:37:41 [INFO] [BBDEBUG] - Info privileges: true
    2011-06-11 19:37:41 [INFO] [BBDEBUG] - Rollback privileges: true
    2011-06-11 19:37:41 [INFO] [BBDEBUG] - Cleansing privileges: true
    2011-06-11 19:37:43 [INFO] [BBROTHER] Removed 0 old records because of age in 0h00m00s.
    2011-06-11 19:37:53 [INFO] [BBROTHER] action IN('0','1','4','12','2','13','15','16','17','19','20'')
    2011-06-11 19:37:53 [INFO] [BBROTHER] action IN('0','1','4','12','2','13','15','16','17','19','20'')
    2011-06-11 19:37:53 [SEVERE] [BBROTHER] Rollback get SQL Exception
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '64') AND rbacked = '0' ORDER BY bbdata.id DESC' at line 1
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
        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.executeQuery(PreparedStatement.java:2273)
        at me.taylorkelly.bigbrother.rollback.Rollback$Rollbacker.run(Rollback.java:156)
     
  8. Offline

    N3X15

    BigBrother Recommended Build 507 Released
     
  9. Offline

    spongbobrules

    I don't plan on using a MySQL database to run this but do I need to? At the moment when I place the .jar into my plugin folder and restart the server, when I try to use the /bb log, it doesn't give me any record of editting when I just had someone place the block. Could you explain how this plugin needs to be installed and used?
     
  10. Offline

    shauwk

    im having same problem as poster above me and i dont use mysql and its been working great for a week till today idk whats wrong it doesnt log anything anymore, help asap!! i needzzzz bb :p
     
  11. Same here, not recording any logs with MySQL tough. Rollbacked to #490
     
  12. Offline

    Funstar

    Using BB with MySQL, #507 did not log, went back to #490.
     
  13. Offline

    UfaRock

    I have a problem. No log is broken and postrennyh blocks after the server for some time. The first 2 hours running log, but then not changed blocks. What to do? At LogBlock and BigBrother same.
     
  14. Offline

    N3X15

    Hm. I'll look into this real quick, although I'll have more time on Sunday.

    EDIT: Found and fixed.
     
  15. Offline

    Matt Gill

    I just downloaded it, and it is not logging for me. I had a player break a wall then i tried both stick and log no luck and even /bb here 10 and still didn't work. Anytime I do a check it says no modifications in this area. If I try #490 will it work with bukkit build 860?
     
  16. Offline

    SulimirCular

    BigBrother is running, autowatch is enabled in the config file, BigBrother commands are working,
    but it seems that No single action from any of my players is logged, even if BigBrother shows me all my Players on the Watched List.
    Im using cueently H2 for storing...
    Any sugeestions on it??
     
  17. Offline

    timboy67678

    ^ Same thing is happening to me, i just updated all my plugins today, including bb, and i was testing bb by destroying a block, but when i did /bb here it says no modifications in this area
     
  18. Anyone knows what the "[BLOB - #o] means on the database ?

    Also where can i see the Delta_Chest informations ? I don't see any database field for that :s
     
  19. Offline

    Malix

    ok I'm stumped with 1.8-snapshot,

    Code:
    2011-06-12 17:55:05 [INFO] [BBROTHER] ------------------------------------
    2011-06-12 17:55:05 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-06-12 17:55:05 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-06-12 17:55:05 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-06-12 17:55:05 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-06-12 17:55:05 [INFO] [BBROTHER] ------------------------------------
    2011-06-12 17:55:05 [SEVERE] Error: null
    2011-06-12 17:55:05 [SEVERE] [BBROTHER] Your database settings are probably incorrect:
    java.sql.SQLException: invalid database address: jdbc:jdc:jdcpool
            at org.sqlite.JDBC.createConnection(JDBC.java:74)
            at org.sqlite.JDBC.connect(JDBC.java:64)
            at java.sql.DriverManager.getConnection(DriverManager.java:582)
            at java.sql.DriverManager.getConnection(DriverManager.java:207)
            at me.taylorkelly.bigbrother.datasource.BBDB.reconnect(BBDB.java:190)
            at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:112)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:799)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:140)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-12 17:55:05 [SEVERE] Error occurred while disabling BigBrother v1.8-SNAPSHOT (Is it up to date?): null
    java.lang.NullPointerException
            at me.taylorkelly.bigbrother.datasource.BBDB.shutdown(BBDB.java:122)
            at me.taylorkelly.bigbrother.BigBrother.onDisable(BigBrother.java:71)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
            at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:820)
            at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:269)
            at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:115)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:799)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:140)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-12 17:55:05 [SEVERE] Error occurred while enabling BigBrother v1.8-SNAPSHOT (Is it up to date?): null
    java.lang.NullPointerException
            at me.taylorkelly.bigbrother.datasource.BBDB.tableExists(BBDB.java:143)
            at me.taylorkelly.bigbrother.tablemgrs.DBTable.tableExists(DBTable.java:31)
            at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.<init>(BBDataTable.java:55)
            at me.taylorkelly.bigbrother.tablemgrs.BBDataMySQL.<init>(BBDataMySQL.java:17)
            at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.getInstance(BBDataTable.java:43)
            at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:119)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:799)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:140)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    and my BigBrother.yml database-settings are as follows:
    Code:
    database:
        port: 3306
        username: bigbrother
        prefix: ''
        hostname: localhost
        cleanser:
            age: 3d
            deletes-per-operation: 20000
        type: mysql
        password: **mypasswordishere**
        database: minecraft_bigbrother
        send-delay: 4
        mysql:
            engine: INNODB
            low-priority-insert: true
    
    I've checked the database several times, it is with correct name and the username/password are correct too. what am I missing?
    Edit: forgot to mention that the mysql server is running on the same computer as minecraft-server.

    Also: the wiki is pretty much worthless, troubleshooting configuration, etc actually interesting information has not been written, sad. :(

    Edit2: switched to H2 -type untill this is resolved, but even with that I get this on every start-up:
    Code:
    18:03:37 [SEVERE] Error: null
    
     
  20. Offline

    Unknown_1

    I am also having the same problem. Did the same test. I rolled BB back to previous version.
     
  21. Offline

    shauwk

    oh yea it works again! i went back to old version and im on 860
     
  22. Offline

    HawnSolo

    @N3X15 you may just have the best plugin first post on this forum.
     
  23. Offline

    spongbobrules

    Are you using Permissions 3.x by any chance?
     
  24. Offline

    popdog15

    Waht about CB 860?
     
  25. Offline

    godgodgodgo

  26. Offline

    Bjourk

    Bug Genie won't let me log into my account. Can you reset it for me?

    I have a bug to report. No errors on the console but BB isn't logging anything. I built a new structure and it says "No modifications". Every so often on the console it says that it removed 0 old records because it is 000000 old.
     
  27. Offline

    godgodgodgo

    Unlucky guys, Brohoster won't allow your plugin on their servers.
    Got this message from them:

     
  28. Offline

    roughnecks21

    Wow man that really helps because i use brohoster and i was haveing so many problems but that will explain on why it wasnt working for me thank you!
     
  29. Offline

    Unknown_1

    Got it working now. I simply redownloaded again. Restarted the server and it now is working. The only thing I did differently was to first stop wampserver services and backup my database. Then I restarted the services and server. All works good now.
     
  30. Offline

    HawnSolo

    Getting some noise in the console, here's a few instances:

    Code:
    17:40:43 [SEVERE] [BBROTHER] onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent@333625e)
    java.lang.NullPointerException
            at me.taylorkelly.bigbrother.BBPermissions.permission(BBPermissions.java:60)
            at me.taylorkelly.bigbrother.BBPermissions.info(BBPermissions.java:71)
            at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerInteract(BBPlayerListener.java:22
    1)
            at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:306)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:
    166)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:212)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:550)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    Code:
    18:35:58 [SEVERE] Could not pass event BLOCK_PLACE to BigBrother
    java.lang.NullPointerException
            at me.taylorkelly.bigbrother.BBPermissions.permission(BBPermissions.java:60)
            at me.taylorkelly.bigbrother.BBPermissions.info(BBPermissions.java:71)
            at me.taylorkelly.bigbrother.StickListener.onBlockPlace(StickListener.java:17)
            at org.bukkit.plugin.java.JavaPluginLoader$27.execute(JavaPluginLoader.java:426)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:88)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:72)
            at net.minecraft.server.ItemBlock.a(ItemBlock.java:76)
            at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:225)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:550)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    I'm guessing this is related to the fact I'm running Permissions 3.1.5b and I'm running other plugins that may or may not be playing nice with it. BigBrother version is #507, and I'm running CraftBukkit 860
     
  31. Offline

    HockeyMike24

    When I use /bb here it just says "Searching..." forever.
     
Thread Status:
Not open for further replies.

Share This Page