Advertisement
Guest User

Untitled

a guest
Feb 21st, 2015
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 127.20 KB | None | 0 0
  1. [12:20:21] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [12:20:22] [Server thread/INFO]: Loading properties
  3. [12:20:22] [Server thread/INFO]: Default game type: SURVIVAL
  4. [12:20:22] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1.7.9-R0.2-208-ge0f2e95 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
  5. [12:20:22] [Server thread/INFO]: Debug logging is disabled
  6. [12:20:22] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [12:20:22] [Server thread/INFO]: Server Ping Player Sample Count: 12
  8. [12:20:22] [Server thread/INFO]: Generating keypair
  9. [12:20:23] [Server thread/INFO]: Starting Minecraft server on 85.25.242.241:25555
  10. [12:20:24] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  11. [12:20:25] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.3
  12. [12:20:25] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.11.1-RC-sMD5NET-b743
  13. [12:20:25] [Server thread/INFO]: [ProtocolBlocker] Loading ProtocolBlocker v1.1.0
  14. [12:20:25] [Server thread/INFO]: [WhiteMessage] Loading WhiteMessage v1.9
  15. [12:20:25] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v2.0
  16. [12:20:25] [Server thread/INFO]: [Quests] Loading Quests v1.9.0
  17. [12:20:25] [Server thread/INFO]: [Vault] Loading Vault v1.4.1-b436
  18. [12:20:25] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  19. [12:20:25] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.22.7
  20. [12:20:25] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
  21. [12:20:25] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.80
  22. [12:20:26] [Server thread/INFO]: [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft?useUnicode=true&characterEncoding=utf-8...
  23. [12:20:26] [Server thread/ERROR]: [LogBlock] Error while fetching connection:
  24. java.sql.SQLException: Access denied for user 'username'@'localhost' (using password: YES)
  25. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  26. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  27. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  28. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  29. at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  30. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  31. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  32. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  33. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  34. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  35. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  36. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_25]
  37. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_25]
  38. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_25]
  39. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_25]
  40. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  41. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  42. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  43. at java.sql.DriverManager.getConnection(Unknown Source) ~[?:1.7.0_25]
  44. at java.sql.DriverManager.getConnection(Unknown Source) ~[?:1.7.0_25]
  45. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:72) ~[LogBlock.jar:?]
  46. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:245) [LogBlock.jar:?]
  47. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:84) [LogBlock.jar:?]
  48. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:374) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  49. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  50. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  51. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  52. [12:20:26] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
  53. [12:20:26] [Server thread/INFO]: [ColoredTablist] Loading ColoredTablist v2.1.2
  54. [12:20:26] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
  55. [12:20:26] [Server thread/INFO]: [S-Broadcast] Loading S-Broadcast v1.0
  56. [12:20:26] [Server thread/INFO]: [FirstJoinPlus] Loading FirstJoinPlus v2.2
  57. [12:20:26] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  58. [12:20:26] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.3
  59. [12:20:26] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
  60. [12:20:26] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.13-SNAPSHOT (build 1130)
  61. [12:20:26] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
  62. [12:20:26] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v3.1.0
  63. [12:20:26] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
  64. [12:20:26] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
  65. [12:20:26] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.13.1
  66. [12:20:26] [Server thread/INFO]: [EchoPet] Loading EchoPet v2.5.0-b16
  67. [12:20:26] [Server thread/INFO]: [LWC] Loading LWC v4.4.0 (b881) (July 11, 2013)
  68. [12:20:26] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.7.17
  69. [12:20:26] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
  70. [12:20:26] [Server thread/INFO]: [SimpleRegionMarket] Loading SimpleRegionMarket v3.6
  71. [12:20:26] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.2
  72. [12:20:26] [Server thread/INFO]: [Vault] Enabling Vault v1.4.1-b436
  73. [12:20:26] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  74. [12:20:26] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
  75. [12:20:26] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
  76. [12:20:26] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
  77. [12:20:26] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
  78. [12:20:26] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  79. [12:20:26] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  80. [12:20:26] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  81. [12:20:26] [Server thread/INFO]: [Vault] Enabled Version 1.4.1-b436
  82. [12:20:26] [Server thread/INFO]: [LWC] Enabling LWC v4.4.0 (b881) (July 11, 2013)
  83. [12:20:27] [Server thread/INFO]: [LWC] Connecting to SQLite
  84. [12:20:27] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  85. [12:20:27] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  86. [12:20:27] [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.
  87. [12:20:27] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  88. [12:20:27] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  89. [12:20:27] [Server thread/INFO]: Preparing level "world"
  90. [12:20:27] [Server thread/INFO]: -------- World Settings For [world] --------
  91. [12:20:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  92. [12:20:27] [Server thread/INFO]: Chunks to Grow per Tick: 650
  93. [12:20:27] [Server thread/INFO]: Clear tick list: false
  94. [12:20:27] [Server thread/INFO]: Experience Merge Radius: 3.0
  95. [12:20:27] [Server thread/INFO]: View Distance: 10
  96. [12:20:27] [Server thread/INFO]: Item Merge Radius: 2.5
  97. [12:20:27] [Server thread/INFO]: Item Despawn Rate: 6000
  98. [12:20:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  99. [12:20:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
  100. [12:20:27] [Server thread/INFO]: Anti X-Ray: true
  101. [12:20:27] [Server thread/INFO]: Engine Mode: 1
  102. [12:20:27] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  103. [12:20:27] [Server thread/INFO]: Replace Blocks: [1, 5]
  104. [12:20:27] [Server thread/INFO]: Alternative Hopper Ticking: false
  105. [12:20:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  106. [12:20:27] [Server thread/INFO]: Random Lighting Updates: false
  107. [12:20:27] [Server thread/INFO]: Mob Spawn Range: 4
  108. [12:20:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  109. [12:20:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
  110. [12:20:27] [Server thread/INFO]: Cane Growth Modifier: 100%
  111. [12:20:27] [Server thread/INFO]: Melon Growth Modifier: 100%
  112. [12:20:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  113. [12:20:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  114. [12:20:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
  115. [12:20:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
  116. [12:20:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  117. [12:20:27] [Server thread/INFO]: Max Entity Collisions: 8
  118. [12:20:27] [Server thread/INFO]: Structure Info Saving: true
  119. [12:20:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  120. [12:20:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  121. [12:20:27] [Server thread/INFO]: Sending up to 5 chunks per packet
  122. [12:20:27] [Server thread/INFO]: Max TNT Explosions: 100
  123. [12:20:27] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  124. [12:20:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  125. [12:20:27] [Server thread/INFO]: Chunks to Grow per Tick: 650
  126. [12:20:27] [Server thread/INFO]: Clear tick list: false
  127. [12:20:27] [Server thread/INFO]: Experience Merge Radius: 3.0
  128. [12:20:27] [Server thread/INFO]: View Distance: 10
  129. [12:20:27] [Server thread/INFO]: Item Merge Radius: 2.5
  130. [12:20:27] [Server thread/INFO]: Item Despawn Rate: 6000
  131. [12:20:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  132. [12:20:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
  133. [12:20:27] [Server thread/INFO]: Anti X-Ray: true
  134. [12:20:27] [Server thread/INFO]: Engine Mode: 1
  135. [12:20:27] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  136. [12:20:27] [Server thread/INFO]: Replace Blocks: [1, 5]
  137. [12:20:27] [Server thread/INFO]: Alternative Hopper Ticking: false
  138. [12:20:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  139. [12:20:27] [Server thread/INFO]: Random Lighting Updates: false
  140. [12:20:27] [Server thread/INFO]: Mob Spawn Range: 4
  141. [12:20:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  142. [12:20:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
  143. [12:20:27] [Server thread/INFO]: Cane Growth Modifier: 100%
  144. [12:20:27] [Server thread/INFO]: Melon Growth Modifier: 100%
  145. [12:20:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  146. [12:20:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  147. [12:20:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
  148. [12:20:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
  149. [12:20:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  150. [12:20:27] [Server thread/INFO]: Max Entity Collisions: 8
  151. [12:20:27] [Server thread/INFO]: Structure Info Saving: true
  152. [12:20:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  153. [12:20:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  154. [12:20:27] [Server thread/INFO]: Sending up to 5 chunks per packet
  155. [12:20:27] [Server thread/INFO]: Max TNT Explosions: 100
  156. [12:20:27] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  157. [12:20:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  158. [12:20:27] [Server thread/INFO]: Chunks to Grow per Tick: 650
  159. [12:20:27] [Server thread/INFO]: Clear tick list: false
  160. [12:20:27] [Server thread/INFO]: Experience Merge Radius: 3.0
  161. [12:20:27] [Server thread/INFO]: View Distance: 10
  162. [12:20:27] [Server thread/INFO]: Item Merge Radius: 2.5
  163. [12:20:27] [Server thread/INFO]: Item Despawn Rate: 6000
  164. [12:20:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  165. [12:20:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
  166. [12:20:27] [Server thread/INFO]: Anti X-Ray: true
  167. [12:20:27] [Server thread/INFO]: Engine Mode: 1
  168. [12:20:27] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  169. [12:20:27] [Server thread/INFO]: Replace Blocks: [1, 5]
  170. [12:20:27] [Server thread/INFO]: Alternative Hopper Ticking: false
  171. [12:20:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  172. [12:20:27] [Server thread/INFO]: Random Lighting Updates: false
  173. [12:20:27] [Server thread/INFO]: Mob Spawn Range: 4
  174. [12:20:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  175. [12:20:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
  176. [12:20:27] [Server thread/INFO]: Cane Growth Modifier: 100%
  177. [12:20:27] [Server thread/INFO]: Melon Growth Modifier: 100%
  178. [12:20:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  179. [12:20:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  180. [12:20:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
  181. [12:20:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
  182. [12:20:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  183. [12:20:27] [Server thread/INFO]: Max Entity Collisions: 8
  184. [12:20:27] [Server thread/INFO]: Structure Info Saving: true
  185. [12:20:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  186. [12:20:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  187. [12:20:27] [Server thread/INFO]: Sending up to 5 chunks per packet
  188. [12:20:27] [Server thread/INFO]: Max TNT Explosions: 100
  189. [12:20:27] [Server thread/INFO]: Preparing start region for level 0 (Seed: -4088270094550553228)
  190. [12:20:28] [Server thread/INFO]: Preparing spawn area: 21%
  191. [12:20:29] [Server thread/INFO]: Preparing spawn area: 85%
  192. [12:20:30] [Server thread/INFO]: Preparing start region for level 1 (Seed: -4454678847358102624)
  193. [12:20:31] [Server thread/INFO]: Preparing spawn area: 50%
  194. [12:20:31] [Server thread/INFO]: Preparing start region for level 2 (Seed: -4454678847358102624)
  195. [12:20:32] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.3
  196. [12:20:32] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  197. [12:20:32] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.11.1-RC-sMD5NET-b743
  198. [12:20:33] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.7.10 / CB3100-DEV
  199. [12:20:33] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  200. [12:20:33] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  201. [12:20:33] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  202. [12:20:33] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  203. [12:20:33] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
  204. [12:20:33] [Server thread/INFO]: [NoCheatPlus] Version 3.11.1-RC-sMD5NET-b743 is enabled.
  205. [12:20:33] [Server thread/INFO]: [ProtocolBlocker] Enabling ProtocolBlocker v1.1.0
  206. [12:20:33] [Server thread/INFO]: [ProtocolBlocker] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  207. [12:20:33] [Server thread/INFO]: [ProtocolBlocker] Plugin: ProtocolBlocker v1.1.0
  208. [12:20:33] [Server thread/INFO]: [ProtocolBlocker] Author: Maximvdw
  209. [12:20:33] [Server thread/INFO]: [ProtocolBlocker] Site: http://www.mvdw-software.be/
  210. [12:20:33] [Server thread/INFO]: [ProtocolBlocker] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  211. [12:20:33] [Server thread/INFO]: [ProtocolBlocker] Loading configuration ...
  212. [12:20:33] [Server thread/INFO]: [ProtocolBlocker] Loaded 1 blocked protocols:
  213. [12:20:33] [Server thread/INFO]: [ProtocolBlocker] 47
  214. [12:20:33] [Server thread/INFO]: [WhiteMessage] Enabling WhiteMessage v1.9
  215. [12:20:33] [Server thread/INFO]: [WhiteMessage] Plugin enabled
  216. [12:20:33] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v2.0
  217. [12:20:33] [Server thread/INFO]: [ColoredSigns] ColoredSigns enabling.
  218. [12:20:33] [Server thread/WARN]: [ColoredSigns] PermissionsEx support is disabled.
  219. [12:20:33] [Server thread/INFO]: [ColoredSigns] Starting services.. loading file and library's.
  220. [12:20:33] [Server thread/INFO]: [Quests] Enabling Quests v1.9.0
  221. [12:20:34] [Server thread/INFO]: [Quests] Enabled.
  222. [12:20:34] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  223. [12:20:34] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  224. [12:20:34] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
  225. [12:20:35] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -4088270094550553228
  226. [12:20:35] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -4454678847358102624
  227. [12:20:35] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -4454678847358102624
  228. [12:20:35] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Origin' - Env: NORMAL - Type: NORMAL & seed: 7406985058256998610
  229. [12:20:35] [Server thread/INFO]: -------- World Settings For [Origin] --------
  230. [12:20:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  231. [12:20:35] [Server thread/INFO]: Chunks to Grow per Tick: 650
  232. [12:20:35] [Server thread/INFO]: Clear tick list: false
  233. [12:20:35] [Server thread/INFO]: Experience Merge Radius: 3.0
  234. [12:20:35] [Server thread/INFO]: View Distance: 10
  235. [12:20:35] [Server thread/INFO]: Item Merge Radius: 2.5
  236. [12:20:35] [Server thread/INFO]: Item Despawn Rate: 6000
  237. [12:20:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  238. [12:20:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
  239. [12:20:35] [Server thread/INFO]: Anti X-Ray: true
  240. [12:20:35] [Server thread/INFO]: Engine Mode: 1
  241. [12:20:35] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  242. [12:20:35] [Server thread/INFO]: Replace Blocks: [1, 5]
  243. [12:20:35] [Server thread/INFO]: Alternative Hopper Ticking: false
  244. [12:20:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  245. [12:20:35] [Server thread/INFO]: Random Lighting Updates: false
  246. [12:20:35] [Server thread/INFO]: Mob Spawn Range: 4
  247. [12:20:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  248. [12:20:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
  249. [12:20:35] [Server thread/INFO]: Cane Growth Modifier: 100%
  250. [12:20:35] [Server thread/INFO]: Melon Growth Modifier: 100%
  251. [12:20:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  252. [12:20:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  253. [12:20:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
  254. [12:20:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
  255. [12:20:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  256. [12:20:35] [Server thread/INFO]: Max Entity Collisions: 8
  257. [12:20:35] [Server thread/INFO]: Structure Info Saving: true
  258. [12:20:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  259. [12:20:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  260. [12:20:35] [Server thread/INFO]: Sending up to 5 chunks per packet
  261. [12:20:35] [Server thread/INFO]: Max TNT Explosions: 100
  262. [12:20:35] [Server thread/INFO]: Preparing start region for level 3 (Seed: 7406985058256998610)
  263. [12:20:36] [Server thread/INFO]: Preparing spawn area for Origin, 69%
  264. [12:20:37] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Mall2' - Env: NORMAL - Type: FLAT & seed: -4588667169342584200
  265. [12:20:37] [Server thread/INFO]: -------- World Settings For [Mall2] --------
  266. [12:20:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  267. [12:20:37] [Server thread/INFO]: Chunks to Grow per Tick: 650
  268. [12:20:37] [Server thread/INFO]: Clear tick list: false
  269. [12:20:37] [Server thread/INFO]: Experience Merge Radius: 3.0
  270. [12:20:37] [Server thread/INFO]: View Distance: 10
  271. [12:20:37] [Server thread/INFO]: Item Merge Radius: 2.5
  272. [12:20:37] [Server thread/INFO]: Item Despawn Rate: 6000
  273. [12:20:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  274. [12:20:37] [Server thread/INFO]: Arrow Despawn Rate: 1200
  275. [12:20:37] [Server thread/INFO]: Anti X-Ray: true
  276. [12:20:37] [Server thread/INFO]: Engine Mode: 1
  277. [12:20:37] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  278. [12:20:37] [Server thread/INFO]: Replace Blocks: [1, 5]
  279. [12:20:37] [Server thread/INFO]: Alternative Hopper Ticking: false
  280. [12:20:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  281. [12:20:37] [Server thread/INFO]: Random Lighting Updates: false
  282. [12:20:37] [Server thread/INFO]: Mob Spawn Range: 4
  283. [12:20:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  284. [12:20:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
  285. [12:20:37] [Server thread/INFO]: Cane Growth Modifier: 100%
  286. [12:20:37] [Server thread/INFO]: Melon Growth Modifier: 100%
  287. [12:20:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  288. [12:20:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  289. [12:20:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
  290. [12:20:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
  291. [12:20:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  292. [12:20:37] [Server thread/INFO]: Max Entity Collisions: 8
  293. [12:20:37] [Server thread/INFO]: Structure Info Saving: true
  294. [12:20:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  295. [12:20:37] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  296. [12:20:37] [Server thread/INFO]: Sending up to 5 chunks per packet
  297. [12:20:37] [Server thread/INFO]: Max TNT Explosions: 100
  298. [12:20:37] [Server thread/INFO]: Preparing start region for level 4 (Seed: -4588667169342584200)
  299. [12:20:38] [Server thread/INFO]: Preparing spawn area for Mall2, 52%
  300. [12:20:38] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'farmwelt' - Env: NORMAL - Type: NORMAL & seed: 5634710324041410916
  301. [12:20:38] [Server thread/INFO]: -------- World Settings For [farmwelt] --------
  302. [12:20:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  303. [12:20:38] [Server thread/INFO]: Chunks to Grow per Tick: 650
  304. [12:20:38] [Server thread/INFO]: Clear tick list: false
  305. [12:20:38] [Server thread/INFO]: Experience Merge Radius: 3.0
  306. [12:20:38] [Server thread/INFO]: View Distance: 10
  307. [12:20:38] [Server thread/INFO]: Item Merge Radius: 2.5
  308. [12:20:38] [Server thread/INFO]: Item Despawn Rate: 6000
  309. [12:20:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  310. [12:20:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
  311. [12:20:38] [Server thread/INFO]: Anti X-Ray: true
  312. [12:20:38] [Server thread/INFO]: Engine Mode: 1
  313. [12:20:38] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  314. [12:20:38] [Server thread/INFO]: Replace Blocks: [1, 5]
  315. [12:20:38] [Server thread/INFO]: Alternative Hopper Ticking: false
  316. [12:20:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  317. [12:20:38] [Server thread/INFO]: Random Lighting Updates: false
  318. [12:20:38] [Server thread/INFO]: Mob Spawn Range: 4
  319. [12:20:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  320. [12:20:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
  321. [12:20:38] [Server thread/INFO]: Cane Growth Modifier: 100%
  322. [12:20:38] [Server thread/INFO]: Melon Growth Modifier: 100%
  323. [12:20:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  324. [12:20:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  325. [12:20:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
  326. [12:20:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
  327. [12:20:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  328. [12:20:38] [Server thread/INFO]: Max Entity Collisions: 8
  329. [12:20:38] [Server thread/INFO]: Structure Info Saving: true
  330. [12:20:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  331. [12:20:38] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  332. [12:20:38] [Server thread/INFO]: Sending up to 5 chunks per packet
  333. [12:20:38] [Server thread/INFO]: Max TNT Explosions: 100
  334. [12:20:38] [Server thread/INFO]: Preparing start region for level 5 (Seed: 5634710324041410916)
  335. [12:20:39] [Server thread/INFO]: Preparing spawn area for farmwelt, 60%
  336. [12:20:40] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world2' - Env: NORMAL - Type: NORMAL & seed: -4088270094550553228
  337. [12:20:40] [Server thread/INFO]: -------- World Settings For [world2] --------
  338. [12:20:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  339. [12:20:40] [Server thread/INFO]: Chunks to Grow per Tick: 650
  340. [12:20:40] [Server thread/INFO]: Clear tick list: false
  341. [12:20:40] [Server thread/INFO]: Experience Merge Radius: 3.0
  342. [12:20:40] [Server thread/INFO]: View Distance: 10
  343. [12:20:40] [Server thread/INFO]: Item Merge Radius: 2.5
  344. [12:20:40] [Server thread/INFO]: Item Despawn Rate: 6000
  345. [12:20:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  346. [12:20:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
  347. [12:20:40] [Server thread/INFO]: Anti X-Ray: true
  348. [12:20:40] [Server thread/INFO]: Engine Mode: 1
  349. [12:20:40] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  350. [12:20:40] [Server thread/INFO]: Replace Blocks: [1, 5]
  351. [12:20:40] [Server thread/INFO]: Alternative Hopper Ticking: false
  352. [12:20:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  353. [12:20:40] [Server thread/INFO]: Random Lighting Updates: false
  354. [12:20:40] [Server thread/INFO]: Mob Spawn Range: 4
  355. [12:20:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  356. [12:20:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
  357. [12:20:40] [Server thread/INFO]: Cane Growth Modifier: 100%
  358. [12:20:40] [Server thread/INFO]: Melon Growth Modifier: 100%
  359. [12:20:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  360. [12:20:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  361. [12:20:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
  362. [12:20:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
  363. [12:20:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  364. [12:20:40] [Server thread/INFO]: Max Entity Collisions: 8
  365. [12:20:40] [Server thread/INFO]: Structure Info Saving: true
  366. [12:20:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  367. [12:20:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  368. [12:20:40] [Server thread/INFO]: Sending up to 5 chunks per packet
  369. [12:20:40] [Server thread/INFO]: Max TNT Explosions: 100
  370. [12:20:40] [Server thread/INFO]: Preparing start region for level 6 (Seed: -4088270094550553228)
  371. [12:20:41] [Server thread/INFO]: Preparing spawn area for world2, 85%
  372. [12:20:41] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
  373. [12:20:41] [Server thread/INFO]: [Multiverse-Core] Loading anchor: 'Origin2'...
  374. [12:20:41] [Server thread/INFO]: [Multiverse-Core] Loading anchor: 'Jupiter2'...
  375. [12:20:41] [Server thread/INFO]: [Multiverse-Core] Loading anchor: 'Farmwelt'...
  376. [12:20:41] [Server thread/INFO]: [Multiverse-Core] Loading anchor: 'Nether'...
  377. [12:20:41] [Server thread/INFO]: [Multiverse-Core] Loading anchor: 'Mall'...
  378. [12:20:41] [Server thread/INFO]: [Multiverse-Core] Loading anchor: 'Arena'...
  379. [12:20:41] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.22.7
  380. [12:20:41] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  381. [12:20:41] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  382. [12:20:41] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  383. [12:20:41] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  384. [12:20:41] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  385. [12:20:41] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.80
  386. [12:20:42] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
  387. [12:20:42] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  388. [12:20:42] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  389. [12:20:42] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  390. [12:20:42] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  391. [12:20:42] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  392. [12:20:42] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  393. [12:20:42] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  394. [12:20:42] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  395. [12:20:42] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  396. [12:20:42] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  397. [12:20:42] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  398. [12:20:42] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  399. [12:20:42] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  400. [12:20:42] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  401. [12:20:42] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  402. [12:20:42] [Server thread/INFO]: [WorldGuard] (Origin) TNT ignition is PERMITTED.
  403. [12:20:42] [Server thread/INFO]: [WorldGuard] (Origin) Lighters are PERMITTED.
  404. [12:20:42] [Server thread/INFO]: [WorldGuard] (Origin) Lava fire is blocked.
  405. [12:20:42] [Server thread/INFO]: [WorldGuard] (Origin) Fire spread is UNRESTRICTED.
  406. [12:20:42] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Origin'
  407. [12:20:42] [Server thread/INFO]: [WorldGuard] (Mall2) TNT ignition is PERMITTED.
  408. [12:20:42] [Server thread/INFO]: [WorldGuard] (Mall2) Lighters are PERMITTED.
  409. [12:20:42] [Server thread/INFO]: [WorldGuard] (Mall2) Lava fire is blocked.
  410. [12:20:42] [Server thread/INFO]: [WorldGuard] (Mall2) Fire spread is UNRESTRICTED.
  411. [12:20:42] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Mall2'
  412. [12:20:42] [Server thread/INFO]: [WorldGuard] (farmwelt) TNT ignition is PERMITTED.
  413. [12:20:42] [Server thread/INFO]: [WorldGuard] (farmwelt) Lighters are PERMITTED.
  414. [12:20:42] [Server thread/INFO]: [WorldGuard] (farmwelt) Lava fire is blocked.
  415. [12:20:42] [Server thread/INFO]: [WorldGuard] (farmwelt) Fire spread is UNRESTRICTED.
  416. [12:20:42] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'farmwelt'
  417. [12:20:42] [Server thread/INFO]: [WorldGuard] (world2) TNT ignition is PERMITTED.
  418. [12:20:42] [Server thread/INFO]: [WorldGuard] (world2) Lighters are PERMITTED.
  419. [12:20:42] [Server thread/INFO]: [WorldGuard] (world2) Lava fire is blocked.
  420. [12:20:42] [Server thread/INFO]: [WorldGuard] (world2) Fire spread is UNRESTRICTED.
  421. [12:20:42] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world2'
  422. [12:20:42] [Server thread/INFO]: [WorldGuard] 9 regions loaded for 'world'
  423. [12:20:42] [Server thread/INFO]: [WorldGuard] 2 regions loaded for 'world_nether'
  424. [12:20:42] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'world_the_end'
  425. [12:20:42] [Server thread/INFO]: [WorldGuard] 34 regions loaded for 'Origin'
  426. [12:20:42] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'Mall2'
  427. [12:20:42] [Server thread/INFO]: [WorldGuard] 2 regions loaded for 'farmwelt'
  428. [12:20:42] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'world2'
  429. [12:20:42] [Server thread/INFO]: [ColoredTablist] Enabling ColoredTablist v2.1.2
  430. [12:20:42] [Server thread/INFO]: Server not running on 1.7.9-R0.1. Disabling invisibility Feature!
  431. [12:20:42] [Server thread/INFO]: [ColoredTablist] Config loaded
  432. [12:20:42] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
  433. [12:20:42] [Server thread/INFO]: [iConomy - April Fools] Enabled (39 ms)
  434. [12:20:42] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
  435. [12:20:42] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
  436. [12:20:42] [Thread-11/INFO]: [iConomy - April Fools] Purged accounts with default balance.
  437. [12:20:43] [Server thread/INFO]: [S-Broadcast] Enabling S-Broadcast v1.0
  438. [12:20:43] [Server thread/INFO]: [FirstJoinPlus] Enabling FirstJoinPlus v2.2
  439. [12:20:43] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  440. [12:20:43] [Server thread/INFO]: [Votifier] Loaded vote listener: Vote4CashListener
  441. [12:20:43] [Server thread/ERROR]: [Votifier] Error initializing vote receiver. Please verify that the configured
  442. [12:20:43] [Server thread/ERROR]: [Votifier] IP address and port are not already in use. This is a common problem
  443. [12:20:43] [Server thread/ERROR]: [Votifier] with hosting services and, if so, you should check with your hosting provider.
  444. java.net.BindException: Address already in use: JVM_Bind
  445. at java.net.DualStackPlainSocketImpl.bind0(Native Method) ~[?:1.7.0_25]
  446. at java.net.DualStackPlainSocketImpl.socketBind(Unknown Source) ~[?:1.7.0_25]
  447. at java.net.AbstractPlainSocketImpl.bind(Unknown Source) ~[?:1.7.0_25]
  448. at java.net.PlainSocketImpl.bind(Unknown Source) ~[?:1.7.0_25]
  449. at java.net.ServerSocket.bind(Unknown Source) ~[?:1.7.0_25]
  450. at java.net.ServerSocket.bind(Unknown Source) ~[?:1.7.0_25]
  451. at com.vexsoftware.votifier.net.VoteReceiver.initialize(VoteReceiver.java:81) [Votifier.jar:?]
  452. at com.vexsoftware.votifier.net.VoteReceiver.<init>(VoteReceiver.java:75) [Votifier.jar:?]
  453. at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:172) [Votifier.jar:?]
  454. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  455. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  456. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  457. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  458. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  459. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  460. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  461. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  462. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  463. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  464. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  465. [12:20:43] [Server thread/ERROR]: [Votifier] Votifier did not initialize properly!
  466. [12:20:43] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.3
  467. [12:20:43] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
  468. [12:20:43] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  469. [12:20:43] [Server thread/INFO]: git-Spigot-1.7.9-R0.2-208-ge0f2e95 (MC: 1.7.10)
  470. [12:20:43] [Server thread/INFO]: 1.7.10-R0.1-SNAPSHOT
  471. [12:20:43] [Server thread/INFO]: Using locale de
  472. [12:20:44] [Server thread/INFO]: Using locale de
  473. [12:20:44] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  474. [12:20:44] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  475. [12:20:44] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.4.1-b436)
  476. [12:20:44] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.13-SNAPSHOT (build 1130)
  477. [12:20:44] [Server thread/ERROR]: [Citizens] v2.0.13-SNAPSHOT (build 1130) is not compatible with Minecraft v1.7.10 - try upgrading or downgrading Citizens. Disabling.
  478. [12:20:44] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.13-SNAPSHOT (build 1130)
  479. [12:20:44] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
  480. [12:20:44] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v3.1.0
  481. [12:20:44] [Server thread/INFO]: [ServerSigns] Successfully hooked into Vault
  482. [12:20:44] [Server thread/INFO]: [ServerSigns] Version 3.1.0 is now enabled.
  483. [12:20:45] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
  484. [12:20:45] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
  485. [12:20:45] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
  486. [12:20:45] [Server thread/INFO]: [Multiverse-Portals] 6 - Portals(s) loaded
  487. [12:20:45] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.13.1
  488. [12:20:45] [Server thread/INFO]: [EchoPet] Enabling EchoPet v2.5.0-b16
  489. [12:20:46] [Server thread/WARN]: [Reflection] Could not create a PluginDependencyProvider for: WorldGuard! (Are you sure the type is valid?) - Only WorldGuard 6.0 and after are supported
  490. [12:20:49] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.7.17
  491. [12:20:50] [Server thread/INFO]: [ChestShop] LWC version 4.4.0 (b881) (July 11, 2013) loaded.
  492. [12:20:50] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
  493. [12:20:51] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
  494. [12:20:51] [Server thread/INFO]: [SimpleRegionMarket] Enabling SimpleRegionMarket v3.6
  495. [12:20:52] [Server thread/INFO]: [SimpleRegionMarket] Loaded 4 template(s), 2 world(s) and 37 region(s).
  496. [12:20:52] [Server thread/INFO]: [SimpleRegionMarket] The check took 332ms
  497. [12:20:52] [Server thread/INFO]: [SimpleRegionMarket] Permissions loaded (PermissionsEx)
  498. [12:20:52] [Server thread/INFO]: [SimpleRegionMarket] SimpleRegionMarket enabled.
  499. [12:20:52] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.2
  500. [12:20:52] [Server thread/INFO]: [AuthMe] Loading Configuration File...
  501. [12:20:52] [Server thread/WARN]: [AuthMe] Merge new Config Options if needed..
  502. [12:20:52] [Server thread/WARN]: [AuthMe] Please check your config.yml file!
  503. [12:20:52] [Server thread/INFO]: Set Language: en
  504. [12:20:52] [Server thread/INFO]: Hook with Multiverse-Core for SpawnLocations
  505. [12:20:52] [Server thread/INFO]: Hook with Essentials plugin
  506. [12:20:52] [Server thread/INFO]: Hook with EssentialsSpawn plugin
  507. [12:20:52] [Server thread/INFO]: Vault plugin detected, hook with PermissionsEx system
  508. [12:20:52] [Server thread/INFO]: Authme 3.2 enabled
  509. [12:20:53] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  510. [12:20:54] [Server thread/INFO]: Done (27.504s)! For help, type "help" or "?"
  511. [12:20:55] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.1.4
  512. [12:20:55] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  513. [12:20:55] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
  514. [12:20:55] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  515. [12:20:55] [Craft Scheduler Thread - 7/INFO]: [EchoPet] [INFO] An update is available: EchoPet v2.6.0
  516. [12:20:55] [Craft Scheduler Thread - 7/INFO]: [EchoPet] [INFO] Type /ecupdate to update.
  517. [12:20:56] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  518. [12:20:56] [User Authenticator #1/INFO]: UUID of player TheP3aceguy is 324593d2-fef8-3843-980a-5defaa12931a
  519. [12:20:56] [Craft Scheduler Thread - 0/INFO]: [Vault] Checking for Updates:
  520. [12:20:56] [Craft Scheduler Thread - 0/WARN]: [Vault] Stable Version: 1.5.2 is out! You are still running version: 1.4.1
  521. [12:20:56] [Craft Scheduler Thread - 0/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
  522. [12:20:57] [Server thread/INFO]: [ProtocolBlocker] TheP3aceguy is using protocol: 4
  523. [12:20:57] [Server thread/INFO]: TheP3aceguy[/91.48.104.251:57034] logged in with entity id 233 at ([world] 84.87776428379848, 64.0, 95.93132430776176)
  524. [12:20:58] [Server thread/INFO]: [Quests] 3 Quest(s) loaded.
  525. [12:20:58] [Server thread/INFO]: [Quests] 5 Event(s) loaded.
  526. [12:20:58] [Server thread/INFO]: [Quests] 813 Phrase(s) loaded.
  527. [12:20:58] [Server thread/WARN]: [Quests] An error occurred removing old data from the snooper database!
  528. [12:20:58] [Server thread/WARN]: [Quests] An error occurred inserting data into the snooper database!
  529. [12:21:02] [Server thread/INFO]: TheP3aceguy used the wrong password
  530. [12:21:03] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  531. org.bukkit.event.EventException
  532. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  533. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  534. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  535. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  536. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  537. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  538. at net.minecraft.server.v1_7_R4.PacketPlayInPosition.handle(PacketPlayInPosition.java:35) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  539. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  540. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  541. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  542. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  543. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  544. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  545. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  546. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  547. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  548. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
  549. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  550. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  551. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  552. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  553. ... 13 more
  554. Caused by: java.lang.ClassNotFoundException: net.citizensnpcs.api.CitizensAPI
  555. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_25]
  556. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_25]
  557. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_25]
  558. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_25]
  559. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  560. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  561. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_25]
  562. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_25]
  563. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  564. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
  565. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  566. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  567. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  568. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  569. ... 13 more
  570. [12:21:04] [Server thread/INFO]: TheP3aceguy logged in!
  571. [12:21:07] [Server thread/INFO]: TheP3aceguy issued server command: /quests
  572. [12:21:09] [Server thread/INFO]: TheP3aceguy issued server command: /quests events
  573. [12:21:14] [Thread-10/WARN]: [PermissionsEx] An update to PermissionsEx version 1.23.1 is available to download from http://dev.bukkit.org/bukkit-plugins/permissionsex/. Please review the changes and update as soon as possible!
  574. [12:21:18] [Server thread/INFO]: TheP3aceguy issued server command: /quests edito
  575. [12:21:19] [Server thread/INFO]: TheP3aceguy issued server command: /quests editor
  576. [12:23:04] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  577. org.bukkit.event.EventException
  578. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  579. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  580. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  581. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  582. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  583. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  584. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  585. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  586. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  587. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  588. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  589. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  590. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  591. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  592. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  593. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  594. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
  595. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  596. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  597. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  598. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  599. ... 13 more
  600. [12:23:04] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  601. org.bukkit.event.EventException
  602. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  603. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  604. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  605. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  606. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  607. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  608. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  609. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  610. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  611. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  612. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  613. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  614. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  615. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  616. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  617. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  618. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
  619. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  620. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  621. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  622. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  623. ... 13 more
  624. [12:23:04] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  625. org.bukkit.event.EventException
  626. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  627. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  628. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  629. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  630. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  631. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  632. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  633. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  634. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  635. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  636. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  637. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  638. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  639. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  640. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  641. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  642. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
  643. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  644. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  645. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  646. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  647. ... 13 more
  648. [12:23:05] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  649. org.bukkit.event.EventException
  650. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  651. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  652. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  653. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  654. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  655. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  656. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  657. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  658. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  659. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  660. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  661. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  662. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  663. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  664. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  665. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  666. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
  667. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  668. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  669. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  670. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  671. ... 13 more
  672. [12:23:05] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  673. org.bukkit.event.EventException
  674. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  675. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  676. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  677. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  678. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  679. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  680. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  681. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  682. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  683. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  684. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  685. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  686. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  687. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  688. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  689. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  690. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
  691. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  692. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  693. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  694. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  695. ... 13 more
  696. [12:23:05] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  697. org.bukkit.event.EventException
  698. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  699. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  700. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  701. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  702. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  703. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  704. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  705. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  706. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  707. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  708. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  709. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  710. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  711. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  712. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  713. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  714. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
  715. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  716. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  717. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  718. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  719. ... 13 more
  720. [12:23:05] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  721. org.bukkit.event.EventException
  722. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  723. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  724. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  725. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  726. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  727. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  728. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  729. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  730. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  731. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  732. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  733. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  734. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  735. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  736. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  737. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  738. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
  739. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  740. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  741. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  742. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  743. ... 13 more
  744. [12:23:05] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  745. org.bukkit.event.EventException
  746. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  747. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  748. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  749. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  750. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  751. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  752. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  753. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  754. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  755. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  756. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  757. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  758. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  759. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  760. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  761. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  762. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
  763. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  764. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  765. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  766. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  767. ... 13 more
  768. [12:23:05] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  769. org.bukkit.event.EventException
  770. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  771. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  772. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  773. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  774. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  775. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  776. at net.minecraft.server.v1_7_R4.PacketPlayInPositionLook.handle(PacketPlayInPositionLook.java:40) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  777. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  778. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  779. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  780. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  781. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  782. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  783. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  784. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  785. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  786. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
  787. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  788. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  789. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  790. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  791. ... 13 more
  792. [12:23:05] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  793. org.bukkit.event.EventException
  794. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  795. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  796. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  797. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  798. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  799. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  800. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  801. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  802. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  803. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  804. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  805. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  806. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  807. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  808. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  809. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  810. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
  811. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  812. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  813. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  814. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  815. ... 13 more
  816. [12:23:05] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  817. org.bukkit.event.EventException
  818. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  819. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  820. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  821. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  822. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  823. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  824. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  825. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  826. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  827. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  828. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  829. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  830. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  831. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  832. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  833. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  834. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
  835. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  836. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  837. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  838. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  839. ... 13 more
  840. [12:23:05] [Server thread/INFO]: [WorldEdit] Using external NmsBlock for this version: CBXNmsBlock_1710
  841. [12:23:05] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  842. org.bukkit.event.EventException
  843. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  844. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  845. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  846. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  847. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  848. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  849. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  850. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  851. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  852. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  853. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  854. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  855. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  856. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  857. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  858. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  859. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
  860. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  861. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  862. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  863. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  864. ... 13 more
  865. [12:23:05] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  866. org.bukkit.event.EventException
  867. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  868. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  869. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  870. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  871. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  872. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  873. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  874. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  875. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  876. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  877. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  878. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  879. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  880. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  881. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  882. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  883. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
  884. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  885. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  886. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  887. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  888. ... 13 more
  889. [12:23:05] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  890. org.bukkit.event.EventException
  891. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  892. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  893. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  894. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  895. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  896. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  897. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  898. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  899. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  900. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  901. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  902. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  903. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  904. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  905. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  906. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  907. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
  908. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  909. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  910. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  911. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  912. ... 13 more
  913. [12:23:05] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  914. org.bukkit.event.EventException
  915. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  916. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  917. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  918. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  919. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  920. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  921. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  922. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  923. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  924. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  925. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  926. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  927. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  928. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  929. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  930. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  931. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
  932. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  933. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  934. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  935. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  936. ... 13 more
  937. [12:23:05] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  938. org.bukkit.event.EventException
  939. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  940. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  941. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  942. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  943. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  944. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  945. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  946. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  947. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  948. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  949. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  950. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  951. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  952. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  953. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  954. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  955. at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) ~[?:?]
  956. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  957. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  958. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  959. ... 13 more
  960. [12:23:05] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  961. org.bukkit.event.EventException
  962. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  963. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  964. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  965. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  966. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  967. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  968. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  969. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  970. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  971. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  972. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  973. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  974. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  975. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  976. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  977. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  978. at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) ~[?:?]
  979. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  980. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  981. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  982. ... 13 more
  983. [12:23:06] [Server thread/WARN]: [Quests] Task #13 for Quests v1.9.0 generated an exception
  984. java.lang.NoClassDefFoundError: net/citizensnpcs/api/npc/NPCRegistry
  985. at me.blackvein.quests.NpcEffectThread.run(NpcEffectThread.java:33) ~[?:?]
  986. at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  987. at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  988. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  989. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  990. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  991. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  992. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  993. Caused by: java.lang.ClassNotFoundException: net.citizensnpcs.api.npc.NPCRegistry
  994. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_25]
  995. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_25]
  996. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_25]
  997. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_25]
  998. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  999. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1000. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_25]
  1001. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_25]
  1002. ... 8 more
  1003. [12:23:06] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  1004. org.bukkit.event.EventException
  1005. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1006. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1007. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1008. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1009. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1010. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1011. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1012. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1013. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1014. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1015. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1016. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1017. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1018. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1019. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  1020. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  1021. at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) ~[?:?]
  1022. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  1023. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  1024. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1025. ... 13 more
  1026. [12:23:06] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  1027. org.bukkit.event.EventException
  1028. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1029. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1030. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1031. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1032. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1033. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1034. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1035. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1036. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1037. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1038. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1039. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1040. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1041. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1042. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  1043. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  1044. at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) ~[?:?]
  1045. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  1046. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  1047. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1048. ... 13 more
  1049. [12:23:07] [Server thread/WARN]: [Quests] Task #13 for Quests v1.9.0 generated an exception
  1050. java.lang.NoClassDefFoundError: net/citizensnpcs/api/npc/NPCRegistry
  1051. at me.blackvein.quests.NpcEffectThread.run(NpcEffectThread.java:33) ~[?:?]
  1052. at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1053. at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1054. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1055. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1056. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1057. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1058. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1059. [12:23:08] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  1060. org.bukkit.event.EventException
  1061. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1062. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1063. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1064. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1065. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1066. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1067. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1068. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1069. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1070. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1071. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1072. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1073. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1074. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1075. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  1076. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  1077. at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) ~[?:?]
  1078. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  1079. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  1080. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1081. ... 13 more
  1082. [12:23:09] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  1083. org.bukkit.event.EventException
  1084. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1085. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1086. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1087. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1088. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1089. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1090. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1091. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1092. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1093. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1094. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1095. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1096. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1097. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1098. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  1099. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  1100. at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) ~[?:?]
  1101. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  1102. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  1103. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1104. ... 13 more
  1105. [12:23:09] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  1106. org.bukkit.event.EventException
  1107. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1108. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1109. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1110. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1111. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1112. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1113. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1114. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1115. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1116. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1117. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1118. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1119. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1120. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1121. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  1122. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  1123. at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) ~[?:?]
  1124. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  1125. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  1126. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1127. ... 13 more
  1128. [12:23:09] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  1129. org.bukkit.event.EventException
  1130. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1131. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1132. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1133. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1134. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1135. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1136. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1137. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1138. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1139. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1140. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1141. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1142. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1143. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1144. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  1145. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  1146. at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) ~[?:?]
  1147. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  1148. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  1149. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1150. ... 13 more
  1151. [12:23:09] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  1152. org.bukkit.event.EventException
  1153. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1154. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1155. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1156. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1157. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1158. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1159. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1160. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1161. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1162. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1163. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1164. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1165. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1166. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1167. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  1168. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  1169. at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) ~[?:?]
  1170. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  1171. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  1172. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1173. ... 13 more
  1174. [12:23:09] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  1175. org.bukkit.event.EventException
  1176. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1177. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1178. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1179. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1180. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1181. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1182. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1183. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1184. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1185. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1186. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1187. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1188. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1189. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1190. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  1191. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  1192. at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) ~[?:?]
  1193. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  1194. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  1195. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1196. ... 13 more
  1197. [12:23:09] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  1198. org.bukkit.event.EventException
  1199. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1200. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1201. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1202. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1203. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1204. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1205. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1206. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1207. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1208. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1209. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1210. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1211. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1212. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1213. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  1214. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  1215. at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) ~[?:?]
  1216. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  1217. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  1218. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1219. ... 13 more
  1220. [12:23:10] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  1221. org.bukkit.event.EventException
  1222. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1223. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1224. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1225. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1226. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1227. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1228. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1229. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1230. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1231. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1232. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1233. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1234. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1235. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1236. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  1237. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  1238. at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) ~[?:?]
  1239. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  1240. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  1241. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1242. ... 13 more
  1243. [12:23:10] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  1244. org.bukkit.event.EventException
  1245. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1246. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1247. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1248. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1249. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1250. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1251. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1252. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1253. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1254. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1255. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1256. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1257. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1258. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1259. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  1260. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  1261. at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) ~[?:?]
  1262. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  1263. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  1264. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1265. ... 13 more
  1266. [12:23:10] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  1267. org.bukkit.event.EventException
  1268. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1269. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1270. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1271. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1272. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1273. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1274. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1275. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1276. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1277. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1278. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1279. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1280. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1281. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1282. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  1283. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  1284. at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) ~[?:?]
  1285. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  1286. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  1287. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1288. ... 13 more
  1289. [12:23:10] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  1290. org.bukkit.event.EventException
  1291. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1292. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1293. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1294. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1295. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1296. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1297. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1298. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1299. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1300. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1301. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1302. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1303. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1304. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1305. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  1306. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  1307. at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) ~[?:?]
  1308. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  1309. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  1310. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1311. ... 13 more
  1312. [12:23:11] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  1313. org.bukkit.event.EventException
  1314. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1315. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1316. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1317. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1318. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1319. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1320. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1321. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1322. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1323. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1324. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1325. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1326. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1327. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1328. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  1329. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  1330. at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) ~[?:?]
  1331. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  1332. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  1333. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1334. ... 13 more
  1335. [12:23:11] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Quests v1.9.0
  1336. org.bukkit.event.EventException
  1337. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1338. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1339. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1340. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1341. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:249) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1342. at net.minecraft.server.v1_7_R4.PacketPlayInFlying.a(SourceFile:137) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1343. at net.minecraft.server.v1_7_R4.PacketPlayInLook.handle(SourceFile:98) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1344. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1345. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1346. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1347. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1348. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1349. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1350. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1351. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  1352. at me.blackvein.quests.PlayerListener.onPlayerMove(PlayerListener.java:758) ~[?:?]
  1353. at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) ~[?:?]
  1354. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
  1355. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
  1356. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1357. ... 13 more
  1358. [12:23:11] [Server thread/WARN]: [Quests] Task #13 for Quests v1.9.0 generated an exception
  1359. java.lang.NoClassDefFoundError: net/citizensnpcs/api/npc/NPCRegistry
  1360. at me.blackvein.quests.NpcEffectThread.run(NpcEffectThread.java:33) ~[?:?]
  1361. at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1362. at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1363. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1364. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1365. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1366. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1367. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  1368. [12:23:58] [Server thread/INFO]: TheP3aceguy issued server command: /pl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement