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

    spartanhunta

    How do I check the logs if I don't have MySQL set up? Since it is no longer required to set up a database I just use the default H2. Please respond.
     
  3. Offline

    Emerson

    So i have been using bb now for about 1 hour =P. Its having some sort of confilct with Permissions, and herochat/ichat. when a person joins or i reload the server, this error comes up
    Code:
    2011-05-10 19:59:45 [SEVERE] Could not pass event PLAYER_JOIN to HeroChat
    java.lang.LinkageError: com/nijiko/permissions/PermissionHandler
        at com.herocraftonline.dthielke.herochat.util.PermissionManager.getGroup(PermissionManager.java:28)
        at com.herocraftonline.dthielke.herochat.channels.ChannelManager.joinAutoChannels(ChannelManager.java:49)
        at com.herocraftonline.dthielke.herochat.util.ConfigManager.loadPlayer(ConfigManager.java:161)
        at com.herocraftonline.dthielke.herochat.HeroChatPlayerListener.onPlayerJoin(HeroChatPlayerListener.java:84)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:206)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:94)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    Its not Permissions or Herochat/ichat. I only got errors when BB was installed. I really been BB because my server has been griefed twice before( :confused: So many! =P) Am i doing something wrong? Ive tried to completely reinstall BB with no luck.

    THANKS FOR ANY HELP!
     
  4. Offline

    ExplosiveBacoN

    Hmm, no more chest change logs. I am disappoint.
     
  5. Offline

    m5k

    Addition of the H2 sql option has just made simplelog obsolete. Well done, I can finally use this great plugin.
     
  6. Offline

    BlackCore

    Code:
    2011-05-12 18:13:47 [INFO] [BBROTHER] ------------------------------------
    2011-05-12 18:13:47 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-05-12 18:13:47 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-05-12 18:13:47 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-05-12 18:13:47 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-05-12 18:13:47 [INFO] [BBROTHER] ------------------------------------
    2011-05-12 18:13:49 [INFO] [BBROTHER] Building `bbdata` table...
    2011-05-12 18:13:49 [SEVERE] [BBROTHER] executeUpdate failed (CREATE TABLE IF NOT EXISTS `bbdata` (`id` INTEGER AUTO_INCREMENT PRIMARY KEY,`date` INT UNSIGNED NOT NULL DEFAULT '0',`player` INT UNSIGNED NOT NULL DEFAULT '0',`action` tinyint NOT NULL DEFAULT '0',`world` tinyint NOT NULL DEFAULT '0',`x` int NOT NULL DEFAULT '0',`y` tinyint UNSIGNED NOT NULL DEFAULT '0',`z` int NOT NULL DEFAULT '0',`type` smallint NOT NULL DEFAULT '0',`data` TEXT NOT NULL DEFAULT '',`rbacked` boolean NOT NULL DEFAULT '0');CREATE INDEX dateIndex on bbdata (date);CREATE INDEX playerIndex on bbdata (player);CREATE INDEX actionIndex on bbdata (action);CREATE INDEX worldIndex on bbdata (world);CREATE INDEX posIndex on bbdata (x,y,z);CREATE INDEX typeIndex on bbdata (type);CREATE INDEX rbackedIndex on bbdata (rbacked);):
    org.h2.jdbc.JdbcSQLException: Index "DATEINDEX" already exists; SQL statement:
    CREATE INDEX dateIndex on bbdata (date);CREATE INDEX playerIndex on bbdata (player);CREATE INDEX actionIndex on bbdata (action);CREATE INDEX worldIndex on bbdata (world);CREATE INDEX posIndex on bbdata (x,y,z);CREATE INDEX typeIndex on bbdata (type);CREATE INDEX rbackedIndex on bbdata (rbacked); [42111-153]
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
        at org.h2.message.DbException.get(DbException.java:167)
        at org.h2.message.DbException.get(DbException.java:144)
        at org.h2.command.ddl.CreateIndex.update(CreateIndex.java:76)
        at org.h2.command.CommandContainer.update(CommandContainer.java:69)
        at org.h2.command.Command.executeUpdate(Command.java:212)
        at org.h2.command.CommandList.update(CommandList.java:41)
        at org.h2.command.CommandList.executeRemaining(CommandList.java:36)
        at org.h2.command.CommandList.update(CommandList.java:42)
        at org.h2.command.Command.executeUpdate(Command.java:212)
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:143)
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:129)
        at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:243)
        at me.taylorkelly.bigbrother.tablemgrs.DBTable.createTable(DBTable.java:35)
        at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.<init>(BBDataTable.java:57)
        at me.taylorkelly.bigbrother.tablemgrs.BBDataH2.<init>(BBDataH2.java:13)
        at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.getInstance(BBDataTable.java:47)
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:115)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-12 18:13:49 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    2011-05-12 18:13:49 [INFO] [BBROTHER] Building `bbworlds` table...
    2011-05-12 18:13:49 [INFO] [BBROTHER] Building `bbusers` table...
    2011-05-12 18:13:49 [SEVERE] [BBROTHER] executeUpdate failed (CREATE TABLE IF NOT EXISTS `bbusers` (`id` INT AUTO_INCREMENT PRIMARY KEY,`name` varchar(32) NOT NULL DEFAULT 'Player',`flags` INT NOT NULL DEFAULT '0');CREATE UNIQUE INDEX idxUsername ON `bbusers` (`name`)):
    org.h2.jdbc.JdbcSQLException: Index "IDXUSERNAME" already exists; SQL statement:
    CREATE TABLE IF NOT EXISTS `bbusers` (`id` INT AUTO_INCREMENT PRIMARY KEY,`name` varchar(32) NOT NULL DEFAULT 'Player',`flags` INT NOT NULL DEFAULT '0');CREATE UNIQUE INDEX idxUsername ON `bbusers` (`name`) [42111-153]
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
        at org.h2.message.DbException.get(DbException.java:167)
        at org.h2.message.DbException.get(DbException.java:144)
        at org.h2.command.ddl.CreateIndex.update(CreateIndex.java:76)
        at org.h2.command.CommandContainer.update(CommandContainer.java:69)
        at org.h2.command.CommandList.executeRemaining(CommandList.java:36)
        at org.h2.command.CommandList.update(CommandList.java:42)
        at org.h2.command.Command.executeUpdate(Command.java:212)
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:143)
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:129)
        at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:243)
        at me.taylorkelly.bigbrother.tablemgrs.DBTable.createTable(DBTable.java:35)
        at me.taylorkelly.bigbrother.tablemgrs.BBUsersTable.<init>(BBUsersTable.java:67)
        at me.taylorkelly.bigbrother.tablemgrs.BBUsersH2.<init>(BBUsersH2.java:11)
        at me.taylorkelly.bigbrother.tablemgrs.BBUsersTable.getInstance(BBUsersTable.java:54)
        at me.taylorkelly.bigbrother.BBPlayerInfo.<init>(BBPlayerInfo.java:50)
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:117)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    And now i'm panicing.Any ideas?
     
  7. Offline

    Amrac

    How can i set some Permissions for BigBrother?
    I want to give the ability to see who are the griefer to my moderator.
     
  8. Offline

    BlackCore

    add 'bb.admin.*'
     
  9. Offline

    basman93

    Code:
    17:39:50 [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:620)
            at java.sql.DriverManager.getConnection(DriverManager.java:222)
            at me.taylorkelly.bigbrother.datasource.BBDB.reconnect(BBDB.java:142)
            at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:108)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:287)
            at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:677)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    17:39:50 [SEVERE] null loading BigBrother v1.8-SNAPSHOT (Is it up to date?)
    java.lang.NullPointerException
            at me.taylorkelly.bigbrother.datasource.BBDB.tableExists(BBDB.java:95)
            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:16)
            at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.getInstance(BBDataTable.java:43)
            at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:115)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:287)
            at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:677)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    with mysql and h2sql
    bigbrother version: 433
    bukkit verion: 740
     
  10. Offline

    thedjshow

    Hello, everytime i use bigbrother i get this
    Code:
    18:49:53 [INFO] WorldGuard: Loaded configuration for world 'world"
    18:49:53 [INFO] WorldGuard: (pvp) Single session is enforced.
    18:49:53 [INFO] WorldGuard: (pvp) TNT ignition is PERMITTED.
    18:49:53 [INFO] WorldGuard: (pvp) Lighters are PERMITTED.
    18:49:53 [INFO] WorldGuard: (pvp) Lava fire is blocked.
    18:49:53 [INFO] WorldGuard: (pvp) Fire spread is UNRESTRICTED.
    18:49:53 [INFO] WorldGuard: Loaded configuration for world 'pvp"
    18:49:53 [INFO] WorldGuard 5.0-alpha10 enabled.
    18:49:53 [SEVERE] Could not pass event PLUGIN_ENABLE to BlackJack
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
            at BlackJack.PluginListener.onPluginEnable(PluginListener.java:30)
            at org.bukkit.plugin.java.JavaPluginLoader$37.execute(JavaPluginLoader.java:452)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:677)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:49:53 [SEVERE] Could not pass event PLUGIN_ENABLE to Citizens
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
            at com.fullwall.Citizens.Listeners.PluginListen.onPluginEnable(PluginListen.java:28)
            at org.bukkit.plugin.java.JavaPluginLoader$37.execute(JavaPluginLoader.java:452)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:677)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:49:53 [INFO] [iConomy] hooked into Permissions.
    18:49:53 [SEVERE] Could not pass event PLUGIN_ENABLE to TradeMod
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
            at us.Koanga.TradeMod.TradeModPluginListener.onPluginEnable(TradeModPluginListener.java:22)
            at org.bukkit.plugin.java.JavaPluginLoader$37.execute(JavaPluginLoader.java:452)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:677)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:49:53 [INFO] [iCoLand] Successfully linked with iConomy
    18:49:53 [INFO] [iCoLand] Successfully linked with Permissions
    18:49:53 [SEVERE] Could not pass event PLUGIN_ENABLE to BlackJack
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
            at BlackJack.PluginListener.onPluginEnable(PluginListener.java:30)
            at org.bukkit.plugin.java.JavaPluginLoader$37.execute(JavaPluginLoader.java:452)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:677)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:49:53 [SEVERE] Could not pass event PLUGIN_ENABLE to Citizens
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
            at com.fullwall.Citizens.Listeners.PluginListen.onPluginEnable(PluginListen.java:28)
            at org.bukkit.plugin.java.JavaPluginLoader$37.execute(JavaPluginLoader.java:452)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:677)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:49:53 [INFO] [iConomy] hooked into Permissions.
    18:49:53 [SEVERE] Could not pass event PLUGIN_ENABLE to TradeMod
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
            at us.Koanga.TradeMod.TradeModPluginListener.onPluginEnable(TradeModPluginListener.java:22)
            at org.bukkit.plugin.java.JavaPluginLoader$37.execute(JavaPluginLoader.java:452)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:677)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:49:53 [INFO] Done (6.747s)! For help, type "help" or "?"
    18:49:53 [INFO] [Citizens]: Loaded 0 NPCs.
    18:49:53 [INFO] [nSpleef] Arenas loaded!
    18:49:56 [INFO] [BBROTHER] Cleaned out 0 records because of age in 0h00m00s.
    18:49:58 [INFO] [uQuest] Successfully linked with iConomy.
    18:49:58 [INFO] [uQuest] Successfully linked with Permissions.
    18:49:58 [INFO] [uQuest] Successfully linked with Essentials.
    18:49:58 [SEVERE] [uQuest] Permissions is not loaded. Turning Permissions support off.
    18:50:16 [INFO] TheDJShow [/83.253.236.240:50550] logged in with entity id 68
    18:50:16 [SEVERE] Could not pass event PLAYER_JOIN to mcMMO
    java.lang.NullPointerException
            at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
            at com.gmail.nossr50.mcPermissions.motd(mcPermissions.java:119)
            at com.gmail.nossr50.mcPlayerListener.onPlayerJoin(mcPlayerListener.java:69)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:232)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:94)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
            at net.minecraft.server.Packet1Login.a(SourceFile:43)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:50:16 [SEVERE] java.lang.NullPointerException
    18:50:16 [SEVERE]       at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    18:50:16 [SEVERE]       at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    18:50:16 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
    18:50:16 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:438)
    18:50:16 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:232)
    18:50:16 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    18:50:16 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
    18:50:16 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:94)
    18:50:16 [SEVERE]       at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
    18:50:16 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    18:50:16 [SEVERE]       at net.minecraft.server.Packet1Login.a(SourceFile:43)
    18:50:16 [SEVERE]       at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    18:50:16 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    18:50:16 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    18:50:16 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
    18:50:16 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    18:50:16 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:50:16 [SEVERE] java.lang.NullPointerException
    18:50:16 [SEVERE]       at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    18:50:16 [SEVERE]       at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    18:50:16 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
    18:50:16 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:442)
    18:50:16 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:232)
    18:50:16 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    18:50:16 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
    18:50:16 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:94)
    18:50:16 [SEVERE]       at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
    18:50:16 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    18:50:16 [SEVERE]       at net.minecraft.server.Packet1Login.a(SourceFile:43)
    18:50:16 [SEVERE]       at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    18:50:16 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    18:50:16 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    18:50:16 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
    18:50:16 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    18:50:16 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:50:17 [SEVERE] [BBROTHER] onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent@2b995106)
    java.lang.NullPointerException
            at me.taylorkelly.bigbrother.BBPermissions.permission(BBPermissions.java:46)
            at me.taylorkelly.bigbrother.BBPermissions.watch(BBPermissions.java:65)
            at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerJoin(BBPlayerListener.java:95)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:232)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:94)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
            at net.minecraft.server.Packet1Login.a(SourceFile:43)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:50:17 [WARNING] Missing a prefix or suffix for default
    18:50:17 [SEVERE] Could not pass event ENTITY_DAMAGE to DeathMessagePlugin
    java.lang.NullPointerException
            at nl.robinvandervliet.DeathMessagePlugin.DeathMessagePlugin.checkpermissions(DeathMessagePlugin.java:70)
            at nl.robinvandervliet.DeathMessagePlugin.DeathMessagePluginEntityListener.onEntityDamage(DeathMessagePluginEntityListener.java:290)
            at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:518)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at net.minecraft.server.Entity.a(Entity.java:1174)
            at net.minecraft.server.EntityWeatherStorm.p_(EntityWeatherStorm.java:124)
            at net.minecraft.server.World.cleanUp(World.java:930)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:369)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:50:17 [SEVERE] Exception in thread "Timer-0"
    18:50:17 [SEVERE] java.lang.NullPointerException
    18:50:17 [SEVERE]       at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
    18:50:17 [SEVERE]       at com.gmail.nossr50.mcPermissions.herbalismAbility(mcPermissions.java:49)
    18:50:17 [SEVERE]       at com.gmail.nossr50.mcSkills.monitorSkills(mcSkills.java:268)
    18:50:17 [SEVERE]       at com.gmail.nossr50.mcTimer.run(mcTimer.java:30)
    18:50:17 [SEVERE]       at java.util.TimerThread.mainLoop(Unknown Source)
    18:50:17 [SEVERE]       at java.util.TimerThread.run(Unknown Source)
    18:50:17 [SEVERE] Could not pass event ENTITY_DAMAGE to DeathMessagePlugin
    java.lang.NullPointerException
            at nl.robinvandervliet.DeathMessagePlugin.DeathMessagePlugin.checkpermissions(DeathMessagePlugin.java:70)
            at nl.robinvandervliet.DeathMessagePlugin.DeathMessagePluginEntityListener.onEntityDamage(DeathMessagePluginEntityListener.java:290)
            at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:518)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at net.minecraft.server.Entity.a(Entity.java:1174)
            at net.minecraft.server.EntityWeatherStorm.p_(EntityWeatherStorm.java:124)
            at net.minecraft.server.World.cleanUp(World.java:930)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:369)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:50:17 [SEVERE] Could not pass event ENTITY_DAMAGE to DeathMessagePlugin
    java.lang.NullPointerException
            at nl.robinvandervliet.DeathMessagePlugin.DeathMessagePlugin.checkpermissions(DeathMessagePlugin.java:70)
            at nl.robinvandervliet.DeathMessagePlugin.DeathMessagePluginEntityListener.onEntityDamage(DeathMessagePluginEntityListener.java:290)
            at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:518)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at net.minecraft.server.Entity.a(Entity.java:1174)
            at net.minecraft.server.EntityWeatherStorm.p_(EntityWeatherStorm.java:124)
            at net.minecraft.server.World.cleanUp(World.java:930)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:369)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:50:17 [SEVERE] Could not pass event ENTITY_DAMAGE to DeathMessagePlugin
    java.lang.NullPointerException
            at nl.robinvandervliet.DeathMessagePlugin.DeathMessagePlugin.checkpermissions(DeathMessagePlugin.java:70)
            at nl.robinvandervliet.DeathMessagePlugin.DeathMessagePluginEntityListener.onEntityDamage(DeathMessagePluginEntityListener.java:290)
            at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:518)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at net.minecraft.server.Entity.a(Entity.java:1174)
            at net.minecraft.server.EntityWeatherStorm.p_(EntityWeatherStorm.java:124)
            at net.minecraft.server.World.cleanUp(World.java:930)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:369)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:50:24 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to mcMMO
    java.lang.NullPointerException
            at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
            at com.gmail.nossr50.mcPermissions.mcAbility(mcPermissions.java:126)
            at com.gmail.nossr50.mcPlayerListener.onPlayerCommandPreprocess(mcPlayerListener.java:188)
            at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:256)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:674)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:645)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:639)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:50:24 [INFO] [AuthMe] Player TheDJShow logged in!
    18:50:25 [SEVERE] Could not pass event PLAYER_CHAT to bAntiCaps
    java.lang.NullPointerException
            at com.beecub.bAntiCaps.bAntiCapsPlayerListener.Capslock(bAntiCapsPlayerListener.java:56)
            at com.beecub.bAntiCaps.bAntiCapsPlayerListener.onPlayerChat(bAntiCapsPlayerListener.java:44)
            at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:262)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:651)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:639)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    18:50:25 [WARNING] Missing a prefix or suffix for default
    18:50:25 [INFO] <ºcTheDJShowºf> ff
    18:50:29 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to mcMMO
    java.lang.NullPointerException
            at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
            at com.gmail.nossr50.mcPermissions.mcAbility(mcPermissions.java:126)
            at com.gmail.nossr50.mcPlayerListener.onPlayerCommandPreprocess(mcPlayerListener.java:188)
            at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:256)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:674)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:645)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:639)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    >
     
  11. Offline

    Noah Wraith

    whta does this mean?
    BBROTHER: Cleaned out 442 records because of age in 0h00m00s. ? i keep getting something similar to this each time i log into my server
     
  12. Offline

    Elvis

    Hmm you should make youtube vids when your updating bigbrother so some people learn how and make your job a hell of alot easier
     
  13. Offline

    Nato

    NEVERMIND! LOL! I really didnt realize my error. I feel stupid. I completely forgot to set it to Mysql

    MAJOR Error. It seems to be an issue in the settings but i cant seem to fix it. Can somone help me out here? Perhaps its just a simple driver or directory error but i cant seem to shake this error.

    Here are my settings in Bukkit.yml and BigBrother.yml

    Code:
    BigBrother.yml
    
    database:
        port: 3306
        username: root
        prefix: ''
        hostname: localhost
        cleanser:
            age: 3d
            deletes-per-operation: 20000
        type: H2 <---------RIGHT HERE!
        password: mypassword
        database: minecraft
        send-delay: 4
        mysql:
            engine: MyISAM
            low-priority-insert: true
    
    --Bukkit.yml--
    
    database:
        username: root
        isolation: SERIALIZABLE
        driver: com.mysql.jdbc.Driver
        password: mypassword
        url: jdbc:mysql://localhost:3306/minecraft
    
    Code:
    17:24:49 [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(Unknown Source)
            at java.sql.DriverManager.getConnection(Unknown Source)
            at me.taylorkelly.bigbrother.datasource.BBDB.reconnect(BBDB.java:142)
            at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:108)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:287)
            at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:247)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:394)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:379)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)17:24:49 [SEVERE] null loading BigBrother v1.8-SNAPSHOT (Is it up to date?)java.lang.NullPointerException
            at me.taylorkelly.bigbrother.datasource.BBDB.tableExists(BBDB.java:95)
            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.BBDataH2.<init>(BBDataH2.java:13)
    
            at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.getInstance(BBDataTable.java:47)
            at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:115)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:287)
            at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:247)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:394)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:379)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  14. Offline

    MGieni09

    Hello,

    First of all I'd like to say -great- plugin! It's an admins best tool and every server should have it. I do have a simple question though: What are all the permission nodes? The wiki seems to be defunct as stated above and "bb.admin.*" is too general. I'd like to give my moderators the ability to use bb stick, bb here, etc. without being able to rollback. I fear colossal damage being done from the less knowledgeable of the plugin.

    I'd appreciate any help!
     
  15. Offline

    ClichedBluefish

    Now that I've downloaded the new version, I always get this error message:

    19:56:14 [SEVERE] [BBROTHER] Data Insert SQL Exception when sending blocks
    org.h2.jdbc.JdbcBatchUpdateException: Hexadecimal string with odd number of characters: "127.0.0.1"; SQL statement:
    INSERT INTO bbdata (date, player, action, world, x, y, z, type, data, rbacked) VALUES (?,?,?,?,?,?,?,?,?,0) -- (?1, ?2, ?3, ?4, ?5, ?6, ?7, ?8, ?9, 0) [90003-153]
    at org.h2.jdbc.JdbcPreparedStatement.executeBatch(JdbcPreparedStatement.java:1109)
    at me.taylorkelly.bigbrother.datasource.DataBlockSender.sendBlocksSQL(DataBlockSender.java:75)
    at me.taylorkelly.bigbrother.datasource.DataBlockSender.access$000(DataBlockSender.java:23)
    at me.taylorkelly.bigbrother.datasource.DataBlockSender$SendingTask.run(DataBlockSender.java:214)
    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    at java.lang.Thread.run(Thread.java:680)
    org.h2.jdbc.JdbcSQLException: Hexadecimal string with odd number of characters: "127.0.0.1"; SQL statement:
    INSERT INTO bbdata (date, player, action, world, x, y, z, type, data, rbacked) VALUES (?,?,?,?,?,?,?,?,?,0) -- (?1, ?2, ?3, ?4, ?5, ?6, ?7, ?8, ?9, 0) [90003-153]
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
    at org.h2.message.DbException.get(DbException.java:167)
    at org.h2.message.DbException.get(DbException.java:144)
    at org.h2.util.StringUtils.convertStringToBytes(StringUtils.java:956)
    at org.h2.value.Value.convertTo(Value.java:832)
    at org.h2.table.Column.convert(Column.java:151)
    at org.h2.command.dml.Insert.insertRows(Insert.java:114)
    at org.h2.command.dml.Insert.update(Insert.java:86)
    at org.h2.command.CommandContainer.update(CommandContainer.java:69)
    at org.h2.command.Command.executeUpdate(Command.java:212)
    at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:143)
    at org.h2.jdbc.JdbcPreparedStatement.executeBatch(JdbcPreparedStatement.java:1092)
    at me.taylorkelly.bigbrother.datasource.DataBlockSender.sendBlocksSQL(DataBlockSender.java:75)
    at me.taylorkelly.bigbrother.datasource.DataBlockSender.access$000(DataBlockSender.java:23)
    at me.taylorkelly.bigbrother.datasource.DataBlockSender$SendingTask.run(DataBlockSender.java:214)
    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    at java.lang.Thread.run(Thread.java:680)
     
  16. Offline

    EpicATrain

    My server logs are getting spammed with this message:

    Code:
    2011-05-12 14:17:23 [SEVERE] [BBROTHER] onPlayerPickupItem(org.bukkit.event.player.PlayerPickupItemEvent@246847)
    java.lang.NullPointerException
        at me.taylorkelly.bigbrother.datablock.PickupItem.<init>(PickupItem.java:12)
        at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerPickupItem(BBPlayerListener.java:172)
        at org.bukkit.plugin.java.JavaPluginLoader$18.execute(JavaPluginLoader.java:334)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
        at net.minecraft.server.EntityItem.b(EntityItem.java:203)
        at net.minecraft.server.EntityHuman.i(EntityHuman.java:212)
        at net.minecraft.server.EntityHuman.u(EntityHuman.java:204)
        at net.minecraft.server.EntityPlayer.u(EntityPlayer.java:212)
        at net.minecraft.server.EntityLiving.p_(EntityLiving.java:231)
        at net.minecraft.server.EntityHuman.p_(EntityHuman.java:90)
        at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:169)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:273)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    It said this code so many times that my server logs became 120 MB... NOT KB.
     
  17. The plugin doesn't seem to record world edit commands. Is there anyway to fix this?
     
  18. Offline

    Kalais

    Code:
    05:53:50 [SEVERE] [BBROTHER] executeUpdate failed (UPDATE  bbdata AS bbdata, bbu
    sers AS usr  SET rbacked = false WHERE  bbdata.player = usr.id AND action IN('0'
    ,'1','4','12','2','13','15','16','17','19','20') AND player IN ('208') AND x < '
    -2153' AND x > '-2193' AND y < '85' AND y > '45' AND z < '1147' AND z > '1107' A
    ND world = '0' AND world = '0' AND rbacked = true;):
    org.h2.jdbc.JdbcSQLException: Syntax error in SQL statement "UPDATE  BBDATA AS B
    BDATA,[*] BBUSERS AS USR  SET RBACKED = FALSE WHERE  BBDATA.PLAYER = USR.ID AND
    ACTION IN('0','1','4','12','2','13','15','16','17','19','20') AND PLAYER IN ('20
    8') AND X < '-2153' AND X > '-2193' AND Y < '85' AND Y > '45' AND Z < '1147' AND
     Z > '1107' AND WORLD = '0' AND WORLD = '0' AND RBACKED = TRUE; "; expected "SET
    "; SQL statement:
    UPDATE  bbdata AS bbdata, bbusers AS usr  SET rbacked = false WHERE  bbdata.play
    er = usr.id AND action IN('0','1','4','12','2','13','15','16','17','19','20') AN
    D player IN ('208') AND x < '-2153' AND x > '-2193' AND y < '85' AND y > '45' AN
    D z < '1147' AND z > '1107' AND world = '0' AND world = '0' AND rbacked = true;
    [42001-153]
            at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
            at org.h2.message.DbException.get(DbException.java:167)
            at org.h2.message.DbException.getSyntaxError(DbException.java:192)
            at org.h2.command.Parser.read(Parser.java:2737)
            at org.h2.command.Parser.parseUpdate(Parser.java:658)
            at org.h2.command.Parser.parsePrepared(Parser.java:423)
            at org.h2.command.Parser.parse(Parser.java:275)
            at org.h2.command.Parser.parse(Parser.java:247)
            at org.h2.command.Parser.prepare(Parser.java:201)
            at org.h2.command.Parser.prepareCommand(Parser.java:214)
            at org.h2.engine.Session.prepareLocal(Session.java:426)
            at org.h2.engine.Session.prepareCommand(Session.java:374)
            at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1100)
            at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:7
    1)
            at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:243)
            at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:238
    )
            at me.taylorkelly.bigbrother.datasource.BBDB.tryUpdate(BBDB.java:225)
            at me.taylorkelly.bigbrother.rollback.Rollback.undo(Rollback.java:123)
            at me.taylorkelly.bigbrother.commands.UndoCommand.onCommand(UndoCommand.
    java:28)
            at me.taylorkelly.bigbrother.BBCommand.onCommand(BBCommand.java:40)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85
    )
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    55)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:677)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  19. Offline

    goldseed

    Is it works watch/unwatch?

    How can I do it?
     
  20. Offline

    Kotoa

    It says it logs commands, how can I see the commands players have run? Someone in my server used worledit to replace certain blocks with another, and I can't work out how to find out who without using the history stick and finding out the exact location from which they ran the command.
     
  21. Offline

    Black_Jack

    Code:
    19:31:57 [SEVERE] [BBROTHER] onPlayerPickupItem(org.bukkit.event.player.PlayerPickupItemEvent@7d5e90cb)
    java.lang.NullPointerException
            at me.taylorkelly.bigbrother.datablock.PickupItem.<init>(PickupItem.java:12)
            at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerPickupItem(BBPlayerListener.java:172)
            at org.bukkit.plugin.java.JavaPluginLoader$17.execute(JavaPluginLoader.java:302)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
            at net.minecraft.server.EntityItem.b(EntityItem.java:203)
            at net.minecraft.server.EntityHuman.i(EntityHuman.java:212)
            at net.minecraft.server.EntityHuman.u(EntityHuman.java:204)
            at net.minecraft.server.EntityPlayer.u(EntityPlayer.java:205)
            at net.minecraft.server.EntityLiving.p_(EntityLiving.java:231)
            at net.minecraft.server.EntityHuman.p_(EntityHuman.java:90)
            at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:162)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:272)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
     
  22. Offline

    poiuyt580

    Untitled.png
    Getting this.
     
  23. Offline

    Lanuk

    Can someone please tell me the permissions for this (/bb stick at least)? The GitHub permissions link isnt working for me.
     
  24. Offline

    poiuyt580

    bb stick is bb.admin.info
     
  25. Offline

    magoo1125

    Is there any redo command? Because one of my ops screwed up and undid everything they made, so half f my blimp was missing :p
     
  26. Offline

    Lil_Lyon

    There is an undo command "/bb undo" That only works for the last bb command and as far as I know only for the person who did it. I'm the only admin on my server so I don't mess with permissions much.
     
  27. Offline

    Jesse57

    Does anyone know when next build will be released ?
     
  28. Offline

    waffulz

    Does this plugin not work with the latest CB build? (766)
     
  29. Offline

    IOn Vash

  30. Offline

    andrewkm

    works very well for me on 766
     
Thread Status:
Not open for further replies.

Share This Page