Advertisement
aoa2003

Untitled

Apr 9th, 2011
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.30 KB | None | 0 0
  1. 2011-04-09 20:50:45 [INFO] Starting minecraft server version Beta 1.4
  2. 2011-04-09 20:50:45 [INFO] Loading properties
  3. 2011-04-09 20:50:45 [INFO] Starting Minecraft server on *:25565
  4. 2011-04-09 20:50:45 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-612-g4c7a9e7-b617jnks (MC: 1.4)
  5. 2011-04-09 20:50:45 [INFO] Preparing level "The Dragon's Den"
  6. 2011-04-09 20:50:45 [INFO] Preparing start region
  7. 2011-04-09 20:50:46 [INFO] 144 recipes
  8. 2011-04-09 20:50:46 [INFO] LWC Loading shared objects
  9. 2011-04-09 20:50:46 [INFO] LWC Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
  10. 2011-04-09 20:50:46 [INFO] BankAccount version 0.4 is enabled!
  11. 2011-04-09 20:50:46 [INFO] BankAccount: Config file found!
  12. 2011-04-09 20:50:46 [INFO] BankAccount: Properties Loaded
  13. 2011-04-09 20:50:47 [INFO] BankAccount: Connected to SQLite
  14. 2011-04-09 20:50:47 [INFO] [BBROTHER] ------------------------------------
  15. 2011-04-09 20:50:47 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
  16. 2011-04-09 20:50:47 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
  17. 2011-04-09 20:50:47 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON https://github.com/tkelly910/BigBrother/issues
  18. 2011-04-09 20:50:47 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
  19. 2011-04-09 20:50:47 [INFO] [BBROTHER] ------------------------------------
  20. 2011-04-09 20:50:48 [INFO] [BBROTHER] Building `bbdata` table...
  21. 2011-04-09 20:50:48 [SEVERE] [BBROTHER] Can't create the bbdata table
  22. org.h2.jdbc.JdbcSQLException: Table "BBDATA" already exists; SQL statement:
  23. CREATE TABLE `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` varchar(500) 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); [42101-153]
  24. at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
  25. at org.h2.message.DbException.get(DbException.java:167)
  26. at org.h2.message.DbException.get(DbException.java:144)
  27. at org.h2.command.ddl.CreateTable.update(CreateTable.java:108)
  28. at org.h2.command.CommandContainer.update(CommandContainer.java:69)
  29. at org.h2.command.Command.executeUpdate(Command.java:212)
  30. at org.h2.command.CommandList.update(CommandList.java:41)
  31. at org.h2.command.Command.executeUpdate(Command.java:212)
  32. at org.h2.jdbc.JdbcStatement.executeUpdateInternal(JdbcStatement.java:125)
  33. at org.h2.jdbc.JdbcStatement.executeUpdate(JdbcStatement.java:110)
  34. at me.taylorkelly.bigbrother.tablemgrs.DBTable.createTable(DBTable.java:64)
  35. at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.<init>(BBDataTable.java:44)
  36. at me.taylorkelly.bigbrother.tablemgrs.BBDataH2.<init>(BBDataH2.java:10)
  37. at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.getInstance(BBDataTable.java:36)
  38. at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:142)
  39. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
  40. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
  41. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
  42. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
  43. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
  44. at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
  45. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
  46. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
  47. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
  48. at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
  49. 2011-04-09 20:50:48 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
  50. 2011-04-09 20:50:49 [SEVERE] [BBROTHER] Create World Table SQL Exception
  51. org.h2.jdbc.JdbcSQLException: Table "BBWORLDS" already exists; SQL statement:
  52. CREATE TABLE `bbworlds` (`id` INTEGER PRIMARY KEY,`name` varchar(50) NOT NULL DEFAULT 'world'); [42101-153]
  53. at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
  54. at org.h2.message.DbException.get(DbException.java:167)
  55. at org.h2.message.DbException.get(DbException.java:144)
  56. at org.h2.command.ddl.CreateTable.update(CreateTable.java:108)
  57. at org.h2.command.CommandContainer.update(CommandContainer.java:69)
  58. at org.h2.command.Command.executeUpdate(Command.java:212)
  59. at org.h2.jdbc.JdbcStatement.executeUpdateInternal(JdbcStatement.java:125)
  60. at org.h2.jdbc.JdbcStatement.executeUpdate(JdbcStatement.java:110)
  61. at me.taylorkelly.bigbrother.WorldManager.createWorldTable(WorldManager.java:147)
  62. at me.taylorkelly.bigbrother.WorldManager.<init>(WorldManager.java:24)
  63. at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:143)
  64. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
  65. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
  66. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
  67. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
  68. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
  69. at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
  70. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
  71. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
  72. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
  73. at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
  74. 2011-04-09 20:50:49 [INFO] [BBROTHER] Building `bbusers` table...
  75. 2011-04-09 20:50:49 [SEVERE] [BBROTHER] Can't create the bbusers table
  76. org.h2.jdbc.JdbcSQLException: Table "BBUSERS" already exists; SQL statement:
  77. CREATE TABLE `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`) [42101-153]
  78. at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
  79. at org.h2.message.DbException.get(DbException.java:167)
  80. at org.h2.message.DbException.get(DbException.java:144)
  81. at org.h2.command.ddl.CreateTable.update(CreateTable.java:108)
  82. at org.h2.command.CommandContainer.update(CommandContainer.java:69)
  83. at org.h2.command.Command.executeUpdate(Command.java:212)
  84. at org.h2.command.CommandList.update(CommandList.java:41)
  85. at org.h2.command.Command.executeUpdate(Command.java:212)
  86. at org.h2.jdbc.JdbcStatement.executeUpdateInternal(JdbcStatement.java:125)
  87. at org.h2.jdbc.JdbcStatement.executeUpdate(JdbcStatement.java:110)
  88. at me.taylorkelly.bigbrother.tablemgrs.DBTable.createTable(DBTable.java:64)
  89. at me.taylorkelly.bigbrother.tablemgrs.BBUsersTable.<init>(BBUsersTable.java:55)
  90. at me.taylorkelly.bigbrother.tablemgrs.BBUsersH2.<init>(BBUsersH2.java:12)
  91. at me.taylorkelly.bigbrother.tablemgrs.BBUsersTable.getInstance(BBUsersTable.java:44)
  92. at me.taylorkelly.bigbrother.BBPlayerInfo.<init>(BBPlayerInfo.java:50)
  93. at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:144)
  94. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
  95. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
  96. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
  97. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
  98. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
  99. at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
  100. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
  101. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
  102. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
  103. at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
  104. 2011-04-09 20:50:50 [INFO] [BBROTHER] Permissions enabled using: GroupManager v1.0(alpha-5)
  105. 2011-04-09 20:50:50 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
  106. 2011-04-09 20:50:50 [INFO] [BBROTHER] BigBrother 1.7.2-SNAPSHOT enabled
  107. 2011-04-09 20:50:50 [INFO] BorderGuard Lite (Square) version 2.4 is enabled!
  108. 2011-04-09 20:50:50 [SEVERE] tried to access class org.anjocaido.groupmanager.GroupManager$1 from class org.anjocaido.groupmanager.GroupManager loading Permissions v2.5.1 (Is it up to date?)
  109. java.lang.IllegalAccessError: tried to access class org.anjocaido.groupmanager.GroupManager$1 from class org.anjocaido.groupmanager.GroupManager
  110. at org.anjocaido.groupmanager.GroupManager.enableScheduler(GroupManager.java:106)
  111. at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:83)
  112. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
  113. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
  114. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
  115. at com.nijikokun.bukkit.Permissions.Permissions.onEnable(Permissions.java:61)
  116. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
  117. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
  118. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
  119. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
  120. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
  121. at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
  122. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
  123. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
  124. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
  125. at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
  126. 2011-04-09 20:50:50 [INFO] FlatEarth version 0.6 is enabled!
  127. 2011-04-09 20:50:50 [INFO] HomeX enabled
  128. 2011-04-09 20:50:50 [INFO] [iChat] Found Permissions (v2.5.1)
  129. 2011-04-09 20:50:50 [INFO] iChat (v2.2.2) enabled
  130. 2011-04-09 20:50:50 [INFO] [iConomy] Logging is currently disabled.
  131. 2011-04-09 20:50:52 [INFO] [iConomy] v4.65 (Kenzi) loaded.
  132. 2011-04-09 20:50:52 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
  133. 2011-04-09 20:50:52 [INFO] BankAccount: Running interest every 1440 minutes by 0.0%
  134. 2011-04-09 20:50:52 [INFO] BankAccount: Established connection with iConomy!
  135. 2011-04-09 20:50:52 [INFO] [iConomy] hooked into Permissions.
  136. 2011-04-09 20:50:52 [INFO] [iConomyChestShop] version 2.11 initialized!
  137. 2011-04-09 20:50:52 [INFO] [iConomy] hooked into Permissions.
  138. 2011-04-09 20:50:52 [INFO] [iConomyChestShop] iConomy version 4.65 loaded.
  139. 2011-04-09 20:50:52 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  140. 2011-04-09 20:50:52 [INFO] [iConomyChestShop] LWC version 2.11 loaded.
  141. 2011-04-09 20:50:52 [INFO] LoginMessage 0.6_2 enabled
  142. 2011-04-09 20:50:52 [INFO] [iConomy] hooked into Permissions.
  143. 2011-04-09 20:50:52 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  144. 2011-04-09 20:50:52 [INFO] LWC Loaded 107 locale strings (0 overrides)
  145. 2011-04-09 20:50:52 [INFO] LWC Using Nijikokun's permissions plugin for permissions
  146. 2011-04-09 20:50:52 [INFO] LWC Loading SQLite
  147. 2011-04-09 20:50:52 [INFO] SQLite Using: Pure
  148. 2011-04-09 20:50:52 [INFO] LWC At version: v2.11
  149. 2011-04-09 20:50:52 [INFO] [iConomy] hooked into Permissions.
  150. 2011-04-09 20:50:52 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  151. 2011-04-09 20:50:52 [INFO] [MagicCarpet] MagicCarpet version 1.5.3 is enabled!
  152. 2011-04-09 20:50:52 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
  153. 2011-04-09 20:50:52 [INFO] [MagicCarpet] Using Permissions.
  154. 2011-04-09 20:50:52 [INFO] [iConomy] hooked into Permissions.
  155. 2011-04-09 20:50:52 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  156. 2011-04-09 20:50:52 [INFO] [Minecart Mania] Debug mode switched to NORMAL
  157. 2011-04-09 20:50:52 [INFO] [Minecart Mania] MinecartManiaCore version 1.08b is enabled!
  158. 2011-04-09 20:50:52 [INFO] [iConomy] hooked into Permissions.
  159. 2011-04-09 20:50:52 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  160. 2011-04-09 20:50:52 [INFO] [Minecart Mania] MinecartManiaPressurePlates version 1.08 is enabled!
  161. 2011-04-09 20:50:52 [INFO] [iConomy] hooked into Permissions.
  162. 2011-04-09 20:50:52 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  163. 2011-04-09 20:50:52 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.08 is enabled!
  164. 2011-04-09 20:50:52 [INFO] [iConomy] hooked into Permissions.
  165. 2011-04-09 20:50:52 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  166. 2011-04-09 20:50:52 [INFO] [Minecart Mania] MinecartManiaStation version 1.08 is enabled!
  167. 2011-04-09 20:50:52 [INFO] [iConomy] hooked into Permissions.
  168. 2011-04-09 20:50:52 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  169. 2011-04-09 20:50:52 [INFO] nSpleef version 0.3.1 is enabled!
  170. 2011-04-09 20:50:52 [INFO] [iConomy] hooked into Permissions.
  171. 2011-04-09 20:50:52 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  172. 2011-04-09 20:50:52 [INFO] PlgSetspawn version 4.0 is enabled!
  173. 2011-04-09 20:50:52 [INFO] [iConomy] hooked into Permissions.
  174. 2011-04-09 20:50:52 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  175. 2011-04-09 20:50:52 [INFO] RetroRepair version 1.0 is enabled!
  176. 2011-04-09 20:50:52 [INFO] [iConomy] hooked into Permissions.
  177. 2011-04-09 20:50:52 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  178. 2011-04-09 20:50:52 [INFO] Stargate v.0.3.4 is enabled.
  179. 2011-04-09 20:50:52 [INFO] [Stargate] Loaded 1 gate layouts
  180. 2011-04-09 20:50:52 [INFO] [Stargate] {The Dragon's Den} Loaded 3 stargates with 2 set as always-on
  181. 2011-04-09 20:50:52 [INFO] [Stargate] Found Permissions (v2.5.1)
  182. 2011-04-09 20:50:52 [INFO] [Stargate] Found iConomy (v4.65)
  183. 2011-04-09 20:50:52 [INFO] [iConomy] hooked into Permissions.
  184. 2011-04-09 20:50:52 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  185. 2011-04-09 20:50:52 [INFO] [VoidMage] Using permissions by TheYeti.
  186. 2011-04-09 20:50:52 [INFO] [VoidMage] spell Plummet loaded.
  187. 2011-04-09 20:50:52 [INFO] [VoidMage] spell Slay loaded.
  188. 2011-04-09 20:50:52 [INFO] [VoidMage] spell AntiCake loaded.
  189. 2011-04-09 20:50:52 [INFO] [VoidMage] spell AntiFire loaded.
  190. 2011-04-09 20:50:52 [INFO] [VoidMage] spell DrowZee loaded.
  191. 2011-04-09 20:50:52 [INFO] [VoidMage] spell ArrowVolley loaded.
  192. 2011-04-09 20:50:52 [INFO] [VoidMage] spell Arrowstorm loaded.
  193. 2011-04-09 20:50:52 [INFO] [VoidMage] spell Decmiate loaded.
  194. 2011-04-09 20:50:52 [INFO] [VoidMage] version 3.0.3 is enabled!
  195. 2011-04-09 20:50:52 [INFO] [iConomy] hooked into Permissions.
  196. 2011-04-09 20:50:52 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  197. 2011-04-09 20:50:52 [INFO] WorldEdit 4.3 enabled.
  198. 2011-04-09 20:50:52 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
  199. 2011-04-09 20:50:53 [INFO] [iConomy] hooked into Permissions.
  200. 2011-04-09 20:50:53 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  201. 2011-04-09 20:50:53 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
  202. 2011-04-09 20:50:53 [INFO] WorldGuard: (The Dragon's Den) Single session is enforced.
  203. 2011-04-09 20:50:53 [INFO] WorldGuard: (The Dragon's Den) TNT ignition is blocked.
  204. 2011-04-09 20:50:53 [INFO] WorldGuard: (The Dragon's Den) Lighters are blocked.
  205. 2011-04-09 20:50:53 [INFO] WorldGuard: (The Dragon's Den) Lava fire is blocked.
  206. 2011-04-09 20:50:53 [INFO] WorldGuard: (The Dragon's Den) All fire spread is disabled.
  207. 2011-04-09 20:50:53 [INFO] WorldGuard: Loaded configuration for world 'The Dragon's Den"
  208. 2011-04-09 20:50:53 [INFO] WorldGuard: 3 regions loaded for 'The Dragon's Den'
  209. 2011-04-09 20:50:53 [INFO] WorldGuard 5.0-alpha8 enabled.
  210. 2011-04-09 20:50:53 [INFO] [iConomy] hooked into Permissions.
  211. 2011-04-09 20:50:53 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  212. 2011-04-09 20:50:53 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.08 is enabled!
  213. 2011-04-09 20:50:53 [INFO] [iConomy] hooked into Permissions.
  214. 2011-04-09 20:50:53 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  215. 2011-04-09 20:50:53 [INFO] [Minecart Mania] MinecartManiaAutocart version 1.08 is enabled!
  216. 2011-04-09 20:50:53 [INFO] [iConomy] hooked into Permissions.
  217. 2011-04-09 20:50:53 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  218. 2011-04-09 20:50:53 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.08 is enabled!
  219. 2011-04-09 20:50:53 [INFO] [iConomy] hooked into Permissions.
  220. 2011-04-09 20:50:53 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  221. 2011-04-09 20:50:53 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.08a is enabled!
  222. 2011-04-09 20:50:53 [INFO] [iConomy] hooked into Permissions.
  223. 2011-04-09 20:50:53 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
  224. 2011-04-09 20:50:53 [INFO] Done (0.724s)! For help, type "help" or "?"
  225. 2011-04-09 20:50:55 [INFO] [BBROTHER] Starting Cleanser thread...
  226. 2011-04-09 20:50:55 [INFO] [BBROTHER] Cleaned out 0 records because of age in 0h00m00s.
  227. 2011-04-09 20:50:55 [INFO] [BBROTHER] Ending Cleanser thread...
  228. 2011-04-09 20:50:58 [INFO] [Minecart Mania] Loading Sensor Data.
  229. 2011-04-09 20:52:00 [INFO] aoa2003 [/127.0.0.1:52945] logged in with entity id 44
  230. 2011-04-09 20:52:00 [SEVERE] Could not pass event PLAYER_JOIN to LoginMessage
  231. java.lang.NullPointerException
  232. at com.tahkeh.loginmessage.LoginMessage.process(LoginMessage.java:154)
  233. at com.tahkeh.loginmessage.LoginMessage.sendMultiMessage(LoginMessage.java:235)
  234. at com.tahkeh.loginmessage.LoginMessagePlayerListener.onPlayerJoin(LoginMessagePlayerListener.java:70)
  235. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:169)
  236. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
  237. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
  238. at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
  239. at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
  240. at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
  241. at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
  242. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
  243. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
  244. at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
  245. 2011-04-09 20:52:00 [SEVERE] java.lang.NullPointerException
  246. 2011-04-09 20:52:00 [SEVERE] at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
  247. 2011-04-09 20:52:00 [SEVERE] at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
  248. 2011-04-09 20:52:00 [SEVERE] at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
  249. 2011-04-09 20:52:00 [SEVERE] at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:313)
  250. 2011-04-09 20:52:00 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:169)
  251. 2011-04-09 20:52:00 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
  252. 2011-04-09 20:52:00 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
  253. 2011-04-09 20:52:00 [SEVERE] at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
  254. 2011-04-09 20:52:00 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
  255. 2011-04-09 20:52:00 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
  256. 2011-04-09 20:52:00 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
  257. 2011-04-09 20:52:00 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
  258. 2011-04-09 20:52:00 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
  259. 2011-04-09 20:52:00 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
  260. 2011-04-09 20:52:00 [SEVERE] java.lang.NullPointerException
  261. 2011-04-09 20:52:00 [SEVERE] at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
  262. 2011-04-09 20:52:00 [SEVERE] at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
  263. 2011-04-09 20:52:00 [SEVERE] at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
  264. 2011-04-09 20:52:00 [SEVERE] at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:317)
  265. 2011-04-09 20:52:00 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:169)
  266. 2011-04-09 20:52:00 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
  267. 2011-04-09 20:52:00 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
  268. 2011-04-09 20:52:00 [SEVERE] at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
  269. 2011-04-09 20:52:00 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
  270. 2011-04-09 20:52:00 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
  271. 2011-04-09 20:52:00 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
  272. 2011-04-09 20:52:00 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
  273. 2011-04-09 20:52:00 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
  274. 2011-04-09 20:52:00 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
  275. 2011-04-09 20:52:07 [SEVERE] Could not pass event PLAYER_CHAT to iChat
  276. java.lang.NullPointerException
  277. at net.TheDgtl.iChat.iChat.getPrefix(iChat.java:233)
  278. at net.TheDgtl.iChat.playerListener.onPlayerChat(playerListener.java:43)
  279. at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:199)
  280. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
  281. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
  282. at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:563)
  283. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
  284. at net.minecraft.server.Packet3Chat.a(SourceFile:24)
  285. at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
  286. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
  287. at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
  288. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
  289. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
  290. at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
  291. 2011-04-09 20:52:07 [INFO] <aoa2003> .
  292. 2011-04-09 20:52:11 [SEVERE] null
  293. org.bukkit.command.CommandException: Unhandled exception executing command 'mc' in plugin MagicCarpet v1.5.3
  294. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
  295. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
  296. at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:233)
  297. at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:594)
  298. at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:557)
  299. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
  300. at net.minecraft.server.Packet3Chat.a(SourceFile:24)
  301. at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
  302. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
  303. at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
  304. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
  305. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
  306. at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
  307. Caused by: java.lang.NullPointerException
  308. at com.Android.magiccarpet.MagicCarpet.canFly(MagicCarpet.java:210)
  309. at com.Android.magiccarpet.MagicCarpet.onCommand(MagicCarpet.java:103)
  310. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
  311. ... 12 more
  312. 2011-04-09 20:52:14 [SEVERE] null
  313. org.bukkit.command.CommandException: Unhandled exception executing command 'mc' in plugin MagicCarpet v1.5.3
  314. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
  315. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
  316. at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:233)
  317. at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:594)
  318. at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:557)
  319. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
  320. at net.minecraft.server.Packet3Chat.a(SourceFile:24)
  321. at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
  322. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
  323. at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
  324. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
  325. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
  326. at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
  327. Caused by: java.lang.NullPointerException
  328. at com.Android.magiccarpet.MagicCarpet.canFly(MagicCarpet.java:210)
  329. at com.Android.magiccarpet.MagicCarpet.onCommand(MagicCarpet.java:103)
  330. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
  331. ... 12 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement