Guest User

Untitled

a guest
Apr 24th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.52 KB | None | 0 0
  1. [SEVERE] Could not pass event PLAYER_INTERACT to EssentialsProtect
  2. java.lang.NullPointerException
  3. at com.earth2me.essentials.UserData._getMoney(UserData.java:67)
  4. at com.earth2me.essentials.UserData.reloadConfig(UserData.java:36)
  5. at com.earth2011-12-10 00:13:23 [INFO] WTF112 lost connection: disconnect.endOfStream
  6. 2011-12-10 00:13:25 [INFO] [MCBans] WTF112 has disconnected!
  7. 2011-12-10 00:13:25 [INFO] R1V3 lost connection: disconnect.endOfStream
  8. 2011-12-10 00:13:25 [INFO] [MCBans] R1V3 has disconnected!
  9. 2011-12-10 00:13:25 [INFO] [HeroChat] HeroChat version 4.10.3 disabled.
  10. 2011-12-10 00:13:25 [INFO] LogBlockQuestioner disabled
  11. 2011-12-10 00:13:25 [INFO] MCBans: Disabled
  12. 2011-12-10 00:13:25 [INFO] [iConomy] Closing general data...
  13. 2011-12-10 00:13:25 [INFO] [iConomy] Disabled. (0 ms)
  14. 2011-12-10 00:13:25 [INFO] [Essentials] Payment method was disabled. No longer accepting payments.
  15. 2011-12-10 00:13:25 [INFO] LogBlock disabled.
  16. 2011-12-10 00:13:25 [INFO] [dynmap] Unloaded 10 components.
  17. 2011-12-10 00:13:30 [INFO] [dynmap] Stopping map renderer...
  18. 2011-12-10 00:13:35 [INFO] [dynmap] Saved 8 pending tile renders in world 'world
  19. 2011-12-10 00:13:35 [INFO] [dynmap] Saved 8 pending tile renders in world 'world
  20. 2011-12-10 00:13:35 [INFO] [dynmap] Shutting down webserver...
  21. 2011-12-10 00:13:35 [INFO] [dynmap] Webserver shut down.
  22. 2011-12-10 00:13:35 [INFO] LWC: Flushing final updates (0)
  23. 2011-12-10 00:13:35 [INFO] LWC: Freeing SQLite
  24. 2011-12-10 00:13:35 [SEVERE] Could not load 'plugins/WorldGuard.jar' in folder 'plugins':
  25. java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandException
  26. at java.lang.Class.forName0(Native Method)
  27. at java.lang.Class.forName(Class.java:264)
  28. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:170)
  29. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
  30. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
  31. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:151)
  32. at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:430)
  33. at org.bukkit.Bukkit.reload(Bukkit.java:187)
  34. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
  35. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
  36. at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:374)
  37. at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
  38. at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
  39. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
  40. at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
  41. at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
  42. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
  43. at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
  44. at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:521)
  45. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:419)
  46. at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
  47. Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.CommandException
  48. at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
  49. at java.security.AccessController.doPrivileged(Native Method)
  50. at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
  51. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
  52. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
  53. at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
  54. at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
  55. at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)
  56. ... 21 more
  57. 2011-12-10 00:13:35 [INFO] MCBans: Starting..
  58. 2011-12-10 00:13:35 [INFO] LWC: Loading shared objects
  59. 2011-12-10 00:13:35 [INFO] LWC: Protection cache: 0/10000
  60. 2011-12-10 00:13:35 [INFO] LWC: Native library: plugins/LWC/lib/lib/native/Linux/amd64/libsqlitejdbc.so
  61. 2011-12-10 00:13:35 [INFO] [LogBlock] Version check: Your version is up to date
  62. 2011-12-10 00:13:35 [INFO] [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
  63. 2011-12-10 00:13:35 [SEVERE] [LogBlock] Error while fetching connection:
  64. java.sql.SQLException: Access denied for user 'username'@'localhost' (using password: YES)
  65. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  66. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  67. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  68. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
  69. at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
  70. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
  71. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
  72. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  73. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  74. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  75. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  76. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  77. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  78. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  79. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  80. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  81. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  82. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  83. at java.sql.DriverManager.getConnection(DriverManager.java:620)
  84. at java.sql.DriverManager.getConnection(DriverManager.java:200)
  85. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:72)
  86. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:259)
  87. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:76)
  88. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:154)
  89. at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:430)
  90. at org.bukkit.Bukkit.reload(Bukkit.java:187)
  91. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
  92. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
  93. at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:374)
  94. at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
  95. at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
  96. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
  97. at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
  98. at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
  99. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
  100. at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
  101. at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:521)
  102. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:419)
  103. at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
  104. 2011-12-10 00:13:35 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
  105. 2011-12-10 00:13:35 [INFO] BorderGuard version 4.2 is enabled!
  106. 2011-12-10 00:13:35 [INFO] LogBlockQuestioner v0.02 enabled
  107. 2011-12-10 00:13:35 [INFO] [MCBans] Core loaded successfully!
  108. 2011-12-10 00:13:35 [INFO] [MCBans] [INFO] Loading language file: en-us
  109. 2011-12-10 00:13:35 [INFO] [MCBans] [INFO] Log file disabled!
  110. 2011-12-10 00:13:35 [INFO] [MCBans] Using bukkit permissions!
  111. 2011-12-10 00:13:35 [INFO] [MCBans] Fetching backup.
  112. 2011-12-10 00:13:36 [INFO] [MCBans] Starting MCBans online check.
  113. 2011-12-10 00:13:36 [INFO] [MCBans] [INFO] Enabling LogBlock integration
  114. 2011-12-10 00:13:36 [INFO] [MCBans] [INFO] Started and operating normally!
  115. 2011-12-10 00:13:36 [INFO] [iConomy - Celty] Enabled (10 ms)
  116. 2011-12-10 00:13:37 [WARNING] File not found: plugins/Essentials/jail.yml
  117. 2011-12-10 00:13:37 [INFO] Loaded Essentials build Dev2.7.164 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
  118. 2011-12-10 00:13:37 [INFO] Essentials: Using config based permissions. Enable superperms in config.
  119. 2011-12-10 00:13:37 [INFO] [Essentials] Payment method found (iConomy version: 6)
  120. 2011-12-10 00:13:37 [WARNING] File not found: plugins/Essentials/spawn.yml
  121. 2011-12-10 00:13:37 [INFO] Loaded EssentialsSpawn build Dev2.7.164 by: essentials team
  122. 2011-12-10 00:13:37 [INFO] [dynmap] Using Bukkit Permissions (superperms) for access control
  123. 2011-12-10 00:13:38 [INFO] [dynmap] Loaded 12 shaders.
  124. 2011-12-10 00:13:38 [INFO] [dynmap] Loaded 82 perspectives.
  125. 2011-12-10 00:13:38 [INFO] [dynmap] Loaded 7 lightings.
  126. 2011-12-10 00:13:38 [INFO] [dynmap] Loaded 3 maps of world 'world'.
  127. 2011-12-10 00:13:38 [INFO] [dynmap] Loaded 8 pending tile renders for world 'world
  128. 2011-12-10 00:13:38 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
  129. 2011-12-10 00:13:38 [INFO] [dynmap] Loaded 2 maps of world 'world_the_end'.
  130. 2011-12-10 00:13:38 [INFO] [dynmap] Dynmap WebServer started on null:8123
  131. 2011-12-10 00:13:38 [INFO] [dynmap] version 0.25.1-624 is enabled
  132. 2011-12-10 00:13:38 [INFO] LWC: Loaded 137 locale strings (0 overrides)
  133. 2011-12-10 00:13:38 [INFO] LWC: Permissions API: SuperPermsPermissions
  134. 2011-12-10 00:13:38 [INFO] LWC: Currency API: iConomy6Currency
  135. 2011-12-10 00:13:38 [INFO] LWC: Loading SQLite
  136. 2011-12-10 00:13:39 [INFO] LWC: Using: Native
  137. 2011-12-10 00:13:39 [INFO] LWC: Precached 0 protections.
  138. 2011-12-10 00:13:39 [INFO] LWC: Update scheme: BLEEDING_EDGE
  139. 2011-12-10 00:13:39 [INFO] LWC: Update method: MANUAL
  140. 2011-12-10 00:13:39 [INFO] LWC: At version: 3.54.0 (b486)
  141. 2011-12-10 00:13:39 [INFO] Server permissions file permissions.yml is empty, ignoring it
  142. 2011-12-10 00:13:39 [INFO] lcbg93 lost connection: disconnect.endOfStream
  143. 2011-12-10 00:13:39 [INFO] [MCBans] lcbg93 has disconnected!
  144. 2011-12-10 00:13:39 [INFO] JoshXy1 lost connection: disconnect.endOfStream
  145. 2011-12-10 00:13:39 [INFO] [MCBans] JoshXy1 has disconnected!
  146. 2011-12-10 00:13:39 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  147. 2011-12-10 00:13:39 [INFO] whitest0rm [/86.137.184.139:49624] lost connection
  148. 2011-12-10 00:13:39 [INFO] /80.235.32.77:50280 lost connection
  149. 2011-12-10 00:13:39 [INFO] /86.137.184.139:49636 lost connection
  150. 2011-12-10 00:13:39 [INFO] /80.235.32.77:50285 lost connection
  151. 2011-12-10 00:13:39 [INFO] LWC: Latest version: b500
  152. 2011-12-10 00:13:39 [INFO] [MCBans] lcbg93 has connected!
  153. 2011-12-10 00:13:42 [INFO] lcbg93 [/212.10.136.45:63975] logged in with entity id 13731 at ([world] 2100.6875, 68.125, -344.34375)
  154. 2011-12-10 00:13:42 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  155. 2011-12-10 00:13:43 [INFO] [MCBans] JoshXy1 has connected!
  156. 2011-12-10 00:13:45 [INFO] JoshXy1 [/90.213.77.246:62678] logged in with entity id 13873 at ([world] 2317.995488966745, 68.0, 942.5539837221068)
  157. 2011-12-10 00:13:46 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  158. 2011-12-10 00:13:47 [INFO] [PLAYER_COMMAND] lcbg93: /help
  159. 2011-12-10 00:13:50 [INFO] [PLAYER_COMMAND] lcbg93: /help 2
  160. 2011-12-10 00:13:52 [INFO] [PLAYER_COMMAND] lcbg93: /help 3
  161. 2011-12-10 00:13:52 [INFO] [g] JoshXy1: hello
  162. 2011-12-10 00:13:53 [INFO] [PLAYER_COMMAND] lcbg93: /help 5
  163. 2011-12-10 00:13:55 [INFO] [PLAYER_COMMAND] lcbg93: /help 10
  164. 2011-12-10 00:13:56 [INFO] [g] lcbg93: hi
  165. 2011-12-10 00:13:57 [INFO] [MCBans] WTF112 has connected!
  166. 2011-12-10 00:13:58 [INFO] WTF112 [/80.235.32.77:50308] logged in with entity id 14085 at ([world] 2136.8172997742786, 67.02442408821369, 979.3794154838396)
  167. 2011-12-10 00:13:58 [INFO] [PLAYER_COMMAND] lcbg93: /help 15
  168. 2011-12-10 00:14:00 [INFO] [PLAYER_COMMAND] lcbg93: /help 15
  169. 2011-12-10 00:14:02 [INFO] [PLAYER_COMMAND] lcbg93: /help 17
  170. 2011-12-10 00:14:05 [INFO] [PLAYER_COMMAND] lcbg93: /help 16
  171. 2011-12-10 00:15:03 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  172. 2011-12-10 00:15:09 [INFO] /212.10.136.45:64020 lost connection
  173. 2011-12-10 00:15:09 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  174. 2011-12-10 00:15:15 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  175. 2011-12-10 00:15:19 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  176. 2011-12-10 00:15:19 [INFO] [MCBans] R1V3 has connected!
  177. 2011-12-10 00:15:24 [INFO] R1V3 [/212.10.136.45:64028] logged in with entity id 15639 at ([world] 2083.84375, 69.0, -339.03125)
  178. 2011-12-10 00:15:25 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  179. 2011-12-10 00:15:41 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  180. 2011-12-10 00:15:48 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  181. 2011-12-10 00:15:52 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  182. 2011-12-10 00:15:57 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  183. 2011-12-10 00:16:09 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  184. 2011-12-10 00:16:11 [INFO] Connection reset
  185. 2011-12-10 00:16:14 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  186. 2011-12-10 00:16:20 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  187. 2011-12-10 00:16:21 [INFO] Connection reset
  188. 2011-12-10 00:16:21 [INFO] Connection reset
  189. 2011-12-10 00:16:21 [INFO] [MCBans] whitest0rm has connected!
  190. 2011-12-10 00:16:21 [INFO] R1V3 lost connection: disconnect.endOfStream
  191. 2011-12-10 00:16:22 [INFO] [MCBans] R1V3 has disconnected!
  192. 2011-12-10 00:16:26 [INFO] whitest0rm [/86.137.184.139:49807] logged in with entity id 17088 at ([world] 105.44872914254665, 68.53584062504456, 1627.6753869727254)
  193. 2011-12-10 00:16:31 [INFO] lcbg93 lost connection: disconnect.endOfStream
  194. 2011-12-10 00:16:31 [INFO] [MCBans] lcbg93 has disconnected!
  195. 2011-12-10 00:16:32 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  196. 2011-12-10 00:16:37 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  197. 2011-12-10 00:16:47 [INFO] [PLAYER_COMMAND] whitest0rm: /back
  198. 2011-12-10 00:16:48 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  199. 2011-12-10 00:16:54 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  200. 2011-12-10 00:16:58 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  201. 2011-12-10 00:17:02 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  202. 2011-12-10 00:17:13 [INFO] [PLAYER_COMMAND] WTF112: /warp mall
  203. 2011-12-10 00:17:13 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  204. 2011-12-10 00:17:18 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  205. 2011-12-10 00:17:31 [INFO] [g] whitest0rm: hey wtf did you builld ur house in same town as felix?
  206. 2011-12-10 00:17:37 [INFO] [g] WTF112: yes
  207. 2011-12-10 00:17:48 [INFO] [g] JoshXy1: I did too
  208. 2011-12-10 00:17:51 [INFO] [g] WTF112: i was the 3nd person in this town
  209. 2011-12-10 00:17:52 [INFO] [g] whitest0rm: can u tp me there pls? i cant get there :( xD
  210. 2011-12-10 00:18:07 [INFO] [g] WTF112: ./home
  211. 2011-12-10 00:18:12 [INFO] [PLAYER_COMMAND] WTF112: /home
  212. 2011-12-10 00:18:23 [INFO] [g] whitest0rm: but i didnt set home there lol and ive slept since then :L
  213. 2011-12-10 00:18:27 [INFO] [PLAYER_COMMAND] WTF112: /sethome
  214. 2011-12-10 00:18:30 [INFO] [g] JoshXy1: whitest0rm do /tpa JoshXy1
  215. 2011-12-10 00:18:45 [INFO] Connection reset
  216. 2011-12-10 00:18:45 [INFO] WTF112 lost connection: disconnect.quitting
  217. 2011-12-10 00:18:45 [INFO] [MCBans] WTF112 has disconnected!
  218. 2011-12-10 00:18:46 [INFO] [PLAYER_COMMAND] whitest0rm: /tpa JoshXy1
  219. 2011-12-10 00:18:52 [INFO] [PLAYER_COMMAND] JoshXy1: /tpaccept
  220. 2011-12-10 00:19:00 [INFO] [g] whitest0rm: cheers dude :)
  221. 2011-12-10 00:19:02 [INFO] [g] JoshXy1: np
  222. 2011-12-10 00:19:23 [INFO] [g] whitest0rm: now to find my house :L
  223. 2011-12-10 00:23:13 [INFO] [PLAYER_COMMAND] whitest0rm: /sethome
  224. 2011-12-10 00:23:20 [INFO] [PLAYER_COMMAND] whitest0rm: /home
  225. 2011-12-10 00:24:19 [INFO] [g] JoshXy1: p
  226. 2011-12-10 00:27:12 [INFO] /90.213.77.246:64200 lost connection
  227. 2011-12-10 00:27:13 [INFO] JoshXy1 lost connection: disconnect.endOfStream
  228. 2011-12-10 00:27:13 [INFO] [MCBans] JoshXy1 has disconnected!
  229. 2011-12-10 00:27:13 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  230. 2011-12-10 00:27:21 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  231. 2011-12-10 00:27:46 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  232. 2011-12-10 00:28:19 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  233. 2011-12-10 00:30:05 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  234. 2011-12-10 00:30:39 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  235. 2011-12-10 00:30:50 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  236. 2011-12-10 00:31:01 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  237. 2011-12-10 00:31:12 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  238. 2011-12-10 00:31:18 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  239. 2011-12-10 00:31:22 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  240. 2011-12-10 00:31:40 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  241. 2011-12-10 00:31:56 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  242. 2011-12-10 00:32:06 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  243. 2011-12-10 00:32:45 [INFO] [MCBans] OsmellisO has connected!
  244. 2011-12-10 00:32:45 [INFO] Creating empty config: /home/minecraft/plugins/Essentials/userdata/osmelliso.yml
  245. 2011-12-10 00:32:45 [INFO] OsmellisO [/82.22.52.20:53249] logged in with entity id 31829 at ([world] 101.0, 62.96875, 160.0)
  246. 2011-12-10 00:33:15 [INFO] [PLAYER_COMMAND] OsmellisO: /home
  247. 2011-12-10 00:33:20 [INFO] [PLAYER_COMMAND] OsmellisO: /home
  248. 2011-12-10 00:34:33 [INFO] Connection reset
  249. 2011-12-10 00:34:33 [INFO] OsmellisO lost connection: disconnect.quitting
  250. 2011-12-10 00:34:33 [INFO] [MCBans] OsmellisO has disconnected!
  251. 2011-12-10 00:34:40 [INFO] [MCBans] OsmellisO has connected!
  252. 2011-12-10 00:34:40 [INFO] OsmellisO [/82.22.52.20:53265] logged in with entity id 37705 at ([world] 2323.80048396109, 64.0, -263.15062157728676)
  253. 2011-12-10 00:34:48 [INFO] Connection reset
  254. 2011-12-10 00:34:48 [INFO] OsmellisO lost connection: disconnect.quitting
  255. 2011-12-10 00:34:48 [INFO] [MCBans] OsmellisO has disconnected!
  256. 2011-12-10 00:42:18 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  257. 2011-12-10 00:42:38 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  258. 2011-12-10 00:43:22 [INFO] /86.137.184.139:50074 lost connection
  259. 2011-12-10 00:43:23 [INFO] whitest0rm lost connection: disconnect.endOfStream
  260. 2011-12-10 00:43:23 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  261. 2011-12-10 00:43:23 [INFO] [MCBans] whitest0rm has disconnected!
  262. 2011-12-10 00:43:28 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  263. 2011-12-10 00:43:31 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  264. 2011-12-10 00:43:36 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  265. 2011-12-10 00:43:58 [INFO] [MCBans] whitest0rm has connected!
  266. 2011-12-10 00:43:58 [INFO] whitest0rm [/86.137.184.139:50099] logged in with entity id 44696 at ([world] 2302.7395631698805, 23.166109260938214, 1025.6999999880775)
  267. 2011-12-10 00:45:13 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  268. 2011-12-10 00:45:22 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  269. 2011-12-10 00:45:33 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  270. 2011-12-10 00:45:44 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  271. 2011-12-10 00:45:50 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  272. 2011-12-10 00:46:11 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  273. 2011-12-10 00:46:18 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  274. 2011-12-10 00:46:23 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  275. 2011-12-10 00:46:28 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  276. 2011-12-10 00:46:33 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  277. 2011-12-10 00:46:38 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  278. 2011-12-10 00:46:45 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  279. 2011-12-10 00:46:49 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  280. 2011-12-10 00:47:01 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  281. 2011-12-10 00:47:05 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  282. 2011-12-10 00:47:16 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  283. 2011-12-10 00:47:43 [INFO] [PLAYER_COMMAND] whitest0rm: /home
  284. 2011-12-10 00:50:53 [INFO] [MCBans] chaotic_baws has connected!
  285. 2011-12-10 00:50:53 [INFO] Creating empty config: /home/minecraft/plugins/Essentials/userdata/chaotic_baws.yml
  286. 2011-12-10 00:50:53 [INFO] chaotic_baws [/24.12.168.179:57593] logged in with entity id 49594 at ([world] 397.60433929449255, 65.0, 446.69999998807907)
  287. 2011-12-10 00:51:16 [INFO] Connection reset
  288. 2011-12-10 00:51:16 [INFO] chaotic_baws lost connection: disconnect.endOfStream
  289. 2011-12-10 00:51:16 [INFO] [MCBans] chaotic_baws has disconnected!
  290. 2011-12-10 00:51:23 [INFO] [PLAYER_COMMAND] whitest0rm: /home
  291. 2011-12-10 00:54:05 [INFO] [MCBans] adamant454 has connected!
  292. 2011-12-10 00:54:05 [INFO] Creating empty config: /home/minecraft/plugins/Essentials/userdata/adamant454.yml
  293. 2011-12-10 00:54:05 [INFO] adamant454 [/96.55.29.64:62695] logged in with entity id 54789 at ([world] 2064.8105793652876, 89.0, -391.759742586495)
  294. 2011-12-10 00:54:07 [INFO] [g] adamant454: hey
  295. 2011-12-10 00:54:09 [INFO] [PLAYER_COMMAND] adamant454: /i
  296. 2011-12-10 00:54:09 [WARNING] adamant454 was denied access to command.
  297. 2011-12-10 00:54:24 [INFO] Connection reset
  298. 2011-12-10 00:54:24 [INFO] adamant454 lost connection: disconnect.quitting
  299. 2011-12-10 00:54:24 [INFO] [MCBans] adamant454 has disconnected!
  300. 2011-12-10 00:55:09 [INFO] [MCBans] adamant454 has connected!
  301. 2011-12-10 00:55:09 [INFO] adamant454 [/96.55.29.64:63006] logged in with entity id 56496 at ([world] 2047.16626432458, 70.54990472988726, -321.57405357466814)
  302. 2011-12-10 00:55:54 [INFO] Connection reset
  303. 2011-12-10 00:55:54 [INFO] adamant454 lost connection: disconnect.quitting
  304. 2011-12-10 00:55:54 [INFO] [MCBans] adamant454 has disconnected!
  305. 2011-12-10 00:57:22 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  306. 2011-12-10 00:57:34 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  307. 2011-12-10 00:58:18 [INFO] /86.137.184.139:50154 lost connection
  308. 2011-12-10 00:58:18 [INFO] whitest0rm lost connection: disconnect.endOfStream
  309. 2011-12-10 00:58:29 [INFO] [MCBans] whitest0rm has disconnected!
  310. 2011-12-10 00:58:29 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  311. 2011-12-10 00:58:37 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  312. 2011-12-10 00:58:41 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  313. 2011-12-10 00:58:55 [INFO] [MCBans] whitest0rm has connected!
  314. 2011-12-10 00:58:55 [INFO] whitest0rm [/86.137.184.139:50276] logged in with entity id 61034 at ([world] 2317.41351960096, 11.0, 1035.0335793082206)
  315. 2011-12-10 01:00:04 [INFO] [MCBans] Mr_Crusoe has connected!
  316. 2011-12-10 01:00:05 [INFO] Creating empty config: /home/minecraft/plugins/Essentials/userdata/mr_crusoe.yml
  317. 2011-12-10 01:00:08 [INFO] Mr_Crusoe [/85.223.122.72:52769] logged in with entity id 62446 at ([world] 2184.7840110958605, 67.0, 941.6347349853316)
  318. 2011-12-10 01:00:12 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  319. 2011-12-10 01:00:15 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  320. 2011-12-10 01:00:20 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  321. 2011-12-10 01:00:24 [INFO] [g] Mr_Crusoe: hi
  322. 2011-12-10 01:00:25 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  323. 2011-12-10 01:00:32 [INFO] [g] whitest0rm: hey mate
  324. 2011-12-10 01:00:32 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  325. 2011-12-10 01:00:37 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  326. 2011-12-10 01:00:43 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  327. 2011-12-10 01:00:46 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  328. 2011-12-10 01:01:20 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  329. 2011-12-10 01:01:22 [INFO] Connection reset
  330. 2011-12-10 01:01:22 [INFO] Mr_Crusoe lost connection: disconnect.quitting
  331. 2011-12-10 01:01:22 [INFO] [MCBans] Mr_Crusoe has disconnected!
  332. 2011-12-10 01:01:32 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  333. 2011-12-10 01:01:37 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  334. 2011-12-10 01:01:43 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  335. 2011-12-10 01:01:49 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  336. 2011-12-10 01:02:01 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  337. 2011-12-10 01:02:05 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  338. 2011-12-10 01:02:16 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  339. 2011-12-10 01:03:11 [INFO] [MCBans] Mr_Crusoe has connected!
  340. 2011-12-10 01:03:11 [INFO] Mr_Crusoe [/85.223.122.72:52796] logged in with entity id 66432 at ([world] 2137.1549409719946, 66.5, 977.9843332625464)
  341. 2011-12-10 01:04:55 [INFO] [PLAYER_COMMAND] Mr_Crusoe: /home
  342. 2011-12-10 01:05:05 [INFO] [PLAYER_COMMAND] Mr_Crusoe: /back
  343. 2011-12-10 01:08:18 [INFO] [MCBans] lcbg93 has connected!
  344. 2011-12-10 01:08:18 [INFO] lcbg93 [/212.10.136.45:64716] logged in with entity id 70608 at ([world] 2089.21875, 65.4375, -343.875)
  345. 2011-12-10 01:08:29 [INFO] Connection reset
  346. 2011-12-10 01:08:29 [INFO] lcbg93 lost connection: disconnect.quitting
  347. 2011-12-10 01:08:29 [INFO] [MCBans] lcbg93 has disconnected!
  348. 2011-12-10 01:08:32 [INFO] [PLAYER_COMMAND] whitest0rm: /home
  349. 2011-12-10 01:08:41 [INFO] [MCBans] lcbg93 has connected!
  350. 2011-12-10 01:08:41 [INFO] lcbg93 [/212.10.136.45:64737] logged in with entity id 71425 at ([world] 2090.456769740614, 66.2000000481643, -343.92984064728773)
  351. 2011-12-10 01:08:41 [INFO] Connection reset
  352. 2011-12-10 01:08:41 [INFO] whitest0rm lost connection: disconnect.quitting
  353. 2011-12-10 01:08:41 [INFO] [MCBans] whitest0rm has disconnected!
  354. 2011-12-10 01:08:55 [INFO] [g] Mr_Crusoe: hi
  355. 2011-12-10 01:09:04 [INFO] [PLAYER_COMMAND] Mr_Crusoe: /home
  356. 2011-12-10 01:09:15 [INFO] [PLAYER_COMMAND] Mr_Crusoe: /spawn
  357. 2011-12-10 01:09:48 [INFO] [g] lcbg93: hello
  358. 2011-12-10 01:09:51 [INFO] [g] lcbg93: meh
  359. 2011-12-10 01:10:02 [INFO] [g] lcbg93: Don't think most plugins support bukkit 1567
  360. 2011-12-10 01:10:21 [INFO] [g] Mr_Crusoe: so what will you do now?
  361. 2011-12-10 01:10:28 [INFO] [g] lcbg93: idk atm.
  362. 2011-12-10 01:10:40 [INFO] [g] lcbg93: Need to get worldedit and worldguard to work.
  363. 2011-12-10 01:11:03 [INFO] [g] lcbg93: So I can turn firespread off etc.
  364. 2011-12-10 01:11:12 [INFO] [g] Mr_Crusoe: isnt it just the same as the old server?
  365. 2011-12-10 01:11:22 [INFO] [g] lcbg93: Old server had bukkit 1554 or something
  366. 2011-12-10 01:11:47 [INFO] [g] Mr_Crusoe: you cant install a older version of bukkit?
  367. 2011-12-10 01:11:58 [INFO] [g] lcbg93: Yeah I can.
  368. 2011-12-10 01:12:14 [INFO] [g] lcbg93: asd
  369. 2011-12-10 01:12:14 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  370. 2011-12-10 01:13:40 [INFO] /85.223.122.72:52869 lost connection
  371. 2011-12-10 01:13:40 [INFO] /212.10.136.45:64830 lost connection
  372. 2011-12-10 01:13:40 [INFO] Mr_Crusoe lost connection: disconnect.endOfStream
  373. 2011-12-10 01:13:55 [INFO] [g] lcbg93: hm
  374. 2011-12-10 01:13:55 [INFO] [g] lcbg93: waaaaaaaaaaaaaaaaat
  375. 2011-12-10 01:13:55 [INFO] lcbg93 lost connection: disconnect.endOfStream
  376. 2011-12-10 01:13:55 [INFO] [MCBans] Mr_Crusoe has disconnected!
  377. 2011-12-10 01:13:55 [INFO] [MCBans] lcbg93 has disconnected!
  378. 2011-12-10 01:13:59 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  379. 2011-12-10 01:14:38 [INFO] [MCBans] Mr_Crusoe has connected!
  380. 2011-12-10 01:14:38 [INFO] Mr_Crusoe [/85.223.122.72:52909] logged in with entity id 80727 at ([world] 1788.300000011921, 72.0, -335.99017178432354)
  381. 2011-12-10 01:15:07 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  382. 2011-12-10 01:15:12 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  383. 2011-12-10 01:15:17 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  384. 2011-12-10 01:15:23 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  385. 2011-12-10 01:15:39 [INFO] [PLAYER_COMMAND] Mr_Crusoe: /back
  386. 2011-12-10 01:15:44 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  387. 2011-12-10 01:15:49 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  388. 2011-12-10 01:16:18 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  389. 2011-12-10 01:16:23 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  390. 2011-12-10 01:16:30 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  391. 2011-12-10 01:16:47 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  392. 2011-12-10 01:16:53 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  393. 2011-12-10 01:17:11 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  394. 2011-12-10 01:17:16 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  395. 2011-12-10 01:17:28 [INFO] [MCBans] lcbg93 has connected!
  396. 2011-12-10 01:17:28 [INFO] lcbg93 [/212.10.136.45:65006] logged in with entity id 84266 at ([world] 2195.0688121515914, 69.7488038054543, -340.7581543698134)
  397. 2011-12-10 01:17:51 [INFO] [g] lcbg93: ._.
  398. 2011-12-10 01:17:56 [INFO] [PLAYER_COMMAND] lcbg93: /tp crusoe
  399. 2011-12-10 01:18:05 [INFO] [PLAYER_COMMAND] lcbg93: /gamemode mr_crusoe
  400. 2011-12-10 01:18:12 [INFO] [g] Mr_Crusoe: :D
  401. 2011-12-10 01:18:16 [INFO] [g] lcbg93: Told you I would sponser it :D
  402. 2011-12-10 01:18:35 [INFO] [g] Mr_Crusoe: tanx man :)
  403. 2011-12-10 01:20:00 [INFO] [g] Mr_Crusoe: what do you think so far?
  404. 2011-12-10 01:21:40 [INFO] [g] lcbg93: It's nice
  405. 2011-12-10 01:21:45 [INFO] [PLAYER_COMMAND] lcbg93: /invsee crusoe
  406. 2011-12-10 01:21:48 [INFO] [PLAYER_COMMAND] lcbg93: /invsee
  407. 2011-12-10 01:21:51 [INFO] [PLAYER_COMMAND] lcbg93: /tp crusoe
  408. 2011-12-10 01:27:23 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  409. 2011-12-10 01:28:08 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  410. 2011-12-10 01:28:27 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  411. 2011-12-10 01:29:02 [INFO] [MCBans] JoshXy1 has connected!
  412. 2011-12-10 01:29:03 [INFO] JoshXy1 [/90.213.77.246:50270] logged in with entity id 97696 at ([world] 2317.0546356407244, 67.0, 951.0210020275616)
  413. 2011-12-10 01:29:12 [INFO] Connection reset
  414. 2011-12-10 01:29:12 [INFO] JoshXy1 lost connection: disconnect.quitting
  415. 2011-12-10 01:29:12 [INFO] [MCBans] JoshXy1 has disconnected!
  416. 2011-12-10 01:30:07 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  417. 2011-12-10 01:30:20 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  418. 2011-12-10 01:30:30 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  419. 2011-12-10 01:30:35 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  420. 2011-12-10 01:30:40 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  421. 2011-12-10 01:30:54 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  422. 2011-12-10 01:30:59 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  423. 2011-12-10 01:31:06 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  424. 2011-12-10 01:31:11 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  425. 2011-12-10 01:31:33 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  426. 2011-12-10 01:31:43 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  427. 2011-12-10 01:31:55 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  428. 2011-12-10 01:32:00 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  429. 2011-12-10 01:32:05 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  430. 2011-12-10 01:32:10 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  431. 2011-12-10 01:32:15 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  432. 2011-12-10 01:38:40 [INFO] [g] lcbg93: damn progress
  433. 2011-12-10 01:38:56 [INFO] [g] Mr_Crusoe: what progress?
  434. 2011-12-10 01:39:00 [INFO] [g] lcbg93: your
  435. 2011-12-10 01:39:06 [INFO] [g] Mr_Crusoe: ah right :P
  436. 2011-12-10 01:42:36 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  437. 2011-12-10 01:42:59 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  438. 2011-12-10 01:43:32 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  439. 2011-12-10 01:43:40 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  440. 2011-12-10 01:45:07 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  441. 2011-12-10 01:45:13 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  442. 2011-12-10 01:45:23 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  443. 2011-12-10 01:46:26 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  444. 2011-12-10 01:46:32 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  445. 2011-12-10 01:46:36 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  446. 2011-12-10 01:46:43 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  447. 2011-12-10 01:46:47 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  448. 2011-12-10 01:46:58 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  449. 2011-12-10 01:47:04 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  450. 2011-12-10 01:47:09 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  451. 2011-12-10 01:50:09 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
Add Comment
Please, Sign In to add comment