Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2015
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 110.67 KB | None | 0 0
  1. [02:37:16] [Server thread/INFO]: Starting minecraft server version 1.8
  2. [02:37:16] [Server thread/INFO]: Loading properties
  3. [02:37:16] [Server thread/INFO]: Default game type: SURVIVAL
  4. [02:37:16] [Server thread/INFO]: Generating keypair
  5. [02:37:16] [Server thread/INFO]: Starting Minecraft server on *:40906
  6. [02:37:16] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-15e81cf (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
  7. [02:37:17] [Server thread/ERROR]: Ambiguous plugin name `EssentialsXMPP' for files `plugins/EssentialsXMPP-2.x-SNAPSHOT.jar' and `plugins/original-EssentialsXMPP-2.x-SNAPSHOT.jar' in `plugins'
  8. [02:37:17] [Server thread/ERROR]: Could not load 'plugins/EssentialsGroupManager.jar' in folder 'plugins'
  9. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  10. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:152) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  11. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  12. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:288) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  13. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.<init>(CraftServer.java:250) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  14. at net.minecraft.server.v1_8_R1.PlayerList.<init>(PlayerList.java:69) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  15. at net.minecraft.server.v1_8_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  16. at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:133) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  17. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:473) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  18. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  19. Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
  20. ... 9 more
  21. [02:37:17] [Server thread/ERROR]: Ambiguous plugin name `Votifier' for files `plugins/votifier-1.9.jar' and `plugins/Votifier.jar' in `plugins'
  22. [02:37:17] [Server thread/ERROR]: Could not load 'plugins/TinyProtocol.jar' in folder 'plugins'
  23. org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Cannot find field with type class java.lang.String
  24. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  25. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  26. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  27. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:288) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  28. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.<init>(CraftServer.java:250) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  29. at net.minecraft.server.v1_8_R1.PlayerList.<init>(PlayerList.java:69) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  30. at net.minecraft.server.v1_8_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  31. at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:133) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  32. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:473) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  33. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  34. Caused by: java.lang.IllegalArgumentException: Cannot find field with type class java.lang.String
  35. at com.comphenix.tinyprotocol.Reflection.getField(Reflection.java:177) ~[?:?]
  36. at com.comphenix.tinyprotocol.Reflection.getField(Reflection.java:175) ~[?:?]
  37. at com.comphenix.tinyprotocol.Reflection.getField(Reflection.java:121) ~[?:?]
  38. at com.comphenix.tinyprotocol.ExamplePlugin.<init>(ExamplePlugin.java:24) ~[?:?]
  39. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_79]
  40. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_79]
  41. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_79]
  42. at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_79]
  43. at java.lang.Class.newInstance(Class.java:379) ~[?:1.7.0_79]
  44. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:52) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  45. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  46. ... 9 more
  47. [02:37:17] [Server thread/INFO]: [JoinMessagePlus] Loading JoinMessagePlus v2.0
  48. [02:37:17] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.1.31 (Phoenix)
  49. [02:37:17] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  50. [02:37:17] [Server thread/INFO]: [Vault] Loading Vault v1.5.3-b37
  51. [02:37:17] [Server thread/INFO]: [CS-CoreLib] Loading CS-CoreLib v1.1.14
  52. [02:37:17] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  53. [02:37:17] [Server thread/INFO]: [AJB] Loading AntiJoinBot v5.0
  54. [02:37:17] [Server thread/INFO]: [ClearChat] Loading ClearChat v1
  55. [02:37:17] [Server thread/INFO]: [CmdSpy] Loading CmdSpy v1.1
  56. [02:37:17] [Server thread/INFO]: [GlobalMute] Loading GlobalMute v1
  57. [02:37:17] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.11.3
  58. [02:37:17] [Server thread/INFO]: [LibelulaProtectionBlocks] Loading LibelulaProtectionBlocks v2.0.10 Release
  59. [02:37:17] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.8.11-hack
  60. [02:37:17] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.8.2
  61. [02:37:17] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.4-SNAPSHOT-b175
  62. [02:37:17] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  63. [02:37:17] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
  64. [02:37:17] [Server thread/INFO]: [BypassSlots] Loading BypassSlots v1.2
  65. [02:37:17] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.03-SNAPSHOT-b52
  66. [02:37:17] [Server thread/INFO]: [SimpleClans] Loading SimpleClans v2.5.3
  67. [02:37:17] [Server thread/INFO]: [GAListener] Loading GAListener v1.3.1
  68. [02:37:17] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  69. [02:37:17] [Server thread/INFO]: [QuickShop] Loading QuickShop v0.9.1
  70. [02:37:17] [Server thread/INFO]: [KillRewards] Loading KillRewards v1.0.7
  71. [02:37:17] [Server thread/INFO]: [EssentialsXMPP] Loading EssentialsXMPP vTeamCity
  72. [02:37:17] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.11.1-RC-sMD5NET-b743
  73. [02:37:17] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
  74. [02:37:17] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  75. [02:37:17] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v10.3.4
  76. [02:37:17] [Server thread/INFO]: [ScoreboardStats] Loading ScoreboardStats v0.9.1
  77. [02:37:17] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vTeamCity
  78. [02:37:17] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v2.7.2-bukkit
  79. [02:37:17] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.0-SNAPSHOT
  80. [02:37:17] [Server thread/INFO]: [TitleManager] Loading TitleManager v1.5.11
  81. [02:37:17] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  82. [02:37:17] [Server thread/INFO]: [Vault] Enabling Vault v1.5.3-b37
  83. [02:37:17] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  84. [02:37:17] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
  85. [02:37:17] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  86. [02:37:17] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
  87. [02:37:17] [Server thread/INFO]: [Vault] Enabled Version 1.5.3-b37
  88. [02:37:17] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.4-SNAPSHOT-b175
  89. [02:37:17] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  90. [02:37:17] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.03-SNAPSHOT-b52
  91. [02:37:18] [Server thread/WARN]: [mcMMO] NoCheatPlus plugin found, but CompatNoCheatPlus was not found!
  92. [02:37:18] [Server thread/WARN]: [mcMMO] mcMMO will not work properly alongside NoCheatPlus without CompatNoCheatPlus
  93. [02:37:18] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v10.3.4
  94. [02:37:18] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  95. [02:37:18] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  96. [02:37:18] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  97. [02:37:18] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  98. [02:37:18] [Server thread/INFO]: Preparing level "world"
  99. [02:37:18] [Server thread/INFO]: Preparing start region for level 0 (Seed: 5615466972530793672)
  100. [02:37:22] [Server thread/INFO]: Preparing spawn area: 0%
  101. [02:37:23] [Server thread/INFO]: Preparing start region for level 1 (Seed: 5615466972530793672)
  102. [02:37:23] [Server thread/INFO]: Preparing start region for level 2 (Seed: 5615466972530793672)
  103. [02:37:24] [Server thread/INFO]: [JoinMessagePlus] Enabling JoinMessagePlus v2.0
  104. [02:37:24] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.1.31 (Phoenix)
  105. [02:37:24] [Server thread/INFO]: GroupManager - INFO - World Found: world
  106. [02:37:24] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
  107. [02:37:24] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  108. [02:37:24] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
  109. [02:37:24] [Server thread/INFO]: GroupManager version 2.1.31 (Phoenix) is enabled!
  110. [02:37:24] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
  111. [02:37:24] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
  112. [02:37:24] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  113. [02:37:24] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  114. [02:37:24] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R1 as the Bukkit adapter
  115. [02:37:24] [Server thread/INFO]: [CS-CoreLib] Enabling CS-CoreLib v1.1.14
  116. [02:37:24] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  117. [02:37:24] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  118. [02:37:24] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  119. [02:37:24] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  120. [02:37:24] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  121. [02:37:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  122. [02:37:24] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  123. [02:37:24] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  124. [02:37:24] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  125. [02:37:24] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  126. [02:37:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  127. [02:37:24] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  128. [02:37:24] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  129. [02:37:24] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  130. [02:37:24] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  131. [02:37:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  132. [02:37:24] [Server thread/INFO]: [WorldGuard] Loading region data...
  133. [02:37:24] [Server thread/INFO]: [AJB] Enabling AntiJoinBot v5.0
  134. [02:37:24] [Server thread/INFO]: AntiJoinBot enabled in 60 seconds
  135. [02:37:24] [Server thread/INFO]: [AJB] Loaded: 5854 IP's
  136. [02:37:24] [Server thread/INFO]: [AJB] Loaded: 4 User's
  137. [02:37:25] [Server thread/INFO]: [AJB] Downloading Blacklist...
  138. [02:37:25] [Server thread/INFO]: [AJB] Blacklist successfully Downloaded
  139. [02:37:25] [Server thread/INFO]: [ClearChat] Enabling ClearChat v1
  140. [02:37:25] [Server thread/INFO]: [ClearChat] Plugin Is now working!
  141. [02:37:25] [Server thread/INFO]: [CmdSpy] Enabling CmdSpy v1.1
  142. [02:37:25] [Server thread/INFO]: [CmdSpy] Enable
  143. [02:37:25] [Server thread/INFO]: [GlobalMute] Enabling GlobalMute v1
  144. [02:37:25] [Server thread/INFO]: [GlobalMute] §bPlugin Is now working!
  145. [02:37:25] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.11.3
  146. [02:37:25] [Server thread/INFO]: CoreProtect version 2.11.3 is enabled!
  147. [02:37:25] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  148. [02:37:25] [Server thread/INFO]: [LibelulaProtectionBlocks] Enabling LibelulaProtectionBlocks v2.0.10 Release
  149. [02:37:25] [Server thread/INFO]: [LibelulaProtectionBlocks] English language has been selected.
  150. [02:37:26] [Server thread/INFO]: [CombatLog] Enabling CombatLog v1.8.11-hack
  151. [02:37:26] [Server thread/INFO]: [CombatLog] Loading messages.properties.
  152. [02:37:26] [Server thread/INFO]: [CombatLog] Loading config.yml.
  153. [02:37:26] [Server thread/INFO]: [CombatLog] DisguiseCraft plugin not found! Disguise removal will not work.
  154. [02:37:26] [Server thread/INFO]: [CombatLog] Factions plugin not found! Safezone untagging will not work.
  155. [02:37:26] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11-hack Enabled.
  156. [02:37:27] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.8.2
  157. [02:37:27] [Server thread/INFO]: [ClearLag] Loading modules...
  158. [02:37:27] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  159. [02:37:27] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  160. [02:37:27] [Thread-12/INFO]: [ClearLag] Checking for updates...
  161. [02:37:27] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  162. [02:37:27] [Server thread/INFO]: [Votifier] Votifier enabled.
  163. [02:37:27] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
  164. [02:37:27] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
  165. [02:37:27] [Thread-12/INFO]: [ClearLag] No updates found!
  166. [02:37:27] [Server thread/INFO]: [BypassSlots] Enabling BypassSlots v1.2
  167. [02:37:27] [Server thread/INFO]: BypassSlots Works/dziala
  168. [02:37:27] [Server thread/INFO]: [SimpleClans] Enabling SimpleClans v2.5.3
  169. [02:37:27] [Server thread/INFO]: [SimpleClans] Version 2.5.3 loaded
  170. [02:37:27] [Server thread/INFO]: [SimpleClans] SQLite Connection successful
  171. [02:37:27] [Server thread/INFO]: [SimpleClans] Purging clan: wtf
  172. [02:37:27] [Server thread/INFO]: [SimpleClans] Purging clan: darks
  173. [02:37:27] [Server thread/INFO]: [SimpleClans] Purging clan: Help Noobs To Survive
  174. [02:37:27] [Server thread/INFO]: [SimpleClans] Purging clan: ClanSkidZ
  175. [02:37:27] [Server thread/INFO]: [SimpleClans] Purging clan: plas
  176. [02:37:27] [Server thread/INFO]: [SimpleClans] Clans: 15
  177. [02:37:27] [Server thread/INFO]: [SimpleClans] Clan players: 141
  178. [02:37:28] [Server thread/INFO]: [SimpleClans] Modo Multithreading: false
  179. [02:37:28] [Server thread/INFO]: [SimpleClans] Modo BungeeCord: false
  180. [02:37:29] [Thread-9/INFO]: --------------------
  181. [02:37:29] [Thread-9/INFO]: [CoreProtect] Version 2.12.0 now available.
  182. [02:37:29] [Thread-9/INFO]: [CoreProtect] Download: Type "/co version" in-game.
  183. [02:37:29] [Thread-9/INFO]: --------------------
  184. [02:37:29] [Thread-9/INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
  185. [02:37:29] [Thread-9/INFO]: --------------------
  186. [02:37:32] [Server thread/INFO]: [GAListener] Enabling GAListener v1.3.1
  187. [02:37:32] [Server thread/INFO]: [GAListener] GAListener v1.3.1 Enabled
  188. [02:37:32] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  189. [02:37:32] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  190. [02:37:32] [Server thread/INFO]: git-Bukkit-15e81cf (MC: 1.8)
  191. [02:37:32] [Server thread/INFO]: 1.8-R0.1-SNAPSHOT
  192. [02:37:32] [Server thread/INFO]: Using locale en_US
  193. [02:37:32] [Server thread/INFO]: Using locale en_US
  194. [02:37:32] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  195. [02:37:32] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
  196. [02:37:32] [Server thread/INFO]: [QuickShop] Enabling QuickShop v0.9.1
  197. [02:37:32] [Server thread/INFO]: [QuickShop] Starting item scheduler
  198. [02:37:32] [Server thread/INFO]: [QuickShop] Limit cfg found...
  199. [02:37:32] [Server thread/INFO]: [QuickShop] Limits.use: false
  200. [02:37:32] [Server thread/INFO]: [QuickShop] {quickshop.vip=20, quickshop=0}
  201. [02:37:32] [Server thread/INFO]: [QuickShop] Loading shops from database...
  202. [02:37:33] [Server thread/INFO]: [QuickShop] Loaded 57 shops.
  203. [02:37:33] [Server thread/INFO]: Cleaning purchase messages from database that are over a week old...
  204. [02:37:33] [Server thread/INFO]: [QuickShop] Registering Listeners
  205. [02:37:33] [Server thread/INFO]: [QuickShop] QuickShop loaded!
  206. [02:37:34] [Server thread/INFO]: [KillRewards] Enabling KillRewards v1.0.7
  207. [02:37:34] [Server thread/INFO]: [EssentialsXMPP] Enabling EssentialsXMPP vTeamCity
  208. [02:37:34] [Server thread/WARN]: config broken for xmpp
  209. [02:37:34] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.11.1-RC-sMD5NET-b743
  210. [02:37:34] [Server thread/WARN]: [NoCheatPlus] Check for updates and support at BukkitDev: http://dev.bukkit.org/server-mods/nocheatplus/
  211. [02:37:34] [Server thread/WARN]: [NoCheatPlus] Development builds (unsupported by the Bukkit Staff, at your own risk): http://ci.md-5.net/job/NoCheatPlus/changes
  212. [02:37:34] [Server thread/WARN]: [NoCheatPlus] Could not set up native access for the server-mod (git-Bukkit-15e81cf (MC: 1.8)). Please check for updates and consider to request support.
  213. [02:37:34] [Server thread/WARN]: [NoCheatPlus] Bukkit-API-only access: Some features will likely not function properly, performance might suffer.
  214. [02:37:34] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.6|1.4.7|1.5.x|1.6.x|1.7.x / Bukkit-API
  215. [02:37:34] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  216. [02:37:34] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  217. [02:37:34] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  218. [02:37:34] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  219. [02:37:34] [Server thread/INFO]: Adding packet level hooks for ProtocolLib (MC 1.8.0)...
  220. [02:37:34] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: FlyingFrequency | SoundDistance
  221. [02:37:34] [Server thread/INFO]: [NoCheatPlus] Version 3.11.1-RC-sMD5NET-b743 is enabled.
  222. [02:37:46] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
  223. [02:37:46] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  224. [02:37:46] [Server thread/INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.9.1
  225. [02:37:46] [Server thread/INFO]: [ScoreboardStats] Registered replacers: [VaultVariables, SimpleClansVariables, PlayerPingVariable, BukkitGlobalVariables, McmmoVariables, GeneralVariables, BukkitVariables]
  226. [02:37:47] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild vTeamCity
  227. [02:37:47] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v2.7.2-bukkit
  228. [02:37:47] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.3 or above found, enabling version 2 XP handling.
  229. [02:37:47] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.7.2 or above found, enabling version 2 log handling.
  230. [02:37:47] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.7.10 or above found, enabling version 2 player handling.
  231. [02:37:47] [Server thread/INFO]: [EnjinMinecraftPlugin] Couldn't find the TuxTwoLib plugin. Only able to give items to online players only.
  232. [02:37:47] [Server thread/INFO]: [Enjin Minecraft Plugin] Votifier plugin found, enabling Votifier support.
  233. [02:37:50] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.0-SNAPSHOT
  234. [02:37:50] [Server thread/INFO]: [AuthMe] Loading Configuration File...
  235. [02:37:50] [Server thread/INFO]: [AuthMe] Set Language: en
  236. [02:37:50] [Server thread/INFO]: [AuthMe] Metrics started successfully!
  237. [02:37:50] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with GroupManager system
  238. [02:37:50] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
  239. [02:37:50] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
  240. [02:37:50] [Server thread/INFO]: [AuthMe] [LICENSE] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
  241. [02:37:50] [Server thread/INFO]: [AuthMe] AuthMe hook perfectly with server hosting VERYGAMES
  242. [02:37:50] [Server thread/INFO]: [AuthMe] Authme 5.0-SNAPSHOT enabled
  243. [02:37:54] [Server thread/INFO]: [TitleManager] Enabling TitleManager v1.5.11
  244. [02:37:54] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  245. [02:37:54] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  246. [02:37:58] [Server thread/INFO]: Done (40.128s)! For help, type "help" or "?"
  247. [02:37:58] [Server thread/INFO]: Starting GS4 status listener
  248. [02:37:58] [Query Listener #1/INFO]: Query running on 0.0.0.0:40906
  249. [02:37:59] [pool-3-thread-3/INFO]: [TitleManager] Searching for updates.
  250. [02:37:59] [pool-3-thread-9/INFO]: [GAListener] Connection established!
  251. [02:37:59] [pool-3-thread-9/INFO]: [GAListener] Loading queued votes
  252. [02:37:59] [pool-3-thread-9/INFO]: [GAListener] Loaded 7 queued votes
  253. [02:37:59] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  254. [02:37:59] [pool-3-thread-3/INFO]: [TitleManager] No update was found.
  255. [02:38:05] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  256. [02:38:05] [pool-3-thread-5/INFO]: [mcMMO] Cleaned backup files. Deleted 1 of 6 files.
  257. [02:38:05] [Server thread/WARN]: [NoCheatPlus] The block breaking data is incomplete, default to allow instant breaking:
  258. [02:38:05] [Server thread/WARN]: --- Missing entries -------------------------------
  259. [02:38:05] [Server thread/WARN]: * MISSING 165(SLIME_BLOCK / SOLID+GROUND)
  260. [02:38:05] [Server thread/WARN]: * MISSING 166(BARRIER / SOLID+GROUND)
  261. [02:38:05] [Server thread/WARN]: * MISSING 167(IRON_TRAPDOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  262. [02:38:05] [Server thread/WARN]: * MISSING 168(PRISMARINE / SOLID+GROUND)
  263. [02:38:05] [Server thread/WARN]: * MISSING 169(SEA_LANTERN / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  264. [02:38:05] [Server thread/WARN]: * MISSING 176(STANDING_BANNER / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  265. [02:38:05] [Server thread/WARN]: * MISSING 177(WALL_BANNER / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  266. [02:38:05] [Server thread/WARN]: * MISSING 178(DAYLIGHT_DETECTOR_INVERTED / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  267. [02:38:05] [Server thread/WARN]: * MISSING 179(RED_SANDSTONE / SOLID+GROUND)
  268. [02:38:05] [Server thread/WARN]: * MISSING 180(RED_SANDSTONE_STAIRS / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  269. [02:38:05] [Server thread/WARN]: * MISSING 181(DOUBLE_STONE_SLAB2 / SOLID+GROUND)
  270. [02:38:05] [Server thread/WARN]: * MISSING 182(STONE_SLAB2 / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  271. [02:38:05] [Server thread/WARN]: * MISSING 183(SPRUCE_FENCE_GATE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  272. [02:38:05] [Server thread/WARN]: * MISSING 184(BIRCH_FENCE_GATE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  273. [02:38:05] [Server thread/WARN]: * MISSING 185(JUNGLE_FENCE_GATE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  274. [02:38:05] [Server thread/WARN]: * MISSING 186(DARK_OAK_FENCE_GATE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  275. [02:38:05] [Server thread/WARN]: * MISSING 187(ACACIA_FENCE_GATE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  276. [02:38:05] [Server thread/WARN]: * MISSING 188(SPRUCE_FENCE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  277. [02:38:05] [Server thread/WARN]: * MISSING 189(BIRCH_FENCE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  278. [02:38:05] [Server thread/WARN]: * MISSING 190(JUNGLE_FENCE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  279. [02:38:05] [Server thread/WARN]: * MISSING 191(DARK_OAK_FENCE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  280. [02:38:05] [Server thread/WARN]: * MISSING 192(ACACIA_FENCE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  281. [02:38:05] [Server thread/WARN]: * MISSING 193(SPRUCE_DOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  282. [02:38:05] [Server thread/WARN]: * MISSING 194(BIRCH_DOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  283. [02:38:05] [Server thread/WARN]: * MISSING 195(JUNGLE_DOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  284. [02:38:05] [Server thread/WARN]: * MISSING 196(ACACIA_DOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  285. [02:38:05] [Server thread/WARN]: * MISSING 197(DARK_OAK_DOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  286. [02:38:05] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
  287. [02:38:05] [pool-3-thread-1/INFO]: [Vault] Checking for Updates ...
  288. [02:38:06] [Server thread/INFO]: [+] TheGreekSter has join the server.
  289. [02:38:06] [Server thread/INFO]: TheGreekSter[/77.49.73.235:63501] logged in with entity id 242 at ([world] 100670.97989813314, 64.0, 100024.90601473053)
  290. [02:38:06] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 7255ms behind, skipping 145 tick(s)
  291. [02:38:06] [pool-3-thread-4/INFO]: [GAListener] Player: TheGreekSter has 21 votes
  292. [02:38:06] [Server thread/WARN]: [Essentials] Task #94 for Essentials vTeamCity generated an exception
  293. java.lang.NullPointerException
  294. at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:176) ~[?:?]
  295. at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:123) ~[?:?]
  296. at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:35) ~[?:?]
  297. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  298. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  299. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  300. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  301. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  302. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  303. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  304. [02:38:06] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #78 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  305. java.lang.NullPointerException
  306. at me.libelula.pb.Main$2.run(Main.java:189) ~[?:?]
  307. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  308. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  309. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  310. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  311. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  312. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  313. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  314. [02:38:06] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #73 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  315. java.lang.NullPointerException
  316. at me.libelula.pb.Main$2.run(Main.java:189) ~[?:?]
  317. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  318. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  319. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  320. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  321. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  322. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  323. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  324. [02:38:06] [Thread-20/INFO]: [CS-CoreLib - Updater] CS-CoreLib is up to date!
  325. [02:38:06] [pool-3-thread-1/WARN]: [Vault] Stable Version: 1.5.6 is out! You are still running version: 1.5.3
  326. [02:38:06] [pool-3-thread-1/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
  327. [02:38:06] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #74 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  328. java.lang.NullPointerException
  329. at me.libelula.pb.Main$2.run(Main.java:189) ~[?:?]
  330. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  331. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  332. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  333. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  334. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  335. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  336. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  337. [02:38:06] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #75 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  338. java.lang.NullPointerException
  339. at me.libelula.pb.Main$2.run(Main.java:189) ~[?:?]
  340. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  341. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  342. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  343. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  344. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  345. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  346. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  347. [02:38:06] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #76 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  348. java.lang.NullPointerException
  349. at me.libelula.pb.Main$2.run(Main.java:189) ~[?:?]
  350. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  351. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  352. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  353. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  354. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  355. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  356. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  357. [02:38:06] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #77 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  358. java.lang.NullPointerException
  359. at me.libelula.pb.Main$2.run(Main.java:189) ~[?:?]
  360. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  361. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  362. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  363. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  364. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  365. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  366. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  367. [02:38:06] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #82 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  368. java.lang.NullPointerException
  369. at me.libelula.pb.Main$2.run(Main.java:189) ~[?:?]
  370. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  371. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  372. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  373. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  374. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  375. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  376. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  377. [02:38:06] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #79 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  378. java.lang.NullPointerException
  379. at me.libelula.pb.Main$2.run(Main.java:189) ~[?:?]
  380. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  381. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  382. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  383. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  384. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  385. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  386. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  387. [02:38:06] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #81 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  388. java.lang.NullPointerException
  389. at me.libelula.pb.Main$2.run(Main.java:189) ~[?:?]
  390. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  391. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  392. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  393. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  394. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  395. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  396. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  397. [02:38:06] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #83 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  398. java.lang.NullPointerException
  399. at me.libelula.pb.Main$2.run(Main.java:189) ~[?:?]
  400. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  401. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  402. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  403. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  404. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  405. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  406. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  407. [02:38:06] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #80 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  408. java.lang.NullPointerException
  409. at me.libelula.pb.Main$2.run(Main.java:189) ~[?:?]
  410. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  411. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  412. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  413. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  414. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  415. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  416. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  417. [02:38:07] [Server thread/INFO]: [Libelula PB] Vault plugin successfully hooked.
  418. [02:38:07] [Server thread/INFO]: [Libelula PB] Shop functionality enabled.
  419. [02:38:11] [Server thread/INFO]: [ScoreboardStats] Cannot find variable with name: (killstreak) Maybe you misspelled it or the replacer isnt available yet
  420. [02:38:17] [Server thread/INFO]: [+] Jnxd_ has join the server.
  421. [02:38:17] [Server thread/INFO]: Jnxd_[/5.54.128.48:1598] logged in with entity id 591 at ([world] 100676.04184363136, 66.875, 100040.6931536206)
  422. [02:38:17] [pool-3-thread-10/INFO]: [GAListener] Player: Jnxd_ has 68 votes
  423. [02:38:17] [Server thread/WARN]: [Essentials] Task #116 for Essentials vTeamCity generated an exception
  424. java.lang.NullPointerException
  425. at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:181) ~[?:?]
  426. at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:123) ~[?:?]
  427. at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:35) ~[?:?]
  428. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  429. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  430. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  431. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  432. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  433. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  434. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  435. [02:38:19] [pool-3-thread-1/INFO]: [AuthMe] TheGreekSter logged in!
  436. [02:38:26] [pool-3-thread-10/INFO]: [AuthMe] Jnxd_ logged in!
  437. [02:38:32] [Server thread/INFO]: Jnxd_ issued server command: /cmdspy
  438. [02:38:40] [Server thread/INFO]: TheGreekSter issued server command: /gm c
  439. [02:38:40] [Server thread/INFO]: §cTheGreekSter §4was denied access to command.
  440. [02:38:58] [Server thread/INFO]: Jnxd_ issued server command: /tps
  441. [02:39:00] [Server thread/INFO]: TheGreekSter issued server command: /gm c
  442. [02:39:00] [Server thread/INFO]: §cTheGreekSter §4was denied access to command.
  443. [02:39:04] [pool-3-thread-10/INFO]: AntiJoinBot is enabled
  444. [02:39:05] [Server thread/INFO]: Jnxd_ issued server command: /tps
  445. [02:39:07] [Server thread/INFO]: Jnxd_ issued server command: /tps
  446. [02:39:14] [Server thread/INFO]: Jnxd_ issued server command: /tps
  447. [02:39:16] [Server thread/INFO]: Jnxd_ issued server command: /tps
  448. [02:39:20] [Server thread/INFO]: Jnxd_ issued server command: /tps
  449. [02:39:27] [Server thread/INFO]: Jnxd_ issued server command: /tps
  450. [02:39:31] [Server thread/INFO]: Jnxd_ issued server command: /op TheGreekSter
  451. [02:39:31] [Server thread/INFO]: [Jnxd_: Opped TheGreekSter]
  452. [02:39:36] [Server thread/INFO]: TheGreekSter issued server command: /gm c
  453. [02:39:39] [Server thread/INFO]: <[Member]TheGreekSter> dsada
  454. [02:39:58] [Server thread/INFO]: GL.< [Owner]Jinxed> manuadd TheGreekSter admin
  455. [02:40:20] [Server thread/INFO]: Jnxd_ issued server command: /cmdspy
  456. [02:40:23] [Server thread/INFO]: Jnxd_ issued server command: /cmdspy
  457. [02:40:48] [Server thread/INFO]: [+] Eleni97 has join the server.
  458. [02:40:48] [Server thread/INFO]: Eleni97[/193.92.31.203:46766] logged in with entity id 1280 at ([world] -32.64311145210912, 58.57077008343704, 19.433519058363533)
  459. [02:40:48] [pool-3-thread-1/INFO]: [GAListener] Player: Eleni97 has 11 votes
  460. [02:40:48] [Server thread/WARN]: [Essentials] Task #334 for Essentials vTeamCity generated an exception
  461. java.lang.NullPointerException
  462. at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:181) ~[?:?]
  463. at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:123) ~[?:?]
  464. at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:35) ~[?:?]
  465. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  466. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  467. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  468. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  469. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  470. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  471. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  472. [02:40:50] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to Essentials vTeamCity
  473. org.bukkit.event.EventException
  474. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  475. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  476. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  477. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  478. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:209) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  479. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:176) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  480. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:172) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  481. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  482. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  483. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  484. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  485. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_79]
  486. at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_79]
  487. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:643) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  488. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  489. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  490. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  491. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  492. Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.getTargetBlock(Ljava/util/Set;I)Lorg/bukkit/block/Block;
  493. at com.earth2me.essentials.signs.SignPlayerListener.onSignPlayerInteract(SignPlayerListener.java:47) ~[?:?]
  494. at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source) ~[?:?]
  495. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
  496. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
  497. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  498. ... 17 more
  499. [02:40:53] [pool-3-thread-6/INFO]: [AuthMe] Eleni97 logged in!
  500. [02:40:59] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to Essentials vTeamCity
  501. org.bukkit.event.EventException
  502. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  503. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  504. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  505. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  506. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:209) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  507. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:176) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  508. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:172) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  509. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  510. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  511. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  512. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  513. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_79]
  514. at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_79]
  515. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:643) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  516. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  517. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  518. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  519. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  520. Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.getTargetBlock(Ljava/util/Set;I)Lorg/bukkit/block/Block;
  521. at com.earth2me.essentials.signs.SignPlayerListener.onSignPlayerInteract(SignPlayerListener.java:47) ~[?:?]
  522. at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source) ~[?:?]
  523. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
  524. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
  525. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  526. ... 17 more
  527. [02:41:01] [Server thread/INFO]: Eleni97 issued server command: /gm 1
  528. [02:41:06] [Server thread/INFO]: TheGreekSter issued server command: /manuadd TheGreekSter admin
  529. [02:41:09] [Server thread/INFO]: <[Admin]TheGreekSter> dsad
  530. [02:41:44] [Server thread/INFO]: Eleni97 issued server command: /gm sp
  531. [02:42:33] [Server thread/INFO]: TheGreekSter issued server command: /ci
  532. [02:42:46] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to Essentials vTeamCity
  533. org.bukkit.event.EventException
  534. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  535. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  536. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  537. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  538. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:209) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  539. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:176) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  540. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:172) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  541. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  542. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  543. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  544. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  545. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_79]
  546. at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_79]
  547. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:643) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  548. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  549. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  550. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  551. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  552. Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.getTargetBlock(Ljava/util/Set;I)Lorg/bukkit/block/Block;
  553. at com.earth2me.essentials.signs.SignPlayerListener.onSignPlayerInteract(SignPlayerListener.java:47) ~[?:?]
  554. at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source) ~[?:?]
  555. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
  556. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
  557. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  558. ... 17 more
  559. [02:42:46] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to Essentials vTeamCity
  560. org.bukkit.event.EventException
  561. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  562. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  563. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  564. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  565. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:209) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  566. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:176) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  567. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:172) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  568. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  569. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  570. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  571. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  572. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_79]
  573. at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_79]
  574. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:643) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  575. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  576. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  577. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  578. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  579. Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.getTargetBlock(Ljava/util/Set;I)Lorg/bukkit/block/Block;
  580. at com.earth2me.essentials.signs.SignPlayerListener.onSignPlayerInteract(SignPlayerListener.java:47) ~[?:?]
  581. at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source) ~[?:?]
  582. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
  583. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
  584. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  585. ... 17 more
  586. [02:42:46] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to Essentials vTeamCity
  587. org.bukkit.event.EventException
  588. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  589. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  590. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  591. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  592. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:209) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  593. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:176) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  594. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:172) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  595. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  596. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  597. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  598. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  599. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_79]
  600. at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_79]
  601. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:643) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  602. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  603. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  604. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  605. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  606. Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.getTargetBlock(Ljava/util/Set;I)Lorg/bukkit/block/Block;
  607. at com.earth2me.essentials.signs.SignPlayerListener.onSignPlayerInteract(SignPlayerListener.java:47) ~[?:?]
  608. at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source) ~[?:?]
  609. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
  610. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
  611. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  612. ... 17 more
  613. [02:43:04] [Server thread/INFO]: That player isn't on the server at the moment.
  614. [02:43:04] [Server thread/INFO]: That player isn't on the server at the moment.
  615. [02:43:04] [Server thread/INFO]: That player isn't on the server at the moment.
  616. [02:43:16] [Server thread/INFO]: Jnxd_ issued server command: /ps +fence
  617. [02:43:22] [Server thread/INFO]: Jnxd_ issued server command: /ps create 11
  618. [02:43:23] [Server thread/INFO]: Jnxd_ issued server command: /ps +fence
  619. [02:43:26] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #785 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  620. java.lang.IllegalArgumentException: Sender cannot be null
  621. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  622. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  623. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  624. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  625. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  626. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  627. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  628. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  629. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  630. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  631. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  632. [02:43:26] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #786 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  633. java.lang.IllegalArgumentException: Sender cannot be null
  634. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  635. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  636. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  637. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  638. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  639. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  640. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  641. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  642. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  643. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  644. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  645. [02:43:26] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #787 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  646. java.lang.IllegalArgumentException: Sender cannot be null
  647. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  648. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  649. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  650. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  651. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  652. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  653. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  654. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  655. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  656. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  657. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  658. [02:43:26] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #788 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  659. java.lang.IllegalArgumentException: Sender cannot be null
  660. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  661. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  662. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  663. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  664. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  665. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  666. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  667. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  668. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  669. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  670. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  671. [02:43:26] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #790 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  672. java.lang.IllegalArgumentException: Sender cannot be null
  673. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  674. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  675. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  676. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  677. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  678. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  679. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  680. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  681. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  682. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  683. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  684. [02:43:26] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #791 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  685. java.lang.IllegalArgumentException: Sender cannot be null
  686. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  687. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  688. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  689. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  690. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  691. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  692. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  693. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  694. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  695. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  696. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  697. [02:43:26] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #792 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  698. java.lang.IllegalArgumentException: Sender cannot be null
  699. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  700. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  701. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  702. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  703. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  704. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  705. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  706. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  707. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  708. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  709. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  710. [02:43:26] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #794 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  711. java.lang.IllegalArgumentException: Sender cannot be null
  712. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  713. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  714. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  715. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  716. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  717. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  718. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  719. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  720. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  721. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  722. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  723. [02:43:26] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #789 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  724. java.lang.IllegalArgumentException: Sender cannot be null
  725. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  726. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  727. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  728. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  729. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  730. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  731. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  732. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  733. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  734. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  735. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  736. [02:43:26] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #793 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  737. java.lang.IllegalArgumentException: Sender cannot be null
  738. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  739. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  740. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  741. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  742. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  743. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  744. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  745. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  746. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  747. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  748. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  749. [02:43:50] [Server thread/INFO]: Jnxd_ issued server command: /deop TheGreekSter
  750. [02:43:50] [Server thread/INFO]: [Jnxd_: De-opped TheGreekSter]
  751. [02:43:56] [Server thread/INFO]: Jnxd_ issued server command: /manuadd TheGreekSter member
  752. [02:44:32] [Server thread/INFO]: TheGreekSter issued server command: /gm s
  753. [02:44:32] [Server thread/INFO]: §cTheGreekSter §4was denied access to command.
  754. [02:44:40] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to Essentials vTeamCity
  755. org.bukkit.event.EventException
  756. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  757. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  758. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  759. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  760. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:209) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  761. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:176) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  762. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:172) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  763. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  764. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  765. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  766. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  767. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_79]
  768. at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_79]
  769. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:643) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  770. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  771. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  772. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  773. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  774. Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.getTargetBlock(Ljava/util/Set;I)Lorg/bukkit/block/Block;
  775. at com.earth2me.essentials.signs.SignPlayerListener.onSignPlayerInteract(SignPlayerListener.java:47) ~[?:?]
  776. at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source) ~[?:?]
  777. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
  778. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
  779. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  780. ... 17 more
  781. [02:44:40] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to Essentials vTeamCity
  782. org.bukkit.event.EventException
  783. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  784. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  785. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  786. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  787. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:209) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  788. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:176) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  789. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:172) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  790. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  791. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  792. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  793. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  794. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_79]
  795. at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_79]
  796. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:643) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  797. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  798. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  799. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  800. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  801. Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.getTargetBlock(Ljava/util/Set;I)Lorg/bukkit/block/Block;
  802. at com.earth2me.essentials.signs.SignPlayerListener.onSignPlayerInteract(SignPlayerListener.java:47) ~[?:?]
  803. at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source) ~[?:?]
  804. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
  805. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
  806. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  807. ... 17 more
  808. [02:47:11] [Server thread/INFO]: Eleni97 issued server command: /tp Jnxd_
  809. [02:47:22] [Server thread/INFO]: Eleni97 lost connection: Disconnected
  810. [02:47:22] [Server thread/INFO]: [-] [Admin]Eleni97 has left the server.
  811. [02:47:22] [Server thread/WARN]: [Essentials] Task #1050 for Essentials vTeamCity generated an exception
  812. java.lang.NullPointerException
  813. at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:181) ~[?:?]
  814. at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:123) ~[?:?]
  815. at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$2.run(EssentialsXMPPPlayerListener.java:59) ~[?:?]
  816. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  817. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  818. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  819. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  820. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  821. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  822. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  823. [02:47:24] [pool-8-thread-1/INFO]: GroupManager - INFO - Data files refreshed.
  824. [02:51:35] [Server thread/ERROR]: Could not pass event EntityExplodeEvent to LibelulaProtectionBlocks v2.0.10 Release
  825. org.bukkit.event.EventException
  826. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  827. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  828. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  829. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  830. at net.minecraft.server.v1_8_R1.Explosion.a(Explosion.java:181) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  831. at net.minecraft.server.v1_8_R1.World.createExplosion(World.java:1627) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  832. at net.minecraft.server.v1_8_R1.WorldServer.createExplosion(WorldServer.java:965) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  833. at net.minecraft.server.v1_8_R1.EntityTNTPrimed.explode(EntityTNTPrimed.java:83) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  834. at net.minecraft.server.v1_8_R1.EntityTNTPrimed.s_(EntityTNTPrimed.java:62) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  835. at net.minecraft.server.v1_8_R1.World.entityJoinedWorld(World.java:1374) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  836. at net.minecraft.server.v1_8_R1.World.g(World.java:1352) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  837. at net.minecraft.server.v1_8_R1.World.tickEntities(World.java:1222) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  838. at net.minecraft.server.v1_8_R1.WorldServer.tickEntities(WorldServer.java:539) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  839. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:700) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  840. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  841. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  842. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  843. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  844. Caused by: java.util.ConcurrentModificationException
  845. at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859) ~[?:1.7.0_79]
  846. at java.util.ArrayList$Itr.next(ArrayList.java:831) ~[?:1.7.0_79]
  847. at me.libelula.pb.EventManager.onEntityExplode(EventManager.java:88) ~[?:?]
  848. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79]
  849. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_79]
  850. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
  851. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
  852. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  853. ... 17 more
  854. [02:52:16] [Server thread/INFO]: Jnxd_ issued server command: //set sand
  855. [02:52:39] [Server thread/INFO]: Jnxd_ issued server command: /day
  856. [02:55:02] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to Essentials vTeamCity
  857. org.bukkit.event.EventException
  858. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  859. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  860. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  861. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  862. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:209) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  863. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:176) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  864. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:172) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  865. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  866. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  867. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  868. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  869. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_79]
  870. at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_79]
  871. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:643) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  872. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  873. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  874. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  875. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  876. Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.getTargetBlock(Ljava/util/Set;I)Lorg/bukkit/block/Block;
  877. at com.earth2me.essentials.signs.SignPlayerListener.onSignPlayerInteract(SignPlayerListener.java:47) ~[?:?]
  878. at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source) ~[?:?]
  879. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
  880. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
  881. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  882. ... 17 more
  883. [02:59:44] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to Essentials vTeamCity
  884. org.bukkit.event.EventException
  885. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  886. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  887. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  888. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  889. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:209) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  890. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:176) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  891. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:172) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  892. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  893. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  894. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  895. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  896. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_79]
  897. at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_79]
  898. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:643) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  899. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  900. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  901. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  902. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  903. Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.getTargetBlock(Ljava/util/Set;I)Lorg/bukkit/block/Block;
  904. at com.earth2me.essentials.signs.SignPlayerListener.onSignPlayerInteract(SignPlayerListener.java:47) ~[?:?]
  905. at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source) ~[?:?]
  906. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
  907. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
  908. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  909. ... 17 more
  910. [03:04:04] [Server thread/INFO]: That player isn't on the server at the moment.
  911. [03:04:04] [Server thread/INFO]: That player isn't on the server at the moment.
  912. [03:07:37] [Server thread/INFO]: Jnxd_ issued server command: /ps flag
  913. [03:07:48] [Server thread/INFO]: Jnxd_ issued server command: /ps flag lava-flow deny
  914. [03:07:48] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #2307 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  915. java.lang.IllegalArgumentException: Sender cannot be null
  916. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  917. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  918. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  919. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  920. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  921. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  922. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  923. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  924. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  925. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  926. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  927. [03:07:52] [Server thread/INFO]: [+] MCI has join the server.
  928. [03:07:52] [Server thread/INFO]: MCI[/198.27.83.157:56022] logged in with entity id 23897 at ([world] -4.125657825471764, 129.0, -21.75749964335175)
  929. [03:07:52] [pool-3-thread-39/INFO]: [GAListener] Player: MCI has 0 votes
  930. [03:07:52] [Server thread/WARN]: [Essentials] Task #2317 for Essentials vTeamCity generated an exception
  931. java.lang.NullPointerException
  932. at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:181) ~[?:?]
  933. at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:123) ~[?:?]
  934. at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:35) ~[?:?]
  935. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  936. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  937. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  938. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  939. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  940. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  941. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  942. [03:07:53] [Server thread/INFO]: MCI lost connection: Disconnected
  943. [03:07:53] [Server thread/INFO]: [-] [Member]MCI has left the server.
  944. [03:07:53] [Server thread/WARN]: [Essentials] Task #2326 for Essentials vTeamCity generated an exception
  945. java.lang.NullPointerException
  946. at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:181) ~[?:?]
  947. at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:123) ~[?:?]
  948. at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$2.run(EssentialsXMPPPlayerListener.java:59) ~[?:?]
  949. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  950. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  951. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  952. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  953. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  954. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  955. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  956. [03:07:53] [Server thread/INFO]: [mcMMO] Aborting profile loading recovery for MCI - player logged out
  957. [03:07:54] [Server thread/INFO]: Jnxd_ issued server command: /ps flag lavaflow deny
  958. [03:08:09] [Server thread/INFO]: Jnxd_ issued server command: /ps flag list
  959. [03:08:24] [Server thread/INFO]: Jnxd_ issued server command: /ps flag lava-fire deny
  960. [03:08:24] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #2347 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  961. java.lang.IllegalArgumentException: Sender cannot be null
  962. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  963. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  964. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  965. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  966. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  967. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  968. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  969. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  970. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  971. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  972. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  973. [03:09:47] [Server thread/INFO]: Jnxd_ issued server command: /superpickaxe area 5
  974. [03:11:10] [Server thread/INFO]: Jnxd_ issued server command: /ps flag lava-flow deny
  975. [03:11:10] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #2472 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  976. java.lang.IllegalArgumentException: Sender cannot be null
  977. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  978. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  979. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  980. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  981. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  982. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  983. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  984. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  985. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  986. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  987. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  988. [03:11:17] [Server thread/INFO]: Jnxd_ issued server command: /ps flag water-flow deny
  989. [03:11:17] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #2482 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  990. java.lang.IllegalArgumentException: Sender cannot be null
  991. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  992. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  993. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  994. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  995. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  996. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  997. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  998. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  999. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1000. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1001. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  1002. [03:11:33] [Server thread/INFO]: Jnxd_ issued server command: /ps flag
  1003. [03:11:46] [Server thread/INFO]: Jnxd_ issued server command: /ps flag deny water-flow
  1004. [03:12:04] [Server thread/INFO]: Jnxd_ issued server command: /ps flag water-flow deny
  1005. [03:12:05] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #2504 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  1006. java.lang.IllegalArgumentException: Sender cannot be null
  1007. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1008. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1009. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1010. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  1011. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1012. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1013. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1014. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1015. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1016. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1017. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  1018. [03:12:07] [Server thread/INFO]: Jnxd_ issued server command: /ps flag deny water-flow
  1019. [03:12:10] [Server thread/INFO]: Jnxd_ issued server command: /ps flag deny water-flow
  1020. [03:12:14] [Server thread/INFO]: Jnxd_ issued server command: /ps flag water-flow deny
  1021. [03:12:15] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #2509 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  1022. java.lang.IllegalArgumentException: Sender cannot be null
  1023. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1024. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1025. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1026. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  1027. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1028. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1029. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1030. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1031. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1032. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1033. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  1034. [03:12:24] [Server thread/INFO]: Jnxd_ issued server command: /ps flag lava-flow deny
  1035. [03:12:25] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #2512 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  1036. java.lang.IllegalArgumentException: Sender cannot be null
  1037. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1038. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1039. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1040. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  1041. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1042. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1043. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1044. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1045. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1046. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1047. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  1048. [03:12:30] [Server thread/INFO]: Jnxd_ issued server command: /ps list
  1049. [03:12:34] [Server thread/INFO]: Jnxd_ issued server command: /ps flag list
  1050. [03:13:00] [Server thread/INFO]: Jnxd_ issued server command: /ps flag lava-fire deny
  1051. [03:13:00] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #2530 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  1052. java.lang.IllegalArgumentException: Sender cannot be null
  1053. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1054. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1055. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1056. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  1057. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1058. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1059. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1060. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1061. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1062. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1063. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  1064. [03:13:22] [Server thread/INFO]: Jnxd_ issued server command: /ps flag fire-spread deny
  1065. [03:13:22] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #2534 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  1066. java.lang.IllegalArgumentException: Sender cannot be null
  1067. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1068. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1069. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1070. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  1071. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1072. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1073. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1074. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1075. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1076. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1077. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  1078. [03:13:40] [Server thread/INFO]: Jnxd_ issued server command: /ps flag chest-access allow
  1079. [03:13:40] [Server thread/WARN]: [LibelulaProtectionBlocks] Task #2540 for LibelulaProtectionBlocks v2.0.10 Release generated an exception
  1080. java.lang.IllegalArgumentException: Sender cannot be null
  1081. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1082. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1083. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:583) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1084. at me.libelula.pb.WorldGuardManager$4.run(WorldGuardManager.java:251) ~[?:?]
  1085. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1086. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1087. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:653) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1088. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1089. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1090. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-15e81cf]
  1091. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  1092. [03:15:00] [Server thread/INFO]: Stopping the server
  1093. [03:15:00] [Server thread/INFO]: Unknown command. Type "help" for help.
  1094. [03:15:00] [Server thread/INFO]: Stopping server
  1095. [03:15:00] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vTeamCity
  1096. [03:15:00] [Server thread/INFO]: [TitleManager] Disabling TitleManager v1.5.11
  1097. [03:15:00] [Server thread/INFO]: [AuthMe] Disabling AuthMe v5.0-SNAPSHOT
  1098. [03:15:00] [Server thread/INFO]: [EnjinMinecraftPlugin] Disabling EnjinMinecraftPlugin v2.7.2-bukkit
  1099. [03:15:00] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild vTeamCity
  1100. [03:15:00] [Server thread/INFO]: [ScoreboardStats] Disabling ScoreboardStats v0.9.1
  1101. [03:15:00] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v10.3.4
  1102. [03:15:00] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
  1103. [03:15:00] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect vTeamCity
  1104. [03:15:00] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.11.1-RC-sMD5NET-b743
  1105. [03:15:00] [Server thread/INFO]: [NoCheatPlus] Version 3.11.1-RC-sMD5NET-b743 is disabled.
  1106. [03:15:00] [Server thread/INFO]: [EssentialsXMPP] Disabling EssentialsXMPP vTeamCity
  1107. [03:15:00] [Server thread/INFO]: [KillRewards] Disabling KillRewards v1.0.7
  1108. [03:15:00] [Server thread/INFO]: [QuickShop] Disabling QuickShop v0.9.1
  1109. [03:15:00] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
  1110. [03:15:00] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
  1111. [03:15:00] [Server thread/INFO]: [GAListener] Disabling GAListener v1.3.1
  1112. [03:15:00] [Server thread/INFO]: [GAListener] GAListener v1.3.1 Disabled
  1113. [03:15:00] [Server thread/INFO]: [SimpleClans] Disabling SimpleClans v2.5.3
  1114. [03:15:00] [Server thread/INFO]: [mcMMO] Disabling mcMMO v1.5.03-SNAPSHOT-b52
  1115. [03:15:00] [Server thread/INFO]: [BypassSlots] Disabling BypassSlots v1.2
  1116. [03:15:00] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.1.10
  1117. [03:15:00] [Server thread/INFO]: [Votifier] Disabling Votifier v1.9
  1118. [03:15:00] [Server thread/INFO]: [Votifier] Votifier disabled.
  1119. [03:15:00] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.6.4-SNAPSHOT-b175
  1120. [03:15:00] [Thread-13/WARN]: [Votifier] Protocol error. Ignoring packet - Socket closed
  1121. [03:15:00] [Server thread/INFO]: [ClearLag] Disabling ClearLag v2.8.2
  1122. [03:15:00] [Server thread/INFO]: [ClearLag] Nullifying module fields..
  1123. [03:15:00] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
  1124. [03:15:00] [Server thread/INFO]: [CombatLog] Disabling CombatLog v1.8.11-hack
  1125. [03:15:00] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11-hack Disabled.
  1126. [03:15:00] [Server thread/INFO]: [LibelulaProtectionBlocks] Disabling LibelulaProtectionBlocks v2.0.10 Release
  1127. [03:15:00] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.11.3
  1128. [03:15:01] [Server thread/INFO]: [CoreProtect] Finishing up data logging. Please wait...
  1129. [03:15:01] [Server thread/INFO]: [CoreProtect] Success! Resuming server shutdown.
  1130. [03:15:01] [Server thread/INFO]: [GlobalMute] Disabling GlobalMute v1
  1131. [03:15:01] [Server thread/INFO]: [GlobalMute] §bPlugin Is not working now!
  1132. [03:15:01] [Server thread/INFO]: [CmdSpy] Disabling CmdSpy v1.1
  1133. [03:15:01] [Server thread/INFO]: [CmdSpy] Disable
  1134. [03:15:01] [Server thread/INFO]: [ClearChat] Disabling ClearChat v1
  1135. [03:15:01] [Server thread/INFO]: [ClearChat] Plugin Is not working now!
  1136. [03:15:01] [Server thread/INFO]: [AJB] Disabling AntiJoinBot v5.0
  1137. [03:15:01] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
  1138. [03:15:01] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  1139. [03:15:01] [Server thread/INFO]: [CS-CoreLib] Disabling CS-CoreLib v1.1.14
  1140. [03:15:01] [Server thread/INFO]: [Vault] Disabling Vault v1.5.3-b37
  1141. [03:15:01] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1;no_git_id
  1142. [03:15:01] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.1.31 (Phoenix)
  1143. [03:15:01] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
  1144. [03:15:01] [Server thread/INFO]: GroupManager version 2.1.31 (Phoenix) is disabled!
  1145. [03:15:01] [Server thread/INFO]: [JoinMessagePlus] Disabling JoinMessagePlus v2.0
  1146. [03:15:01] [Server thread/INFO]: Saving players
  1147. [03:15:01] [Server thread/INFO]: TheGreekSter lost connection: Server closed
  1148. [03:15:01] [Server thread/INFO]: TheGreekSter left the game.
  1149. [03:15:01] [Server thread/INFO]: Saving worlds
  1150. [03:15:01] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  1151. [03:15:01] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  1152. [03:15:01] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement