Advertisement
Guest User

server log

a guest
Apr 30th, 2017
585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 280.23 KB | None | 0 0
  1. [19:46:07] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [19:46:07] [Server thread/INFO]: Loading properties
  3. [19:46:07] [Server thread/INFO]: Default game type: SURVIVAL
  4. [19:46:07] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-db6de12-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  5. [19:46:08] [Server thread/INFO]: Debug logging is disabled
  6. [19:46:08] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [19:46:08] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [19:46:08] [Server thread/INFO]: Generating keypair
  9. [19:46:08] [Server thread/INFO]: Starting Minecraft server on *:25565
  10. [19:46:08] [Server thread/INFO]: Using default channel type
  11. [19:46:08] [Server thread/ERROR]: Could not load 'plugins\PermissionsEx-1.23.3.jar' in folder 'plugins'
  12. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  13. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  15. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  16. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  17. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  18. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  19. Caused by: java.util.zip.ZipException: error in opening zip file
  20. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_131]
  21. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_131]
  22. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_131]
  23. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_131]
  24. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_131]
  25. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  26. ... 5 more
  27. [19:46:08] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  28. [19:46:08] [Server thread/INFO]: [INFO][NoCheatPlus] Sat Apr 29 19:46:08 EDT 2017
  29. [19:46:08] [Server thread/INFO]: Player instances are stored for efficiency.
  30. [19:46:08] [Server thread/ERROR]: Could not load 'plugins\PrisonUtils_v1.6.11.jar' in folder 'plugins'
  31. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/general/Inventory/Item/CustomItem
  32. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  33. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  34. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  35. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  36. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  37. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  38. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  39. Caused by: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/general/Inventory/Item/CustomItem
  40. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_131]
  41. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_131]
  42. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  43. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  44. ... 6 more
  45. Caused by: java.lang.ClassNotFoundException: me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.Item.CustomItem
  46. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_131]
  47. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  48. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  49. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
  50. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
  51. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_131]
  52. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_131]
  53. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  54. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  55. ... 6 more
  56. [19:46:09] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
  57. [19:46:09] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  58. [19:46:09] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v0.0.1
  59. [19:46:09] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.3
  60. [19:46:09] [Server thread/INFO]: [JustInvSee] Loading JustInvSee v7.0
  61. [19:46:09] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  62. [19:46:09] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.13.7-RC-sMD5NET-b925
  63. [19:46:09] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
  64. [19:46:09] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  65. [19:46:09] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.8
  66. [19:46:09] [Server thread/INFO]: [ChatReaction] Loading ChatReaction v1.6.2
  67. [19:46:09] [Server thread/INFO]: [Lottery] Loading Lottery v0.9.4
  68. [19:46:09] [Server thread/INFO]: [EasyWarp] Loading EasyWarp v3.2
  69. [19:46:09] [Server thread/INFO]: [Crates] Loading Crates v2.67
  70. [19:46:09] [Server thread/INFO]: [Vault] Loading Vault v1.5.3-b37
  71. [19:46:09] [Server thread/INFO]: [CombatTag] Loading CombatTag v6.3.2-SNAPSHOT
  72. [19:46:09] [Server thread/INFO]: [ChatGames] Loading ChatGames v1.0
  73. [19:46:09] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b276
  74. [19:46:09] [Server thread/INFO]: [MarriageMaster] Loading MarriageMaster v1.29.16
  75. [19:46:09] [Server thread/INFO]: [floAuction] Loading floAuction v3.1.0
  76. [19:46:09] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v3.3.0
  77. [19:46:09] [Server thread/INFO]: [SimpleRankup] Loading SimpleRankup v1.0.2
  78. [19:46:09] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
  79. [19:46:09] [Server thread/INFO]: [InfoBoardReborn] Loading InfoBoardReborn v1.7.0
  80. [19:46:09] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
  81. [19:46:09] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.5.1
  82. [19:46:09] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.4.7
  83. [19:46:09] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5-b725
  84. [19:46:09] [Server thread/INFO]: [StaffList] Loading StaffList v3.84
  85. [19:46:09] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.5
  86. [19:46:09] [Server thread/INFO]: [Vault] Enabling Vault v1.5.3-b37
  87. [19:46:09] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  88. [19:46:09] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  89. [19:46:09] [Server thread/INFO]: [Vault] Enabled Version 1.5.3-b37
  90. [19:46:09] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v3.3.0
  91. [19:46:09] [Server thread/INFO]: $1PlotSquared is now enabled
  92. [19:46:09] [Server thread/INFO]: $3[$1P2$3] $2&6Debug Mode Enabled (Default). Edit the config to turn this off.
  93. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: greeting
  94. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: farewell
  95. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: feed
  96. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: heal
  97. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: notify-enter
  98. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: notify-leave
  99. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: item-drop
  100. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: invincible
  101. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: instabreak
  102. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: drop-protection
  103. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: forcefield
  104. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: titles
  105. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: pve
  106. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: pvp
  107. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: no-worldedit
  108. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: redstone
  109. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: misc-cap
  110. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: entity-cap
  111. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: mob-cap
  112. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: animal-cap
  113. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: hostile-cap
  114. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: vehicle-cap
  115. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: music
  116. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: done
  117. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: analysis
  118. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: disable-physics
  119. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: fly
  120. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: explosion
  121. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: mob-place
  122. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: hostile-interact
  123. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: hostile-attack
  124. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: animal-interact
  125. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: animal-attack
  126. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: tamed-interact
  127. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: tamed-attack
  128. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: player-interact
  129. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: misc-interact
  130. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: misc-place
  131. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: misc-break
  132. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: hanging-interact
  133. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: hanging-place
  134. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: hanging-break
  135. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: vehicle-use
  136. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: vehicle-place
  137. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: vehicle-break
  138. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: device-interact
  139. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: place
  140. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: break
  141. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: use
  142. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: blocked-cmds
  143. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: ice-melt
  144. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: keep
  145. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: gamemode
  146. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: price
  147. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: time
  148. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: weather
  149. [19:46:09] [Server thread/INFO]: [P2] - Adding flag: description
  150. [19:46:10] [Server thread/INFO]: [P2] Metrics enabled.
  151. [19:46:10] [Server thread/INFO]: [P2] Metrics enabled.
  152. [19:46:10] [Server thread/INFO]: [P2] PlotSquared is using online UUIDs
  153. [19:46:10] [Server thread/INFO]: [P2] Key: API Location, Value: http://www.intellectualsites.com/minecraft.php
  154. [19:46:10] [Server thread/INFO]: [P2] Key: Kill Road Mobs, Value: false
  155. [19:46:10] [Server thread/INFO]: [P2] Key: Use Metrics, Value: true
  156. [19:46:10] [Server thread/INFO]: [P2] Key: Delete Plots On Ban, Value: false
  157. [19:46:10] [Server thread/INFO]: [P2] Key: DB SQLite Enabled, Value: true
  158. [19:46:10] [Server thread/INFO]: [P2] Key: DB Mysql Enabled, Value: false
  159. [19:46:10] [Server thread/INFO]: [P2] Key: Auto Clear Enabled, Value: true
  160. [19:46:10] [Server thread/INFO]: [P2] Key: Auto Clear Days, Value: 7
  161. [19:46:10] [Server thread/INFO]: [P2] Key: Schematics Save Path, Value: plugins/PlotSquared/schematics
  162. [19:46:10] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  163. [19:46:10] [Server thread/INFO]: Preparing level "world"
  164. [19:46:10] [Server thread/INFO]: -------- World Settings For [world] --------
  165. [19:46:10] [Server thread/INFO]: View Distance: 10
  166. [19:46:10] [Server thread/INFO]: Item Despawn Rate: 6000
  167. [19:46:10] [Server thread/INFO]: Item Merge Radius: 2.5
  168. [19:46:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  169. [19:46:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
  170. [19:46:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  171. [19:46:10] [Server thread/INFO]: Chunks to Grow per Tick: 650
  172. [19:46:10] [Server thread/INFO]: Clear tick list: false
  173. [19:46:10] [Server thread/INFO]: Experience Merge Radius: 3.0
  174. [19:46:10] [Server thread/INFO]: Max Entity Collisions: 8
  175. [19:46:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  176. [19:46:10] [Server thread/INFO]: Anti X-Ray: true
  177. [19:46:10] [Server thread/INFO]: Engine Mode: 1
  178. [19:46:10] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  179. [19:46:10] [Server thread/INFO]: Replace Blocks: [1, 5]
  180. [19:46:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  181. [19:46:10] [Server thread/INFO]: Mob Spawn Range: 4
  182. [19:46:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  183. [19:46:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
  184. [19:46:10] [Server thread/INFO]: Cane Growth Modifier: 100%
  185. [19:46:10] [Server thread/INFO]: Melon Growth Modifier: 100%
  186. [19:46:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  187. [19:46:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  188. [19:46:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
  189. [19:46:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
  190. [19:46:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  191. [19:46:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  192. [19:46:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  193. [19:46:10] [Server thread/INFO]: Random Lighting Updates: false
  194. [19:46:10] [Server thread/INFO]: Structure Info Saving: true
  195. [19:46:10] [Server thread/INFO]: Sending up to 10 chunks per packet
  196. [19:46:10] [Server thread/INFO]: Max TNT Explosions: 100
  197. [19:46:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  198. [19:46:10] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  199. [19:46:10] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  200. [19:46:10] [Server thread/INFO]: View Distance: 10
  201. [19:46:10] [Server thread/INFO]: Item Despawn Rate: 6000
  202. [19:46:10] [Server thread/INFO]: Item Merge Radius: 2.5
  203. [19:46:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  204. [19:46:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
  205. [19:46:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  206. [19:46:10] [Server thread/INFO]: Chunks to Grow per Tick: 650
  207. [19:46:10] [Server thread/INFO]: Clear tick list: false
  208. [19:46:10] [Server thread/INFO]: Experience Merge Radius: 3.0
  209. [19:46:10] [Server thread/INFO]: Max Entity Collisions: 8
  210. [19:46:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  211. [19:46:10] [Server thread/INFO]: Anti X-Ray: true
  212. [19:46:10] [Server thread/INFO]: Engine Mode: 1
  213. [19:46:10] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  214. [19:46:10] [Server thread/INFO]: Replace Blocks: [1, 5]
  215. [19:46:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  216. [19:46:10] [Server thread/INFO]: Mob Spawn Range: 4
  217. [19:46:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  218. [19:46:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
  219. [19:46:10] [Server thread/INFO]: Cane Growth Modifier: 100%
  220. [19:46:10] [Server thread/INFO]: Melon Growth Modifier: 100%
  221. [19:46:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  222. [19:46:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  223. [19:46:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
  224. [19:46:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
  225. [19:46:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  226. [19:46:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  227. [19:46:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  228. [19:46:10] [Server thread/INFO]: Random Lighting Updates: false
  229. [19:46:10] [Server thread/INFO]: Structure Info Saving: true
  230. [19:46:10] [Server thread/INFO]: Sending up to 10 chunks per packet
  231. [19:46:10] [Server thread/INFO]: Max TNT Explosions: 100
  232. [19:46:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  233. [19:46:10] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  234. [19:46:10] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  235. [19:46:10] [Server thread/INFO]: View Distance: 10
  236. [19:46:10] [Server thread/INFO]: Item Despawn Rate: 6000
  237. [19:46:10] [Server thread/INFO]: Item Merge Radius: 2.5
  238. [19:46:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  239. [19:46:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
  240. [19:46:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  241. [19:46:10] [Server thread/INFO]: Chunks to Grow per Tick: 650
  242. [19:46:10] [Server thread/INFO]: Clear tick list: false
  243. [19:46:10] [Server thread/INFO]: Experience Merge Radius: 3.0
  244. [19:46:10] [Server thread/INFO]: Max Entity Collisions: 8
  245. [19:46:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  246. [19:46:10] [Server thread/INFO]: Anti X-Ray: true
  247. [19:46:10] [Server thread/INFO]: Engine Mode: 1
  248. [19:46:10] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  249. [19:46:10] [Server thread/INFO]: Replace Blocks: [1, 5]
  250. [19:46:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  251. [19:46:10] [Server thread/INFO]: Mob Spawn Range: 4
  252. [19:46:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  253. [19:46:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
  254. [19:46:10] [Server thread/INFO]: Cane Growth Modifier: 100%
  255. [19:46:10] [Server thread/INFO]: Melon Growth Modifier: 100%
  256. [19:46:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  257. [19:46:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  258. [19:46:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
  259. [19:46:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
  260. [19:46:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  261. [19:46:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  262. [19:46:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  263. [19:46:10] [Server thread/INFO]: Random Lighting Updates: false
  264. [19:46:10] [Server thread/INFO]: Structure Info Saving: true
  265. [19:46:10] [Server thread/INFO]: Sending up to 10 chunks per packet
  266. [19:46:10] [Server thread/INFO]: Max TNT Explosions: 100
  267. [19:46:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  268. [19:46:10] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  269. [19:46:10] [Server thread/INFO]: Preparing start region for level 0 (Seed: -1957044315279935555)
  270. [19:46:11] [Server thread/INFO]: Preparing spawn area: 76%
  271. [19:46:12] [Server thread/INFO]: Preparing start region for level 1 (Seed: -1957044315279935555)
  272. [19:46:13] [Server thread/INFO]: Preparing spawn area: 61%
  273. [19:46:13] [Server thread/INFO]: Preparing start region for level 2 (Seed: -1957044315279935555)
  274. [19:46:13] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
  275. [19:46:13] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
  276. [19:46:13] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  277. [19:46:13] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  278. [19:46:13] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  279. [19:46:13] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  280. [19:46:13] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v0.0.1
  281. [19:46:13] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.3
  282. [19:46:13] [Server thread/INFO]: [ClearLag] Loading modules...
  283. [19:46:13] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  284. [19:46:14] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  285. [19:46:14] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  286. [19:46:14] [Thread-11/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
  287. [19:46:14] [Server thread/INFO]: [JustInvSee] Enabling JustInvSee v7.0
  288. [19:46:14] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  289. [19:46:14] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  290. [19:46:14] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  291. [19:46:14] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  292. [19:46:14] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  293. [19:46:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  294. [19:46:14] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  295. [19:46:14] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  296. [19:46:14] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  297. [19:46:14] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  298. [19:46:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  299. [19:46:14] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  300. [19:46:14] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  301. [19:46:14] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  302. [19:46:14] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  303. [19:46:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  304. [19:46:14] [Server thread/INFO]: [WorldGuard] Loading region data...
  305. [19:46:14] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  306. [19:46:14] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
  307. [19:46:14] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  308. [19:46:14] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  309. [19:46:14] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  310. [19:46:14] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  311. [19:46:14] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  312. [19:46:14] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
  313. [19:46:14] [Server thread/INFO]: [NoCheatPlus] Version 3.13.7-RC-sMD5NET-b925 is enabled.
  314. [19:46:14] [Server thread/INFO]: [ChatReaction] Enabling ChatReaction v1.6.2
  315. [19:46:14] [Server thread/INFO]: [ChatReaction] You are using Spigot! Tooltips in reaction start messages are enabled!
  316. [19:46:14] [Server thread/INFO]: [ChatReaction] 0 words loaded!
  317. [19:46:14] [Server thread/INFO]: [ChatReaction] Reaction stats are disabled!!
  318. [19:46:14] [Server thread/INFO]: ---------------------------
  319. [19:46:14] [Server thread/INFO]: ChatReaction Updater
  320. [19:46:14] [Server thread/INFO]:
  321. [19:46:14] [Server thread/INFO]: You are running 1.6.2
  322. [19:46:14] [Server thread/INFO]: The latest version
  323. [19:46:14] [Server thread/INFO]: of ChatReaction!
  324. [19:46:14] [Server thread/INFO]:
  325. [19:46:14] [Server thread/INFO]: ---------------------------
  326. [19:46:14] [Server thread/INFO]: [Lottery] Enabling Lottery v0.9.4
  327. [19:46:14] [Server thread/INFO]: [Lottery] Payment method found (Essentials version: 2.2)
  328. [19:46:14] [Server thread/INFO]: [EasyWarp] Enabling EasyWarp v3.2
  329. [19:46:14] [Server thread/INFO]: [Crates] Enabling Crates v2.67
  330. [19:46:14] [Server thread/INFO]: [Crates] Loaded example
  331. [19:46:14] [Server thread/INFO]: [Crates] Checking for updates...
  332. [19:46:14] [Thread-11/INFO]: [ClearLag] No updates found!
  333. [19:46:15] [Server thread/INFO]: [Crates] No updates found.
  334. [19:46:15] [Server thread/INFO]: [CombatTag] Enabling CombatTag v6.3.2-SNAPSHOT
  335. [19:46:15] [Server thread/ERROR]: [CombatTag] this version of minecraft isn't supported by combat tag
  336. [19:46:15] [Server thread/ERROR]: [CombatTag] Please check bukkit-dev for an update
  337. [19:46:15] [Server thread/INFO]: [CombatTag] Disabled
  338. [19:46:15] [Server thread/INFO]: [ChatGames] Enabling ChatGames v1.0
  339. [19:46:15] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b276
  340. [19:46:15] [Server thread/INFO]: Using locale en_CA
  341. [19:46:15] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as spawner provider.
  342. [19:46:15] [Server thread/INFO]: Using locale en_CA
  343. [19:46:15] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
  344. [19:46:15] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  345. [19:46:15] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  346. [19:46:15] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  347. [19:46:15] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v1.29.16
  348. [19:46:15] [Server thread/INFO]: [MarriageMaster] Config Version: 28 => no update needed
  349. [19:46:15] [Server thread/INFO]: [MarriageMaster] Config loaded
  350. [19:46:15] [Server thread/INFO]: [MarriageMaster] Language Version: 18 => no update needed
  351. [19:46:15] [Server thread/INFO]: [MarriageMaster] Checking for updates ...
  352. [19:46:15] [Server thread/INFO]: [MarriageMaster] Marriage Master has been enabled!
  353. [19:46:15] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  354. [19:46:15] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  355. [19:46:15] [Server thread/INFO]: [floAuction] Enabling floAuction v3.1.0
  356. [19:46:15] [Server thread/ERROR]: [floAuction] ----- WhatIsIt Dependency Failure -----
  357. [19:46:15] [Server thread/ERROR]: [floAuction] ATTENTION! THIS IS A NOTIFICATION THAT floAuction HAS NOT BEEN
  358. [19:46:15] [Server thread/ERROR]: [floAuction] ENABLED. floAuction REQUIRES THE WhatIsIt PLUGIN AND YOU LACK
  359. [19:46:15] [Server thread/ERROR]: [floAuction] IT. DOWNLOAD AND INSTALL WhatIsIt IF YOU WANT floAuction TO
  360. [19:46:15] [Server thread/ERROR]: [floAuction] PROVIDE YOU WITH IT'S LEGENDARY AUCTION FUNCTIONALITY!
  361. [19:46:15] [Server thread/ERROR]: [floAuction] ----- --------------------------- -----
  362. [19:46:15] [Server thread/INFO]: [floAuction] Disabling floAuction v3.1.0
  363. [19:46:15] [Server thread/INFO]: [floAuction] has been disabled.
  364. [19:46:15] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  365. [19:46:15] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  366. [19:46:15] [Server thread/INFO]: [SimpleRankup] Enabling SimpleRankup v1.0.2
  367. [19:46:15] [Server thread/INFO]: [SimpleRankup] # SimpleRankup coded by: Ocean #
  368. [19:46:15] [Server thread/INFO]: [SimpleRankup] # youtube.com/TheMineShack #
  369. [19:46:15] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  370. [19:46:15] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  371. [19:46:15] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
  372. [19:46:15] [Server thread/INFO]: -------- World Settings For [warps] --------
  373. [19:46:15] [Server thread/INFO]: View Distance: 10
  374. [19:46:15] [Server thread/INFO]: Item Despawn Rate: 6000
  375. [19:46:15] [Server thread/INFO]: Item Merge Radius: 2.5
  376. [19:46:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  377. [19:46:15] [Server thread/INFO]: Arrow Despawn Rate: 1200
  378. [19:46:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  379. [19:46:15] [Server thread/INFO]: Chunks to Grow per Tick: 650
  380. [19:46:15] [Server thread/INFO]: Clear tick list: false
  381. [19:46:15] [Server thread/INFO]: Experience Merge Radius: 3.0
  382. [19:46:15] [Server thread/INFO]: Max Entity Collisions: 8
  383. [19:46:15] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  384. [19:46:15] [Server thread/INFO]: Anti X-Ray: true
  385. [19:46:15] [Server thread/INFO]: Engine Mode: 1
  386. [19:46:15] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  387. [19:46:15] [Server thread/INFO]: Replace Blocks: [1, 5]
  388. [19:46:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  389. [19:46:15] [Server thread/INFO]: Mob Spawn Range: 4
  390. [19:46:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  391. [19:46:15] [Server thread/INFO]: Cactus Growth Modifier: 100%
  392. [19:46:15] [Server thread/INFO]: Cane Growth Modifier: 100%
  393. [19:46:15] [Server thread/INFO]: Melon Growth Modifier: 100%
  394. [19:46:15] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  395. [19:46:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  396. [19:46:15] [Server thread/INFO]: Sapling Growth Modifier: 100%
  397. [19:46:15] [Server thread/INFO]: Wheat Growth Modifier: 100%
  398. [19:46:15] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  399. [19:46:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  400. [19:46:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  401. [19:46:15] [Server thread/INFO]: Random Lighting Updates: false
  402. [19:46:15] [Server thread/INFO]: Structure Info Saving: true
  403. [19:46:15] [Server thread/INFO]: Sending up to 10 chunks per packet
  404. [19:46:15] [Server thread/INFO]: Max TNT Explosions: 100
  405. [19:46:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  406. [19:46:15] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  407. [19:46:15] [Server thread/INFO]: Preparing start region for level 3 (Seed: 3841101299414052539)
  408. [19:46:16] [Server thread/INFO]: [WorldGuard] (warps) TNT ignition is PERMITTED.
  409. [19:46:16] [Server thread/INFO]: [WorldGuard] (warps) Lighters are PERMITTED.
  410. [19:46:16] [Server thread/INFO]: [WorldGuard] (warps) Lava fire is blocked.
  411. [19:46:16] [Server thread/INFO]: [WorldGuard] (warps) Fire spread is UNRESTRICTED.
  412. [19:46:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'warps'
  413. [19:46:16] [Server thread/INFO]: -------- World Settings For [test] --------
  414. [19:46:16] [Server thread/INFO]: View Distance: 10
  415. [19:46:16] [Server thread/INFO]: Item Despawn Rate: 6000
  416. [19:46:16] [Server thread/INFO]: Item Merge Radius: 2.5
  417. [19:46:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  418. [19:46:16] [Server thread/INFO]: Arrow Despawn Rate: 1200
  419. [19:46:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  420. [19:46:16] [Server thread/INFO]: Chunks to Grow per Tick: 650
  421. [19:46:16] [Server thread/INFO]: Clear tick list: false
  422. [19:46:16] [Server thread/INFO]: Experience Merge Radius: 3.0
  423. [19:46:16] [Server thread/INFO]: Max Entity Collisions: 8
  424. [19:46:16] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  425. [19:46:16] [Server thread/INFO]: Anti X-Ray: true
  426. [19:46:16] [Server thread/INFO]: Engine Mode: 1
  427. [19:46:16] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  428. [19:46:16] [Server thread/INFO]: Replace Blocks: [1, 5]
  429. [19:46:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  430. [19:46:16] [Server thread/INFO]: Mob Spawn Range: 4
  431. [19:46:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  432. [19:46:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
  433. [19:46:16] [Server thread/INFO]: Cane Growth Modifier: 100%
  434. [19:46:16] [Server thread/INFO]: Melon Growth Modifier: 100%
  435. [19:46:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  436. [19:46:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  437. [19:46:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
  438. [19:46:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
  439. [19:46:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  440. [19:46:16] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  441. [19:46:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  442. [19:46:16] [Server thread/INFO]: Random Lighting Updates: false
  443. [19:46:16] [Server thread/INFO]: Structure Info Saving: true
  444. [19:46:16] [Server thread/INFO]: Sending up to 10 chunks per packet
  445. [19:46:16] [Server thread/INFO]: Max TNT Explosions: 100
  446. [19:46:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  447. [19:46:16] [Server thread/INFO]: [P2] Detected world load for 'test'
  448. [19:46:16] [Server thread/INFO]: [P2] - generator: PlotSquared>PlotSquared
  449. [19:46:16] [Server thread/INFO]: [P2] - plotworld: com.intellectualcrafters.plot.generator.HybridPlotWorld
  450. [19:46:16] [Server thread/INFO]: [P2] - manager: com.intellectualcrafters.plot.generator.HybridPlotManager
  451. [19:46:16] [Server thread/INFO]: [P2] - schematic: false
  452. [19:46:16] [Server thread/INFO]: World possibly already loaded: test
  453. [19:46:16] [Server thread/INFO]: Preparing start region for level 4 (Seed: 4377981810688948509)
  454. [19:46:16] [Thread-8/INFO]: --------------------
  455. [19:46:16] [Thread-8/INFO]: [CoreProtect] Version 2.14.2 now available.
  456. [19:46:16] [Thread-8/INFO]: [CoreProtect] Download: Type "/co version" in-game.
  457. [19:46:16] [Thread-8/INFO]: --------------------
  458. [19:46:16] [Thread-8/INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
  459. [19:46:16] [Thread-8/INFO]: --------------------
  460. [19:46:17] [Server thread/INFO]: [WorldGuard] (test) TNT ignition is PERMITTED.
  461. [19:46:17] [Server thread/INFO]: [WorldGuard] (test) Lighters are PERMITTED.
  462. [19:46:17] [Server thread/INFO]: [WorldGuard] (test) Lava fire is blocked.
  463. [19:46:17] [Server thread/INFO]: [WorldGuard] (test) Fire spread is UNRESTRICTED.
  464. [19:46:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'test'
  465. [19:46:17] [Server thread/INFO]: [P2] - schematic: false
  466. [19:46:17] [Server thread/INFO]: -------- World Settings For [plots] --------
  467. [19:46:17] [Server thread/INFO]: View Distance: 10
  468. [19:46:17] [Server thread/INFO]: Item Despawn Rate: 6000
  469. [19:46:17] [Server thread/INFO]: Item Merge Radius: 2.5
  470. [19:46:17] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  471. [19:46:17] [Server thread/INFO]: Arrow Despawn Rate: 1200
  472. [19:46:17] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  473. [19:46:17] [Server thread/INFO]: Chunks to Grow per Tick: 650
  474. [19:46:17] [Server thread/INFO]: Clear tick list: false
  475. [19:46:17] [Server thread/INFO]: Experience Merge Radius: 3.0
  476. [19:46:17] [Server thread/INFO]: Max Entity Collisions: 8
  477. [19:46:17] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  478. [19:46:17] [Server thread/INFO]: Anti X-Ray: true
  479. [19:46:17] [Server thread/INFO]: Engine Mode: 1
  480. [19:46:17] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  481. [19:46:17] [Server thread/INFO]: Replace Blocks: [1, 5]
  482. [19:46:17] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  483. [19:46:17] [Server thread/INFO]: Mob Spawn Range: 4
  484. [19:46:17] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  485. [19:46:17] [Server thread/INFO]: Cactus Growth Modifier: 100%
  486. [19:46:17] [Server thread/INFO]: Cane Growth Modifier: 100%
  487. [19:46:17] [Server thread/INFO]: Melon Growth Modifier: 100%
  488. [19:46:17] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  489. [19:46:17] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  490. [19:46:17] [Server thread/INFO]: Sapling Growth Modifier: 100%
  491. [19:46:17] [Server thread/INFO]: Wheat Growth Modifier: 100%
  492. [19:46:17] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  493. [19:46:17] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  494. [19:46:17] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  495. [19:46:17] [Server thread/INFO]: Random Lighting Updates: false
  496. [19:46:17] [Server thread/INFO]: Structure Info Saving: true
  497. [19:46:17] [Server thread/INFO]: Sending up to 10 chunks per packet
  498. [19:46:17] [Server thread/INFO]: Max TNT Explosions: 100
  499. [19:46:17] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  500. [19:46:17] [Server thread/INFO]: [P2] Detected world load for 'plots'
  501. [19:46:17] [Server thread/INFO]: [P2] - generator: PlotSquared>PlotSquared
  502. [19:46:17] [Server thread/INFO]: [P2] - plotworld: com.intellectualcrafters.plot.generator.HybridPlotWorld
  503. [19:46:17] [Server thread/INFO]: [P2] - manager: com.intellectualcrafters.plot.generator.HybridPlotManager
  504. [19:46:17] [Server thread/INFO]: [P2] - schematic: false
  505. [19:46:17] [Server thread/INFO]: World possibly already loaded: plots
  506. [19:46:17] [Server thread/INFO]: Preparing start region for level 5 (Seed: -3575346876627352596)
  507. [19:46:18] [Server thread/INFO]: [WorldGuard] (plots) TNT ignition is PERMITTED.
  508. [19:46:18] [Server thread/INFO]: [WorldGuard] (plots) Lighters are PERMITTED.
  509. [19:46:18] [Server thread/INFO]: [WorldGuard] (plots) Lava fire is blocked.
  510. [19:46:18] [Server thread/INFO]: [WorldGuard] (plots) Fire spread is UNRESTRICTED.
  511. [19:46:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plots'
  512. [19:46:18] [Server thread/INFO]: [P2] - schematic: false
  513. [19:46:18] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
  514. [19:46:18] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
  515. [19:46:18] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  516. [19:46:18] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  517. [19:46:18] [Server thread/INFO]: [InfoBoardReborn] Enabling InfoBoardReborn v1.7.0
  518. [19:46:18] [Server thread/INFO]: Metrics was started!
  519. [19:46:18] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  520. [19:46:18] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  521. [19:46:18] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
  522. [19:46:18] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  523. [19:46:18] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  524. [19:46:18] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.5.1
  525. [19:46:18] [Server thread/INFO]: [ServerSigns] Version 4.5.1 is now enabled.
  526. [19:46:18] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  527. [19:46:18] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  528. [19:46:18] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.4.7
  529. [19:46:18] [Server thread/INFO]: [MineResetLite] MRL is managed and developed by Boomclaw under the Apache 2.0 license.
  530. [19:46:18] [Server thread/INFO]: [MineResetLite] For any issues or suggestions, use the Spigot discussion thread. Do not PM any of the developers.
  531. [19:46:18] [Server thread/INFO]: [MineResetLite] Loading mine from file 'A.mine.yml'...
  532. [19:46:18] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  533. [19:46:18] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  534. [19:46:18] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5-b725
  535. [19:46:18] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5-b725 Enabled - By Rigby and fernferret
  536. [19:46:18] [Server thread/INFO]: [MVPLogging] 0 - Portals(s) loaded
  537. [19:46:18] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
  538. [19:46:18] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  539. [19:46:18] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  540. [19:46:18] [Server thread/INFO]: [StaffList] Enabling StaffList v3.84
  541. [19:46:18] [Server thread/INFO]: [StaffList] enabled
  542. [19:46:18] [Server thread/INFO]: StaffList: There is a new version for this plugin - A premium version with more features
  543. [19:46:18] [Server thread/INFO]: To get this plugin visit dachiimp.com/StaffList
  544. [19:46:18] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  545. [19:46:18] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  546. [19:46:18] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.5
  547. [19:46:18] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  548. [19:46:18] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  549. [19:46:18] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  550. [19:46:19] [Server thread/INFO]: Done (8.779s)! For help, type "help" or "?"
  551. [19:46:19] [Craft Scheduler Thread - 4/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  552. [19:46:19] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  553. [19:46:19] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  554. [19:46:19] [Server thread/INFO]: [Citizens] Loaded 4 NPCs.
  555. [19:46:19] [Craft Scheduler Thread - 1/INFO]: [Vault] Checking for Updates ...
  556. [19:46:19] [Craft Scheduler Thread - 4/INFO]: [Metrics] Unexpected end of file from server
  557. [19:46:19] [Craft Scheduler Thread - 5/INFO]: You are running the latest version of PlotSquared
  558. [19:46:19] [Craft Scheduler Thread - 1/WARN]: [Vault] Stable Version: 1.5.6 is out! You are still running version: 1.5.3
  559. [19:46:19] [Craft Scheduler Thread - 1/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
  560. [19:46:20] [Server thread/INFO]: Starting UUID caching
  561. [19:46:20] [Craft Scheduler Thread - 1/INFO]: [P2] Starting player data caching for: world
  562. [19:46:20] [Craft Scheduler Thread - 1/INFO]: Fast mode UUID caching enabled!
  563. [19:46:20] [Craft Scheduler Thread - 1/INFO]: [P2] Cached a total of: 2 UUIDs
  564. [19:48:34] [User Authenticator #2/INFO]: Disconnecting /127.0.0.1:62002: Failed to verify username!
  565. [19:48:34] [User Authenticator #2/ERROR]: Username 'aScumbagel' tried to join with an invalid session
  566. [19:48:34] [Server thread/INFO]: /127.0.0.1:62002 lost connection: Failed to verify username!
  567. [19:48:34] [User Authenticator #1/INFO]: Disconnecting /127.0.0.1:62000: Failed to verify username!
  568. [19:48:34] [User Authenticator #1/ERROR]: Username 'aScumbagel' tried to join with an invalid session
  569. [19:48:34] [Server thread/INFO]: /127.0.0.1:62000 lost connection: Failed to verify username!
  570. [19:48:34] [User Authenticator #3/INFO]: Disconnecting /127.0.0.1:62004: Failed to verify username!
  571. [19:48:34] [User Authenticator #3/ERROR]: Username 'aScumbagel' tried to join with an invalid session
  572. [19:48:34] [User Authenticator #6/INFO]: UUID of player aScumbagel is 9a60a2db-9bcd-4342-a8d6-6c6f57c19384
  573. [19:48:34] [Server thread/INFO]: /127.0.0.1:62004 lost connection: Failed to verify username!
  574. [19:48:34] [User Authenticator #4/INFO]: Disconnecting /127.0.0.1:62007: Failed to verify username!
  575. [19:48:34] [User Authenticator #4/ERROR]: Username 'aScumbagel' tried to join with an invalid session
  576. [19:48:34] [User Authenticator #5/INFO]: Disconnecting /127.0.0.1:62010: Failed to verify username!
  577. [19:48:34] [User Authenticator #5/ERROR]: Username 'aScumbagel' tried to join with an invalid session
  578. [19:48:34] [Server thread/INFO]: aScumbagel[/127.0.0.1:62006] logged in with entity id 2187 at ([warps]-18.103789730602493, 60.60480950539321, -8.46810677444812)
  579. [19:48:34] [Server thread/INFO]: /127.0.0.1:62010 lost connection: Failed to verify username!
  580. [19:48:34] [Server thread/INFO]: /127.0.0.1:62007 lost connection: Failed to verify username!
  581. [19:48:35] [Server thread/INFO]: ---------------------------------------------------------
  582. [19:48:35] [Server thread/INFO]: InfoBoard will be shut down because there is a problem with your server's permissions
  583. [19:48:35] [Server thread/INFO]: ---------------------------------------------------------
  584. [19:48:35] [Server thread/INFO]: [InfoBoardReborn] Disabling InfoBoardReborn v1.7.0
  585. [19:48:40] [Server thread/INFO]: aScumbagel issued server command: /pex
  586. [19:49:15] [Server thread/INFO]: aScumbagel issued server command: /gamemode 1
  587. [19:49:47] [Server thread/INFO]: aScumbagel issued server command: //set red_stained_clay
  588. [19:50:02] [Server thread/INFO]: aScumbagel issued server command: //set stainedclay:14
  589. [19:52:09] [Server thread/INFO]: aScumbagel issued server command: //copy
  590. [19:52:36] [Server thread/INFO]: aScumbagel issued server command: //paste
  591. [19:52:43] [Server thread/INFO]: aScumbagel issued server command: //undo
  592. [19:52:58] [Server thread/INFO]: aScumbagel issued server command: //paste
  593. [19:52:59] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  594. [19:53:04] [Server thread/INFO]: aScumbagel issued server command: //undo
  595. [19:53:10] [Server thread/INFO]: aScumbagel issued server command: //paste
  596. [19:53:17] [Server thread/INFO]: aScumbagel issued server command: //undo
  597. [19:53:25] [Server thread/INFO]: aScumbagel issued server command: //paste
  598. [19:53:39] [Server thread/INFO]: aScumbagel issued server command: //paste
  599. [19:53:39] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  600. [19:53:56] [Server thread/INFO]: aScumbagel issued server command: //paste
  601. [19:53:59] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  602. [19:54:02] [Server thread/INFO]: aScumbagel issued server command: //copy
  603. [19:54:05] [Server thread/INFO]: aScumbagel issued server command: //undo
  604. [19:54:18] [Server thread/INFO]: aScumbagel issued server command: //copy
  605. [19:54:20] [Server thread/INFO]: aScumbagel issued server command: //paste
  606. [19:54:45] [Server thread/INFO]: aScumbagel issued server command: //paste
  607. [19:54:49] [Server thread/INFO]: aScumbagel issued server command: //paste
  608. [19:54:51] [Server thread/INFO]: aScumbagel issued server command: //paste
  609. [19:54:51] [Server thread/INFO]: aScumbagel issued server command: //paste
  610. [19:54:52] [Server thread/INFO]: aScumbagel issued server command: //paste
  611. [19:54:52] [Server thread/INFO]: aScumbagel issued server command: //paste
  612. [19:54:53] [Server thread/INFO]: aScumbagel issued server command: //paste
  613. [19:54:53] [Server thread/INFO]: aScumbagel issued server command: //paste
  614. [19:54:53] [Server thread/INFO]: aScumbagel issued server command: //paste
  615. [19:54:54] [Server thread/INFO]: aScumbagel issued server command: //paste
  616. [19:54:59] [Server thread/INFO]: aScumbagel issued server command: //undo
  617. [19:54:59] [Server thread/INFO]: aScumbagel issued server command: //undo
  618. [19:55:00] [Server thread/INFO]: aScumbagel issued server command: //undo
  619. [19:55:04] [Server thread/INFO]: aScumbagel issued server command: //undo
  620. [19:55:09] [Server thread/INFO]: aScumbagel lost connection: Disconnected
  621. [19:55:09] [Server thread/INFO]: aScumbagel left the game.
  622. [19:55:13] [User Authenticator #7/INFO]: Disconnecting /127.0.0.1:62163: Failed to verify username!
  623. [19:55:13] [User Authenticator #7/ERROR]: Username 'aScumbagel' tried to join with an invalid session
  624. [19:55:13] [User Authenticator #8/INFO]: Disconnecting /127.0.0.1:62161: Failed to verify username!
  625. [19:55:13] [User Authenticator #8/ERROR]: Username 'aScumbagel' tried to join with an invalid session
  626. [19:55:13] [Server thread/INFO]: /127.0.0.1:62161 lost connection: Failed to verify username!
  627. [19:55:13] [Server thread/INFO]: /127.0.0.1:62163 lost connection: Failed to verify username!
  628. [19:55:13] [User Authenticator #9/INFO]: Disconnecting /127.0.0.1:62167: Failed to verify username!
  629. [19:55:13] [User Authenticator #9/ERROR]: Username 'aScumbagel' tried to join with an invalid session
  630. [19:55:13] [Server thread/INFO]: /127.0.0.1:62167 lost connection: Failed to verify username!
  631. [19:55:13] [User Authenticator #10/INFO]: UUID of player aScumbagel is 9a60a2db-9bcd-4342-a8d6-6c6f57c19384
  632. [19:55:13] [User Authenticator #11/INFO]: UUID of player aScumbagel is 9a60a2db-9bcd-4342-a8d6-6c6f57c19384
  633. [19:55:13] [Server thread/INFO]: aScumbagel[/127.0.0.1:62165] logged in with entity id 219178 at ([warps]-20.90550520046489, 110.37670417367717, -23.20634709519776)
  634. [19:55:13] [Server thread/INFO]: aScumbagel lost connection: You logged in from another location
  635. [19:55:13] [Server thread/INFO]: aScumbagel left the game.
  636. [19:55:13] [Server thread/INFO]: aScumbagel[/127.0.0.1:62170] logged in with entity id 219179 at ([warps]-20.90550520046489, 110.37670417367717, -23.20634709519776)
  637. [19:55:13] [Server thread/WARN]: handleDisconnection() called twice
  638. [19:55:30] [Server thread/INFO]: aScumbagel issued server command: //set air
  639. [19:55:37] [Server thread/INFO]: aScumbagel issued server command: //set air
  640. [19:55:41] [Server thread/INFO]: aScumbagel issued server command: //set air
  641. [19:55:56] [Server thread/INFO]: aScumbagel issued server command: //set air
  642. [19:56:00] [Server thread/INFO]: aScumbagel issued server command: //paste
  643. [19:56:05] [Server thread/INFO]: aScumbagel issued server command: //paste
  644. [19:56:20] [Craft Scheduler Thread - 17/INFO]: [Metrics] Connection reset
  645. [19:56:21] [Server thread/INFO]: Chat Games // Solve 256 + 654 to get rewards!
  646. [19:56:26] [Server thread/INFO]: aScumbagel issued server command: /bal
  647. [19:56:36] [Async Chat Thread - #0/INFO]: [warps]<aScumbagel> 1010
  648. [19:57:05] [Server thread/INFO]: Chat Games // No one won the game! The number was: 910!
  649. [19:58:04] [Server thread/INFO]: aScumbagel issued server command: //copy
  650. [19:58:06] [Server thread/INFO]: aScumbagel issued server command: //paste
  651. [19:58:17] [Server thread/INFO]: aScumbagel issued server command: //copy
  652. [19:58:29] [Server thread/INFO]: aScumbagel issued server command: //paste
  653. [19:58:39] [Server thread/INFO]: aScumbagel issued server command: //set air
  654. [19:58:45] [Server thread/INFO]: aScumbagel issued server command: //set air
  655. [19:58:51] [Server thread/INFO]: aScumbagel issued server command: /gamemode 1
  656. [19:59:00] [Server thread/INFO]: aScumbagel issued server command: //paste
  657. [19:59:04] [Server thread/INFO]: aScumbagel issued server command: //unmdo
  658. [19:59:06] [Server thread/INFO]: aScumbagel issued server command: //undo
  659. [19:59:18] [Server thread/INFO]: aScumbagel issued server command: //paste
  660. [19:59:32] [Server thread/INFO]: aScumbagel issued server command: //move 5
  661. [19:59:35] [Server thread/INFO]: aScumbagel issued server command: //undo
  662. [19:59:38] [Server thread/INFO]: aScumbagel issued server command: //move 5
  663. [19:59:40] [Server thread/INFO]: aScumbagel issued server command: //undo
  664. [20:00:06] [Server thread/INFO]: aScumbagel issued server command: //move 5 south
  665. [20:00:20] [Server thread/INFO]: aScumbagel issued server command: //move 3 up
  666. [20:00:26] [Server thread/INFO]: aScumbagel issued server command: //undo
  667. [20:00:36] [Server thread/INFO]: aScumbagel issued server command: //move 3 up
  668. [20:00:40] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  669. [20:00:56] [Server thread/INFO]: aScumbagel issued server command: //move 1 east up
  670. [20:00:57] [Server thread/INFO]: aScumbagel issued server command: //move 1 east
  671. [20:01:20] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  672. [20:01:33] [Server thread/INFO]: aScumbagel issued server command: //copy
  673. [20:01:36] [Server thread/INFO]: aScumbagel issued server command: //paste
  674. [20:01:40] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  675. [20:01:54] [Server thread/INFO]: aScumbagel issued server command: //paste
  676. [20:01:56] [Server thread/INFO]: aScumbagel issued server command: //paste
  677. [20:02:06] [Server thread/INFO]: aScumbagel issued server command: //undo
  678. [20:02:06] [Server thread/INFO]: aScumbagel issued server command: //undo
  679. [20:02:15] [Server thread/INFO]: aScumbagel issued server command: //paste
  680. [20:02:20] [Server thread/INFO]: aScumbagel issued server command: //undo
  681. [20:02:30] [Server thread/INFO]: aScumbagel issued server command: //paste
  682. [20:02:52] [Server thread/INFO]: aScumbagel issued server command: //move 2 west
  683. [20:02:58] [Server thread/INFO]: aScumbagel issued server command: //undo
  684. [20:03:15] [Server thread/INFO]: aScumbagel issued server command: //move 2 west
  685. [20:03:20] [Server thread/INFO]: aScumbagel issued server command: //undo
  686. [20:03:21] [Server thread/INFO]: aScumbagel issued server command: //undo
  687. [20:03:35] [Server thread/INFO]: aScumbagel issued server command: //copy
  688. [20:03:46] [Server thread/INFO]: aScumbagel issued server command: //PASTE
  689. [20:03:52] [Server thread/INFO]: aScumbagel issued server command: //UNDO
  690. [20:03:56] [Server thread/INFO]: aScumbagel issued server command: //PASTE
  691. [20:04:19] [Server thread/INFO]: aScumbagel issued server command: //move 4 down
  692. [20:04:25] [Server thread/INFO]: aScumbagel issued server command: //undo
  693. [20:04:33] [Server thread/INFO]: aScumbagel issued server command: //move 4 down
  694. [20:05:02] [Server thread/INFO]: aScumbagel issued server command: //move 17 south
  695. [20:05:15] [Server thread/INFO]: aScumbagel issued server command: //move 17 south
  696. [20:05:18] [Server thread/INFO]: aScumbagel issued server command: //undo
  697. [20:05:27] [Server thread/INFO]: aScumbagel issued server command: //move 17 south
  698. [20:06:59] [Server thread/INFO]: aScumbagel issued server command: //copy
  699. [20:07:01] [Server thread/INFO]: aScumbagel issued server command: //paste
  700. [20:07:06] [Server thread/INFO]: Chat Games // Solve 111 + 668 to get rewards!
  701. [20:07:12] [Server thread/INFO]: aScumbagel issued server command: //paste
  702. [20:07:18] [Server thread/INFO]: aScumbagel issued server command: //undo
  703. [20:07:21] [Craft Scheduler Thread - 31/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/ServerSigns
  704. [20:07:28] [Server thread/INFO]: aScumbagel issued server command: //paste
  705. [20:07:50] [Server thread/INFO]: Chat Games // No one won the game! The number was: 779!
  706. [20:08:21] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  707. [20:08:28] [Server thread/INFO]: aScumbagel issued server command: //move 2 north
  708. [20:08:36] [Server thread/INFO]: aScumbagel issued server command: //undo
  709. [20:08:38] [Server thread/INFO]: aScumbagel issued server command: //undo
  710. [20:09:01] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  711. [20:09:19] [Server thread/INFO]: aScumbagel issued server command: //copy
  712. [20:09:21] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  713. [20:09:24] [Server thread/INFO]: aScumbagel issued server command: //paste
  714. [20:09:47] [Server thread/INFO]: aScumbagel issued server command: //paste
  715. [20:09:55] [Server thread/INFO]: aScumbagel issued server command: //paste
  716. [20:10:02] [Server thread/INFO]: aScumbagel issued server command: //undo
  717. [20:10:10] [Server thread/INFO]: aScumbagel issued server command: //paste
  718. [20:10:22] [Server thread/INFO]: aScumbagel issued server command: //move 2
  719. [20:10:26] [Server thread/INFO]: aScumbagel issued server command: //undo
  720. [20:10:35] [Server thread/INFO]: aScumbagel issued server command: //move 2
  721. [20:10:42] [Server thread/INFO]: aScumbagel issued server command: //move 4
  722. [20:10:46] [Server thread/INFO]: aScumbagel issued server command: //undo
  723. [20:10:49] [Server thread/INFO]: aScumbagel issued server command: //move 4
  724. [20:11:01] [Server thread/INFO]: aScumbagel issued server command: //move 4
  725. [20:11:33] [Server thread/INFO]: aScumbagel issued server command: //paste
  726. [20:11:44] [Server thread/INFO]: aScumbagel issued server command: //copy
  727. [20:11:59] [Server thread/INFO]: aScumbagel issued server command: //copy
  728. [20:12:09] [Server thread/INFO]: aScumbagel issued server command: //paste
  729. [20:12:13] [Server thread/INFO]: aScumbagel issued server command: //undo
  730. [20:12:20] [Server thread/INFO]: aScumbagel issued server command: //paste
  731. [20:12:36] [Server thread/INFO]: aScumbagel issued server command: //move 2
  732. [20:12:41] [Server thread/INFO]: aScumbagel issued server command: //undo
  733. [20:12:54] [Server thread/INFO]: aScumbagel issued server command: //move 2
  734. [20:13:02] [Server thread/INFO]: aScumbagel issued server command: //move 2
  735. [20:13:16] [Server thread/INFO]: aScumbagel issued server command: //undo
  736. [20:13:37] [Server thread/INFO]: aScumbagel issued server command: //copy
  737. [20:13:40] [Server thread/INFO]: aScumbagel issued server command: //move 2
  738. [20:13:51] [Server thread/INFO]: aScumbagel issued server command: //move 1
  739. [20:13:55] [Server thread/INFO]: aScumbagel issued server command: //undo
  740. [20:14:22] [Server thread/INFO]: aScumbagel issued server command: //rotate 180
  741. [20:14:27] [Server thread/INFO]: aScumbagel issued server command: //rotate 180
  742. [20:14:35] [Server thread/INFO]: aScumbagel issued server command: //pos 1
  743. [20:14:37] [Server thread/INFO]: aScumbagel issued server command: //pos1
  744. [20:14:45] [Server thread/INFO]: aScumbagel issued server command: //set stone
  745. [20:14:55] [Server thread/INFO]: aScumbagel issued server command: //undo
  746. [20:15:06] [Server thread/INFO]: aScumbagel issued server command: /pos1
  747. [20:15:10] [Server thread/INFO]: aScumbagel issued server command: //pos1
  748. [20:15:12] [Server thread/INFO]: aScumbagel issued server command: //pos2
  749. [20:15:15] [Server thread/INFO]: aScumbagel issued server command: //set stone
  750. [20:15:38] [Server thread/INFO]: aScumbagel issued server command: //rotate 180
  751. [20:15:40] [Server thread/INFO]: aScumbagel issued server command: //rotate 180
  752. [20:15:44] [Server thread/INFO]: aScumbagel issued server command: //rotate 180
  753. [20:16:05] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  754. [20:16:26] [Craft Scheduler Thread - 35/INFO]: [Metrics] Server returned HTTP response code: 500 for URL: http://mcstats.org/report/ServerSigns
  755. [20:16:45] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  756. [20:17:05] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  757. [20:17:35] [Server thread/INFO]: aScumbagel issued server command: //undo
  758. [20:17:36] [Server thread/INFO]: aScumbagel issued server command: //undo
  759. [20:17:38] [Server thread/INFO]: aScumbagel issued server command: //undo
  760. [20:17:40] [Server thread/INFO]: aScumbagel issued server command: //undo
  761. [20:17:42] [Server thread/INFO]: aScumbagel issued server command: //undo
  762. [20:17:54] [Server thread/INFO]: Chat Games // Solve 601 + 25 to get rewards!
  763. [20:17:58] [Server thread/INFO]: aScumbagel issued server command: //copy
  764. [20:18:10] [Server thread/INFO]: aScumbagel issued server command: //paste
  765. [20:18:17] [Server thread/INFO]: aScumbagel issued server command: //undo
  766. [20:18:29] [Server thread/INFO]: aScumbagel issued server command: //paste
  767. [20:18:34] [Server thread/INFO]: aScumbagel issued server command: //undo
  768. [20:18:38] [Server thread/INFO]: aScumbagel issued server command: /p h
  769. [20:18:38] [Server thread/INFO]: Chat Games // No one won the game! The number was: 626!
  770. [20:18:40] [Server thread/INFO]: aScumbagel issued server command: //paste
  771. [20:18:49] [Server thread/INFO]: aScumbagel issued server command: //paste
  772. [20:19:04] [Server thread/INFO]: aScumbagel issued server command: //set air
  773. [20:19:18] [Server thread/INFO]: aScumbagel issued server command: //rotate 90
  774. [20:19:24] [Server thread/INFO]: aScumbagel issued server command: //undo
  775. [20:19:31] [Server thread/INFO]: aScumbagel issued server command: //redo
  776. [20:20:19] [Server thread/INFO]: aScumbagel issued server command: //sopy
  777. [20:20:28] [Server thread/INFO]: aScumbagel issued server command: //copy
  778. [20:20:41] [Server thread/INFO]: aScumbagel issued server command: //paste
  779. [20:20:46] [Server thread/INFO]: aScumbagel issued server command: //undo
  780. [20:20:58] [Server thread/INFO]: aScumbagel issued server command: //paste
  781. [20:21:03] [Server thread/INFO]: aScumbagel issued server command: //undo
  782. [20:21:08] [Server thread/INFO]: aScumbagel issued server command: //paste
  783. [20:21:18] [Server thread/INFO]: aScumbagel issued server command: //move 1 down
  784. [20:21:21] [Server thread/INFO]: aScumbagel issued server command: //undo
  785. [20:21:31] [Server thread/INFO]: aScumbagel issued server command: //undo
  786. [20:21:38] [Server thread/INFO]: aScumbagel issued server command: //paste
  787. [20:22:00] [Server thread/INFO]: aScumbagel issued server command: /give aScumbagel grass
  788. [20:22:51] [Server thread/INFO]: aScumbagel issued server command: //paste
  789. [20:22:55] [Server thread/INFO]: aScumbagel issued server command: //undo
  790. [20:23:00] [Server thread/INFO]: aScumbagel issued server command: //undo
  791. [20:23:03] [Server thread/INFO]: aScumbagel issued server command: //redo
  792. [20:23:05] [Server thread/INFO]: aScumbagel issued server command: //paste'
  793. [20:23:06] [Server thread/INFO]: aScumbagel issued server command: //paste
  794. [20:23:15] [Server thread/INFO]: aScumbagel issued server command: //paste
  795. [20:23:19] [Server thread/INFO]: aScumbagel issued server command: //undo
  796. [20:23:22] [Server thread/INFO]: aScumbagel issued server command: //paste
  797. [20:23:27] [Server thread/INFO]: aScumbagel issued server command: //undo
  798. [20:23:46] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  799. [20:24:01] [Server thread/INFO]: aScumbagel issued server command: //rotate 180
  800. [20:24:26] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  801. [20:24:46] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  802. [20:26:27] [Craft Scheduler Thread - 47/INFO]: [Metrics] Unexpected end of file from server
  803. [20:28:38] [Server thread/INFO]: aScumbagel issued server command: /essentials warp
  804. [20:28:38] [Server thread/INFO]: Using locale en_CA
  805. [20:28:39] [Server thread/INFO]: Chat Games // Solve 862 + 119 to get rewards!
  806. [20:28:40] [Server thread/INFO]: aScumbagel issued server command: /essentialswarp
  807. [20:28:43] [Server thread/INFO]: aScumbagel issued server command: /essentials help
  808. [20:28:44] [Server thread/INFO]: Using locale en_CA
  809. [20:28:52] [Server thread/INFO]: aScumbagel issued server command: /help essentials
  810. [20:28:55] [Server thread/INFO]: aScumbagel issued server command: /help essentials 2
  811. [20:28:59] [Server thread/INFO]: aScumbagel issued server command: /help essentials 3
  812. [20:29:09] [Server thread/INFO]: aScumbagel issued server command: /help essentials 4
  813. [20:29:18] [Server thread/INFO]: aScumbagel issued server command: /help essentials 5
  814. [20:29:23] [Server thread/INFO]: Chat Games // No one won the game! The number was: 981!
  815. [20:29:24] [Server thread/INFO]: aScumbagel issued server command: /help essentials 6
  816. [20:29:35] [Server thread/INFO]: aScumbagel issued server command: /help essentials 7
  817. [20:29:35] [Server thread/INFO]: aScumbagel issued server command: /p h
  818. [20:29:43] [Server thread/INFO]: aScumbagel issued server command: /help essentials 8
  819. [20:29:48] [Server thread/INFO]: aScumbagel issued server command: /help essentials 9
  820. [20:29:57] [Server thread/INFO]: aScumbagel issued server command: /help essentials 10
  821. [20:30:09] [Server thread/INFO]: aScumbagel issued server command: /help essentials 11
  822. [20:30:12] [Server thread/INFO]: aScumbagel issued server command: /help essentials 12
  823. [20:30:15] [Server thread/INFO]: aScumbagel issued server command: /help essentials 13
  824. [20:30:19] [Server thread/INFO]: aScumbagel issued server command: /help essentials 14
  825. [20:30:23] [Server thread/INFO]: aScumbagel issued server command: /help essentials 15
  826. [20:30:28] [Server thread/INFO]: aScumbagel issued server command: /warp
  827. [20:30:35] [Server thread/INFO]: aScumbagel issued server command: /warp help
  828. [20:30:38] [Server thread/INFO]: aScumbagel issued server command: /warp helps
  829. [20:30:40] [Server thread/INFO]: aScumbagel issued server command: /warps
  830. [20:30:49] [Server thread/INFO]: aScumbagel issued server command: /setwarp b
  831. [20:30:49] [Server thread/ERROR]: null
  832. org.bukkit.command.CommandException: Unhandled exception executing command 'setwarp' in plugin EasyWarp v3.2
  833. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  834. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  835. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  836. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  837. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  838. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  839. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  840. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  841. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  842. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  843. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  844. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  845. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  846. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  847. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  848. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  849. Caused by: java.lang.NullPointerException
  850. at com.collinsrichard.easywarp.objects.Warp.toString(Warp.java:33) ~[?:?]
  851. at com.collinsrichard.easywarp.managers.FileManager.saveWarps(FileManager.java:50) ~[?:?]
  852. at com.collinsrichard.easywarp.commands.SetWarpCommand.onCommand(SetWarpCommand.java:48) ~[?:?]
  853. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  854. ... 15 more
  855. [20:30:54] [Server thread/INFO]: aScumbagel issued server command: /plugins
  856. [20:31:06] [Server thread/INFO]: aScumbagel issued server command: /mag
  857. [20:31:09] [Server thread/INFO]: aScumbagel issued server command: /mang
  858. [20:31:27] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  859. [20:32:07] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  860. [20:32:27] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  861. [20:32:44] [Server thread/INFO]: aScumbagel issued server command: /plugins
  862. [20:32:52] [Server thread/INFO]: aScumbagel issued server command: /ib
  863. [20:32:54] [Server thread/INFO]: aScumbagel issued server command: /ib
  864. [20:32:56] [Server thread/INFO]: aScumbagel issued server command: /ib help
  865. [20:33:00] [Server thread/INFO]: aScumbagel issued server command: /help ib
  866. [20:33:12] [Server thread/INFO]: aScumbagel issued server command: /me hi
  867. [20:33:20] [Async Chat Thread - #1/INFO]: [warps]<aScumbagel> .
  868. [20:35:01] [Server thread/INFO]: aScumbagel issued server command: /adk auto
  869. [20:35:04] [Server thread/INFO]: aScumbagel issued server command: /afk auto
  870. [20:35:07] [Server thread/INFO]: aScumbagel issued server command: /afkauto
  871. [20:35:20] [Server thread/INFO]: aScumbagel issued server command: /kit
  872. [20:35:45] [Server thread/INFO]: aScumbagel issued server command: /mvtp plots
  873. [20:35:47] [Async Chat Thread - #2/INFO]: [plots]<aScumbagel> .
  874. [20:37:27] [Craft Scheduler Thread - 62/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/ServerSigns
  875. [20:38:06] [Server thread/INFO]: aScumbagel issued server command: /mv list
  876. [20:38:52] [Server thread/INFO]: aScumbagel issued server command: /v
  877. [20:38:56] [Server thread/INFO]: aScumbagel issued server command: /mv
  878. [20:39:00] [Server thread/INFO]: aScumbagel issued server command: /v
  879. [20:39:07] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  880. [20:39:10] [Server thread/INFO]: aScumbagel issued server command: /mv reload
  881. [20:39:13] [Server thread/INFO]: [P2] - schematic: false
  882. [20:39:13] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
  883. [20:39:13] [Server thread/INFO]: [MVPLogging] 0 - Portals(s) loaded
  884. [20:39:16] [Async Chat Thread - #3/INFO]: [plots]<aScumbagel> .
  885. [20:39:26] [Server thread/INFO]: Chat Games // Solve 346 + 288 to get rewards!
  886. [20:39:31] [Server thread/INFO]: aScumbagel issued server command: /mv reload
  887. [20:39:33] [Server thread/INFO]: [P2] - schematic: false
  888. [20:39:34] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
  889. [20:39:34] [Server thread/INFO]: [MVPLogging] 0 - Portals(s) loaded
  890. [20:39:36] [Async Chat Thread - #3/INFO]: <aScumbagel> .
  891. [20:39:51] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  892. [20:40:11] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  893. [20:40:12] [Server thread/INFO]: Chat Games // No one won the game! The number was: 634!
  894. [20:40:28] [Server thread/INFO]: aScumbagel lost connection: Disconnected
  895. [20:40:28] [Server thread/INFO]: aScumbagel left the game.
  896. [20:40:55] [User Authenticator #12/INFO]: UUID of player aScumbagel is 9a60a2db-9bcd-4342-a8d6-6c6f57c19384
  897. [20:40:55] [Server thread/INFO]: aScumbagel[/127.0.0.1:63312] logged in with entity id 1566722 at ([plots]-4.93411366840319, 65.0, 4.8535208081766354)
  898. [20:41:09] [Server thread/INFO]: aScumbagel issued server command: /gamemode 1
  899. [20:41:13] [Server thread/INFO]: aScumbagel issued server command: /p claim
  900. [20:41:22] [Server thread/INFO]: aScumbagel issued server command: /p unclaim
  901. [20:41:26] [Server thread/INFO]: aScumbagel issued server command: /p help
  902. [20:41:35] [Server thread/INFO]: aScumbagel issued server command: /p help claiming
  903. [20:41:41] [Server thread/INFO]: aScumbagel issued server command: /p help al
  904. [20:41:43] [Server thread/INFO]: aScumbagel issued server command: /p help all
  905. [20:41:59] [Server thread/INFO]: aScumbagel issued server command: /p help all 2
  906. [20:42:00] [Server thread/INFO]: aScumbagel issued server command: /p help all 3
  907. [20:42:03] [Server thread/INFO]: aScumbagel issued server command: /p help all 4
  908. [20:42:05] [Server thread/INFO]: aScumbagel issued server command: /p help all 5
  909. [20:42:07] [Server thread/INFO]: aScumbagel issued server command: /p help all 6
  910. [20:42:09] [Server thread/INFO]: aScumbagel issued server command: /p help all 7
  911. [20:42:12] [Server thread/INFO]: aScumbagel issued server command: /p help all 8
  912. [20:42:16] [Server thread/INFO]: aScumbagel issued server command: /p help all 9
  913. [20:42:18] [Server thread/INFO]: aScumbagel issued server command: /p help all 10
  914. [20:42:21] [Server thread/INFO]: aScumbagel issued server command: /p help all 11
  915. [20:42:23] [Server thread/INFO]: aScumbagel issued server command: /p help all 12
  916. [20:42:26] [Server thread/INFO]: aScumbagel issued server command: /p help all 13
  917. [20:42:29] [Server thread/INFO]: aScumbagel issued server command: /p help all 14
  918. [20:42:32] [Server thread/INFO]: aScumbagel issued server command: /p help all 15
  919. [20:42:38] [Server thread/INFO]: aScumbagel issued server command: /p uncliam
  920. [20:42:41] [Server thread/INFO]: aScumbagel issued server command: /p unclaium
  921. [20:42:43] [Server thread/INFO]: aScumbagel issued server command: /p unclaim
  922. [20:43:29] [Server thread/INFO]: aScumbagel issued server command: /p dispose
  923. [20:43:35] [Server thread/INFO]: aScumbagel issued server command: /p i
  924. [20:43:39] [Server thread/INFO]: aScumbagel issued server command: /p i
  925. [20:43:49] [Server thread/INFO]: aScumbagel issued server command: //undo
  926. [20:44:34] [Server thread/INFO]: aScumbagel issued server command: //set grass
  927. [20:44:42] [Server thread/INFO]: aScumbagel issued server command: /mv plots
  928. [20:44:46] [Server thread/INFO]: aScumbagel issued server command: /mvtp plots
  929. [20:44:50] [Server thread/INFO]: aScumbagel issued server command: /p i
  930. [20:44:52] [Server thread/INFO]: aScumbagel issued server command: /p i
  931. [20:44:54] [Server thread/INFO]: aScumbagel issued server command: /p i
  932. [20:44:57] [Server thread/INFO]: aScumbagel issued server command: /p i
  933. [20:45:25] [Server thread/INFO]: aScumbagel issued server command: /mv remove plots
  934. [20:45:25] [Server thread/INFO]: [Multiverse-Core] World 'plots' was unloaded from memory.
  935. [20:45:26] [Server thread/INFO]: [Multiverse-Core] World 'plots' was unloaded from memory.
  936. [20:45:26] [Server thread/INFO]: [Multiverse-Core] World 'plots' was removed from config.yml
  937. [20:46:26] [Server thread/INFO]: aScumbagel issued server command: /mvcreate plots
  938. [20:46:33] [Craft Scheduler Thread - 69/INFO]: [Metrics] mcstats.org
  939. [20:46:44] [Server thread/INFO]: aScumbagel issued server command: /mvcreate plots normal -gplotsquared
  940. [20:46:53] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  941. [20:47:17] [Server thread/INFO]: aScumbagel issued server command: /mvcreate plots normal -gplotsquared
  942. [20:47:17] [Server thread/INFO]: aScumbagel: Starting creation of world 'plots'...
  943. [20:47:17] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'plots' - Env: NORMAL - Type: NORMAL
  944. [20:47:17] [Server thread/INFO]: -------- World Settings For [plots] --------
  945. [20:47:17] [Server thread/INFO]: View Distance: 10
  946. [20:47:17] [Server thread/INFO]: Item Despawn Rate: 6000
  947. [20:47:17] [Server thread/INFO]: Item Merge Radius: 2.5
  948. [20:47:17] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  949. [20:47:17] [Server thread/INFO]: Arrow Despawn Rate: 1200
  950. [20:47:17] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  951. [20:47:17] [Server thread/INFO]: Chunks to Grow per Tick: 650
  952. [20:47:17] [Server thread/INFO]: Clear tick list: false
  953. [20:47:17] [Server thread/INFO]: Experience Merge Radius: 3.0
  954. [20:47:17] [Server thread/INFO]: Max Entity Collisions: 8
  955. [20:47:17] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  956. [20:47:17] [Server thread/INFO]: Anti X-Ray: true
  957. [20:47:17] [Server thread/INFO]: Engine Mode: 1
  958. [20:47:17] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  959. [20:47:17] [Server thread/INFO]: Replace Blocks: [1, 5]
  960. [20:47:17] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  961. [20:47:17] [Server thread/INFO]: Mob Spawn Range: 4
  962. [20:47:17] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  963. [20:47:17] [Server thread/INFO]: Cactus Growth Modifier: 100%
  964. [20:47:17] [Server thread/INFO]: Cane Growth Modifier: 100%
  965. [20:47:17] [Server thread/INFO]: Melon Growth Modifier: 100%
  966. [20:47:17] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  967. [20:47:17] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  968. [20:47:17] [Server thread/INFO]: Sapling Growth Modifier: 100%
  969. [20:47:17] [Server thread/INFO]: Wheat Growth Modifier: 100%
  970. [20:47:17] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  971. [20:47:17] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  972. [20:47:17] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  973. [20:47:17] [Server thread/INFO]: Random Lighting Updates: false
  974. [20:47:17] [Server thread/INFO]: Structure Info Saving: true
  975. [20:47:17] [Server thread/INFO]: Sending up to 10 chunks per packet
  976. [20:47:17] [Server thread/INFO]: Max TNT Explosions: 100
  977. [20:47:17] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  978. [20:47:17] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  979. [20:47:17] [Server thread/INFO]: World possibly already loaded: plots
  980. [20:47:17] [Server thread/INFO]: Preparing start region for level 5 (Seed: -3983250622113234670)
  981. [20:47:18] [Server thread/INFO]: Preparing spawn area for plots, 8%
  982. [20:47:19] [Server thread/INFO]: Preparing spawn area for plots, 16%
  983. [20:47:20] [Server thread/INFO]: Preparing spawn area for plots, 20%
  984. [20:47:21] [Server thread/INFO]: Preparing spawn area for plots, 28%
  985. [20:47:22] [Server thread/INFO]: Preparing spawn area for plots, 36%
  986. [20:47:23] [Server thread/INFO]: Preparing spawn area for plots, 44%
  987. [20:47:24] [Server thread/INFO]: Preparing spawn area for plots, 52%
  988. [20:47:25] [Server thread/INFO]: Preparing spawn area for plots, 61%
  989. [20:47:26] [Server thread/INFO]: Preparing spawn area for plots, 69%
  990. [20:47:27] [Server thread/INFO]: Preparing spawn area for plots, 81%
  991. [20:47:27] [Async Chat Thread - #4/INFO]: <aScumbagel> .
  992. [20:47:28] [Server thread/INFO]: Preparing spawn area for plots, 89%
  993. [20:47:29] [Server thread/INFO]: Preparing spawn area for plots, 97%
  994. [20:47:29] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
  995. [20:47:29] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 0 Z: 0 P: 0 Y: 0
  996. [20:47:29] [Server thread/INFO]: [Multiverse-Core] New Spawn for 'plots' is located at: plots:0.00,127.00,0.00:0.00:0.00
  997. [20:47:30] [Server thread/INFO]: aScumbagel: Complete!
  998. [20:47:30] [Server thread/INFO]: aScumbagel issued server command: /mvtp plots
  999. [20:47:30] [Server thread/INFO]: aScumbagel issued server command: /fly
  1000. [20:47:39] [Server thread/INFO]: aScumbagel issued server command: /mv remove plots
  1001. [20:47:40] [Server thread/INFO]: [Multiverse-Core] World 'plots' was unloaded from memory.
  1002. [20:47:40] [Server thread/INFO]: [Multiverse-Core] World 'plots' was unloaded from memory.
  1003. [20:47:40] [Server thread/INFO]: [Multiverse-Core] World 'plots' was removed from config.yml
  1004. [20:47:46] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  1005. [20:47:49] [Server thread/INFO]: aScumbagel issued server command: /mvcreate plots normal -g plotsquared
  1006. [20:47:55] [Server thread/INFO]: aScumbagel issued server command: /mvcreate plots normal -g plotssquared
  1007. [20:48:00] [Server thread/INFO]: aScumbagel issued server command: /plugins
  1008. [20:48:06] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  1009. [20:48:12] [Server thread/INFO]: aScumbagel issued server command: /mvcreate plots normal -g PlotSquared
  1010. [20:48:12] [Server thread/INFO]: aScumbagel: Starting creation of world 'plots'...
  1011. [20:48:12] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'plots' - Env: NORMAL - Type: NORMAL & generator: PlotSquared
  1012. [20:48:12] [Server thread/INFO]: -------- World Settings For [plots] --------
  1013. [20:48:12] [Server thread/INFO]: View Distance: 10
  1014. [20:48:12] [Server thread/INFO]: Item Despawn Rate: 6000
  1015. [20:48:12] [Server thread/INFO]: Item Merge Radius: 2.5
  1016. [20:48:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1017. [20:48:12] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1018. [20:48:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1019. [20:48:12] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1020. [20:48:12] [Server thread/INFO]: Clear tick list: false
  1021. [20:48:12] [Server thread/INFO]: Experience Merge Radius: 3.0
  1022. [20:48:12] [Server thread/INFO]: Max Entity Collisions: 8
  1023. [20:48:12] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1024. [20:48:12] [Server thread/INFO]: Anti X-Ray: true
  1025. [20:48:12] [Server thread/INFO]: Engine Mode: 1
  1026. [20:48:12] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1027. [20:48:12] [Server thread/INFO]: Replace Blocks: [1, 5]
  1028. [20:48:12] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1029. [20:48:12] [Server thread/INFO]: Mob Spawn Range: 4
  1030. [20:48:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1031. [20:48:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1032. [20:48:12] [Server thread/INFO]: Cane Growth Modifier: 100%
  1033. [20:48:12] [Server thread/INFO]: Melon Growth Modifier: 100%
  1034. [20:48:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1035. [20:48:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1036. [20:48:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1037. [20:48:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1038. [20:48:12] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1039. [20:48:12] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1040. [20:48:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1041. [20:48:12] [Server thread/INFO]: Random Lighting Updates: false
  1042. [20:48:12] [Server thread/INFO]: Structure Info Saving: true
  1043. [20:48:12] [Server thread/INFO]: Sending up to 10 chunks per packet
  1044. [20:48:12] [Server thread/INFO]: Max TNT Explosions: 100
  1045. [20:48:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1046. [20:48:12] [Server thread/INFO]: World possibly already loaded: plots
  1047. [20:48:12] [Server thread/INFO]: World possibly already loaded: plots
  1048. [20:48:12] [Server thread/INFO]: Preparing start region for level 5 (Seed: -903332432498113549)
  1049. [20:48:13] [Server thread/INFO]: Preparing spawn area for plots, 44%
  1050. [20:48:14] [Server thread/INFO]: Preparing spawn area for plots, 93%
  1051. [20:48:14] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
  1052. [20:48:14] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 0 Z: 0 P: 0 Y: 0
  1053. [20:48:14] [Server thread/INFO]: [Multiverse-Core] New Spawn for 'plots' is located at: plots:0.00,65.00,0.00:0.00:0.00
  1054. [20:48:14] [Server thread/INFO]: aScumbagel: Complete!
  1055. [20:48:18] [Server thread/INFO]: aScumbagel issued server command: /mvtp plots
  1056. [20:48:28] [Server thread/INFO]: aScumbagel issued server command: /gamemode1
  1057. [20:48:29] [Server thread/INFO]: aScumbagel issued server command: /gamemod e1
  1058. [20:48:33] [Server thread/INFO]: aScumbagel issued server command: /gamemode 1
  1059. [20:48:46] [Server thread/INFO]: aScumbagel issued server command: /mv remove plots
  1060. [20:48:46] [Server thread/INFO]: [Multiverse-Core] World 'plots' was unloaded from memory.
  1061. [20:48:46] [Server thread/INFO]: [Multiverse-Core] World 'plots' was unloaded from memory.
  1062. [20:48:46] [Server thread/INFO]: [Multiverse-Core] World 'plots' was removed from config.yml
  1063. [20:48:59] [Server thread/INFO]: aScumbagel issued server command: /help plotsquared
  1064. [20:49:01] [Server thread/INFO]: aScumbagel issued server command: /plots
  1065. [20:49:12] [Server thread/INFO]: aScumbagel issued server command: /plots help admin
  1066. [20:49:25] [Server thread/INFO]: aScumbagel issued server command: /plots help admin 2
  1067. [20:49:28] [Server thread/INFO]: aScumbagel issued server command: /plots help admin 3
  1068. [20:49:40] [Server thread/INFO]: aScumbagel issued server command: /plots
  1069. [20:49:56] [Server thread/INFO]: aScumbagel issued server command: /gamemode 1
  1070. [20:50:03] [Server thread/INFO]: aScumbagel issued server command: /mv info
  1071. [20:50:20] [Server thread/INFO]: aScumbagel issued server command: /mvtp warps
  1072. [20:50:27] [Server thread/INFO]: aScumbagel issued server command: /gamemode 1
  1073. [20:50:29] [Server thread/INFO]: Chat Games // Solve 114 + 360 to get rewards!
  1074. [20:51:13] [Server thread/INFO]: Chat Games // No one won the game! The number was: 474!
  1075. [20:51:34] [Server thread/INFO]: aScumbagel issued server command: /essentials
  1076. [20:51:38] [Server thread/INFO]: aScumbagel issued server command: /essentials help
  1077. [20:51:38] [Server thread/INFO]: Using locale en_CA
  1078. [20:51:42] [Server thread/INFO]: aScumbagel issued server command: /help essentials
  1079. [20:51:51] [Server thread/INFO]: aScumbagel issued server command: /ban aScumbagel
  1080. [20:52:02] [Server thread/INFO]: aScumbagel issued server command: /antioch
  1081. [20:52:27] [Server thread/INFO]: aScumbagel issued server command: /warp staff
  1082. [20:52:27] [Server thread/ERROR]: null
  1083. org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin EasyWarp v3.2
  1084. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1085. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1086. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1087. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1088. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1089. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1090. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1091. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1092. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  1093. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  1094. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1095. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1096. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1097. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1098. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1099. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  1100. Caused by: java.lang.NullPointerException
  1101. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1102. at com.collinsrichard.easywarp.Helper.delayedTeleport(Helper.java:101) ~[?:?]
  1103. at com.collinsrichard.easywarp.Helper.warpSelf(Helper.java:62) ~[?:?]
  1104. at com.collinsrichard.easywarp.commands.WarpCommand.onCommand(WarpCommand.java:107) ~[?:?]
  1105. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1106. ... 15 more
  1107. [20:52:29] [Server thread/WARN]: [EasyWarp] Task #529 for EasyWarp v3.2 generated an exception
  1108. java.lang.NullPointerException
  1109. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1110. at com.collinsrichard.easywarp.Helper.warp(Helper.java:81) ~[?:?]
  1111. at com.collinsrichard.easywarp.objects.WarpTimer.run(WarpTimer.java:22) ~[?:?]
  1112. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1113. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1114. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1115. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1116. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1117. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1118. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  1119. [20:52:30] [Server thread/INFO]: aScumbagel issued server command: /warp staff
  1120. [20:52:30] [Server thread/ERROR]: null
  1121. org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin EasyWarp v3.2
  1122. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1123. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1124. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1125. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1126. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1127. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1128. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1129. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1130. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  1131. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  1132. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1133. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1134. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1135. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1136. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1137. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  1138. Caused by: java.lang.NullPointerException
  1139. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1140. at com.collinsrichard.easywarp.Helper.delayedTeleport(Helper.java:101) ~[?:?]
  1141. at com.collinsrichard.easywarp.Helper.warpSelf(Helper.java:62) ~[?:?]
  1142. at com.collinsrichard.easywarp.commands.WarpCommand.onCommand(WarpCommand.java:107) ~[?:?]
  1143. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1144. ... 15 more
  1145. [20:52:32] [Server thread/WARN]: [EasyWarp] Task #530 for EasyWarp v3.2 generated an exception
  1146. java.lang.NullPointerException
  1147. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1148. at com.collinsrichard.easywarp.Helper.warp(Helper.java:81) ~[?:?]
  1149. at com.collinsrichard.easywarp.objects.WarpTimer.run(WarpTimer.java:22) ~[?:?]
  1150. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1151. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1152. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1153. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1154. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1155. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1156. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  1157. [20:52:35] [Server thread/INFO]: aScumbagel issued server command: /warp staff
  1158. [20:52:35] [Server thread/ERROR]: null
  1159. org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin EasyWarp v3.2
  1160. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1161. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1162. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1163. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1164. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1165. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1166. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1167. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1168. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  1169. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  1170. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1171. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1172. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1173. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1174. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1175. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  1176. Caused by: java.lang.NullPointerException
  1177. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1178. at com.collinsrichard.easywarp.Helper.delayedTeleport(Helper.java:101) ~[?:?]
  1179. at com.collinsrichard.easywarp.Helper.warpSelf(Helper.java:62) ~[?:?]
  1180. at com.collinsrichard.easywarp.commands.WarpCommand.onCommand(WarpCommand.java:107) ~[?:?]
  1181. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1182. ... 15 more
  1183. [20:52:37] [Server thread/WARN]: [EasyWarp] Task #531 for EasyWarp v3.2 generated an exception
  1184. java.lang.NullPointerException
  1185. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1186. at com.collinsrichard.easywarp.Helper.warp(Helper.java:81) ~[?:?]
  1187. at com.collinsrichard.easywarp.objects.WarpTimer.run(WarpTimer.java:22) ~[?:?]
  1188. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1189. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1190. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1191. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1192. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1193. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1194. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  1195. [20:52:40] [Server thread/INFO]: CONSOLE: Please note that this command is not supported and may cause issues when using some plugins.
  1196. [20:52:40] [Server thread/INFO]: CONSOLE: If you encounter any issues please use the /stop command to restart your server.
  1197. [20:52:40] [Server thread/INFO]: Debug logging is disabled
  1198. [20:52:40] [Server thread/INFO]: Server Ping Player Sample Count: 12
  1199. [20:52:40] [Server thread/INFO]: Using 4 threads for Netty based IO
  1200. [20:52:40] [Server thread/INFO]: -------- World Settings For [world] --------
  1201. [20:52:40] [Server thread/INFO]: View Distance: 10
  1202. [20:52:40] [Server thread/INFO]: Item Despawn Rate: 6000
  1203. [20:52:40] [Server thread/INFO]: Item Merge Radius: 2.5
  1204. [20:52:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1205. [20:52:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1206. [20:52:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1207. [20:52:40] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1208. [20:52:40] [Server thread/INFO]: Clear tick list: false
  1209. [20:52:40] [Server thread/INFO]: Experience Merge Radius: 3.0
  1210. [20:52:40] [Server thread/INFO]: Max Entity Collisions: 8
  1211. [20:52:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1212. [20:52:40] [Server thread/INFO]: Anti X-Ray: true
  1213. [20:52:40] [Server thread/INFO]: Engine Mode: 1
  1214. [20:52:40] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1215. [20:52:40] [Server thread/INFO]: Replace Blocks: [1, 5]
  1216. [20:52:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1217. [20:52:40] [Server thread/INFO]: Mob Spawn Range: 4
  1218. [20:52:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1219. [20:52:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1220. [20:52:40] [Server thread/INFO]: Cane Growth Modifier: 100%
  1221. [20:52:40] [Server thread/INFO]: Melon Growth Modifier: 100%
  1222. [20:52:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1223. [20:52:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1224. [20:52:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1225. [20:52:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1226. [20:52:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1227. [20:52:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1228. [20:52:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1229. [20:52:40] [Server thread/INFO]: Random Lighting Updates: false
  1230. [20:52:40] [Server thread/INFO]: Structure Info Saving: true
  1231. [20:52:40] [Server thread/INFO]: Sending up to 10 chunks per packet
  1232. [20:52:40] [Server thread/INFO]: Max TNT Explosions: 100
  1233. [20:52:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1234. [20:52:40] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  1235. [20:52:40] [Server thread/INFO]: View Distance: 10
  1236. [20:52:40] [Server thread/INFO]: Item Despawn Rate: 6000
  1237. [20:52:40] [Server thread/INFO]: Item Merge Radius: 2.5
  1238. [20:52:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1239. [20:52:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1240. [20:52:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1241. [20:52:40] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1242. [20:52:40] [Server thread/INFO]: Clear tick list: false
  1243. [20:52:40] [Server thread/INFO]: Experience Merge Radius: 3.0
  1244. [20:52:40] [Server thread/INFO]: Max Entity Collisions: 8
  1245. [20:52:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1246. [20:52:40] [Server thread/INFO]: Anti X-Ray: true
  1247. [20:52:40] [Server thread/INFO]: Engine Mode: 1
  1248. [20:52:40] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1249. [20:52:40] [Server thread/INFO]: Replace Blocks: [1, 5]
  1250. [20:52:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1251. [20:52:40] [Server thread/INFO]: Mob Spawn Range: 4
  1252. [20:52:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1253. [20:52:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1254. [20:52:40] [Server thread/INFO]: Cane Growth Modifier: 100%
  1255. [20:52:40] [Server thread/INFO]: Melon Growth Modifier: 100%
  1256. [20:52:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1257. [20:52:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1258. [20:52:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1259. [20:52:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1260. [20:52:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1261. [20:52:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1262. [20:52:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1263. [20:52:40] [Server thread/INFO]: Random Lighting Updates: false
  1264. [20:52:40] [Server thread/INFO]: Structure Info Saving: true
  1265. [20:52:40] [Server thread/INFO]: Sending up to 10 chunks per packet
  1266. [20:52:40] [Server thread/INFO]: Max TNT Explosions: 100
  1267. [20:52:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1268. [20:52:40] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  1269. [20:52:40] [Server thread/INFO]: View Distance: 10
  1270. [20:52:40] [Server thread/INFO]: Item Despawn Rate: 6000
  1271. [20:52:40] [Server thread/INFO]: Item Merge Radius: 2.5
  1272. [20:52:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1273. [20:52:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1274. [20:52:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1275. [20:52:40] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1276. [20:52:40] [Server thread/INFO]: Clear tick list: false
  1277. [20:52:40] [Server thread/INFO]: Experience Merge Radius: 3.0
  1278. [20:52:40] [Server thread/INFO]: Max Entity Collisions: 8
  1279. [20:52:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1280. [20:52:40] [Server thread/INFO]: Anti X-Ray: true
  1281. [20:52:40] [Server thread/INFO]: Engine Mode: 1
  1282. [20:52:40] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1283. [20:52:40] [Server thread/INFO]: Replace Blocks: [1, 5]
  1284. [20:52:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1285. [20:52:40] [Server thread/INFO]: Mob Spawn Range: 4
  1286. [20:52:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1287. [20:52:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1288. [20:52:40] [Server thread/INFO]: Cane Growth Modifier: 100%
  1289. [20:52:40] [Server thread/INFO]: Melon Growth Modifier: 100%
  1290. [20:52:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1291. [20:52:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1292. [20:52:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1293. [20:52:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1294. [20:52:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1295. [20:52:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1296. [20:52:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1297. [20:52:40] [Server thread/INFO]: Random Lighting Updates: false
  1298. [20:52:40] [Server thread/INFO]: Structure Info Saving: true
  1299. [20:52:40] [Server thread/INFO]: Sending up to 10 chunks per packet
  1300. [20:52:40] [Server thread/INFO]: Max TNT Explosions: 100
  1301. [20:52:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1302. [20:52:40] [Server thread/INFO]: -------- World Settings For [warps] --------
  1303. [20:52:40] [Server thread/INFO]: View Distance: 10
  1304. [20:52:40] [Server thread/INFO]: Item Despawn Rate: 6000
  1305. [20:52:40] [Server thread/INFO]: Item Merge Radius: 2.5
  1306. [20:52:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1307. [20:52:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1308. [20:52:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1309. [20:52:40] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1310. [20:52:40] [Server thread/INFO]: Clear tick list: false
  1311. [20:52:40] [Server thread/INFO]: Experience Merge Radius: 3.0
  1312. [20:52:40] [Server thread/INFO]: Max Entity Collisions: 8
  1313. [20:52:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1314. [20:52:40] [Server thread/INFO]: Anti X-Ray: true
  1315. [20:52:40] [Server thread/INFO]: Engine Mode: 1
  1316. [20:52:40] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1317. [20:52:40] [Server thread/INFO]: Replace Blocks: [1, 5]
  1318. [20:52:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1319. [20:52:40] [Server thread/INFO]: Mob Spawn Range: 4
  1320. [20:52:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1321. [20:52:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1322. [20:52:40] [Server thread/INFO]: Cane Growth Modifier: 100%
  1323. [20:52:40] [Server thread/INFO]: Melon Growth Modifier: 100%
  1324. [20:52:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1325. [20:52:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1326. [20:52:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1327. [20:52:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1328. [20:52:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1329. [20:52:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1330. [20:52:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1331. [20:52:40] [Server thread/INFO]: Random Lighting Updates: false
  1332. [20:52:40] [Server thread/INFO]: Structure Info Saving: true
  1333. [20:52:40] [Server thread/INFO]: Sending up to 10 chunks per packet
  1334. [20:52:40] [Server thread/INFO]: Max TNT Explosions: 100
  1335. [20:52:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1336. [20:52:40] [Server thread/INFO]: -------- World Settings For [test] --------
  1337. [20:52:40] [Server thread/INFO]: View Distance: 10
  1338. [20:52:40] [Server thread/INFO]: Item Despawn Rate: 6000
  1339. [20:52:40] [Server thread/INFO]: Item Merge Radius: 2.5
  1340. [20:52:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1341. [20:52:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1342. [20:52:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1343. [20:52:40] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1344. [20:52:40] [Server thread/INFO]: Clear tick list: false
  1345. [20:52:40] [Server thread/INFO]: Experience Merge Radius: 3.0
  1346. [20:52:40] [Server thread/INFO]: Max Entity Collisions: 8
  1347. [20:52:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1348. [20:52:40] [Server thread/INFO]: Anti X-Ray: true
  1349. [20:52:40] [Server thread/INFO]: Engine Mode: 1
  1350. [20:52:40] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1351. [20:52:40] [Server thread/INFO]: Replace Blocks: [1, 5]
  1352. [20:52:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1353. [20:52:40] [Server thread/INFO]: Mob Spawn Range: 4
  1354. [20:52:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1355. [20:52:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1356. [20:52:40] [Server thread/INFO]: Cane Growth Modifier: 100%
  1357. [20:52:40] [Server thread/INFO]: Melon Growth Modifier: 100%
  1358. [20:52:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1359. [20:52:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1360. [20:52:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1361. [20:52:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1362. [20:52:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1363. [20:52:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1364. [20:52:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1365. [20:52:40] [Server thread/INFO]: Random Lighting Updates: false
  1366. [20:52:40] [Server thread/INFO]: Structure Info Saving: true
  1367. [20:52:40] [Server thread/INFO]: Sending up to 10 chunks per packet
  1368. [20:52:40] [Server thread/INFO]: Max TNT Explosions: 100
  1369. [20:52:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1370. [20:52:40] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.2.5
  1371. [20:52:40] [Server thread/INFO]: [StaffList] Disabling StaffList v3.84
  1372. [20:52:40] [Server thread/INFO]: [StaffList] disabled
  1373. [20:52:40] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v2.5-b725
  1374. [20:52:40] [Server thread/INFO]: [MineResetLite] Disabling MineResetLite v0.4.7
  1375. [20:52:40] [Server thread/INFO]: [MineResetLite] MineResetLite disabled
  1376. [20:52:40] [Server thread/INFO]: [ServerSigns] Disabling ServerSigns v4.5.1
  1377. [20:52:40] [Server thread/INFO]: [ServerSigns] ServerSigns is now disabled.
  1378. [20:52:40] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.16-SNAPSHOT (build 1267)
  1379. [20:52:40] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b699
  1380. [20:52:40] [Server thread/INFO]: [SimpleRankup] Disabling SimpleRankup v1.0.2
  1381. [20:52:40] [Server thread/INFO]: [PlotSquared] Disabling PlotSquared v3.3.0
  1382. [20:52:40] [Server thread/INFO]: All DB transactions during this session are being validated (This may take a while if corrections need to be made)
  1383. [20:52:40] [Server thread/INFO]: [MarriageMaster] Disabling MarriageMaster v1.29.16
  1384. [20:52:40] [Server thread/INFO]: [MarriageMaster] Checking for updates ...
  1385. [20:52:57] [Thread-23/WARN]: Exception in thread "Thread-23"
  1386. [20:52:57] [Thread-23/WARN]: java.lang.NoClassDefFoundError: at/pcgamingfreaks/ConsoleColor
  1387. [20:52:57] [Thread-23/WARN]: at at.pcgamingfreaks.MarriageMaster.Updater.UpdateProviders.BukkitUpdateProvider.query(BukkitUpdateProvider.java:98)
  1388. [20:52:57] [Thread-23/WARN]: at at.pcgamingfreaks.MarriageMaster.Updater.Updater$1.run(Updater.java:324)
  1389. [20:52:57] [Thread-23/WARN]: at java.lang.Thread.run(Unknown Source)
  1390. [20:52:57] [Thread-23/WARN]: Caused by: java.lang.ClassNotFoundException: at.pcgamingfreaks.ConsoleColor
  1391. [20:52:57] [Thread-23/WARN]: at java.net.URLClassLoader.findClass(Unknown Source)
  1392. [20:52:57] [Thread-23/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  1393. [20:52:57] [Thread-23/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  1394. [20:52:57] [Thread-23/WARN]: at java.lang.ClassLoader.loadClass(Unknown Source)
  1395. [20:52:57] [Thread-23/WARN]: at java.lang.ClassLoader.loadClass(Unknown Source)
  1396. [20:52:57] [Thread-23/WARN]: ... 3 more
  1397. [20:52:57] [Server thread/INFO]: [MarriageMaster] Marriage Master has been disabled.
  1398. [20:52:57] [Server thread/INFO]: [Essentials] Disabling Essentials v2.0.1-b276
  1399. [20:52:57] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
  1400. [20:52:57] [Server thread/INFO]: [Lottery] Payment method was disabled. No longer accepting payments.
  1401. [20:52:57] [Server thread/INFO]: [ChatGames] Disabling ChatGames v1.0
  1402. [20:52:57] [Server thread/INFO]: [Vault] Disabling Vault v1.5.3-b37
  1403. [20:52:57] [Server thread/INFO]: [Crates] Disabling Crates v2.67
  1404. [20:52:57] [Server thread/INFO]: [EasyWarp] Disabling EasyWarp v3.2
  1405. [20:52:57] [Server thread/ERROR]: Error occurred while disabling EasyWarp v3.2 (Is it up to date?)
  1406. java.lang.NullPointerException
  1407. at com.collinsrichard.easywarp.objects.Warp.toString(Warp.java:33) ~[?:?]
  1408. at com.collinsrichard.easywarp.managers.FileManager.saveWarps(FileManager.java:50) ~[?:?]
  1409. at com.collinsrichard.easywarp.EasyWarp.onDisable(EasyWarp.java:37) ~[?:?]
  1410. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1411. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1412. at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1413. at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1414. at org.bukkit.plugin.SimplePluginManager.clearPlugins(SimplePluginManager.java:458) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1415. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:708) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1416. at org.bukkit.Bukkit.reload(Bukkit.java:535) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1417. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1418. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1419. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1420. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:627) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1421. at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:412) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1422. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:375) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1423. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1424. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1425. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  1426. [20:52:57] [Server thread/INFO]: [Lottery] Disabling Lottery v0.9.4
  1427. [20:52:57] [Server thread/INFO]: [ChatReaction] Disabling ChatReaction v1.6.2
  1428. [20:52:57] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  1429. [20:52:57] [Server thread/INFO]: [NoCheatPlus] Removed hook: AllViolations(NCP) [1.0].
  1430. [20:52:57] [Server thread/INFO]: Version 3.13.7-RC-sMD5NET-b925 is disabled.
  1431. [20:52:57] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
  1432. [20:52:57] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  1433. [20:52:57] [Server thread/INFO]: [JustInvSee] Disabling JustInvSee v7.0
  1434. [20:52:57] [Server thread/INFO]: [ClearLag] Disabling ClearLag v2.9.3
  1435. [20:52:57] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
  1436. [20:52:57] [Server thread/INFO]: [ColoredSigns] Disabling ColoredSigns v0.0.1
  1437. [20:52:57] [Server thread/INFO]: Colored Signs is disabled!
  1438. [20:52:57] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1;no_git_id
  1439. [20:52:57] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.12.0
  1440. [20:52:57] [Server thread/ERROR]: Could not load 'plugins\PermissionsEx-1.23.3.jar' in folder 'plugins'
  1441. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  1442. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1443. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1444. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1445. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:739) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1446. at org.bukkit.Bukkit.reload(Bukkit.java:535) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1447. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1448. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1449. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1450. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:627) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1451. at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:412) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1452. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:375) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1453. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1454. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1455. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  1456. Caused by: java.util.zip.ZipException: error in opening zip file
  1457. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_131]
  1458. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_131]
  1459. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_131]
  1460. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_131]
  1461. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_131]
  1462. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1463. ... 13 more
  1464. [20:52:57] [Server thread/INFO]: [INFO][NoCheatPlus] Sat Apr 29 20:52:57 EDT 2017
  1465. [20:52:57] [Server thread/INFO]: Player instances are stored for efficiency.
  1466. [20:52:58] [Server thread/ERROR]: Could not load 'plugins\PrisonUtils_v1.6.11.jar' in folder 'plugins'
  1467. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/general/Inventory/Item/CustomItem
  1468. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1469. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1470. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1471. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1472. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:739) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1473. at org.bukkit.Bukkit.reload(Bukkit.java:535) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1474. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1475. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1476. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1477. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:627) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1478. at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:412) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1479. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:375) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1480. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1481. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1482. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  1483. Caused by: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/general/Inventory/Item/CustomItem
  1484. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_131]
  1485. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_131]
  1486. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1487. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1488. ... 14 more
  1489. Caused by: java.lang.ClassNotFoundException: me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.Item.CustomItem
  1490. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_131]
  1491. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1492. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1493. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
  1494. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
  1495. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_131]
  1496. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_131]
  1497. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1498. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  1499. ... 14 more
  1500. [20:52:58] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
  1501. [20:52:58] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  1502. [20:52:58] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v0.0.1
  1503. [20:52:58] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.3
  1504. [20:52:58] [Server thread/INFO]: [JustInvSee] Loading JustInvSee v7.0
  1505. [20:52:58] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  1506. [20:52:58] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.13.7-RC-sMD5NET-b925
  1507. [20:52:58] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
  1508. [20:52:58] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  1509. [20:52:58] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.8
  1510. [20:52:58] [Server thread/INFO]: [ChatReaction] Loading ChatReaction v1.6.2
  1511. [20:52:58] [Server thread/INFO]: [Lottery] Loading Lottery v0.9.4
  1512. [20:52:58] [Server thread/INFO]: [EasyWarp] Loading EasyWarp v3.2
  1513. [20:52:58] [Server thread/INFO]: [Crates] Loading Crates v2.67
  1514. [20:52:58] [Server thread/INFO]: [Vault] Loading Vault v1.5.3-b37
  1515. [20:52:58] [Server thread/INFO]: [CombatTag] Loading CombatTag v6.3.2-SNAPSHOT
  1516. [20:52:58] [Server thread/INFO]: [ChatGames] Loading ChatGames v1.0
  1517. [20:52:58] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b276
  1518. [20:52:58] [Server thread/INFO]: [MarriageMaster] Loading MarriageMaster v1.29.16
  1519. [20:52:58] [Server thread/INFO]: [floAuction] Loading floAuction v3.1.0
  1520. [20:52:58] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v3.3.0
  1521. [20:52:58] [Server thread/INFO]: [SimpleRankup] Loading SimpleRankup v1.0.2
  1522. [20:52:58] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
  1523. [20:52:58] [Server thread/INFO]: [InfoBoardReborn] Loading InfoBoardReborn v1.7.0
  1524. [20:52:58] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
  1525. [20:52:58] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.5.1
  1526. [20:52:58] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.4.7
  1527. [20:52:58] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5-b725
  1528. [20:52:58] [Server thread/INFO]: [StaffList] Loading StaffList v3.84
  1529. [20:52:58] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.5
  1530. [20:52:58] [Server thread/INFO]: [Vault] Enabling Vault v1.5.3-b37
  1531. [20:52:58] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  1532. [20:52:58] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  1533. [20:52:58] [Server thread/INFO]: [Vault] Enabled Version 1.5.3-b37
  1534. [20:52:58] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v3.3.0
  1535. [20:52:58] [Server thread/INFO]: $1PlotSquared is now enabled
  1536. [20:52:58] [Server thread/INFO]: $3[$1P2$3] $2&6Debug Mode Enabled (Default). Edit the config to turn this off.
  1537. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: greeting
  1538. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: farewell
  1539. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: feed
  1540. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: heal
  1541. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: notify-enter
  1542. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: notify-leave
  1543. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: item-drop
  1544. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: invincible
  1545. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: instabreak
  1546. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: drop-protection
  1547. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: forcefield
  1548. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: titles
  1549. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: pve
  1550. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: pvp
  1551. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: no-worldedit
  1552. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: redstone
  1553. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: misc-cap
  1554. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: entity-cap
  1555. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: mob-cap
  1556. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: animal-cap
  1557. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: hostile-cap
  1558. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: vehicle-cap
  1559. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: music
  1560. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: done
  1561. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: analysis
  1562. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: disable-physics
  1563. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: fly
  1564. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: explosion
  1565. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: mob-place
  1566. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: hostile-interact
  1567. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: hostile-attack
  1568. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: animal-interact
  1569. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: animal-attack
  1570. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: tamed-interact
  1571. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: tamed-attack
  1572. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: player-interact
  1573. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: misc-interact
  1574. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: misc-place
  1575. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: misc-break
  1576. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: hanging-interact
  1577. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: hanging-place
  1578. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: hanging-break
  1579. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: vehicle-use
  1580. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: vehicle-place
  1581. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: vehicle-break
  1582. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: device-interact
  1583. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: place
  1584. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: break
  1585. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: use
  1586. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: blocked-cmds
  1587. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: ice-melt
  1588. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: keep
  1589. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: gamemode
  1590. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: price
  1591. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: time
  1592. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: weather
  1593. [20:52:58] [Server thread/INFO]: [P2] - Adding flag: description
  1594. [20:52:58] [Server thread/INFO]: [P2] Metrics enabled.
  1595. [20:52:58] [Server thread/INFO]: [P2] Metrics enabled.
  1596. [20:52:58] [Server thread/INFO]: [P2] PlotSquared is using online UUIDs
  1597. [20:52:58] [Server thread/INFO]: [P2] Detected world load for 'test'
  1598. [20:52:58] [Server thread/INFO]: [P2] - generator: PlotSquared>PlotSquared
  1599. [20:52:58] [Server thread/INFO]: [P2] - plotworld: com.intellectualcrafters.plot.generator.HybridPlotWorld
  1600. [20:52:58] [Server thread/INFO]: [P2] - manager: com.intellectualcrafters.plot.generator.HybridPlotManager
  1601. [20:52:58] [Server thread/INFO]: [P2] - schematic: false
  1602. [20:52:58] [Server thread/INFO]: World possibly already loaded: test
  1603. [20:52:58] [Server thread/INFO]: World possibly already loaded: test
  1604. [20:52:58] [Server thread/INFO]: [P2] Key: API Location, Value: http://www.intellectualsites.com/minecraft.php
  1605. [20:52:58] [Server thread/INFO]: [P2] Key: Kill Road Mobs, Value: false
  1606. [20:52:58] [Server thread/INFO]: [P2] Key: Use Metrics, Value: true
  1607. [20:52:58] [Server thread/INFO]: [P2] Key: Delete Plots On Ban, Value: false
  1608. [20:52:58] [Server thread/INFO]: [P2] Key: DB SQLite Enabled, Value: true
  1609. [20:52:58] [Server thread/INFO]: [P2] Key: DB Mysql Enabled, Value: false
  1610. [20:52:58] [Server thread/INFO]: [P2] Key: Auto Clear Enabled, Value: true
  1611. [20:52:58] [Server thread/INFO]: [P2] Key: Auto Clear Days, Value: 7
  1612. [20:52:58] [Server thread/INFO]: [P2] Key: Schematics Save Path, Value: plugins/PlotSquared/schematics
  1613. [20:52:58] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
  1614. [20:52:59] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
  1615. [20:52:59] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  1616. [20:52:59] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  1617. [20:52:59] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  1618. [20:52:59] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  1619. [20:52:59] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v0.0.1
  1620. [20:52:59] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.3
  1621. [20:52:59] [Server thread/INFO]: [ClearLag] Loading modules...
  1622. [20:52:59] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  1623. [20:52:59] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  1624. [20:52:59] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  1625. [20:52:59] [Thread-28/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
  1626. [20:52:59] [Thread-28/WARN]: [ClearLag] Clearlag failed to check for updates - bukkit may be down
  1627. [20:52:59] [Server thread/INFO]: [JustInvSee] Enabling JustInvSee v7.0
  1628. [20:52:59] [Thread-29/ERROR]: [JustInvSee] The updater could not contact dev.bukkit.org for updating.
  1629. [20:52:59] [Thread-29/ERROR]: [JustInvSee] If you have not recently modified your configuration and this is the first time you are seeing this message, the site may be experiencing temporary downtime.
  1630. [20:52:59] [Thread-29/ERROR]: [JustInvSee] null
  1631. java.net.UnknownHostException: api.curseforge.com
  1632. at java.net.AbstractPlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_131]
  1633. at java.net.PlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_131]
  1634. at java.net.SocksSocketImpl.connect(Unknown Source) ~[?:1.8.0_131]
  1635. at java.net.Socket.connect(Unknown Source) ~[?:1.8.0_131]
  1636. at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) ~[?:1.8.0_131]
  1637. at sun.net.NetworkClient.doConnect(Unknown Source) ~[?:1.8.0_131]
  1638. at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.8.0_131]
  1639. at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.8.0_131]
  1640. at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source) ~[?:1.8.0_131]
  1641. at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) ~[?:1.8.0_131]
  1642. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) ~[?:1.8.0_131]
  1643. at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_131]
  1644. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_131]
  1645. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_131]
  1646. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_131]
  1647. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_131]
  1648. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_131]
  1649. at net.gravitydevelopment.updater.Updater.read(Updater.java:671) [JustInvSee.jar:?]
  1650. at net.gravitydevelopment.updater.Updater.runUpdater(Updater.java:746) [JustInvSee.jar:?]
  1651. at net.gravitydevelopment.updater.Updater.access$0(Updater.java:745) [JustInvSee.jar:?]
  1652. at net.gravitydevelopment.updater.Updater$UpdateRunnable.run(Updater.java:741) [JustInvSee.jar:?]
  1653. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  1654. [20:52:59] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  1655. [20:52:59] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  1656. [20:52:59] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  1657. [20:52:59] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  1658. [20:52:59] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  1659. [20:52:59] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  1660. [20:52:59] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  1661. [20:52:59] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  1662. [20:52:59] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  1663. [20:52:59] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  1664. [20:52:59] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  1665. [20:52:59] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  1666. [20:52:59] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  1667. [20:52:59] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  1668. [20:52:59] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  1669. [20:52:59] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  1670. [20:52:59] [Server thread/INFO]: [WorldGuard] (warps) TNT ignition is PERMITTED.
  1671. [20:52:59] [Server thread/INFO]: [WorldGuard] (warps) Lighters are PERMITTED.
  1672. [20:52:59] [Server thread/INFO]: [WorldGuard] (warps) Lava fire is blocked.
  1673. [20:52:59] [Server thread/INFO]: [WorldGuard] (warps) Fire spread is UNRESTRICTED.
  1674. [20:52:59] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'warps'
  1675. [20:52:59] [Server thread/INFO]: [WorldGuard] (test) TNT ignition is PERMITTED.
  1676. [20:52:59] [Server thread/INFO]: [WorldGuard] (test) Lighters are PERMITTED.
  1677. [20:52:59] [Server thread/INFO]: [WorldGuard] (test) Lava fire is blocked.
  1678. [20:52:59] [Server thread/INFO]: [WorldGuard] (test) Fire spread is UNRESTRICTED.
  1679. [20:52:59] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'test'
  1680. [20:52:59] [Server thread/INFO]: [WorldGuard] Loading region data...
  1681. [20:52:59] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  1682. [20:52:59] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
  1683. [20:52:59] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  1684. [20:52:59] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  1685. [20:52:59] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  1686. [20:52:59] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  1687. [20:52:59] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  1688. [20:52:59] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
  1689. [20:52:59] [Server thread/INFO]: [NoCheatPlus] Version 3.13.7-RC-sMD5NET-b925 is enabled.
  1690. [20:52:59] [Server thread/INFO]: [ChatReaction] Enabling ChatReaction v1.6.2
  1691. [20:52:59] [Server thread/INFO]: [ChatReaction] You are using Spigot! Tooltips in reaction start messages are enabled!
  1692. [20:52:59] [Server thread/INFO]: [ChatReaction] 0 words loaded!
  1693. [20:52:59] [Server thread/INFO]: [ChatReaction] Reaction stats are disabled!!
  1694. [20:53:05] [Async Chat Thread - #5/INFO]: <aScumbagel> .
  1695. [20:53:05] [Async Chat Thread - #5/INFO]: <aScumbagel> .
  1696. [20:53:16] [Server thread/INFO]: ---------------------------
  1697. [20:53:16] [Server thread/INFO]: ChatReaction Updater
  1698. [20:53:16] [Server thread/INFO]:
  1699. [20:53:16] [Server thread/INFO]: Could not connect to spigotmc.org
  1700. [20:53:16] [Server thread/INFO]: to check for updates!
  1701. [20:53:16] [Server thread/INFO]:
  1702. [20:53:16] [Server thread/INFO]: ---------------------------
  1703. [20:53:16] [Server thread/INFO]: ---------------------------
  1704. [20:53:16] [Server thread/INFO]: ChatReaction Updater
  1705. [20:53:16] [Server thread/INFO]:
  1706. [20:53:16] [Server thread/INFO]: You are running 1.6.2
  1707. [20:53:16] [Server thread/INFO]: The latest version
  1708. [20:53:16] [Server thread/INFO]: of ChatReaction!
  1709. [20:53:16] [Server thread/INFO]:
  1710. [20:53:16] [Server thread/INFO]: ---------------------------
  1711. [20:53:16] [Server thread/INFO]: [Lottery] Enabling Lottery v0.9.4
  1712. [20:53:16] [Server thread/INFO]: [Lottery] Payment method found (Essentials version: 2.2)
  1713. [20:53:16] [Server thread/INFO]: [EasyWarp] Enabling EasyWarp v3.2
  1714. [20:53:16] [Server thread/INFO]: [Crates] Enabling Crates v2.67
  1715. [20:53:16] [Server thread/INFO]: [Crates] Loaded example
  1716. [20:53:16] [Server thread/INFO]: [Crates] Checking for updates...
  1717. [20:53:16] [Server thread/INFO]: Failed to check for a update on spigot.
  1718. [20:53:16] [Server thread/INFO]: [Crates] No updates found.
  1719. [20:53:16] [Server thread/INFO]: [CombatTag] Enabling CombatTag v6.3.2-SNAPSHOT
  1720. [20:53:16] [Server thread/ERROR]: [CombatTag] this version of minecraft isn't supported by combat tag
  1721. [20:53:16] [Server thread/ERROR]: [CombatTag] Please check bukkit-dev for an update
  1722. [20:53:16] [Server thread/INFO]: [CombatTag] Disabled
  1723. [20:53:16] [Server thread/INFO]: [ChatGames] Enabling ChatGames v1.0
  1724. [20:53:16] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b276
  1725. [20:53:16] [Server thread/INFO]: Using locale en_CA
  1726. [20:53:16] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as spawner provider.
  1727. [20:53:16] [Server thread/INFO]: Using locale en_CA
  1728. [20:53:16] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
  1729. [20:53:16] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  1730. [20:53:16] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  1731. [20:53:16] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  1732. [20:53:17] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v1.29.16
  1733. [20:53:17] [Server thread/INFO]: [MarriageMaster] Config Version: 28 => no update needed
  1734. [20:53:17] [Server thread/INFO]: [MarriageMaster] Config loaded
  1735. [20:53:17] [Server thread/INFO]: [MarriageMaster] Language Version: 18 => no update needed
  1736. [20:53:17] [Server thread/INFO]: [MarriageMaster] Checking for updates ...
  1737. [20:53:17] [Server thread/INFO]: [MarriageMaster] Marriage Master has been enabled!
  1738. [20:53:17] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  1739. [20:53:17] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  1740. [20:53:17] [Server thread/INFO]: [floAuction] Enabling floAuction v3.1.0
  1741. [20:53:17] [Server thread/ERROR]: [floAuction] ----- WhatIsIt Dependency Failure -----
  1742. [20:53:17] [Server thread/ERROR]: [floAuction] ATTENTION! THIS IS A NOTIFICATION THAT floAuction HAS NOT BEEN
  1743. [20:53:17] [Server thread/ERROR]: [floAuction] ENABLED. floAuction REQUIRES THE WhatIsIt PLUGIN AND YOU LACK
  1744. [20:53:17] [Server thread/ERROR]: [floAuction] IT. DOWNLOAD AND INSTALL WhatIsIt IF YOU WANT floAuction TO
  1745. [20:53:17] [Server thread/ERROR]: [floAuction] PROVIDE YOU WITH IT'S LEGENDARY AUCTION FUNCTIONALITY!
  1746. [20:53:17] [Server thread/ERROR]: [floAuction] ----- --------------------------- -----
  1747. [20:53:17] [Server thread/INFO]: [floAuction] Disabling floAuction v3.1.0
  1748. [20:53:17] [Server thread/INFO]: [floAuction] has been disabled.
  1749. [20:53:17] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  1750. [20:53:17] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  1751. [20:53:17] [Server thread/INFO]: [SimpleRankup] Enabling SimpleRankup v1.0.2
  1752. [20:53:17] [Server thread/INFO]: [SimpleRankup] # SimpleRankup coded by: Ocean #
  1753. [20:53:17] [Server thread/INFO]: [SimpleRankup] # youtube.com/TheMineShack #
  1754. [20:53:17] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  1755. [20:53:17] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  1756. [20:53:17] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
  1757. [20:53:20] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
  1758. [20:53:20] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
  1759. [20:53:20] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  1760. [20:53:20] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  1761. [20:53:20] [Server thread/INFO]: [InfoBoardReborn] Enabling InfoBoardReborn v1.7.0
  1762. [20:53:20] [Server thread/INFO]: Metrics was started!
  1763. [20:53:20] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  1764. [20:53:20] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  1765. [20:53:20] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
  1766. [20:53:20] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  1767. [20:53:20] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  1768. [20:53:20] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.5.1
  1769. [20:53:20] [Server thread/INFO]: [ServerSigns] Version 4.5.1 is now enabled.
  1770. [20:53:20] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  1771. [20:53:20] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  1772. [20:53:20] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.4.7
  1773. [20:53:20] [Server thread/INFO]: [MineResetLite] MRL is managed and developed by Boomclaw under the Apache 2.0 license.
  1774. [20:53:20] [Server thread/INFO]: [MineResetLite] For any issues or suggestions, use the Spigot discussion thread. Do not PM any of the developers.
  1775. [20:53:20] [Server thread/INFO]: [MineResetLite] Loading mine from file 'A.mine.yml'...
  1776. [20:53:20] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  1777. [20:53:20] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  1778. [20:53:20] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5-b725
  1779. [20:53:20] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5-b725 Enabled - By Rigby and fernferret
  1780. [20:53:21] [Server thread/INFO]: [MVPLogging] 0 - Portals(s) loaded
  1781. [20:53:21] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
  1782. [20:53:21] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  1783. [20:53:21] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  1784. [20:53:21] [Server thread/INFO]: [StaffList] Enabling StaffList v3.84
  1785. [20:53:21] [Server thread/INFO]: [StaffList] enabled
  1786. [20:53:21] [Server thread/INFO]: StaffList: There is a new version for this plugin - A premium version with more features
  1787. [20:53:21] [Server thread/INFO]: To get this plugin visit dachiimp.com/StaffList
  1788. [20:53:21] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  1789. [20:53:21] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  1790. [20:53:21] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.5
  1791. [20:53:21] [Server thread/INFO]: [HolographicDisplays] Please do not use /reload or plugin reloaders. Use the command "/holograms reload" instead. You will receive no support for doing this operation.
  1792. [20:53:21] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  1793. [20:53:21] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  1794. [20:53:21] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  1795. [20:53:21] [Server thread/INFO]: CONSOLE: Reload complete.
  1796. [20:53:21] [Server thread/INFO]: aScumbagel issued server command: /warp staff
  1797. [20:53:21] [Server thread/INFO]: aScumbagel issued server command: /warp staff
  1798. [20:53:21] [Craft Scheduler Thread - 87/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  1799. [20:53:21] [Server thread/INFO]: ---------------------------------------------------------
  1800. [20:53:21] [Server thread/INFO]: InfoBoard will be shut down because there is a problem with your server's permissions
  1801. [20:53:21] [Server thread/INFO]: ---------------------------------------------------------
  1802. [20:53:21] [Server thread/INFO]: [InfoBoardReborn] Disabling InfoBoardReborn v1.7.0
  1803. [20:53:21] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  1804. [20:53:22] [Server thread/INFO]: [NoCheatPlus] Updated data for 1 players (post-enable).
  1805. [20:53:22] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  1806. [20:53:22] [Server thread/INFO]: `plots` was not properly loaded - PlotSquared will now try to load it properly:
  1807. [20:53:22] [Server thread/INFO]: - Are you trying to delete this world? Remember to remove it from the settings.yml, bukkit.yml and multiverse worlds.yml
  1808. [20:53:22] [Server thread/INFO]: - Your world management plugin may be faulty (or non existant)
  1809. [20:53:22] [Server thread/INFO]: CONSOLE: Starting creation of world 'plots'...
  1810. [20:53:22] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'plots' - Env: NORMAL - Type: NORMAL & generator: PlotSquared
  1811. [20:53:22] [Server thread/INFO]: -------- World Settings For [plots] --------
  1812. [20:53:22] [Server thread/INFO]: View Distance: 10
  1813. [20:53:22] [Server thread/INFO]: Item Despawn Rate: 6000
  1814. [20:53:22] [Server thread/INFO]: Item Merge Radius: 2.5
  1815. [20:53:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1816. [20:53:22] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1817. [20:53:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1818. [20:53:22] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1819. [20:53:22] [Server thread/INFO]: Clear tick list: false
  1820. [20:53:22] [Server thread/INFO]: Experience Merge Radius: 3.0
  1821. [20:53:22] [Server thread/INFO]: Max Entity Collisions: 8
  1822. [20:53:22] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1823. [20:53:22] [Server thread/INFO]: Anti X-Ray: true
  1824. [20:53:22] [Server thread/INFO]: Engine Mode: 1
  1825. [20:53:22] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1826. [20:53:22] [Server thread/INFO]: Replace Blocks: [1, 5]
  1827. [20:53:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1828. [20:53:22] [Server thread/INFO]: Mob Spawn Range: 4
  1829. [20:53:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1830. [20:53:22] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1831. [20:53:22] [Server thread/INFO]: Cane Growth Modifier: 100%
  1832. [20:53:22] [Server thread/INFO]: Melon Growth Modifier: 100%
  1833. [20:53:22] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1834. [20:53:22] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1835. [20:53:22] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1836. [20:53:22] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1837. [20:53:22] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1838. [20:53:22] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1839. [20:53:22] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1840. [20:53:22] [Server thread/INFO]: Random Lighting Updates: false
  1841. [20:53:22] [Server thread/INFO]: Structure Info Saving: true
  1842. [20:53:22] [Server thread/INFO]: Sending up to 10 chunks per packet
  1843. [20:53:22] [Server thread/INFO]: Max TNT Explosions: 100
  1844. [20:53:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1845. [20:53:22] [Server thread/INFO]: [P2] Detected world load for 'plots'
  1846. [20:53:22] [Server thread/INFO]: [P2] - generator: PlotSquared>PlotSquared
  1847. [20:53:22] [Server thread/INFO]: [P2] - plotworld: com.intellectualcrafters.plot.generator.HybridPlotWorld
  1848. [20:53:22] [Server thread/INFO]: [P2] - manager: com.intellectualcrafters.plot.generator.HybridPlotManager
  1849. [20:53:22] [Server thread/INFO]: [P2] - schematic: false
  1850. [20:53:22] [Server thread/INFO]: World possibly already loaded: plots
  1851. [20:53:22] [Server thread/INFO]: Preparing start region for level 5 (Seed: -137175032337845188)
  1852. [20:53:23] [Server thread/INFO]: Preparing spawn area for plots, 44%
  1853. [20:53:24] [Server thread/INFO]: Preparing spawn area for plots, 97%
  1854. [20:53:24] [Server thread/INFO]: [WorldGuard] (plots) TNT ignition is PERMITTED.
  1855. [20:53:24] [Server thread/INFO]: [WorldGuard] (plots) Lighters are PERMITTED.
  1856. [20:53:24] [Server thread/INFO]: [WorldGuard] (plots) Lava fire is blocked.
  1857. [20:53:24] [Server thread/INFO]: [WorldGuard] (plots) Fire spread is UNRESTRICTED.
  1858. [20:53:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plots'
  1859. [20:53:24] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
  1860. [20:53:24] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 0 Z: 0 P: 0 Y: 0
  1861. [20:53:24] [Server thread/INFO]: [Multiverse-Core] New Spawn for 'plots' is located at: plots:0.00,65.00,0.00:0.00:0.00
  1862. [20:53:25] [Server thread/INFO]: CONSOLE: Complete!
  1863. [20:53:25] [Server thread/INFO]: World possibly already loaded: plots
  1864. [20:53:25] [Server thread/INFO]: [Citizens] Loaded 4 NPCs.
  1865. [20:53:25] [Craft Scheduler Thread - 97/INFO]: [Vault] Checking for Updates ...
  1866. [20:53:25] [Server thread/INFO]: Starting UUID caching
  1867. [20:53:25] [Craft Scheduler Thread - 95/INFO]: [P2] Starting player data caching for: world
  1868. [20:53:25] [Craft Scheduler Thread - 95/INFO]: Fast mode UUID caching enabled!
  1869. [20:53:25] [Craft Scheduler Thread - 95/INFO]: [P2] Cached a total of: 2 UUIDs
  1870. [20:53:34] [Craft Scheduler Thread - 97/INFO]: [Vault] There was an issue attempting to check for the latest version.
  1871. [20:53:34] [Craft Scheduler Thread - 97/INFO]: [Vault] No new version available
  1872. [20:53:34] [Thread-32/WARN]: Exception in thread "Thread-32"
  1873. [20:53:34] [Thread-32/WARN]: java.lang.NoClassDefFoundError: at/pcgamingfreaks/ConsoleColor
  1874. [20:53:34] [Thread-32/WARN]: at at.pcgamingfreaks.MarriageMaster.Updater.UpdateProviders.BukkitUpdateProvider.query(BukkitUpdateProvider.java:98)
  1875. [20:53:34] [Thread-32/WARN]: at at.pcgamingfreaks.MarriageMaster.Updater.Updater$1.run(Updater.java:324)
  1876. [20:53:34] [Thread-32/WARN]: at java.lang.Thread.run(Unknown Source)
  1877. [20:53:34] [Thread-32/WARN]: Caused by: java.lang.ClassNotFoundException: at.pcgamingfreaks.ConsoleColor
  1878. [20:53:34] [Thread-32/WARN]: at java.net.URLClassLoader.findClass(Unknown Source)
  1879. [20:53:34] [Thread-32/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  1880. [20:53:34] [Thread-32/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  1881. [20:53:34] [Thread-32/WARN]: at java.lang.ClassLoader.loadClass(Unknown Source)
  1882. [20:53:34] [Thread-32/WARN]: at java.lang.ClassLoader.loadClass(Unknown Source)
  1883. [20:53:34] [Thread-32/WARN]: ... 3 more
  1884. [20:53:34] [Thread-35/WARN]: [HolographicDisplays] Could not contact BukkitDev to check for updates.
  1885. [20:53:34] [Thread-34/WARN]: [ServerSigns] The updater could not contact dev.bukkit.org for updating.
  1886. [20:53:34] [Thread-34/WARN]: [ServerSigns] If you have not recently modified your configuration and this is the first time you are seeing this message, the site may be experiencing temporary downtime.
  1887. [20:53:34] [Thread-34/WARN]: java.net.UnknownHostException: api.curseforge.com
  1888. [20:53:34] [Thread-34/WARN]: at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  1889. [20:53:34] [Thread-34/WARN]: at java.net.PlainSocketImpl.connect(Unknown Source)
  1890. [20:53:34] [Thread-34/WARN]: at java.net.SocksSocketImpl.connect(Unknown Source)
  1891. [20:53:34] [Thread-34/WARN]: at java.net.Socket.connect(Unknown Source)
  1892. [20:53:34] [Thread-34/WARN]: at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
  1893. [20:53:34] [Thread-34/WARN]: at sun.net.NetworkClient.doConnect(Unknown Source)
  1894. [20:53:34] [Thread-34/WARN]: at sun.net.www.http.HttpClient.openServer(Unknown Source)
  1895. [20:53:34] [Thread-34/WARN]: at sun.net.www.http.HttpClient.openServer(Unknown Source)
  1896. [20:53:34] [Thread-34/WARN]: at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
  1897. [20:53:34] [Thread-34/WARN]: at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
  1898. [20:53:34] [Thread-34/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
  1899. [20:53:34] [Thread-34/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
  1900. [20:53:34] [Thread-34/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  1901. [20:53:34] [Thread-34/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
  1902. [20:53:34] [Thread-34/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
  1903. [20:53:34] [Thread-34/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  1904. [20:53:34] [Thread-34/WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
  1905. [20:53:34] [Thread-34/WARN]: at de.czymm.serversigns.Updater.read(Updater.java:491)
  1906. [20:53:34] [Thread-34/WARN]: at de.czymm.serversigns.Updater.access$200(Updater.java:35)
  1907. [20:53:34] [Thread-34/WARN]: at de.czymm.serversigns.Updater$UpdateRunnable.run(Updater.java:529)
  1908. [20:53:34] [Thread-34/WARN]: at java.lang.Thread.run(Unknown Source)
  1909. [20:53:34] [Thread-33/ERROR]: [floAuction] The updater could not contact dev.bukkit.org for updating.
  1910. [20:53:34] [Thread-33/ERROR]: [floAuction] If you have not recently modified your configuration and this is the first time you are seeing this message, the site may be experiencing temporary downtime.
  1911. [20:53:34] [Thread-33/ERROR]: [floAuction] null
  1912. java.net.UnknownHostException: api.curseforge.com
  1913. at java.net.AbstractPlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_131]
  1914. at java.net.PlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_131]
  1915. at java.net.SocksSocketImpl.connect(Unknown Source) ~[?:1.8.0_131]
  1916. at java.net.Socket.connect(Unknown Source) ~[?:1.8.0_131]
  1917. at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) ~[?:1.8.0_131]
  1918. at sun.net.NetworkClient.doConnect(Unknown Source) ~[?:1.8.0_131]
  1919. at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.8.0_131]
  1920. at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.8.0_131]
  1921. at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source) ~[?:1.8.0_131]
  1922. at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) ~[?:1.8.0_131]
  1923. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) ~[?:1.8.0_131]
  1924. at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_131]
  1925. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_131]
  1926. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_131]
  1927. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_131]
  1928. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_131]
  1929. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_131]
  1930. at com.flobi.floAuction.foreign.Updater.read(Updater.java:547) [floAuction.jar:?]
  1931. at com.flobi.floAuction.foreign.Updater.access$1(Updater.java:535) [floAuction.jar:?]
  1932. at com.flobi.floAuction.foreign.Updater$UpdateRunnable.run(Updater.java:585) [floAuction.jar:?]
  1933. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  1934. [20:53:38] [Server thread/INFO]: aScumbagel issued server command: /mv list
  1935. [20:53:41] [Craft Scheduler Thread - 87/INFO]: [Metrics] mcstats.org
  1936. [20:53:41] [Craft Scheduler Thread - 85/INFO]: Could not check for updates (0)
  1937. [20:53:41] [Craft Scheduler Thread - 85/WARN]: java.net.UnknownHostException: api.github.com
  1938. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  1939. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at java.net.PlainSocketImpl.connect(Unknown Source)
  1940. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at java.net.SocksSocketImpl.connect(Unknown Source)
  1941. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at java.net.Socket.connect(Unknown Source)
  1942. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
  1943. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at sun.security.ssl.BaseSSLSocketImpl.connect(Unknown Source)
  1944. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at sun.net.NetworkClient.doConnect(Unknown Source)
  1945. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at sun.net.www.http.HttpClient.openServer(Unknown Source)
  1946. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at sun.net.www.http.HttpClient.openServer(Unknown Source)
  1947. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
  1948. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
  1949. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
  1950. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
  1951. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  1952. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
  1953. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
  1954. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  1955. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
  1956. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at java.net.URL.openStream(Unknown Source)
  1957. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at com.intellectualcrafters.plot.Updater.readUrl(Updater.java:20)
  1958. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at com.intellectualcrafters.plot.Updater.getUpdate(Updater.java:45)
  1959. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at com.intellectualcrafters.plot.PS$3.run(PS.java:229)
  1960. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  1961. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1962. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1963. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1964. [20:53:41] [Craft Scheduler Thread - 85/WARN]: at java.lang.Thread.run(Unknown Source)
  1965. [20:53:41] [Craft Scheduler Thread - 85/WARN]: Exception in thread "Craft Scheduler Thread - 85"
  1966. [20:53:41] [Craft Scheduler Thread - 85/WARN]: org.apache.commons.lang.UnhandledException: Plugin PlotSquared v3.3.0 generated an exception while executing task 551
  1967. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  1968. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1969. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1970. at java.lang.Thread.run(Unknown Source)
  1971. Caused by: java.lang.NullPointerException
  1972. at java.io.StringReader.<init>(Unknown Source)
  1973. at com.intellectualcrafters.json.JSONTokener.<init>(JSONTokener.java:56)
  1974. at com.intellectualcrafters.json.JSONObject.<init>(JSONObject.java:211)
  1975. at com.intellectualcrafters.plot.Updater.getUpdate(Updater.java:46)
  1976. at com.intellectualcrafters.plot.PS$3.run(PS.java:229)
  1977. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  1978. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1979. ... 3 more
  1980.  
  1981. [20:53:49] [Server thread/INFO]: aScumbagel issued server command: /mv remove plots
  1982. [20:53:49] [Server thread/INFO]: [Multiverse-Core] World 'plots' was unloaded from memory.
  1983. [20:53:50] [Server thread/INFO]: [Multiverse-Core] World 'plots' was unloaded from memory.
  1984. [20:53:50] [Server thread/INFO]: [Multiverse-Core] World 'plots' was removed from config.yml
  1985. [20:54:27] [Server thread/INFO]: aScumbagel issued server command: /gamemode 1
  1986. [20:56:03] [Server thread/INFO]: aScumbagel issued server command: /ranks
  1987. [20:56:07] [Server thread/INFO]: aScumbagel issued server command: /plugins
  1988. [21:00:04] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  1989. [21:00:44] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  1990. [21:01:04] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  1991. [21:03:25] [Server thread/INFO]: Chat Games // Solve 201 + 685 to get rewards!
  1992. [21:03:43] [Craft Scheduler Thread - 98/INFO]: [Metrics] mcstats.org
  1993. [21:04:09] [Server thread/INFO]: Chat Games // No one won the game! The number was: 886!
  1994. [21:07:44] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  1995. [21:08:24] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  1996. [21:08:44] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  1997. [21:13:44] [Craft Scheduler Thread - 114/INFO]: [Metrics] mcstats.org
  1998. [21:14:10] [Server thread/INFO]: Chat Games // Solve 378 + 539 to get rewards!
  1999. [21:14:54] [Server thread/INFO]: Chat Games // No one won the game! The number was: 917!
  2000. [21:15:08] [Server thread/INFO]: aScumbagel issued server command: /ib
  2001. [21:15:10] [Server thread/INFO]: aScumbagel issued server command: /ib
  2002. [21:15:13] [Server thread/INFO]: aScumbagel issued server command: /ib reload
  2003. [21:15:22] [Server thread/INFO]: aScumbagel lost connection: Disconnected
  2004. [21:15:22] [Server thread/INFO]: aScumbagel left the game.
  2005. [21:15:25] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2006. [21:15:44] [Server thread/INFO]: com.mojang.authlib.GameProfile@14c6bdb[id=<null>,name=aScumbagel,properties={},legacy=false] (/127.0.0.1:64593) lost connection: Disconnected
  2007. [21:15:44] [Server thread/INFO]: com.mojang.authlib.GameProfile@b0153[id=<null>,name=aScumbagel,properties={},legacy=false] (/127.0.0.1:64594) lost connection: Disconnected
  2008. [21:15:44] [Server thread/INFO]: com.mojang.authlib.GameProfile@1980f65[id=<null>,name=aScumbagel,properties={},legacy=false] (/127.0.0.1:64595) lost connection: Disconnected
  2009. [21:15:44] [Server thread/INFO]: com.mojang.authlib.GameProfile@afbdc[id=<null>,name=aScumbagel,properties={},legacy=false] (/127.0.0.1:64596) lost connection: Disconnected
  2010. [21:15:44] [Server thread/INFO]: com.mojang.authlib.GameProfile@bc5975[id=<null>,name=aScumbagel,properties={},legacy=false] (/127.0.0.1:64597) lost connection: Disconnected
  2011. [21:15:44] [Server thread/INFO]: com.mojang.authlib.GameProfile@c9d6e8[id=<null>,name=aScumbagel,properties={},legacy=false] (/127.0.0.1:64598) lost connection: Disconnected
  2012. [21:15:44] [Server thread/INFO]: com.mojang.authlib.GameProfile@1b10b73[id=<null>,name=aScumbagel,properties={},legacy=false] (/127.0.0.1:64599) lost connection: Disconnected
  2013. [21:15:45] [Server thread/INFO]: com.mojang.authlib.GameProfile@2cce02[id=<null>,name=aScumbagel,properties={},legacy=false] (/127.0.0.1:64600) lost connection: Disconnected
  2014. [21:15:47] [Server thread/INFO]: com.mojang.authlib.GameProfile@34b03[id=<null>,name=aScumbagel,properties={},legacy=false] (/127.0.0.1:64601) lost connection: Disconnected
  2015. [21:15:52] [Server thread/INFO]: com.mojang.authlib.GameProfile@fdabfd[id=<null>,name=aScumbagel,properties={},legacy=false] (/127.0.0.1:64615) lost connection: Disconnected
  2016. [21:16:05] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2017. [21:16:12] [Server thread/INFO]: com.mojang.authlib.GameProfile@1caca82[id=<null>,name=aScumbagel,properties={},legacy=false] (/127.0.0.1:64628) lost connection: Disconnected
  2018. [21:16:12] [Server thread/INFO]: com.mojang.authlib.GameProfile@1ec4b67[id=<null>,name=aScumbagel,properties={},legacy=false] (/127.0.0.1:64629) lost connection: Disconnected
  2019. [21:16:20] [Server thread/INFO]: com.mojang.authlib.GameProfile@1e94f4a[id=<null>,name=aScumbagel,properties={},legacy=false] (/127.0.0.1:64631) lost connection: Disconnected
  2020. [21:16:25] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  2021. [21:16:39] [Server thread/INFO]: com.mojang.authlib.GameProfile@62a949[id=<null>,name=aScumbagel,properties={},legacy=false] (/127.0.0.1:64632) lost connection: Disconnected
  2022. [21:16:39] [Server thread/INFO]: com.mojang.authlib.GameProfile@1b3ef9d[id=<null>,name=aScumbagel,properties={},legacy=false] (/127.0.0.1:64633) lost connection: Disconnected
  2023. [21:16:39] [Server thread/INFO]: com.mojang.authlib.GameProfile@520ff[id=<null>,name=aScumbagel,properties={},legacy=false] (/127.0.0.1:64634) lost connection: Disconnected
  2024. [21:16:39] [Server thread/INFO]: com.mojang.authlib.GameProfile@1e1a7ea[id=<null>,name=aScumbagel,properties={},legacy=false] (/127.0.0.1:64635) lost connection: Disconnected
  2025.  
  2026.  
  2027. [09:41:56] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2028. [09:41:56] [Server thread/INFO]: Loading properties
  2029. [09:41:56] [Server thread/INFO]: Default game type: SURVIVAL
  2030. [09:41:56] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-db6de12-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  2031. [09:41:56] [Server thread/INFO]: Debug logging is disabled
  2032. [09:41:56] [Server thread/INFO]: Server Ping Player Sample Count: 12
  2033. [09:41:56] [Server thread/INFO]: Using 4 threads for Netty based IO
  2034. [09:41:56] [Server thread/INFO]: Generating keypair
  2035. [09:41:57] [Server thread/INFO]: Starting Minecraft server on *:25565
  2036. [09:41:57] [Server thread/INFO]: Using default channel type
  2037. [09:41:57] [Server thread/ERROR]: Could not load 'plugins\PermissionsEx-1.23.3.jar' in folder 'plugins'
  2038. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  2039. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2040. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2041. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2042. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2043. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2044. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2045. Caused by: java.util.zip.ZipException: error in opening zip file
  2046. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_131]
  2047. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_131]
  2048. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_131]
  2049. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_131]
  2050. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_131]
  2051. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2052. ... 5 more
  2053. [09:41:57] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  2054. [09:41:57] [Server thread/INFO]: [INFO][NoCheatPlus] Sun Apr 30 09:41:57 EDT 2017
  2055. [09:41:57] [Server thread/INFO]: Player instances are stored for efficiency.
  2056. [09:41:57] [Server thread/ERROR]: Could not load 'plugins\PrisonUtils_v1.6.11.jar' in folder 'plugins'
  2057. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/general/Inventory/Item/CustomItem
  2058. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2059. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2060. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2061. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2062. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2063. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2064. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2065. Caused by: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/general/Inventory/Item/CustomItem
  2066. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_131]
  2067. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_131]
  2068. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2069. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2070. ... 6 more
  2071. Caused by: java.lang.ClassNotFoundException: me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.Item.CustomItem
  2072. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_131]
  2073. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2074. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2075. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
  2076. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
  2077. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_131]
  2078. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_131]
  2079. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2080. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2081. ... 6 more
  2082. [09:41:57] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
  2083. [09:41:57] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  2084. [09:41:57] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v0.0.1
  2085. [09:41:57] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.3
  2086. [09:41:57] [Server thread/INFO]: [JustInvSee] Loading JustInvSee v7.0
  2087. [09:41:57] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  2088. [09:41:57] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.13.7-RC-sMD5NET-b925
  2089. [09:41:57] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
  2090. [09:41:57] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  2091. [09:41:57] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.8
  2092. [09:41:57] [Server thread/INFO]: [ChatReaction] Loading ChatReaction v1.6.2
  2093. [09:41:57] [Server thread/INFO]: [Lottery] Loading Lottery v0.9.4
  2094. [09:41:57] [Server thread/INFO]: [EasyWarp] Loading EasyWarp v3.2
  2095. [09:41:57] [Server thread/INFO]: [Crates] Loading Crates v2.67
  2096. [09:41:57] [Server thread/INFO]: [Vault] Loading Vault v1.5.3-b37
  2097. [09:41:57] [Server thread/INFO]: [CombatTag] Loading CombatTag v6.3.2-SNAPSHOT
  2098. [09:41:57] [Server thread/INFO]: [ChatGames] Loading ChatGames v1.0
  2099. [09:41:57] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b276
  2100. [09:41:57] [Server thread/INFO]: [MarriageMaster] Loading MarriageMaster v1.29.16
  2101. [09:41:57] [Server thread/INFO]: [floAuction] Loading floAuction v3.1.0
  2102. [09:41:57] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v3.3.0
  2103. [09:41:57] [Server thread/INFO]: [SimpleRankup] Loading SimpleRankup v1.0.2
  2104. [09:41:57] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
  2105. [09:41:57] [Server thread/INFO]: [InfoBoardReborn] Loading InfoBoardReborn v1.7.0
  2106. [09:41:57] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
  2107. [09:41:57] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.5.1
  2108. [09:41:57] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.4.7
  2109. [09:41:57] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5-b725
  2110. [09:41:57] [Server thread/INFO]: [StaffList] Loading StaffList v3.84
  2111. [09:41:57] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.5
  2112. [09:41:57] [Server thread/INFO]: [Vault] Enabling Vault v1.5.3-b37
  2113. [09:41:57] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  2114. [09:41:57] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  2115. [09:41:57] [Server thread/INFO]: [Vault] Enabled Version 1.5.3-b37
  2116. [09:41:57] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v3.3.0
  2117. [09:41:57] [Server thread/INFO]: $1PlotSquared is now enabled
  2118. [09:41:57] [Server thread/INFO]: $3[$1P2$3] $2&6Debug Mode Enabled (Default). Edit the config to turn this off.
  2119. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: greeting
  2120. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: farewell
  2121. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: feed
  2122. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: heal
  2123. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: notify-enter
  2124. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: notify-leave
  2125. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: item-drop
  2126. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: invincible
  2127. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: instabreak
  2128. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: drop-protection
  2129. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: forcefield
  2130. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: titles
  2131. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: pve
  2132. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: pvp
  2133. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: no-worldedit
  2134. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: redstone
  2135. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: misc-cap
  2136. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: entity-cap
  2137. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: mob-cap
  2138. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: animal-cap
  2139. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: hostile-cap
  2140. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: vehicle-cap
  2141. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: music
  2142. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: done
  2143. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: analysis
  2144. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: disable-physics
  2145. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: fly
  2146. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: explosion
  2147. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: mob-place
  2148. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: hostile-interact
  2149. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: hostile-attack
  2150. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: animal-interact
  2151. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: animal-attack
  2152. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: tamed-interact
  2153. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: tamed-attack
  2154. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: player-interact
  2155. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: misc-interact
  2156. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: misc-place
  2157. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: misc-break
  2158. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: hanging-interact
  2159. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: hanging-place
  2160. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: hanging-break
  2161. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: vehicle-use
  2162. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: vehicle-place
  2163. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: vehicle-break
  2164. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: device-interact
  2165. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: place
  2166. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: break
  2167. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: use
  2168. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: blocked-cmds
  2169. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: ice-melt
  2170. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: keep
  2171. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: gamemode
  2172. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: price
  2173. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: time
  2174. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: weather
  2175. [09:41:57] [Server thread/INFO]: [P2] - Adding flag: description
  2176. [09:41:58] [Server thread/INFO]: [P2] Metrics enabled.
  2177. [09:41:58] [Server thread/INFO]: [P2] Metrics enabled.
  2178. [09:41:58] [Server thread/INFO]: [P2] PlotSquared is using online UUIDs
  2179. [09:41:58] [Server thread/INFO]: [P2] Key: API Location, Value: http://www.intellectualsites.com/minecraft.php
  2180. [09:41:58] [Server thread/INFO]: [P2] Key: Kill Road Mobs, Value: false
  2181. [09:41:58] [Server thread/INFO]: [P2] Key: Use Metrics, Value: true
  2182. [09:41:58] [Server thread/INFO]: [P2] Key: Delete Plots On Ban, Value: false
  2183. [09:41:58] [Server thread/INFO]: [P2] Key: DB SQLite Enabled, Value: true
  2184. [09:41:58] [Server thread/INFO]: [P2] Key: DB Mysql Enabled, Value: false
  2185. [09:41:58] [Server thread/INFO]: [P2] Key: Auto Clear Enabled, Value: true
  2186. [09:41:58] [Server thread/INFO]: [P2] Key: Auto Clear Days, Value: 7
  2187. [09:41:58] [Server thread/INFO]: [P2] Key: Schematics Save Path, Value: plugins/PlotSquared/schematics
  2188. [09:41:58] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  2189. [09:41:58] [Server thread/INFO]: Preparing level "world"
  2190. [09:41:58] [Server thread/INFO]: -------- World Settings For [world] --------
  2191. [09:41:58] [Server thread/INFO]: Experience Merge Radius: 3.0
  2192. [09:41:58] [Server thread/INFO]: Chunks to Grow per Tick: 650
  2193. [09:41:58] [Server thread/INFO]: Clear tick list: false
  2194. [09:41:58] [Server thread/INFO]: Item Despawn Rate: 6000
  2195. [09:41:58] [Server thread/INFO]: Item Merge Radius: 2.5
  2196. [09:41:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  2197. [09:41:58] [Server thread/INFO]: Arrow Despawn Rate: 1200
  2198. [09:41:58] [Server thread/INFO]: View Distance: 10
  2199. [09:41:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  2200. [09:41:58] [Server thread/INFO]: Max Entity Collisions: 8
  2201. [09:41:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  2202. [09:41:58] [Server thread/INFO]: Mob Spawn Range: 4
  2203. [09:41:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  2204. [09:41:58] [Server thread/INFO]: Cactus Growth Modifier: 100%
  2205. [09:41:58] [Server thread/INFO]: Cane Growth Modifier: 100%
  2206. [09:41:58] [Server thread/INFO]: Melon Growth Modifier: 100%
  2207. [09:41:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  2208. [09:41:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  2209. [09:41:58] [Server thread/INFO]: Sapling Growth Modifier: 100%
  2210. [09:41:58] [Server thread/INFO]: Wheat Growth Modifier: 100%
  2211. [09:41:58] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  2212. [09:41:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  2213. [09:41:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  2214. [09:41:58] [Server thread/INFO]: Random Lighting Updates: false
  2215. [09:41:58] [Server thread/INFO]: Structure Info Saving: true
  2216. [09:41:58] [Server thread/INFO]: Sending up to 10 chunks per packet
  2217. [09:41:58] [Server thread/INFO]: Max TNT Explosions: 100
  2218. [09:41:58] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  2219. [09:41:58] [Server thread/INFO]: Anti X-Ray: true
  2220. [09:41:58] [Server thread/INFO]: Engine Mode: 1
  2221. [09:41:58] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  2222. [09:41:58] [Server thread/INFO]: Replace Blocks: [1, 5]
  2223. [09:41:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  2224. [09:41:58] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  2225. [09:41:58] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  2226. [09:41:58] [Server thread/INFO]: Experience Merge Radius: 3.0
  2227. [09:41:58] [Server thread/INFO]: Chunks to Grow per Tick: 650
  2228. [09:41:58] [Server thread/INFO]: Clear tick list: false
  2229. [09:41:58] [Server thread/INFO]: Item Despawn Rate: 6000
  2230. [09:41:58] [Server thread/INFO]: Item Merge Radius: 2.5
  2231. [09:41:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  2232. [09:41:58] [Server thread/INFO]: Arrow Despawn Rate: 1200
  2233. [09:41:58] [Server thread/INFO]: View Distance: 10
  2234. [09:41:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  2235. [09:41:58] [Server thread/INFO]: Max Entity Collisions: 8
  2236. [09:41:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  2237. [09:41:58] [Server thread/INFO]: Mob Spawn Range: 4
  2238. [09:41:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  2239. [09:41:58] [Server thread/INFO]: Cactus Growth Modifier: 100%
  2240. [09:41:58] [Server thread/INFO]: Cane Growth Modifier: 100%
  2241. [09:41:58] [Server thread/INFO]: Melon Growth Modifier: 100%
  2242. [09:41:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  2243. [09:41:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  2244. [09:41:58] [Server thread/INFO]: Sapling Growth Modifier: 100%
  2245. [09:41:58] [Server thread/INFO]: Wheat Growth Modifier: 100%
  2246. [09:41:58] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  2247. [09:41:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  2248. [09:41:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  2249. [09:41:58] [Server thread/INFO]: Random Lighting Updates: false
  2250. [09:41:58] [Server thread/INFO]: Structure Info Saving: true
  2251. [09:41:58] [Server thread/INFO]: Sending up to 10 chunks per packet
  2252. [09:41:58] [Server thread/INFO]: Max TNT Explosions: 100
  2253. [09:41:58] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  2254. [09:41:58] [Server thread/INFO]: Anti X-Ray: true
  2255. [09:41:58] [Server thread/INFO]: Engine Mode: 1
  2256. [09:41:58] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  2257. [09:41:58] [Server thread/INFO]: Replace Blocks: [1, 5]
  2258. [09:41:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  2259. [09:41:58] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  2260. [09:41:58] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  2261. [09:41:58] [Server thread/INFO]: Experience Merge Radius: 3.0
  2262. [09:41:58] [Server thread/INFO]: Chunks to Grow per Tick: 650
  2263. [09:41:58] [Server thread/INFO]: Clear tick list: false
  2264. [09:41:58] [Server thread/INFO]: Item Despawn Rate: 6000
  2265. [09:41:58] [Server thread/INFO]: Item Merge Radius: 2.5
  2266. [09:41:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  2267. [09:41:58] [Server thread/INFO]: Arrow Despawn Rate: 1200
  2268. [09:41:58] [Server thread/INFO]: View Distance: 10
  2269. [09:41:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  2270. [09:41:58] [Server thread/INFO]: Max Entity Collisions: 8
  2271. [09:41:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  2272. [09:41:58] [Server thread/INFO]: Mob Spawn Range: 4
  2273. [09:41:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  2274. [09:41:58] [Server thread/INFO]: Cactus Growth Modifier: 100%
  2275. [09:41:58] [Server thread/INFO]: Cane Growth Modifier: 100%
  2276. [09:41:58] [Server thread/INFO]: Melon Growth Modifier: 100%
  2277. [09:41:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  2278. [09:41:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  2279. [09:41:58] [Server thread/INFO]: Sapling Growth Modifier: 100%
  2280. [09:41:58] [Server thread/INFO]: Wheat Growth Modifier: 100%
  2281. [09:41:58] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  2282. [09:41:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  2283. [09:41:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  2284. [09:41:58] [Server thread/INFO]: Random Lighting Updates: false
  2285. [09:41:58] [Server thread/INFO]: Structure Info Saving: true
  2286. [09:41:58] [Server thread/INFO]: Sending up to 10 chunks per packet
  2287. [09:41:58] [Server thread/INFO]: Max TNT Explosions: 100
  2288. [09:41:58] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  2289. [09:41:58] [Server thread/INFO]: Anti X-Ray: true
  2290. [09:41:58] [Server thread/INFO]: Engine Mode: 1
  2291. [09:41:58] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  2292. [09:41:58] [Server thread/INFO]: Replace Blocks: [1, 5]
  2293. [09:41:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  2294. [09:41:58] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  2295. [09:41:58] [Server thread/INFO]: Preparing start region for level 0 (Seed: -1957044315279935555)
  2296. [09:41:59] [Server thread/INFO]: Preparing start region for level 1 (Seed: -1957044315279935555)
  2297. [09:42:00] [Server thread/INFO]: Preparing spawn area: 88%
  2298. [09:42:00] [Server thread/INFO]: Preparing start region for level 2 (Seed: -1957044315279935555)
  2299. [09:42:00] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
  2300. [09:42:01] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
  2301. [09:42:01] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  2302. [09:42:01] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  2303. [09:42:01] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  2304. [09:42:01] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  2305. [09:42:01] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v0.0.1
  2306. [09:42:01] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.3
  2307. [09:42:01] [Server thread/INFO]: [ClearLag] Loading modules...
  2308. [09:42:01] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  2309. [09:42:01] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  2310. [09:42:01] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  2311. [09:42:01] [Thread-11/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
  2312. [09:42:01] [Server thread/INFO]: [JustInvSee] Enabling JustInvSee v7.0
  2313. [09:42:01] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  2314. [09:42:01] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  2315. [09:42:01] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  2316. [09:42:01] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  2317. [09:42:01] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  2318. [09:42:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  2319. [09:42:01] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  2320. [09:42:01] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  2321. [09:42:01] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  2322. [09:42:01] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  2323. [09:42:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  2324. [09:42:01] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  2325. [09:42:01] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  2326. [09:42:01] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  2327. [09:42:01] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  2328. [09:42:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  2329. [09:42:01] [Server thread/INFO]: [WorldGuard] Loading region data...
  2330. [09:42:01] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  2331. [09:42:01] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
  2332. [09:42:01] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  2333. [09:42:01] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  2334. [09:42:01] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  2335. [09:42:01] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  2336. [09:42:01] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  2337. [09:42:01] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
  2338. [09:42:01] [Server thread/INFO]: [NoCheatPlus] Version 3.13.7-RC-sMD5NET-b925 is enabled.
  2339. [09:42:01] [Server thread/INFO]: [ChatReaction] Enabling ChatReaction v1.6.2
  2340. [09:42:01] [Server thread/INFO]: [ChatReaction] You are using Spigot! Tooltips in reaction start messages are enabled!
  2341. [09:42:01] [Server thread/INFO]: [ChatReaction] 0 words loaded!
  2342. [09:42:01] [Server thread/INFO]: [ChatReaction] Reaction stats are disabled!!
  2343. [09:42:01] [Server thread/INFO]: ---------------------------
  2344. [09:42:01] [Server thread/INFO]: ChatReaction Updater
  2345. [09:42:01] [Server thread/INFO]:
  2346. [09:42:01] [Server thread/INFO]: You are running 1.6.2
  2347. [09:42:01] [Server thread/INFO]: The latest version
  2348. [09:42:01] [Server thread/INFO]: of ChatReaction!
  2349. [09:42:01] [Server thread/INFO]:
  2350. [09:42:01] [Server thread/INFO]: ---------------------------
  2351. [09:42:01] [Server thread/INFO]: [Lottery] Enabling Lottery v0.9.4
  2352. [09:42:01] [Server thread/INFO]: [Lottery] Payment method found (Essentials version: 2.2)
  2353. [09:42:01] [Server thread/INFO]: [EasyWarp] Enabling EasyWarp v3.2
  2354. [09:42:01] [Server thread/INFO]: [Crates] Enabling Crates v2.67
  2355. [09:42:01] [Server thread/INFO]: [Crates] Loaded example
  2356. [09:42:01] [Server thread/INFO]: [Crates] Checking for updates...
  2357. [09:42:01] [Thread-11/INFO]: [ClearLag] No updates found!
  2358. [09:42:02] [Server thread/INFO]: [Crates] No updates found.
  2359. [09:42:02] [Server thread/INFO]: [CombatTag] Enabling CombatTag v6.3.2-SNAPSHOT
  2360. [09:42:02] [Server thread/ERROR]: [CombatTag] this version of minecraft isn't supported by combat tag
  2361. [09:42:02] [Server thread/ERROR]: [CombatTag] Please check bukkit-dev for an update
  2362. [09:42:02] [Server thread/INFO]: [CombatTag] Disabled
  2363. [09:42:02] [Server thread/INFO]: [ChatGames] Enabling ChatGames v1.0
  2364. [09:42:02] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b276
  2365. [09:42:02] [Server thread/INFO]: Using locale en_CA
  2366. [09:42:02] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as spawner provider.
  2367. [09:42:02] [Server thread/INFO]: Using locale en_CA
  2368. [09:42:02] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
  2369. [09:42:02] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  2370. [09:42:02] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  2371. [09:42:02] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  2372. [09:42:02] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v1.29.16
  2373. [09:42:02] [Server thread/INFO]: [MarriageMaster] Config Version: 28 => no update needed
  2374. [09:42:02] [Server thread/INFO]: [MarriageMaster] Config loaded
  2375. [09:42:02] [Server thread/INFO]: [MarriageMaster] Language Version: 18 => no update needed
  2376. [09:42:02] [Server thread/INFO]: [MarriageMaster] Checking for updates ...
  2377. [09:42:02] [Server thread/INFO]: [MarriageMaster] Marriage Master has been enabled!
  2378. [09:42:02] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  2379. [09:42:02] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  2380. [09:42:02] [Server thread/INFO]: [floAuction] Enabling floAuction v3.1.0
  2381. [09:42:02] [Server thread/ERROR]: [floAuction] ----- WhatIsIt Dependency Failure -----
  2382. [09:42:02] [Server thread/ERROR]: [floAuction] ATTENTION! THIS IS A NOTIFICATION THAT floAuction HAS NOT BEEN
  2383. [09:42:02] [Server thread/ERROR]: [floAuction] ENABLED. floAuction REQUIRES THE WhatIsIt PLUGIN AND YOU LACK
  2384. [09:42:02] [Server thread/ERROR]: [floAuction] IT. DOWNLOAD AND INSTALL WhatIsIt IF YOU WANT floAuction TO
  2385. [09:42:02] [Server thread/ERROR]: [floAuction] PROVIDE YOU WITH IT'S LEGENDARY AUCTION FUNCTIONALITY!
  2386. [09:42:02] [Server thread/ERROR]: [floAuction] ----- --------------------------- -----
  2387. [09:42:02] [Server thread/INFO]: [floAuction] Disabling floAuction v3.1.0
  2388. [09:42:02] [Server thread/INFO]: [floAuction] has been disabled.
  2389. [09:42:02] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  2390. [09:42:02] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  2391. [09:42:02] [Server thread/INFO]: [SimpleRankup] Enabling SimpleRankup v1.0.2
  2392. [09:42:02] [Server thread/INFO]: [SimpleRankup] # SimpleRankup coded by: Ocean #
  2393. [09:42:02] [Server thread/INFO]: [SimpleRankup] # youtube.com/TheMineShack #
  2394. [09:42:02] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  2395. [09:42:02] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  2396. [09:42:02] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
  2397. [09:42:02] [Server thread/INFO]: -------- World Settings For [warps] --------
  2398. [09:42:02] [Server thread/INFO]: Experience Merge Radius: 3.0
  2399. [09:42:02] [Server thread/INFO]: Chunks to Grow per Tick: 650
  2400. [09:42:02] [Server thread/INFO]: Clear tick list: false
  2401. [09:42:02] [Server thread/INFO]: Item Despawn Rate: 6000
  2402. [09:42:02] [Server thread/INFO]: Item Merge Radius: 2.5
  2403. [09:42:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  2404. [09:42:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
  2405. [09:42:02] [Server thread/INFO]: View Distance: 10
  2406. [09:42:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  2407. [09:42:02] [Server thread/INFO]: Max Entity Collisions: 8
  2408. [09:42:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  2409. [09:42:02] [Server thread/INFO]: Mob Spawn Range: 4
  2410. [09:42:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  2411. [09:42:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
  2412. [09:42:02] [Server thread/INFO]: Cane Growth Modifier: 100%
  2413. [09:42:02] [Server thread/INFO]: Melon Growth Modifier: 100%
  2414. [09:42:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  2415. [09:42:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  2416. [09:42:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
  2417. [09:42:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
  2418. [09:42:02] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  2419. [09:42:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  2420. [09:42:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  2421. [09:42:02] [Server thread/INFO]: Random Lighting Updates: false
  2422. [09:42:02] [Server thread/INFO]: Structure Info Saving: true
  2423. [09:42:02] [Server thread/INFO]: Sending up to 10 chunks per packet
  2424. [09:42:02] [Server thread/INFO]: Max TNT Explosions: 100
  2425. [09:42:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  2426. [09:42:02] [Server thread/INFO]: Anti X-Ray: true
  2427. [09:42:02] [Server thread/INFO]: Engine Mode: 1
  2428. [09:42:02] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  2429. [09:42:02] [Server thread/INFO]: Replace Blocks: [1, 5]
  2430. [09:42:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  2431. [09:42:02] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  2432. [09:42:02] [Server thread/INFO]: Preparing start region for level 3 (Seed: 3841101299414052539)
  2433. [09:42:03] [Server thread/INFO]: [WorldGuard] (warps) TNT ignition is PERMITTED.
  2434. [09:42:03] [Server thread/INFO]: [WorldGuard] (warps) Lighters are PERMITTED.
  2435. [09:42:03] [Server thread/INFO]: [WorldGuard] (warps) Lava fire is blocked.
  2436. [09:42:03] [Server thread/INFO]: [WorldGuard] (warps) Fire spread is UNRESTRICTED.
  2437. [09:42:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'warps'
  2438. [09:42:03] [Server thread/INFO]: -------- World Settings For [test] --------
  2439. [09:42:03] [Server thread/INFO]: Experience Merge Radius: 3.0
  2440. [09:42:03] [Server thread/INFO]: Chunks to Grow per Tick: 650
  2441. [09:42:03] [Server thread/INFO]: Clear tick list: false
  2442. [09:42:03] [Server thread/INFO]: Item Despawn Rate: 6000
  2443. [09:42:03] [Server thread/INFO]: Item Merge Radius: 2.5
  2444. [09:42:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  2445. [09:42:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
  2446. [09:42:03] [Server thread/INFO]: View Distance: 10
  2447. [09:42:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  2448. [09:42:03] [Server thread/INFO]: Max Entity Collisions: 8
  2449. [09:42:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  2450. [09:42:03] [Server thread/INFO]: Mob Spawn Range: 4
  2451. [09:42:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  2452. [09:42:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
  2453. [09:42:03] [Server thread/INFO]: Cane Growth Modifier: 100%
  2454. [09:42:03] [Server thread/INFO]: Melon Growth Modifier: 100%
  2455. [09:42:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  2456. [09:42:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  2457. [09:42:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
  2458. [09:42:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
  2459. [09:42:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  2460. [09:42:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  2461. [09:42:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  2462. [09:42:03] [Server thread/INFO]: Random Lighting Updates: false
  2463. [09:42:03] [Server thread/INFO]: Structure Info Saving: true
  2464. [09:42:03] [Server thread/INFO]: Sending up to 10 chunks per packet
  2465. [09:42:03] [Server thread/INFO]: Max TNT Explosions: 100
  2466. [09:42:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  2467. [09:42:03] [Server thread/INFO]: Anti X-Ray: true
  2468. [09:42:03] [Server thread/INFO]: Engine Mode: 1
  2469. [09:42:03] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  2470. [09:42:03] [Server thread/INFO]: Replace Blocks: [1, 5]
  2471. [09:42:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  2472. [09:42:03] [Server thread/INFO]: [P2] Detected world load for 'test'
  2473. [09:42:03] [Server thread/INFO]: [P2] - generator: PlotSquared>PlotSquared
  2474. [09:42:03] [Server thread/INFO]: [P2] - plotworld: com.intellectualcrafters.plot.generator.HybridPlotWorld
  2475. [09:42:03] [Server thread/INFO]: [P2] - manager: com.intellectualcrafters.plot.generator.HybridPlotManager
  2476. [09:42:03] [Server thread/INFO]: [P2] - schematic: false
  2477. [09:42:03] [Server thread/INFO]: World possibly already loaded: test
  2478. [09:42:03] [Server thread/INFO]: Preparing start region for level 4 (Seed: 4377981810688948509)
  2479. [09:42:03] [Thread-8/INFO]: --------------------
  2480. [09:42:03] [Thread-8/INFO]: [CoreProtect] Version 2.14.2 now available.
  2481. [09:42:03] [Thread-8/INFO]: [CoreProtect] Download: Type "/co version" in-game.
  2482. [09:42:03] [Thread-8/INFO]: --------------------
  2483. [09:42:03] [Thread-8/INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
  2484. [09:42:03] [Thread-8/INFO]: --------------------
  2485. [09:42:04] [Server thread/INFO]: [WorldGuard] (test) TNT ignition is PERMITTED.
  2486. [09:42:04] [Server thread/INFO]: [WorldGuard] (test) Lighters are PERMITTED.
  2487. [09:42:04] [Server thread/INFO]: [WorldGuard] (test) Lava fire is blocked.
  2488. [09:42:04] [Server thread/INFO]: [WorldGuard] (test) Fire spread is UNRESTRICTED.
  2489. [09:42:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'test'
  2490. [09:42:04] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
  2491. [09:42:04] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
  2492. [09:42:04] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  2493. [09:42:04] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  2494. [09:42:04] [Server thread/INFO]: [InfoBoardReborn] Enabling InfoBoardReborn v1.7.0
  2495. [09:42:04] [Server thread/INFO]: Metrics was started!
  2496. [09:42:04] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  2497. [09:42:04] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  2498. [09:42:04] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
  2499. [09:42:04] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  2500. [09:42:04] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  2501. [09:42:04] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.5.1
  2502. [09:42:04] [Server thread/INFO]: [ServerSigns] Version 4.5.1 is now enabled.
  2503. [09:42:04] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  2504. [09:42:04] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  2505. [09:42:04] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.4.7
  2506. [09:42:04] [Server thread/INFO]: [MineResetLite] MRL is managed and developed by Boomclaw under the Apache 2.0 license.
  2507. [09:42:04] [Server thread/INFO]: [MineResetLite] For any issues or suggestions, use the Spigot discussion thread. Do not PM any of the developers.
  2508. [09:42:04] [Server thread/INFO]: [MineResetLite] Loading mine from file 'A.mine.yml'...
  2509. [09:42:04] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  2510. [09:42:04] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  2511. [09:42:04] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5-b725
  2512. [09:42:04] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5-b725 Enabled - By Rigby and fernferret
  2513. [09:42:04] [Server thread/INFO]: [MVPLogging] 0 - Portals(s) loaded
  2514. [09:42:04] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
  2515. [09:42:04] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  2516. [09:42:04] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  2517. [09:42:04] [Server thread/INFO]: [StaffList] Enabling StaffList v3.84
  2518. [09:42:04] [Server thread/INFO]: [StaffList] enabled
  2519. [09:42:04] [Server thread/INFO]: StaffList: There is a new version for this plugin - A premium version with more features
  2520. [09:42:04] [Server thread/INFO]: To get this plugin visit dachiimp.com/StaffList
  2521. [09:42:04] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  2522. [09:42:04] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  2523. [09:42:04] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.5
  2524. [09:42:04] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  2525. [09:42:04] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  2526. [09:42:04] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  2527. [09:42:04] [Server thread/INFO]: Done (6.466s)! For help, type "help" or "?"
  2528. [09:42:05] [Craft Scheduler Thread - 3/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  2529. [09:42:05] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  2530. [09:42:05] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  2531. [09:42:05] [Server thread/INFO]: `plots` was not properly loaded - PlotSquared will now try to load it properly:
  2532. [09:42:05] [Server thread/INFO]: - Are you trying to delete this world? Remember to remove it from the settings.yml, bukkit.yml and multiverse worlds.yml
  2533. [09:42:05] [Server thread/INFO]: - Your world management plugin may be faulty (or non existant)
  2534. [09:42:05] [Server thread/INFO]: CONSOLE: Starting creation of world 'plots'...
  2535. [09:42:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'plots' - Env: NORMAL - Type: NORMAL & generator: PlotSquared
  2536. [09:42:05] [Server thread/INFO]: -------- World Settings For [plots] --------
  2537. [09:42:05] [Server thread/INFO]: Experience Merge Radius: 3.0
  2538. [09:42:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
  2539. [09:42:05] [Server thread/INFO]: Clear tick list: false
  2540. [09:42:05] [Server thread/INFO]: Item Despawn Rate: 6000
  2541. [09:42:05] [Server thread/INFO]: Item Merge Radius: 2.5
  2542. [09:42:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  2543. [09:42:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
  2544. [09:42:05] [Server thread/INFO]: View Distance: 10
  2545. [09:42:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  2546. [09:42:05] [Server thread/INFO]: Max Entity Collisions: 8
  2547. [09:42:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  2548. [09:42:05] [Server thread/INFO]: Mob Spawn Range: 4
  2549. [09:42:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  2550. [09:42:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
  2551. [09:42:05] [Server thread/INFO]: Cane Growth Modifier: 100%
  2552. [09:42:05] [Server thread/INFO]: Melon Growth Modifier: 100%
  2553. [09:42:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  2554. [09:42:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  2555. [09:42:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
  2556. [09:42:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
  2557. [09:42:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  2558. [09:42:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  2559. [09:42:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  2560. [09:42:05] [Server thread/INFO]: Random Lighting Updates: false
  2561. [09:42:05] [Server thread/INFO]: Structure Info Saving: true
  2562. [09:42:05] [Server thread/INFO]: Sending up to 10 chunks per packet
  2563. [09:42:05] [Server thread/INFO]: Max TNT Explosions: 100
  2564. [09:42:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  2565. [09:42:05] [Server thread/INFO]: Anti X-Ray: true
  2566. [09:42:05] [Server thread/INFO]: Engine Mode: 1
  2567. [09:42:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  2568. [09:42:05] [Server thread/INFO]: Replace Blocks: [1, 5]
  2569. [09:42:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  2570. [09:42:05] [Server thread/INFO]: [P2] Detected world load for 'plots'
  2571. [09:42:05] [Server thread/INFO]: [P2] - generator: PlotSquared>PlotSquared
  2572. [09:42:05] [Server thread/INFO]: [P2] - plotworld: com.intellectualcrafters.plot.generator.HybridPlotWorld
  2573. [09:42:05] [Server thread/INFO]: [P2] - manager: com.intellectualcrafters.plot.generator.HybridPlotManager
  2574. [09:42:05] [Server thread/INFO]: [P2] - schematic: false
  2575. [09:42:05] [Server thread/INFO]: World possibly already loaded: plots
  2576. [09:42:05] [Server thread/INFO]: Preparing start region for level 5 (Seed: 8975362423411712291)
  2577. [09:42:05] [Craft Scheduler Thread - 1/INFO]: [Metrics] Connection reset
  2578. [09:42:05] [Craft Scheduler Thread - 6/INFO]: You are running the latest version of PlotSquared
  2579. [09:42:06] [Server thread/INFO]: Preparing spawn area for plots, 53%
  2580. [09:42:07] [Server thread/INFO]: [WorldGuard] (plots) TNT ignition is PERMITTED.
  2581. [09:42:07] [Server thread/INFO]: [WorldGuard] (plots) Lighters are PERMITTED.
  2582. [09:42:07] [Server thread/INFO]: [WorldGuard] (plots) Lava fire is blocked.
  2583. [09:42:07] [Server thread/INFO]: [WorldGuard] (plots) Fire spread is UNRESTRICTED.
  2584. [09:42:07] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plots'
  2585. [09:42:07] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
  2586. [09:42:07] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 0 Z: 0 P: 0 Y: 0
  2587. [09:42:07] [Server thread/INFO]: [Multiverse-Core] New Spawn for 'plots' is located at: plots:0.00,65.00,0.00:0.00:0.00
  2588. [09:42:07] [Server thread/INFO]: CONSOLE: Complete!
  2589. [09:42:07] [Server thread/INFO]: World possibly already loaded: plots
  2590. [09:42:07] [Server thread/INFO]: [Citizens] Loaded 4 NPCs.
  2591. [09:42:07] [Craft Scheduler Thread - 6/INFO]: [Vault] Checking for Updates ...
  2592. [09:42:07] [Craft Scheduler Thread - 6/WARN]: [Vault] Stable Version: 1.5.6 is out! You are still running version: 1.5.3
  2593. [09:42:07] [Craft Scheduler Thread - 6/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
  2594. [09:42:07] [Server thread/INFO]: Starting UUID caching
  2595. [09:42:07] [Craft Scheduler Thread - 13/INFO]: [P2] Starting player data caching for: world
  2596. [09:42:07] [Craft Scheduler Thread - 13/INFO]: Fast mode UUID caching enabled!
  2597. [09:42:07] [Craft Scheduler Thread - 13/INFO]: [P2] Cached a total of: 2 UUIDs
  2598. [09:42:50] [User Authenticator #1/INFO]: UUID of player aScumbagel is 9a60a2db-9bcd-4342-a8d6-6c6f57c19384
  2599. [09:42:51] [Server thread/INFO]: aScumbagel[/127.0.0.1:49345] logged in with entity id 2069 at ([warps]-125.09196625707325, 64.84737997607971, 40.25491325984645)
  2600. [09:42:52] [Server thread/INFO]: ---------------------------------------------------------
  2601. [09:42:52] [Server thread/INFO]: InfoBoard will be shut down because there is a problem with your server's permissions
  2602. [09:42:52] [Server thread/INFO]: ---------------------------------------------------------
  2603. [09:42:52] [Server thread/INFO]: [InfoBoardReborn] Disabling InfoBoardReborn v1.7.0
  2604. [09:48:46] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2605. [09:49:26] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2606. [09:49:46] [Server thread/INFO]: [ClearLag] Removed 1 Entities!
  2607. [09:52:07] [Craft Scheduler Thread - 9/INFO]: [Metrics] Unexpected end of file from server
  2608. [09:52:07] [Server thread/INFO]: Chat Games // Solve 206 + 162 to get rewards!
  2609. [09:52:51] [Server thread/INFO]: Chat Games // No one won the game! The number was: 368!
  2610. [09:53:06] [Server thread/INFO]: aScumbagel lost connection: Disconnected
  2611. [09:53:06] [Server thread/INFO]: aScumbagel left the game.
  2612. [09:53:21] [User Authenticator #2/INFO]: UUID of player aScumbagel is 9a60a2db-9bcd-4342-a8d6-6c6f57c19384
  2613. [09:53:22] [Server thread/INFO]: aScumbagel[/99.230.157.147:49808] logged in with entity id 432128 at ([warps]-125.09196625707325, 64.84737997607971, 40.25491325984645)
  2614. [09:54:46] [Server thread/INFO]: aScumbagel issued server command: /weather clear
  2615. [09:56:13] [Server thread/INFO]: aScumbagel issued server command: /gamemode 1
  2616. [09:56:18] [Server thread/INFO]: aScumbagel issued server command: /warp a
  2617. [09:56:18] [Server thread/ERROR]: null
  2618. org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin EasyWarp v3.2
  2619. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2620. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2621. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2622. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2623. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2624. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2625. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2626. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2627. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  2628. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  2629. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2630. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2631. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2632. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2633. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2634. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2635. Caused by: java.lang.NullPointerException
  2636. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2637. at com.collinsrichard.easywarp.Helper.delayedTeleport(Helper.java:101) ~[?:?]
  2638. at com.collinsrichard.easywarp.Helper.warpSelf(Helper.java:62) ~[?:?]
  2639. at com.collinsrichard.easywarp.commands.WarpCommand.onCommand(WarpCommand.java:107) ~[?:?]
  2640. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2641. ... 15 more
  2642. [09:56:19] [Server thread/WARN]: [EasyWarp] Task #209 for EasyWarp v3.2 generated an exception
  2643. java.lang.NullPointerException
  2644. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2645. at com.collinsrichard.easywarp.Helper.warp(Helper.java:81) ~[?:?]
  2646. at com.collinsrichard.easywarp.objects.WarpTimer.run(WarpTimer.java:22) ~[?:?]
  2647. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2648. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2649. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2650. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2651. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2652. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2653. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2654. [09:56:26] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2655. [09:56:27] [Server thread/INFO]: aScumbagel issued server command: /warp a
  2656. [09:56:27] [Server thread/ERROR]: null
  2657. org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin EasyWarp v3.2
  2658. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2659. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2660. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2661. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2662. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2663. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2664. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2665. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2666. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  2667. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  2668. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2669. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2670. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2671. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2672. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2673. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2674. Caused by: java.lang.NullPointerException
  2675. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2676. at com.collinsrichard.easywarp.Helper.delayedTeleport(Helper.java:101) ~[?:?]
  2677. at com.collinsrichard.easywarp.Helper.warpSelf(Helper.java:62) ~[?:?]
  2678. at com.collinsrichard.easywarp.commands.WarpCommand.onCommand(WarpCommand.java:107) ~[?:?]
  2679. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2680. ... 15 more
  2681. [09:56:29] [Server thread/WARN]: [EasyWarp] Task #211 for EasyWarp v3.2 generated an exception
  2682. java.lang.NullPointerException
  2683. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2684. at com.collinsrichard.easywarp.Helper.warp(Helper.java:81) ~[?:?]
  2685. at com.collinsrichard.easywarp.objects.WarpTimer.run(WarpTimer.java:22) ~[?:?]
  2686. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2687. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2688. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2689. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2690. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2691. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2692. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2693. [09:56:31] [Server thread/INFO]: aScumbagel issued server command: /warp a
  2694. [09:56:31] [Server thread/ERROR]: null
  2695. org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin EasyWarp v3.2
  2696. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2697. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2698. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2699. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2700. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2701. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2702. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2703. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2704. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  2705. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  2706. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2707. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2708. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2709. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2710. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2711. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2712. Caused by: java.lang.NullPointerException
  2713. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2714. at com.collinsrichard.easywarp.Helper.delayedTeleport(Helper.java:101) ~[?:?]
  2715. at com.collinsrichard.easywarp.Helper.warpSelf(Helper.java:62) ~[?:?]
  2716. at com.collinsrichard.easywarp.commands.WarpCommand.onCommand(WarpCommand.java:107) ~[?:?]
  2717. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2718. ... 15 more
  2719. [09:56:33] [Server thread/WARN]: [EasyWarp] Task #212 for EasyWarp v3.2 generated an exception
  2720. java.lang.NullPointerException
  2721. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2722. at com.collinsrichard.easywarp.Helper.warp(Helper.java:81) ~[?:?]
  2723. at com.collinsrichard.easywarp.objects.WarpTimer.run(WarpTimer.java:22) ~[?:?]
  2724. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2725. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2726. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2727. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2728. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2729. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2730. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2731. [09:56:39] [Server thread/INFO]: aScumbagel issued server command: /mvtp warps
  2732. [09:57:06] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2733. [09:57:26] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  2734. [09:58:46] [Server thread/INFO]: aScumbagel issued server command: //rotate 180 left
  2735. [09:58:51] [Server thread/INFO]: aScumbagel issued server command: //rotate 180 west
  2736. [09:58:56] [Server thread/INFO]: aScumbagel issued server command: //rotate 180
  2737. [09:59:01] [Server thread/INFO]: aScumbagel issued server command: //copy
  2738. [09:59:02] [Server thread/INFO]: aScumbagel issued server command: //rotate 180
  2739. [09:59:03] [User Authenticator #3/INFO]: UUID of player Redcowboycraft is afc5da9b-b182-4407-9452-3408779f860b
  2740. [09:59:03] [Server thread/INFO]: Redcowboycraft[/107.179.247.113:64849] logged in with entity id 653192 at ([world]229.5, 68.0, 252.5)
  2741. [09:59:03] [pool-16-thread-1/INFO]: Creating empty config: C:\Users\Ryan\Desktop\Universal Prison\plugins\Essentials\userdata\afc5da9b-b182-4407-9452-3408779f860b.yml
  2742. [09:59:05] [Async Chat Thread - #0/INFO]: <aScumbagel> hi
  2743. [09:59:08] [Server thread/INFO]: Opped Redcowboycraft
  2744. [09:59:09] [Async Chat Thread - #0/INFO]: <Redcowboycraft> sup
  2745. [09:59:14] [Server thread/INFO]: Redcowboycraft issued server command: /gamemode 1
  2746. [09:59:18] [Server thread/INFO]: aScumbagel issued server command: /warp staff
  2747. [09:59:18] [Server thread/ERROR]: null
  2748. org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin EasyWarp v3.2
  2749. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2750. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2751. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2752. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2753. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2754. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2755. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2756. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2757. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  2758. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  2759. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2760. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2761. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2762. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2763. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2764. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2765. Caused by: java.lang.NullPointerException
  2766. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2767. at com.collinsrichard.easywarp.Helper.delayedTeleport(Helper.java:101) ~[?:?]
  2768. at com.collinsrichard.easywarp.Helper.warpSelf(Helper.java:62) ~[?:?]
  2769. at com.collinsrichard.easywarp.commands.WarpCommand.onCommand(WarpCommand.java:107) ~[?:?]
  2770. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2771. ... 15 more
  2772. [09:59:20] [Server thread/WARN]: [EasyWarp] Task #246 for EasyWarp v3.2 generated an exception
  2773. java.lang.NullPointerException
  2774. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2775. at com.collinsrichard.easywarp.Helper.warp(Helper.java:81) ~[?:?]
  2776. at com.collinsrichard.easywarp.objects.WarpTimer.run(WarpTimer.java:22) ~[?:?]
  2777. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2778. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2779. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2780. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2781. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2782. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2783. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2784. [09:59:22] [Server thread/INFO]: Redcowboycraft issued server command: /nick hi
  2785. [09:59:24] [Async Chat Thread - #0/INFO]: <~hi> hi
  2786. [09:59:30] [Server thread/INFO]: Redcowboycraft issued server command: /warp staff
  2787. [09:59:30] [Server thread/ERROR]: null
  2788. org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin EasyWarp v3.2
  2789. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2790. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2791. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2792. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2793. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2794. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2795. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2796. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2797. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  2798. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  2799. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2800. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2801. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2802. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2803. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2804. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2805. Caused by: java.lang.NullPointerException
  2806. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2807. at com.collinsrichard.easywarp.Helper.delayedTeleport(Helper.java:101) ~[?:?]
  2808. at com.collinsrichard.easywarp.Helper.warpSelf(Helper.java:62) ~[?:?]
  2809. at com.collinsrichard.easywarp.commands.WarpCommand.onCommand(WarpCommand.java:107) ~[?:?]
  2810. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2811. ... 15 more
  2812. [09:59:32] [Server thread/WARN]: [EasyWarp] Task #251 for EasyWarp v3.2 generated an exception
  2813. java.lang.NullPointerException
  2814. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2815. at com.collinsrichard.easywarp.Helper.warp(Helper.java:81) ~[?:?]
  2816. at com.collinsrichard.easywarp.objects.WarpTimer.run(WarpTimer.java:22) ~[?:?]
  2817. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2818. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2819. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2820. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2821. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2822. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2823. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2824. [09:59:33] [Server thread/INFO]: Redcowboycraft issued server command: /warp staff
  2825. [09:59:33] [Server thread/ERROR]: null
  2826. org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin EasyWarp v3.2
  2827. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2828. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2829. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2830. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2831. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2832. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2833. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2834. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2835. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  2836. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  2837. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2838. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2839. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2840. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2841. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2842. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2843. Caused by: java.lang.NullPointerException
  2844. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2845. at com.collinsrichard.easywarp.Helper.delayedTeleport(Helper.java:101) ~[?:?]
  2846. at com.collinsrichard.easywarp.Helper.warpSelf(Helper.java:62) ~[?:?]
  2847. at com.collinsrichard.easywarp.commands.WarpCommand.onCommand(WarpCommand.java:107) ~[?:?]
  2848. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2849. ... 15 more
  2850. [09:59:35] [Server thread/WARN]: [EasyWarp] Task #273 for EasyWarp v3.2 generated an exception
  2851. java.lang.NullPointerException
  2852. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2853. at com.collinsrichard.easywarp.Helper.warp(Helper.java:81) ~[?:?]
  2854. at com.collinsrichard.easywarp.objects.WarpTimer.run(WarpTimer.java:22) ~[?:?]
  2855. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2856. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2857. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2858. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2859. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2860. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2861. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2862. [09:59:42] [Server thread/INFO]: Redcowboycraft issued server command: /warp staff
  2863. [09:59:42] [Server thread/ERROR]: null
  2864. org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin EasyWarp v3.2
  2865. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2866. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2867. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2868. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2869. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2870. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2871. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2872. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2873. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  2874. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  2875. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2876. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2877. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2878. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2879. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2880. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2881. Caused by: java.lang.NullPointerException
  2882. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2883. at com.collinsrichard.easywarp.Helper.delayedTeleport(Helper.java:101) ~[?:?]
  2884. at com.collinsrichard.easywarp.Helper.warpSelf(Helper.java:62) ~[?:?]
  2885. at com.collinsrichard.easywarp.commands.WarpCommand.onCommand(WarpCommand.java:107) ~[?:?]
  2886. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2887. ... 15 more
  2888. [09:59:44] [Server thread/WARN]: [EasyWarp] Task #279 for EasyWarp v3.2 generated an exception
  2889. java.lang.NullPointerException
  2890. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2891. at com.collinsrichard.easywarp.Helper.warp(Helper.java:81) ~[?:?]
  2892. at com.collinsrichard.easywarp.objects.WarpTimer.run(WarpTimer.java:22) ~[?:?]
  2893. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2894. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2895. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2896. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2897. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2898. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2899. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2900. [09:59:45] [Server thread/INFO]: aScumbagel issued server command: /tpa Redcowboycraft aScumbagel
  2901. [09:59:49] [Server thread/INFO]: Redcowboycraft issued server command: /tpaccept
  2902. [10:00:01] [Server thread/INFO]: Redcowboycraft issued server command: /time set 0
  2903. [10:00:03] [Server thread/INFO]: aScumbagel issued server command: /mvtp warps
  2904. [10:00:09] [Server thread/INFO]: aScumbagel issued server command: /warp staf
  2905. [10:00:09] [Server thread/INFO]: aScumbagel issued server command: /warp staff
  2906. [10:00:09] [Server thread/ERROR]: null
  2907. org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin EasyWarp v3.2
  2908. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2909. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2910. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2911. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2912. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2913. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2914. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2915. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2916. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  2917. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  2918. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2919. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2920. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2921. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2922. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2923. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2924. Caused by: java.lang.NullPointerException
  2925. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2926. at com.collinsrichard.easywarp.Helper.delayedTeleport(Helper.java:101) ~[?:?]
  2927. at com.collinsrichard.easywarp.Helper.warpSelf(Helper.java:62) ~[?:?]
  2928. at com.collinsrichard.easywarp.commands.WarpCommand.onCommand(WarpCommand.java:107) ~[?:?]
  2929. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2930. ... 15 more
  2931. [10:00:11] [Server thread/WARN]: [EasyWarp] Task #289 for EasyWarp v3.2 generated an exception
  2932. java.lang.NullPointerException
  2933. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2934. at com.collinsrichard.easywarp.Helper.warp(Helper.java:81) ~[?:?]
  2935. at com.collinsrichard.easywarp.objects.WarpTimer.run(WarpTimer.java:22) ~[?:?]
  2936. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2937. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2938. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2939. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2940. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2941. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2942. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2943. [10:00:13] [Server thread/INFO]: aScumbagel issued server command: /warp staff
  2944. [10:00:13] [Server thread/ERROR]: null
  2945. org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin EasyWarp v3.2
  2946. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2947. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2948. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2949. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2950. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2951. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2952. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2953. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2954. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  2955. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  2956. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2957. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2958. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2959. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2960. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2961. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2962. Caused by: java.lang.NullPointerException
  2963. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2964. at com.collinsrichard.easywarp.Helper.delayedTeleport(Helper.java:101) ~[?:?]
  2965. at com.collinsrichard.easywarp.Helper.warpSelf(Helper.java:62) ~[?:?]
  2966. at com.collinsrichard.easywarp.commands.WarpCommand.onCommand(WarpCommand.java:107) ~[?:?]
  2967. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2968. ... 15 more
  2969. [10:00:14] [Server thread/INFO]: Redcowboycraft issued server command: /toogledownfall
  2970. [10:00:15] [Server thread/WARN]: [EasyWarp] Task #291 for EasyWarp v3.2 generated an exception
  2971. java.lang.NullPointerException
  2972. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2973. at com.collinsrichard.easywarp.Helper.warp(Helper.java:81) ~[?:?]
  2974. at com.collinsrichard.easywarp.objects.WarpTimer.run(WarpTimer.java:22) ~[?:?]
  2975. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2976. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2977. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2978. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2979. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2980. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2981. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  2982. [10:00:16] [Server thread/INFO]: aScumbagel issued server command: /fly
  2983. [10:00:17] [Server thread/INFO]: Redcowboycraft issued server command: /togledownfall
  2984. [10:00:19] [Server thread/INFO]: aScumbagel issued server command: /gamemode 1
  2985. [10:00:25] [Server thread/INFO]: Redcowboycraft issued server command: /weather clear
  2986. [10:00:30] [Server thread/INFO]: Redcowboycraft issued server command: /warp
  2987. [10:00:34] [Server thread/INFO]: Redcowboycraft issued server command: /warps
  2988. [10:00:35] [Server thread/INFO]: aScumbagel issued server command: /tp aScumbagel Redcowboycraft
  2989. [10:00:38] [Server thread/INFO]: Redcowboycraft issued server command: /warp a
  2990. [10:00:38] [Server thread/ERROR]: null
  2991. org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin EasyWarp v3.2
  2992. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2993. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2994. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2995. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2996. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2997. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2998. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  2999. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3000. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  3001. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  3002. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3003. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3004. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3005. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3006. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3007. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  3008. Caused by: java.lang.NullPointerException
  3009. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3010. at com.collinsrichard.easywarp.Helper.delayedTeleport(Helper.java:101) ~[?:?]
  3011. at com.collinsrichard.easywarp.Helper.warpSelf(Helper.java:62) ~[?:?]
  3012. at com.collinsrichard.easywarp.commands.WarpCommand.onCommand(WarpCommand.java:107) ~[?:?]
  3013. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3014. ... 15 more
  3015. [10:00:40] [Server thread/WARN]: [EasyWarp] Task #340 for EasyWarp v3.2 generated an exception
  3016. java.lang.NullPointerException
  3017. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3018. at com.collinsrichard.easywarp.Helper.warp(Helper.java:81) ~[?:?]
  3019. at com.collinsrichard.easywarp.objects.WarpTimer.run(WarpTimer.java:22) ~[?:?]
  3020. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3021. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3022. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3023. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3024. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3025. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3026. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  3027. [10:00:41] [Server thread/INFO]: aScumbagel issued server command: /warp staff
  3028. [10:00:41] [Server thread/ERROR]: null
  3029. org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin EasyWarp v3.2
  3030. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3031. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3032. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3033. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3034. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3035. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3036. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3037. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3038. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  3039. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  3040. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3041. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3042. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3043. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3044. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3045. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  3046. Caused by: java.lang.NullPointerException
  3047. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3048. at com.collinsrichard.easywarp.Helper.delayedTeleport(Helper.java:101) ~[?:?]
  3049. at com.collinsrichard.easywarp.Helper.warpSelf(Helper.java:62) ~[?:?]
  3050. at com.collinsrichard.easywarp.commands.WarpCommand.onCommand(WarpCommand.java:107) ~[?:?]
  3051. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3052. ... 15 more
  3053. [10:00:43] [Server thread/WARN]: [EasyWarp] Task #341 for EasyWarp v3.2 generated an exception
  3054. java.lang.NullPointerException
  3055. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3056. at com.collinsrichard.easywarp.Helper.warp(Helper.java:81) ~[?:?]
  3057. at com.collinsrichard.easywarp.objects.WarpTimer.run(WarpTimer.java:22) ~[?:?]
  3058. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3059. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3060. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3061. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3062. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3063. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3064. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  3065. [10:00:48] [Server thread/INFO]: aScumbagel issued server command: /mvtp warps
  3066. [10:00:56] [Server thread/INFO]: aScumbagel issued server command: /gamemode 1
  3067. [10:00:57] [Server thread/INFO]: Redcowboycraft issued server command: /warp crates
  3068. [10:01:00] [Server thread/INFO]: Redcowboycraft issued server command: /warp
  3069. [10:01:09] [Server thread/INFO]: Redcowboycraft issued server command: /warp Redcowboycraft a
  3070. [10:01:09] [Server thread/ERROR]: null
  3071. org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin EasyWarp v3.2
  3072. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3073. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3074. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3075. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3076. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3077. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3078. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3079. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3080. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  3081. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  3082. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3083. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3084. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3085. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3086. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3087. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  3088. Caused by: java.lang.NullPointerException
  3089. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3090. at com.collinsrichard.easywarp.Helper.delayedTeleport(Helper.java:101) ~[?:?]
  3091. at com.collinsrichard.easywarp.Helper.warpSelf(Helper.java:62) ~[?:?]
  3092. at com.collinsrichard.easywarp.commands.WarpCommand.onCommand(WarpCommand.java:107) ~[?:?]
  3093. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3094. ... 15 more
  3095. [10:01:11] [Server thread/WARN]: [EasyWarp] Task #378 for EasyWarp v3.2 generated an exception
  3096. java.lang.NullPointerException
  3097. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3098. at com.collinsrichard.easywarp.Helper.warp(Helper.java:81) ~[?:?]
  3099. at com.collinsrichard.easywarp.objects.WarpTimer.run(WarpTimer.java:22) ~[?:?]
  3100. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3101. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3102. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3103. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3104. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3105. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3106. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  3107. [10:01:16] [Server thread/INFO]: aScumbagel issued server command: /tp Redcowboycraft aScumbagel
  3108. [10:01:36] [Server thread/INFO]: Redcowboycraft issued server command: /gamemode 1
  3109. [10:01:38] [Server thread/INFO]: Redcowboycraft issued server command: /fly
  3110. [10:01:40] [Server thread/INFO]: Redcowboycraft issued server command: /fly
  3111. [10:01:50] [Server thread/INFO]: aScumbagel issued server command: /warp a
  3112. [10:01:50] [Server thread/ERROR]: null
  3113. org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin EasyWarp v3.2
  3114. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3115. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3116. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3117. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3118. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3119. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3120. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3121. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3122. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  3123. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  3124. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3125. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3126. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3127. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3128. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3129. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  3130. Caused by: java.lang.NullPointerException
  3131. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3132. at com.collinsrichard.easywarp.Helper.delayedTeleport(Helper.java:101) ~[?:?]
  3133. at com.collinsrichard.easywarp.Helper.warpSelf(Helper.java:62) ~[?:?]
  3134. at com.collinsrichard.easywarp.commands.WarpCommand.onCommand(WarpCommand.java:107) ~[?:?]
  3135. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3136. ... 15 more
  3137. [10:01:51] [Server thread/WARN]: [EasyWarp] Task #461 for EasyWarp v3.2 generated an exception
  3138. java.lang.NullPointerException
  3139. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3140. at com.collinsrichard.easywarp.Helper.warp(Helper.java:81) ~[?:?]
  3141. at com.collinsrichard.easywarp.objects.WarpTimer.run(WarpTimer.java:22) ~[?:?]
  3142. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3143. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3144. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3145. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3146. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3147. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3148. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  3149. [10:01:52] [Server thread/INFO]: Redcowboycraft issued server command: /warp a
  3150. [10:01:52] [Server thread/ERROR]: null
  3151. org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin EasyWarp v3.2
  3152. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3153. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3154. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3155. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3156. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3157. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3158. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3159. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3160. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  3161. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  3162. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3163. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3164. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3165. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3166. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3167. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  3168. Caused by: java.lang.NullPointerException
  3169. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3170. at com.collinsrichard.easywarp.Helper.delayedTeleport(Helper.java:101) ~[?:?]
  3171. at com.collinsrichard.easywarp.Helper.warpSelf(Helper.java:62) ~[?:?]
  3172. at com.collinsrichard.easywarp.commands.WarpCommand.onCommand(WarpCommand.java:107) ~[?:?]
  3173. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3174. ... 15 more
  3175. [10:01:54] [Server thread/WARN]: [EasyWarp] Task #463 for EasyWarp v3.2 generated an exception
  3176. java.lang.NullPointerException
  3177. at org.bukkit.Location.getChunk(Location.java:78) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3178. at com.collinsrichard.easywarp.Helper.warp(Helper.java:81) ~[?:?]
  3179. at com.collinsrichard.easywarp.objects.WarpTimer.run(WarpTimer.java:22) ~[?:?]
  3180. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3181. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3182. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3183. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3184. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3185. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3186. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  3187. [10:02:00] [Server thread/INFO]: aScumbagel issued server command: /plugins
  3188. [10:02:07] [Craft Scheduler Thread - 29/INFO]: [Metrics] Unexpected end of file from server
  3189. [10:02:47] [Server thread/INFO]: Redcowboycraft issued server command: //wand
  3190. [10:02:52] [Server thread/INFO]: Chat Games // Solve 271 + 334 to get rewards!
  3191. [10:03:06] [Server thread/INFO]: Redcowboycraft issued server command: //copy
  3192. [10:03:17] [Server thread/INFO]: Redcowboycraft issued server command: //copy
  3193. [10:03:36] [Server thread/INFO]: Chat Games // No one won the game! The number was: 605!
  3194. [10:03:48] [Server thread/INFO]: aScumbagel issued server command: /give aScumbagel bedrock
  3195. [10:03:53] [Server thread/INFO]: Redcowboycraft issued server command: /gamerule
  3196. [10:03:59] [Server thread/INFO]: Redcowboycraft issued server command: /gamerule doFireTick false
  3197. [10:03:59] [Server thread/INFO]: [Redcowboycraft: Game rule has been updated]
  3198. [10:04:01] [Server thread/INFO]: aScumbagel issued server command: /time day
  3199. [10:04:07] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3200. [10:04:09] [Server thread/INFO]: Redcowboycraft issued server command: /gamerule mobGriefing false
  3201. [10:04:09] [Server thread/INFO]: [Redcowboycraft: Game rule has been updated]
  3202. [10:04:16] [Server thread/INFO]: aScumbagel issued server command: //set bedrock
  3203. [10:04:20] [Server thread/INFO]: Redcowboycraft issued server command: /gamerule doMobSpawning false
  3204. [10:04:20] [Server thread/INFO]: [Redcowboycraft: Game rule has been updated]
  3205. [10:04:32] [Server thread/INFO]: Redcowboycraft issued server command: //paste
  3206. [10:04:36] [Server thread/INFO]: Redcowboycraft issued server command: //paste 1
  3207. [10:04:41] [Server thread/INFO]: Redcowboycraft issued server command: //paste -a
  3208. [10:04:47] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3209. [10:05:07] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  3210. [10:05:18] [Server thread/INFO]: Redcowboycraft issued server command: //paste
  3211. [10:05:25] [Server thread/INFO]: Redcowboycraft issued server command: //paste -0
  3212. [10:05:28] [Server thread/INFO]: Redcowboycraft issued server command: //paste -o
  3213. [10:05:55] [Server thread/INFO]: Redcowboycraft issued server command: //set air
  3214. [10:06:16] [Server thread/INFO]: Redcowboycraft issued server command: /warp remove
  3215. [10:06:19] [Server thread/INFO]: Redcowboycraft issued server command: /set
  3216. [10:06:22] [Server thread/INFO]: Redcowboycraft issued server command: /set warp
  3217. [10:06:27] [Server thread/INFO]: Redcowboycraft issued server command: //warp
  3218. [10:06:35] [Server thread/INFO]: aScumbagel issued server command: /warps
  3219. [10:06:38] [Server thread/INFO]: aScumbagel issued server command: /help warps
  3220. [10:06:44] [Server thread/INFO]: aScumbagel issued server command: /help easywarps
  3221. [10:06:54] [Server thread/INFO]: Redcowboycraft issued server command: /remove warp
  3222. [10:06:59] [Server thread/INFO]: Redcowboycraft issued server command: /remove warp a
  3223. [10:07:12] [Server thread/INFO]: aScumbagel issued server command: /remove warp a
  3224. [10:07:12] [Server thread/INFO]: Redcowboycraft issued server command: /warp remove a
  3225. [10:07:15] [Server thread/INFO]: aScumbagel issued server command: /remove warpa
  3226. [10:07:29] [Server thread/INFO]: Redcowboycraft issued server command: //set warp a
  3227. [10:07:42] [Server thread/INFO]: Redcowboycraft issued server command: /set warp
  3228. [10:07:43] [Server thread/INFO]: Redcowboycraft issued server command: /set warp a
  3229. [10:07:47] [Server thread/INFO]: Redcowboycraft issued server command: /set warps a
  3230. [10:07:47] [Server thread/INFO]: aScumbagel issued server command: /setwarp test
  3231. [10:07:47] [Server thread/ERROR]: null
  3232. org.bukkit.command.CommandException: Unhandled exception executing command 'setwarp' in plugin EasyWarp v3.2
  3233. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3234. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3235. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3236. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3237. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3238. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3239. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3240. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3241. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  3242. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  3243. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3244. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3245. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3246. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3247. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3248. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  3249. Caused by: java.lang.NullPointerException
  3250. at com.collinsrichard.easywarp.objects.Warp.toString(Warp.java:33) ~[?:?]
  3251. at com.collinsrichard.easywarp.managers.FileManager.saveWarps(FileManager.java:50) ~[?:?]
  3252. at com.collinsrichard.easywarp.commands.SetWarpCommand.onCommand(SetWarpCommand.java:48) ~[?:?]
  3253. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
  3254. ... 15 more
  3255. [10:07:50] [Server thread/INFO]: Redcowboycraft issued server command: /set warp a
  3256. [10:07:51] [Server thread/INFO]: aScumbagel issued server command: /set warp test
  3257. [10:08:07] [Server thread/INFO]: aScumbagel issued server command: /warp
  3258. [10:09:53] [Server thread/INFO]: Redcowboycraft issued server command: /nick &4&l&k1&r&4&lRedcowboycraft&4&k
  3259. [10:09:59] [Server thread/INFO]: Redcowboycraft issued server command: /nick &4&l&k1&r&4&lRedcowboy&4&k
  3260. [10:10:19] [Server thread/INFO]: Redcowboycraft issued server command: /nick &4&lRedcowboy
  3261. [10:10:23] [Async Chat Thread - #1/INFO]: <~Redcowboy> hi
  3262. [10:10:28] [Server thread/INFO]: Redcowboycraft issued server command: /nick&4&lRedcowboy
  3263. [10:10:36] [Server thread/INFO]: Redcowboycraft issued server command: /nick &4&lRedcowboy
  3264. [10:10:42] [Server thread/INFO]: Redcowboycraft issued server command: /nick ~&4&lRedcowboy
  3265. [10:10:54] [Server thread/INFO]: Redcowboycraft issued server command: /nick &4&lRedcowboy(
  3266. [10:11:32] [Server thread/INFO]: aScumbagel issued server command: /setspawn
  3267. [10:11:37] [Async Chat Thread - #2/INFO]: <aScumbagel> .
  3268. [10:11:48] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3269. [10:11:55] [Server thread/INFO]: aScumbagel issued server command: /nick &4&l aScumbagel
  3270. [10:12:04] [Server thread/INFO]: aScumbagel issued server command: /nick &4&laScumbagel
  3271. [10:12:06] [Async Chat Thread - #2/INFO]: <~aScumbagel> .
  3272. [10:12:08] [Craft Scheduler Thread - 40/INFO]: [Metrics] Unexpected end of file from server
  3273. [10:12:14] [Server thread/INFO]: aScumbagel issued server command: /setspawn
  3274. [10:12:17] [Server thread/INFO]: aScumbagel issued server command: /set spawn
  3275. [10:12:20] [Server thread/INFO]: Redcowboycraft issued server command: /spawnpoint
  3276. [10:12:20] [Server thread/INFO]: [Redcowboycraft: Set Redcowboycraft's spawn point to (10, 61, -60)]
  3277. [10:12:21] [Server thread/INFO]: aScumbagel issued server command: /spawn
  3278. [10:12:25] [Server thread/INFO]: Redcowboycraft issued server command: /spawnpoint aScumbagel
  3279. [10:12:25] [Server thread/INFO]: [Redcowboycraft: Set aScumbagel's spawn point to (16, 61, -65)]
  3280. [10:12:26] [Server thread/INFO]: aScumbagel issued server command: /spawnpoint
  3281. [10:12:26] [Server thread/INFO]: [aScumbagel: Set aScumbagel's spawn point to (16, 61, -65)]
  3282. [10:12:28] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3283. [10:12:42] [Server thread/INFO]: Redcowboycraft issued server command: /kill @e[!type=Player]
  3284. [10:12:45] [Server thread/INFO]: Redcowboycraft issued server command: /kill @e [!type=Player]
  3285. [10:12:48] [Server thread/INFO]: [ClearLag] Removed 83 Entities!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement