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

    MrDice

    I get a error when i use Jobs with this plugin??
     
  3. Offline

    Nick22

    How can i convert from H2 to MySQL? (not getting mysql, importing the data.)
     
  4. Offline

    mrfyock

    WHY AM I GETTING THIS ERROR PLEASE HELP ME

    when i rename the file it just makes another one

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

    getting same error dude, its bull

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

    Z4Minecraft

    It is not another plugin interfering with it...so it must be an internal error?
     
  6. Offline

    mrfyock

    it has to be in the coding, i tried it in a brandnew server setup using 1060, idk why it was cracked
     
  7. Offline

    dog.big

  8. Offline

    vasil7112

    could you please give me the previus version download?
     
  9. Offline

    NemisisX31

    im running 1060, but its not working. when i use /plugins, bigbrother comes up red. (meaning out of date i take it) any ideas?
     
  10. Offline

    Butters12321

    Im having the same problem, and don't really want to put my server up till I have it.
     
  11. Offline

    Ajax_killer

    I'm trying to do make a server but it says
    Code:
    2011-09-08 17:12:29 [INFO] Starting minecraft server version Beta 1.7.3
    2011-09-08 17:12:29 [INFO] Loading properties
    2011-09-08 17:12:29 [INFO] Starting Minecraft server on *:25565
    2011-09-08 17:12:29 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-980-g4ed23b1-b1060jnks (MC: 1.7.3)
    2011-09-08 17:12:29 [INFO] Preparing level "world"
    2011-09-08 17:12:29 [INFO] Preparing start region for level 0 (Seed: -1884765078060317094)
    2011-09-08 17:12:30 [INFO] Preparing start region for level 1 (Seed: -4051733348641778541)
    2011-09-08 17:12:30 [INFO] Preparing spawn area: 16%
    2011-09-08 17:12:31 [INFO] [BBROTHER] ------------------------------------
    2011-09-08 17:12:31 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-09-08 17:12:31 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-09-08 17:12:31 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-09-08 17:12:31 [INFO] [BBROTHER] Please stay tuned in irc.7chan.org #bigbrother for updates and build notifications.
    2011-09-08 17:12:31 [INFO] [BBROTHER] ------------------------------------
    2011-09-08 17:14:05 [SEVERE] [BBROTHER] Your database settings are probably incorrect:
    com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
        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:1013)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
        at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2239)
        at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2168)
        at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
        at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
        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.ConnectionImpl.getInstance(ConnectionImpl.java:378)
        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at me.taylorkelly.bigbrother.datasource.ConnectionService.getConnection(ConnectionService.java:75)
        at me.taylorkelly.bigbrother.datasource.JDCConnectionDriver.connect(JDCConnectionDriver.java:42)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at me.taylorkelly.bigbrother.datasource.BBDB.reconnect(BBDB.java:193)
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:126)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: com.mysql.jdbc.PacketTooBigException: Packet for query is too large (1507583 > 1048576). You can change this value on the server by setting the max_allowed_packet' variable.
        at com.mysql.jdbc.MysqlIO.readPacket(MysqlIO.java:624)
        at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1090)
        at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
        at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2186)
        ... 28 more
    2011-09-08 17:14:05 [SEVERE] Error occurred while disabling BigBrother v1.11.0-SNAPSHOT (Is it up to date?): null
    java.lang.NullPointerException
        at me.taylorkelly.bigbrother.datasource.BBDB.shutdown(BBDB.java:130)
        at me.taylorkelly.bigbrother.BigBrother.onDisable(BigBrother.java:78)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:906)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:294)
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:129)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-09-08 17:14:05 [INFO] MCBans: mcbans version 2.9.2 is enabled!
    2011-09-08 17:14:05 [INFO] MCBans: Voting enabled!
    2011-09-08 17:14:05 [INFO] MCBans: Checking for premium!
    2011-09-08 17:14:06 [INFO] MCBans: MCBans is offline? Switching to Offline Mode!
    2011-09-08 17:14:06 [INFO] Permissions system not detected, only OPs will be able to use the command.
    2011-09-08 17:14:06 [INFO] Vanilla version 0.1 is enabled!
    2011-09-08 17:14:06 [INFO] WorldEdit 4.6 enabled.
    2011-09-08 17:14:06 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-09-08 17:14:06 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
    2011-09-08 17:14:06 [INFO] WorldGuard: (world) Single session is enforced.
    2011-09-08 17:14:06 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-09-08 17:14:06 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-09-08 17:14:06 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-09-08 17:14:06 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-09-08 17:14:06 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-09-08 17:14:06 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-09-08 17:14:06 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-09-08 17:14:06 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-09-08 17:14:06 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-09-08 17:14:06 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-09-08 17:14:06 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-09-08 17:14:06 [INFO] WorldGuard: Unable to register missing event type SNOW_FORM
    2011-09-08 17:14:06 [INFO] WorldGuard 5.2.2 enabled.
    2011-09-08 17:14:06 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-09-08 17:14:06 [INFO] Done (9.697s)! For help, type "help" or "?"
    2011-09-08 17:15:07 [INFO] Stopping the server..
    2011-09-08 17:15:07 [INFO] Stopping server
    2011-09-08 17:15:07 [INFO] MCBans: Waiting for threads to close!
    2011-09-08 17:15:07 [SEVERE] java.lang.InterruptedException: sleep interrupted
    2011-09-08 17:15:07 [SEVERE]     at java.lang.Thread.sleep(Native Method)
    2011-09-08 17:15:07 [SEVERE]     at com.firestar.mcbans.mcbans_vote_results.run(mcbans_vote_results.java:183)
    2011-09-08 17:15:07 [INFO] MCBans: voting thread closed!
    2011-09-08 17:15:07 [INFO] MCBans: Threads closed!
    2011-09-08 17:15:07 [INFO] Vanilla Disabled
    2011-09-08 17:15:07 [INFO] WorldGuard 5.2.2 disabled.
    2011-09-08 17:15:07 [INFO] Saving chunks
    
     
  12. Offline

    generaldon

    <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Dec 14, 2016
    vasil7112 likes this.
  13. Offline

    mrfyock

    we are using mysql server for a few plugins, ex- authme,lwc, warzone, world gaurd. The probelm is even though you edit the yml files name, it just creates a new one called bbexample.yml, its not picking up that we have the file made

     
  14. Offline

    LionsBlood

     
    Last edited by a moderator: Dec 14, 2016
  15. Offline

    Spiritwind

    Wait, H2 support was removed???
     
  16. Offline

    registered

    Old version whit h2 support <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Dec 14, 2016
  17. Offline

    Eevables

    I'm having serious trouble DISABLING the BigBrother history log. Using /bb done returns "...But you don't HAVE a History Log, you doofus."

    However, when I use /bb log immediately after, it returns "You already have a History Log."

    I effectively seem to be unable to remove my history log functionality and can't regain the ability to place a log again.

    I post hoping someone knows about a command I may be missing somewhere or a way I can get it disabled, since using /bb stick 0 no longer works. It's kind of driving my bb.admin.info-allowed players insane...
     
  18. Offline

    waralot

    whats the chat thing at picture 1?
     
  19. Offline

    Qiasfah

  20. Offline

    generaldon

    @LionsBlood First of all, this is not my plugin and I am not responsible for any stupid bugs.
    I am willing to help you, but you have to provide me with more info as to what it's doing, the server log would be helpful. I only uploaded this file because 1.11.0 is shit, I needed a log plugin and knew others would too.
    To be exact as to what i did, I went into my backups folder created by Backup 1.6 and selected the last backup before i updated BB. After extracting it to another folder, I went into the plugins backup folder, found the BB 1.10 .jar file, and uploaded it to MediaFire. If you don't trust it then don't download it.
    68 others downloaded this file, and since you are the only one to report that it has a problem shows that it is likely your server only.
     
  21. Hi! I got some problems with BB! I create a PostgreSQL correctly when i start the server this shows up.

    Code:
    2011-09-11 02:40:56 [INFO] [BBROTHER] ------------------------------------
    2011-09-11 02:40:56 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-09-11 02:40:56 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-09-11 02:40:56 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-09-11 02:40:56 [INFO] [BBROTHER] Please stay tuned in irc.7chan.org #bigbrother for updates and build notifications.
    2011-09-11 02:40:56 [INFO] [BBROTHER] ------------------------------------
    2011-09-11 02:40:56 [INFO] [BBROTHER] Building `bbdata` table...
    2011-09-11 02:40:56 [INFO] [BBROTHER] BBData MySQL Driver r1 loaded!
    2011-09-11 02:40:57 [INFO] [BBROTHER] Building `bbworlds` table...
    2011-09-11 02:40:57 [INFO] [BBROTHER] Building `bbactions` table...
    2011-09-11 02:40:57 [SEVERE] Error occurred while enabling BigBrother v1.11.0-SNAPSHOT (Is it up to date?): null
    java.lang.NullPointerException
        at org.postgresql.jdbc2.AbstractJdbc2Statement.replaceProcessing(AbstractJdbc2Statement.java:829)
        at org.postgresql.jdbc2.AbstractJdbc2Statement.<init>(AbstractJdbc2Statement.java:149)
        at org.postgresql.jdbc3.AbstractJdbc3Statement.<init>(AbstractJdbc3Statement.java:42)
        at org.postgresql.jdbc3.Jdbc3Statement.<init>(Jdbc3Statement.java:30)
        at org.postgresql.jdbc3.Jdbc3PreparedStatement.<init>(Jdbc3PreparedStatement.java:23)
        at org.postgresql.jdbc3.Jdbc3PreparedStatement.<init>(Jdbc3PreparedStatement.java:18)
        at org.postgresql.jdbc3.Jdbc3Connection.prepareStatement(Jdbc3Connection.java:39)
        at org.postgresql.jdbc3.AbstractJdbc3Connection.prepareStatement(AbstractJdbc3Connection.java:275)
        at org.postgresql.jdbc2.AbstractJdbc2Connection.prepareStatement(AbstractJdbc2Connection.java:198)
        at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:304)
        at me.taylorkelly.bigbrother.tablemgrs.DBTable.createTable(DBTable.java:36)
        at me.taylorkelly.bigbrother.tablemgrs.ActionTable.<init>(ActionTable.java:67)
        at me.taylorkelly.bigbrother.tablemgrs.ActionPostgreSQL.<init>(ActionPostgreSQL.java:31)
        at me.taylorkelly.bigbrother.tablemgrs.ActionTable.getInstance(ActionTable.java:125)
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:136)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    No commands are working at all!
    When i write /bb help it says something like "Unknown command please write /bb help for commands" or something like that!

    What is the problem? I'm kinda sure i've configured the database right!
     
  22. Offline

    vasil7112

     
    Last edited by a moderator: Dec 14, 2016
  23. Offline

    generaldon

    @vasil7112 Of course, my purpose in uploading it was to help out others who had problems :)
     
  24. Offline

    Z4Minecraft

    Why isent the plugin developer doing anything about this -.-
     
  25. Offline

    vasil7112

    The Plugin Developer Has work to do..That's why..Also..The helpers of him,didn't work hard..(Didn't care)So he needs someone to help him..if you have time you can help him;)
    If you wan't the link of Version 1.10 is here
     
  26. Offline

    Z4Minecraft

    Thanks for the link...but i ment like we wasent replying to the issues posted :confused:
     
  27. Offline

    Kiipa

    I freaking love this plugin, one problem though...

    When I do /bb done it says "[BBROTHER]: ... But you don't HAVE a History Log, you doofus."
    And when I do /bb log it says "[BBROTHER]: You already have a History Log."

    Bukkit 1060
    BB 1.11.0
    No errors.
    BananaChunk, BigBrother, Essentials, EssentialsChat, EssentialsGeoIP, GroupManager, EssentialsProtect, EssentialsSpawn, EssentialsXMPP, FalseBookBlock, FalseBookCart, FalseBookChat, FalseBookCore, FalseBookExtra, FalseBookIC, MagicCarpet, MobDisguise, SafeStop, SimpleSave, SimpleSignEdit, Spout, SpoutEssentials, WorldEdit, WorldGuard, Permissions(bridge), SimpleRestart, VanishNoPickup, LWC
     
  28. Offline

    Maslummm

    Hey My /bb done wont work, i would appreciate if you could help me out with that problem because my server is getting greifed constantly and everything works besides getting rid of the log..Help thanks!
     
  29. I love how the last 10 pages of this thread is ppl posting the daam same things :p
    Serious ppl! If you want to complain, then please take the little time it takes to read the latest post before spamming the same shit!

    For the ppl how for some reason dont get what Im talking about, its the "/bb done will not work" and "I want h2 support back/why dont you support h2 anymore"

    I love this plugin too and Im sad to see it die slowly, but spamming the same daam things over and over agian will NEVER work!

    If you read the header of this thread you will read that the original developer of this plugin is done, and that new ppl are trying to take over for him.. Taking over a project as big as BigBrother aint something you do in a day, so try give this ppl a chabce to help every BB lover out. Spamming them that it is worng to do that and it aint working will not fill them with moral to continue this project.

    I did switch griefer log plugin, becouse I need a proper working version for my server, but i still miss bb and I really hope that the new developers will manage to bring bb to life agian.
     
  30. Offline

    Ajax_killer

    i cant register to that website to report bugs i put everything in correctly but it tells me to put in the security code again
    heres my error log
    Code:
    2011-09-12 16:10:16 [SEVERE] Error occurred while disabling BigBrother v1.11.0-SNAPSHOT (Is it up to date?): null
    java.lang.NullPointerException
        at me.taylorkelly.bigbrother.datasource.BBDB.shutdown(BBDB.java:130)
        at me.taylorkelly.bigbrother.BigBrother.onDisable(BigBrother.java:78)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:906)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:294)
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:129)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-09-12 16:10:16 [INFO] [CFBanner] Plugin Enabled
    2011-09-12 16:10:16 [INFO] [CFBanner] CFBanner was created by CainFoool. Rewrote.
    2011-09-12 16:10:16 [INFO] [CFBanner] Permissions not detected. Going to OP!
    2011-09-12 16:10:16 [INFO] MCBans: mcbans version 2.9.2 is enabled!
    2011-09-12 16:10:16 [INFO] MCBans: Voting enabled!
    2011-09-12 16:10:16 [INFO] MCBans: Checking for premium!
    2011-09-12 16:10:16 [INFO] MCBans: MCBans is offline? Switching to Offline Mode!
    2011-09-12 16:10:16 [INFO] Permissions system not detected, only OPs will be able to use the command.
    2011-09-12 16:10:16 [INFO] Vanilla version 0.1 is enabled!
    2011-09-12 16:10:16 [INFO] WorldEdit 4.6 enabled.
    2011-09-12 16:10:16 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-09-12 16:10:16 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
    2011-09-12 16:10:16 [INFO] WorldGuard: (world) Single session is enforced.
    2011-09-12 16:10:16 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-09-12 16:10:16 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-09-12 16:10:16 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-09-12 16:10:16 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-09-12 16:10:16 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-09-12 16:10:16 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-09-12 16:10:16 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-09-12 16:10:16 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-09-12 16:10:16 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-09-12 16:10:16 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-09-12 16:10:16 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-09-12 16:10:16 [INFO] WorldGuard: Unable to register missing event type SNOW_FORM
    2011-09-12 16:10:16 [INFO] WorldGuard 5.2.2 enabled.
    2011-09-12 16:10:16 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-09-12 16:10:16 [INFO] Done (1.224s)! For help, type "help" or "?"
    2011-09-12 16:10:19 [INFO] airsoft1246 [/108.65.212.227:49244] logged in with entity id 94 at ([world] 48.71595121561405, 74.0, 257.858586319458)
    2011-09-12 16:10:19 [SEVERE] Could not pass event PLAYER_JOIN to CFBanner
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
        at me.cain.cfbanner.CFBanner.PermCheck(CFBanner.java:58)
        at me.cain.cfbanner.CFListener.onPlayerJoin(CFListener.java:22)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    2011-09-12 16:10:54 [INFO] Stopping the server..
    2011-09-12 16:10:54 [INFO] Stopping server
    2011-09-12 16:10:54 [INFO] [CFBanner] Plugin Disabled
    2011-09-12 16:10:54 [INFO] [CFBanner] CFBanner was created by CainFoool. Rewrote.
    2011-09-12 16:10:54 [INFO] MCBans: Waiting for threads to close!
    2011-09-12 16:10:54 [SEVERE] java.lang.InterruptedException: sleep interrupted
    2011-09-12 16:10:54 [SEVERE]     at java.lang.Thread.sleep(Native Method)
    2011-09-12 16:10:54 [SEVERE]     at com.firestar.mcbans.mcbans_vote_results.run(mcbans_vote_results.java:183)
    2011-09-12 16:10:54 [INFO] MCBans: voting thread closed!
    2011-09-12 16:10:54 [INFO] MCBans: Threads closed!
    2011-09-12 16:10:54 [INFO] Vanilla Disabled
    2011-09-12 16:10:54 [INFO] WorldGuard 5.2.2 disabled.
    2011-09-12 16:10:54 [INFO] Saving chunks
    2011-09-12 16:10:57 [INFO] Starting minecraft server version Beta 1.7.3
    2011-09-12 16:10:57 [INFO] Loading properties
    2011-09-12 16:10:57 [INFO] Starting Minecraft server on *:25565
    2011-09-12 16:10:58 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-980-g4ed23b1-b1060jnks (MC: 1.7.3)
    2011-09-12 16:10:58 [INFO] Preparing level "world"
    2011-09-12 16:10:58 [INFO] Preparing start region for level 0 (Seed: -1884765078060317094)
    2011-09-12 16:10:59 [INFO] Preparing start region for level 1 (Seed: -4051733348641778541)
    2011-09-12 16:10:59 [INFO] Preparing spawn area: 40%
    2011-09-12 16:11:00 [INFO] [BBROTHER] ------------------------------------
    2011-09-12 16:11:00 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-09-12 16:11:00 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-09-12 16:11:00 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-09-12 16:11:00 [INFO] [BBROTHER] Please stay tuned in irc.7chan.org #bigbrother for updates and build notifications.
    2011-09-12 16:11:00 [INFO] [BBROTHER] ------------------------------------
    2011-09-12 16:11:10 [SEVERE] [BBROTHER] Your database settings are probably incorrect:
    com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
        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:1013)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
        at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2239)
        at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2168)
        at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
        at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
        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.ConnectionImpl.getInstance(ConnectionImpl.java:378)
        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at me.taylorkelly.bigbrother.datasource.ConnectionService.getConnection(ConnectionService.java:75)
        at me.taylorkelly.bigbrother.datasource.JDCConnectionDriver.connect(JDCConnectionDriver.java:42)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at me.taylorkelly.bigbrother.datasource.BBDB.reconnect(BBDB.java:193)
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:126)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    
    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
        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.SQLError.createCommunicationsException(SQLError.java:1116)
        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
        at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
        at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2186)
        ... 28 more
    Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(Unknown Source)
        at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
        ... 30 more
    2011-09-12 16:11:10 [SEVERE] Error occurred while disabling BigBrother v1.11.0-SNAPSHOT (Is it up to date?): null
    java.lang.NullPointerException
        at me.taylorkelly.bigbrother.datasource.BBDB.shutdown(BBDB.java:130)
        at me.taylorkelly.bigbrother.BigBrother.onDisable(BigBrother.java:78)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:906)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:294)
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:129)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-09-12 16:11:10 [INFO] [CFBanner] Plugin Enabled
    2011-09-12 16:11:10 [INFO] [CFBanner] CFBanner was created by CainFoool. Rewrote.
    2011-09-12 16:11:10 [INFO] [CFBanner] Permissions not detected. Going to OP!
    2011-09-12 16:11:10 [INFO] MCBans: mcbans version 2.9.2 is enabled!
    2011-09-12 16:11:10 [INFO] MCBans: Voting enabled!
    2011-09-12 16:11:10 [INFO] MCBans: Checking for premium!
    2011-09-12 16:11:10 [INFO] MCBans: MCBans is offline? Switching to Offline Mode!
    2011-09-12 16:11:10 [INFO] Permissions system not detected, only OPs will be able to use the command.
    2011-09-12 16:11:10 [INFO] Vanilla version 0.1 is enabled!
    2011-09-12 16:11:10 [INFO] WorldEdit 4.6 enabled.
    2011-09-12 16:11:10 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-09-12 16:11:10 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
    2011-09-12 16:11:10 [INFO] WorldGuard: (world) Single session is enforced.
    2011-09-12 16:11:10 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-09-12 16:11:10 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-09-12 16:11:10 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-09-12 16:11:10 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-09-12 16:11:10 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-09-12 16:11:10 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-09-12 16:11:10 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-09-12 16:11:10 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-09-12 16:11:10 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-09-12 16:11:10 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-09-12 16:11:10 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-09-12 16:11:10 [INFO] WorldGuard: Unable to register missing event type SNOW_FORM
    2011-09-12 16:11:10 [INFO] WorldGuard 5.2.2 enabled.
    2011-09-12 16:11:10 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-09-12 16:11:10 [INFO] Done (1.223s)! For help, type "help" or "?"
    2011-09-12 16:11:10 [INFO] /108.65.212.227:49249 lost connection
    2011-09-12 16:11:12 [INFO] airsoft1246 [/108.65.212.227:49250] logged in with entity id 93 at ([world] 41.99639330581263, 74.0, 251.5454644573428)
    2011-09-12 16:11:12 [SEVERE] Could not pass event PLAYER_JOIN to CFBanner
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
        at me.cain.cfbanner.CFBanner.PermCheck(CFBanner.java:58)
        at me.cain.cfbanner.CFListener.onPlayerJoin(CFListener.java:22)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    
     
  31. Offline

    Col1107

    PLease help me

    I really want to use this plugin but i can't get it to work!!!!

    ------------------------------------------------------------------------------

    >reload
    17:53:01 [INFO] [BBROTHER] ------------------------------------
    17:53:01 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    17:53:01 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    17:53:01 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    17:53:01 [INFO] [BBROTHER] Please stay tuned in irc.7chan.org #bigbrother for updates and build notifications.
    17:53:01 [INFO] [BBROTHER] ------------------------------------
    17:53:01 [INFO] [BBDEBUG] Loaded Settings
    17:53:05 [SEVERE] [BBROTHER] Your database settings are probably incorrect:
    com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    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:1013)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
    at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2239)
    at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2168)
    at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
    at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
    at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
    at java.sql.DriverManager.getConnection(DriverManager.java:582)
    at java.sql.DriverManager.getConnection(DriverManager.java:185)
    at me.taylorkelly.bigbrother.datasource.ConnectionService.getConnection(ConnectionService.java:75)
    at me.taylorkelly.bigbrother.datasource.JDCConnectionDriver.connect(JDCConnectionDriver.java:42)
    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:193)
    at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:126)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:452)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:344)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:489)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:468)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
    at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
    at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
    at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2186)
    ... 31 more
    Caused by: java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
    at java.net.Socket.connect(Socket.java:529)
    at java.net.Socket.connect(Socket.java:478)
    at java.net.Socket.<init>(Socket.java:375)
    at java.net.Socket.<init>(Socket.java:218)
    at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
    at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
    ... 33 more
    17:53:05 [SEVERE] Error occurred while disabling BigBrother v1.11.0-SNAPSHOT (Is it up to date?): null
    java.lang.NullPointerException
    at me.taylorkelly.bigbrother.datasource.BBDB.shutdown(BBDB.java:130)
    at me.taylorkelly.bigbrother.BigBrother.onDisable(BigBrother.java:78)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:906)
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:294)
    at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:129)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:452)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:344)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:489)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:468)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    17:53:05 [INFO] Server permissions file permissions.yml is empty, ignoring it
    17:53:05 [INFO] Reload complete.
    17:53:05 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    >


    This plugin looks the best!!! If it would only work

    PLEASE PLAESE PLEASE help me
     
Thread Status:
Not open for further replies.

Share This Page