BigBrother makes permissions unavailable for other plugins, i tested to run my server without bigbrother and then everything runs fine, i have already used bigbrother and the error came only from builds 250+. When I put use-persistant-connection to false it works fine. I hope this information is useful. I have also a console output:
2011-04-06 08:04:04 [INFO] Starting minecraft server version Beta 1.4
2011-04-06 08:04:04 [INFO] Loading properties
2011-04-06 08:04:04 [INFO] Starting Minecraft server on *:25565
2011-04-06 08:04:04 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-612-g4c7a9e7-b617jnks (MC: 1.4)
2011-04-06 08:04:04 [INFO] Preparing level "world27-03-2011"
2011-04-06 08:04:04 [INFO] Preparing start region
2011-04-06 08:04:04 [INFO] 144 recipes
2011-04-06 08:04:05 [INFO] Invalid config file found and converted to proper name/format.
2011-04-06 08:04:05 [INFO] Permissions was Initialized.
2011-04-06 08:04:05 [INFO] AutoRepair version 1.91 is enabled
2011-04-06 08:04:05 [INFO] [Permissions] version 2.5.5 loaded
2011-04-06 08:04:05 [WARNING] [AutoSave] UNKNOWN SERVER VERSION: It has NOT been tested and AutoSave MAY NOT function properly: git-Bukkit-0.0.0-612-g4c7a9e7-b617jnks (MC: 1.4)
2011-04-06 08:04:05 [INFO] [AutoSave] Version 1.1.5 is enabled!
2011-04-06 08:04:05 [INFO] [AutoSave] Loading config file
2011-04-06 08:04:05 [INFO] [AutoSave] AutoSaveThread Started: Interval is 300 seconds, Warn Time is 0 seconds
2011-04-06 08:04:05 [INFO] [BackupPlugin] BackupPlugin version 0.8.8 is enabled!
2011-04-06 08:04:05 [INFO] [BackupPlugin] Permissions plugin found, using Permission config
2011-04-06 08:04:05 [INFO] [BackupPlugin] Finished setting up a thread: BackupUnit Next run in: 235 minutes.
2011-04-06 08:04:05 [INFO] [BackupPlugin] Finished setting up a thread: MapperUnit Next run in: 235 minutes.
2011-04-06 08:04:05 [INFO] [BBROTHER] ------------------------------------
2011-04-06 08:04:05 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
2011-04-06 08:04:05 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
2011-04-06 08:04:05 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON https://github.com/tkelly910/BigBrother/issues
2011-04-06 08:04:05 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
2011-04-06 08:04:05 [INFO] [BBROTHER] ------------------------------------
2011-04-06 08:04:05 [SEVERE] [BBROTHER] Could not establish SQL connection. Disabling BigBrother
2011-04-06 08:04:05 [INFO] CraftBukkitUpToDate version 2.4.5 is enabled!
2011-04-06 08:04:05 [INFO] CButD: Permission didn't work, defaulting to OP
2011-04-06 08:04:06 [WARNING] CraftBukkitUpToDate: Can't connect to ci.bukkit.org.
2011-04-06 08:04:06 [INFO] CrowdControl version 0.21 is enabled
2011-04-06 08:04:06 [INFO] [FalseBook Block] FalseBookBlock.properties successfully loaded.
2011-04-06 08:04:06 [INFO] FalseBookBlock v0.81alpha by GeMo enabled
2011-04-06 08:04:06 [INFO] [FalseBook Extra] FalseBookExtra.properties successfully loaded.
2011-04-06 08:04:06 [INFO] FalseBookExtra v0.81alpha by GeMo enabled
2011-04-06 08:04:06 [INFO] [FalseBook IC] FalseBookIC.properties successfully loaded.
2011-04-06 08:04:06 [INFO] FalseBookIC v0.81alpha by GeMo enabled
2011-04-06 08:04:06 [INFO] [GlowstoneDrop Version 0.2 Enabled]
2011-04-06 08:04:06 [INFO] plugins\Help\ExtraHelp\minecartmania.yml
2011-04-06 08:04:06 [SEVERE] loader constraint violation: loader (instance of org/bukkit/plugin/java/PluginClassLoader) previously initiated loading for a different type with name "me/taylorkelly/help/HelpList" loading Help v0.2.4 (Is it up to date?)
java.lang.LinkageError: loader constraint violation: loader (instance of org/bukkit/plugin/java/PluginClassLoader) previously initiated loading for a different type with name "me/taylorkelly/help/HelpList"
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
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.JavaPluginLoader.getClassByName(JavaPluginLoader.java:145)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:32)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at me.taylorkelly.help.HelpLoader.load(HelpLoader.java:81)
at me.taylorkelly.help.Help.onEnable(Help.java:38)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
2011-04-06 08:04:06 [INFO] [HeroicDeath] 1.7.2.147 enabled.
2011-04-06 08:04:06 [INFO] [iChat] Found Permissions (v2.5.5)
2011-04-06 08:04:06 [SEVERE] com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions loading iChat v2.2.2 (Is it up to date?)
java.lang.ClassCastException: com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions
at net.TheDgtl.iChat.iChat.onEnable(iChat.java:65)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
2011-04-06 08:04:06 [INFO] ItemKill version 0.1 is enabled!
2011-04-06 08:04:06 [INFO] [Jail] Loaded 6 jail zones.
2011-04-06 08:04:06 [INFO] [Jail] Loaded 0 prisoners.
2011-04-06 08:04:06 [INFO] [Minecart Mania] Debug mode switched to NORMAL
2011-04-06 08:04:06 [INFO] [Minecart Mania] MinecartManiaCore version 1.08b is enabled!
2011-04-06 08:04:06 [INFO] [Minecart Mania] MinecartManiaPressurePlates version 1.08 is enabled!
2011-04-06 08:04:06 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.08 is enabled!
2011-04-06 08:04:06 [INFO] [Minecart Mania] MinecartManiaStation version 1.08 is enabled!
2011-04-06 08:04:06 [SEVERE] com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions loading MoveCraft v0.6.8 beta (Is it up to date?)
java.lang.ClassCastException: com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions
at com.gmail.hornisyco.movecraft.PermissionInterface.setupPermissions(PermissionInterface.java:20)
at com.gmail.hornisyco.movecraft.MoveCraft.onEnable(MoveCraft.java:82)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
2011-04-06 08:04:06 [INFO] [MYHOME]: 3 homes loaded
2011-04-06 08:04:06 [INFO] [MYHOME] Permissions enabled using: Permissions v2.5.5
2011-04-06 08:04:06 [INFO] [MYHOME] 'Help' support enabled.
2011-04-06 08:04:06 [INFO] [MYHOME] MyHome 1.9.3 enabled
2011-04-06 08:04:06 [INFO] [MYWARP]: 9 warps loaded
2011-04-06 08:04:06 [INFO] [MYWARP] Permissions enabled.
2011-04-06 08:04:06 [INFO] [MYWARP] 'Help' support enabled.
2011-04-06 08:04:06 [INFO] MyWarp 1.10.3 enabled
2011-04-06 08:04:06 [INFO] NetherGate version 0.54 is enabled
2011-04-06 08:04:06 [INFO] Noon: feverdream has a license to control time.
2011-04-06 08:04:06 [INFO] Noon: notch has a license to control time.
2011-04-06 08:04:06 [INFO] Noon (v1.3 by Feverdream) is on.
2011-04-06 08:04:06 [SEVERE] com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions loading PermissionsPlus v1.4 (Is it up to date?)
java.lang.ClassCastException: com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions
at net.codej.permissionsplus.PermissionsPlus.loadPermissionsAddon(PermissionsPlus.java:52)
at net.codej.permissionsplus.PermissionsPlus.onEnable(PermissionsPlus.java:34)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
2011-04-06 08:04:06 [INFO] PermissionsSupport version 0.1 failed to initialize
2011-04-06 08:04:06 [SEVERE] java.lang.ClassCastException: com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions
2011-04-06 08:04:06 [SEVERE] at com.elmakers.mine.bukkit.plugins.permissions.PermissionsSupportPlugin.bindToPermissions(PermissionsSupportPlugin.java:64)
2011-04-06 08:04:06 [SEVERE] at com.elmakers.mine.bukkit.plugins.permissions.PermissionsSupportPlugin.initialize(PermissionsSupportPlugin.java:54)
2011-04-06 08:04:06 [SEVERE] at com.elmakers.mine.bukkit.plugins.permissions.PermissionsSupportPlugin.onEnable(PermissionsSupportPlugin.java:25)
2011-04-06 08:04:06 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
2011-04-06 08:04:06 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
2011-04-06 08:04:06 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
2011-04-06 08:04:06 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
2011-04-06 08:04:06 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
2011-04-06 08:04:06 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
2011-04-06 08:04:06 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
2011-04-06 08:04:06 [SEVERE] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
2011-04-06 08:04:06 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
2011-04-06 08:04:06 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
2011-04-06 08:04:06 [INFO] Persistence version 0.64 is enabled
2011-04-06 08:04:06 [INFO] PickBoat version 0.3.4 is enabled!
2011-04-06 08:04:06 [INFO] Spells: found NetherGate! Thanks for using my plugins :)
2011-04-06 08:04:06 [INFO] Spells version 0.996 is enabled
2011-04-06 08:04:06 [INFO] Wand version 0.69 is enabled
2011-04-06 08:04:06 [SEVERE] com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions loading War v1.4 (Slim) (Is it up to date?)
java.lang.ClassCastException: com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions
at bukkit.tommytony.war.War.setupPermissions(War.java:1489)
at bukkit.tommytony.war.War.onEnable(War.java:106)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
2011-04-06 08:04:06 [INFO] WorldEdit nightly enabled.
2011-04-06 08:04:06 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
2011-04-06 08:04:07 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
2011-04-06 08:04:07 [INFO] WorldGuard: (world27-03-2011) Single session is enforced.
2011-04-06 08:04:07 [INFO] WorldGuard: (world27-03-2011) TNT ignition is blocked.
2011-04-06 08:04:07 [INFO] WorldGuard: (world27-03-2011) Lighters are PERMITTED.
2011-04-06 08:04:07 [INFO] WorldGuard: (world27-03-2011) Lava fire is blocked.
2011-04-06 08:04:07 [INFO] WorldGuard: (world27-03-2011) All fire spread is disabled.
2011-04-06 08:04:07 [INFO] WorldGuard: Loaded configuration for world 'world27-03-2011"
2011-04-06 08:04:07 [INFO] WorldGuard: (nether) Single session is enforced.
2011-04-06 08:04:07 [INFO] WorldGuard: (nether) TNT ignition is PERMITTED.
2011-04-06 08:04:07 [INFO] WorldGuard: (nether) Lighters are PERMITTED.
2011-04-06 08:04:07 [INFO] WorldGuard: (nether) Lava fire is blocked.
2011-04-06 08:04:07 [INFO] WorldGuard: (nether) Fire spread is UNRESTRICTED.
2011-04-06 08:04:07 [INFO] WorldGuard: Loaded configuration for world 'nether"
2011-04-06 08:04:07 [INFO] WorldGuard nightly enabled.
2011-04-06 08:04:07 [INFO] [General] version 2.2.4 loaded
2011-04-06 08:04:07 [SEVERE] com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions loading General v2.2.4 (Is it up to date?)
java.lang.ClassCastException: com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions
at com.nijikokun.cjcfork.bukkit.General.General.setupOtherPlugins(General.java:242)
at com.nijikokun.cjcfork.bukkit.General.General.onEnable(General.java:123)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
2011-04-06 08:04:07 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.08 is enabled!
2011-04-06 08:04:07 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.08 is enabled!
2011-04-06 08:04:07 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.08a is enabled!
2011-04-06 08:04:07 [INFO] Done (0,273s)! For help, type "help" or "?"
BigBrother makes permissions unavailable for other plugins, i tested to run my server without bigbrother and then everything runs fine, i have already used bigbrother and the error came only from builds 250+. When I put use-persistant-connection to false it works fine. I hope this information is useful. I have also a console output:
2011-04-06 08:04:04 [INFO] Starting minecraft server version Beta 1.4 2011-04-06 08:04:04 [INFO] Loading properties 2011-04-06 08:04:04 [INFO] Starting Minecraft server on *:25565 2011-04-06 08:04:04 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-612-g4c7a9e7-b617jnks (MC: 1.4) 2011-04-06 08:04:04 [INFO] Preparing level "world27-03-2011" 2011-04-06 08:04:04 [INFO] Preparing start region 2011-04-06 08:04:04 [INFO] 144 recipes 2011-04-06 08:04:05 [INFO] Invalid config file found and converted to proper name/format. 2011-04-06 08:04:05 [INFO] Permissions was Initialized. 2011-04-06 08:04:05 [INFO] AutoRepair version 1.91 is enabled 2011-04-06 08:04:05 [INFO] [Permissions] version 2.5.5 loaded 2011-04-06 08:04:05 [WARNING] [AutoSave] UNKNOWN SERVER VERSION: It has NOT been tested and AutoSave MAY NOT function properly: git-Bukkit-0.0.0-612-g4c7a9e7-b617jnks (MC: 1.4) 2011-04-06 08:04:05 [INFO] [AutoSave] Version 1.1.5 is enabled! 2011-04-06 08:04:05 [INFO] [AutoSave] Loading config file 2011-04-06 08:04:05 [INFO] [AutoSave] AutoSaveThread Started: Interval is 300 seconds, Warn Time is 0 seconds 2011-04-06 08:04:05 [INFO] [BackupPlugin] BackupPlugin version 0.8.8 is enabled! 2011-04-06 08:04:05 [INFO] [BackupPlugin] Permissions plugin found, using Permission config 2011-04-06 08:04:05 [INFO] [BackupPlugin] Finished setting up a thread: BackupUnit Next run in: 235 minutes. 2011-04-06 08:04:05 [INFO] [BackupPlugin] Finished setting up a thread: MapperUnit Next run in: 235 minutes. 2011-04-06 08:04:05 [INFO] [BBROTHER] ------------------------------------ 2011-04-06 08:04:05 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother! 2011-04-06 08:04:05 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs. 2011-04-06 08:04:05 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON https://github.com/tkelly910/BigBrother/issues 2011-04-06 08:04:05 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications. 2011-04-06 08:04:05 [INFO] [BBROTHER] ------------------------------------ 2011-04-06 08:04:05 [SEVERE] [BBROTHER] Could not establish SQL connection. Disabling BigBrother 2011-04-06 08:04:05 [INFO] CraftBukkitUpToDate version 2.4.5 is enabled! 2011-04-06 08:04:05 [INFO] CButD: Permission didn't work, defaulting to OP 2011-04-06 08:04:06 [WARNING] CraftBukkitUpToDate: Can't connect to ci.bukkit.org. 2011-04-06 08:04:06 [INFO] CrowdControl version 0.21 is enabled 2011-04-06 08:04:06 [INFO] [FalseBook Block] FalseBookBlock.properties successfully loaded. 2011-04-06 08:04:06 [INFO] FalseBookBlock v0.81alpha by GeMo enabled 2011-04-06 08:04:06 [INFO] [FalseBook Extra] FalseBookExtra.properties successfully loaded. 2011-04-06 08:04:06 [INFO] FalseBookExtra v0.81alpha by GeMo enabled 2011-04-06 08:04:06 [INFO] [FalseBook IC] FalseBookIC.properties successfully loaded. 2011-04-06 08:04:06 [INFO] FalseBookIC v0.81alpha by GeMo enabled 2011-04-06 08:04:06 [INFO] [GlowstoneDrop Version 0.2 Enabled] 2011-04-06 08:04:06 [INFO] plugins\Help\ExtraHelp\minecartmania.yml 2011-04-06 08:04:06 [SEVERE] loader constraint violation: loader (instance of org/bukkit/plugin/java/PluginClassLoader) previously initiated loading for a different type with name "me/taylorkelly/help/HelpList" loading Help v0.2.4 (Is it up to date?) java.lang.LinkageError: loader constraint violation: loader (instance of org/bukkit/plugin/java/PluginClassLoader) previously initiated loading for a different type with name "me/taylorkelly/help/HelpList" at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(Unknown Source) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$000(Unknown Source) 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.JavaPluginLoader.getClassByName(JavaPluginLoader.java:145) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:32) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at me.taylorkelly.help.HelpLoader.load(HelpLoader.java:81) at me.taylorkelly.help.Help.onEnable(Help.java:38) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72) at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202) at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257) at net.minecraft.server.ThreadServerApplication.run(SourceFile:375) 2011-04-06 08:04:06 [INFO] [HeroicDeath] 1.7.2.147 enabled. 2011-04-06 08:04:06 [INFO] [iChat] Found Permissions (v2.5.5) 2011-04-06 08:04:06 [SEVERE] com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions loading iChat v2.2.2 (Is it up to date?) java.lang.ClassCastException: com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions at net.TheDgtl.iChat.iChat.onEnable(iChat.java:65) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72) at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202) at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257) at net.minecraft.server.ThreadServerApplication.run(SourceFile:375) 2011-04-06 08:04:06 [INFO] ItemKill version 0.1 is enabled! 2011-04-06 08:04:06 [INFO] [Jail] Loaded 6 jail zones. 2011-04-06 08:04:06 [INFO] [Jail] Loaded 0 prisoners. 2011-04-06 08:04:06 [INFO] [Minecart Mania] Debug mode switched to NORMAL 2011-04-06 08:04:06 [INFO] [Minecart Mania] MinecartManiaCore version 1.08b is enabled! 2011-04-06 08:04:06 [INFO] [Minecart Mania] MinecartManiaPressurePlates version 1.08 is enabled! 2011-04-06 08:04:06 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.08 is enabled! 2011-04-06 08:04:06 [INFO] [Minecart Mania] MinecartManiaStation version 1.08 is enabled! 2011-04-06 08:04:06 [SEVERE] com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions loading MoveCraft v0.6.8 beta (Is it up to date?) java.lang.ClassCastException: com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions at com.gmail.hornisyco.movecraft.PermissionInterface.setupPermissions(PermissionInterface.java:20) at com.gmail.hornisyco.movecraft.MoveCraft.onEnable(MoveCraft.java:82) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72) at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202) at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257) at net.minecraft.server.ThreadServerApplication.run(SourceFile:375) 2011-04-06 08:04:06 [INFO] [MYHOME]: 3 homes loaded 2011-04-06 08:04:06 [INFO] [MYHOME] Permissions enabled using: Permissions v2.5.5 2011-04-06 08:04:06 [INFO] [MYHOME] 'Help' support enabled. 2011-04-06 08:04:06 [INFO] [MYHOME] MyHome 1.9.3 enabled 2011-04-06 08:04:06 [INFO] [MYWARP]: 9 warps loaded 2011-04-06 08:04:06 [INFO] [MYWARP] Permissions enabled. 2011-04-06 08:04:06 [INFO] [MYWARP] 'Help' support enabled. 2011-04-06 08:04:06 [INFO] MyWarp 1.10.3 enabled 2011-04-06 08:04:06 [INFO] NetherGate version 0.54 is enabled 2011-04-06 08:04:06 [INFO] Noon: feverdream has a license to control time.
2011-04-06 08:04:06 [INFO] Noon: notch has a license to control time.
2011-04-06 08:04:06 [INFO] Noon (v1.3 by Feverdream) is on. 2011-04-06 08:04:06 [SEVERE] com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions loading PermissionsPlus v1.4 (Is it up to date?) java.lang.ClassCastException: com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions at net.codej.permissionsplus.PermissionsPlus.loadPermissionsAddon(PermissionsPlus.java:52) at net.codej.permissionsplus.PermissionsPlus.onEnable(PermissionsPlus.java:34) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72) at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202) at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257) at net.minecraft.server.ThreadServerApplication.run(SourceFile:375) 2011-04-06 08:04:06 [INFO] PermissionsSupport version 0.1 failed to initialize 2011-04-06 08:04:06 [SEVERE] java.lang.ClassCastException: com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions 2011-04-06 08:04:06 [SEVERE] at com.elmakers.mine.bukkit.plugins.permissions.PermissionsSupportPlugin.bindToPermissions(PermissionsSupportPlugin.java:64) 2011-04-06 08:04:06 [SEVERE] at com.elmakers.mine.bukkit.plugins.permissions.PermissionsSupportPlugin.initialize(PermissionsSupportPlugin.java:54) 2011-04-06 08:04:06 [SEVERE] at com.elmakers.mine.bukkit.plugins.permissions.PermissionsSupportPlugin.onEnable(PermissionsSupportPlugin.java:25) 2011-04-06 08:04:06 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118) 2011-04-06 08:04:06 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514) 2011-04-06 08:04:06 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216) 2011-04-06 08:04:06 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94) 2011-04-06 08:04:06 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72) 2011-04-06 08:04:06 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215) 2011-04-06 08:04:06 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202) 2011-04-06 08:04:06 [SEVERE] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142) 2011-04-06 08:04:06 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257) 2011-04-06 08:04:06 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:375) 2011-04-06 08:04:06 [INFO] Persistence version 0.64 is enabled 2011-04-06 08:04:06 [INFO] PickBoat version 0.3.4 is enabled! 2011-04-06 08:04:06 [INFO] Spells: found NetherGate! Thanks for using my plugins :) 2011-04-06 08:04:06 [INFO] Spells version 0.996 is enabled 2011-04-06 08:04:06 [INFO] Wand version 0.69 is enabled 2011-04-06 08:04:06 [SEVERE] com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions loading War v1.4 (Slim) (Is it up to date?) java.lang.ClassCastException: com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions at bukkit.tommytony.war.War.setupPermissions(War.java:1489) at bukkit.tommytony.war.War.onEnable(War.java:106) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72) at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202) at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257) at net.minecraft.server.ThreadServerApplication.run(SourceFile:375) 2011-04-06 08:04:06 [INFO] WorldEdit nightly enabled. 2011-04-06 08:04:06 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions. 2011-04-06 08:04:07 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions. 2011-04-06 08:04:07 [INFO] WorldGuard: (world27-03-2011) Single session is enforced. 2011-04-06 08:04:07 [INFO] WorldGuard: (world27-03-2011) TNT ignition is blocked. 2011-04-06 08:04:07 [INFO] WorldGuard: (world27-03-2011) Lighters are PERMITTED. 2011-04-06 08:04:07 [INFO] WorldGuard: (world27-03-2011) Lava fire is blocked. 2011-04-06 08:04:07 [INFO] WorldGuard: (world27-03-2011) All fire spread is disabled. 2011-04-06 08:04:07 [INFO] WorldGuard: Loaded configuration for world 'world27-03-2011" 2011-04-06 08:04:07 [INFO] WorldGuard: (nether) Single session is enforced. 2011-04-06 08:04:07 [INFO] WorldGuard: (nether) TNT ignition is PERMITTED. 2011-04-06 08:04:07 [INFO] WorldGuard: (nether) Lighters are PERMITTED. 2011-04-06 08:04:07 [INFO] WorldGuard: (nether) Lava fire is blocked. 2011-04-06 08:04:07 [INFO] WorldGuard: (nether) Fire spread is UNRESTRICTED. 2011-04-06 08:04:07 [INFO] WorldGuard: Loaded configuration for world 'nether" 2011-04-06 08:04:07 [INFO] WorldGuard nightly enabled. 2011-04-06 08:04:07 [INFO] [General] version 2.2.4 loaded 2011-04-06 08:04:07 [SEVERE] com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions loading General v2.2.4 (Is it up to date?) java.lang.ClassCastException: com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions at com.nijikokun.cjcfork.bukkit.General.General.setupOtherPlugins(General.java:242) at com.nijikokun.cjcfork.bukkit.General.General.onEnable(General.java:123) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72) at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202) at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257) at net.minecraft.server.ThreadServerApplication.run(SourceFile:375) 2011-04-06 08:04:07 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.08 is enabled! 2011-04-06 08:04:07 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.08 is enabled! 2011-04-06 08:04:07 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.08a is enabled! 2011-04-06 08:04:07 [INFO] Done (0,273s)! For help, type "help" or "?"