Advertisement
Guest User

Latest Crash Log

a guest
Jun 24th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 97.31 KB | None | 0 0
  1. [19:16:10] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [19:16:10] [Server thread/INFO]: Loading properties
  3. [19:16:10] [Server thread/INFO]: Default game type: SURVIVAL
  4. [19:16:10] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-e4d4710-e1ebe52 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  5. [19:16:10] [Server thread/INFO]: Debug logging is disabled
  6. [19:16:10] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [19:16:10] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [19:16:10] [Server thread/INFO]: Generating keypair
  9. [19:16:10] [Server thread/INFO]: Starting Minecraft server on 54.39.64.191:25586
  10. [19:16:10] [Server thread/INFO]: Using epoll channel type
  11. [19:16:10] [Server thread/WARN]: Plugin `Ram_Monitor v1' uses the space-character (0x20) in its name `Ram Monitor' - this is discouraged
  12. [19:16:11] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  13. [19:16:11] [Server thread/ERROR]: Could not load 'plugins/AlwaysSunshine.jar' in folder 'plugins'
  14. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/weather/WeatherListener
  15. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  16. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  17. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  18. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  19. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  20. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  21. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  22. Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/weather/WeatherListener
  23. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_212]
  24. at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:1.8.0_212]
  25. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_212]
  26. at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) ~[?:1.8.0_212]
  27. at java.net.URLClassLoader.access$100(URLClassLoader.java:74) ~[?:1.8.0_212]
  28. at java.net.URLClassLoader$1.run(URLClassLoader.java:369) ~[?:1.8.0_212]
  29. at java.net.URLClassLoader$1.run(URLClassLoader.java:363) ~[?:1.8.0_212]
  30. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_212]
  31. at java.net.URLClassLoader.findClass(URLClassLoader.java:362) ~[?:1.8.0_212]
  32. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  33. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  34. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
  35. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
  36. at recursiveForce.AlwaysSunshine.AlwaysSunshine.<init>(AlwaysSunshine.java:41) ~[?:?]
  37. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212]
  38. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212]
  39. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212]
  40. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212]
  41. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_212]
  42. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  43. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  44. ... 6 more
  45. Caused by: java.lang.ClassNotFoundException: org.bukkit.event.weather.WeatherListener
  46. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  47. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  48. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
  49. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
  50. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_212]
  51. at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:1.8.0_212]
  52. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_212]
  53. at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) ~[?:1.8.0_212]
  54. at java.net.URLClassLoader.access$100(URLClassLoader.java:74) ~[?:1.8.0_212]
  55. at java.net.URLClassLoader$1.run(URLClassLoader.java:369) ~[?:1.8.0_212]
  56. at java.net.URLClassLoader$1.run(URLClassLoader.java:363) ~[?:1.8.0_212]
  57. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_212]
  58. at java.net.URLClassLoader.findClass(URLClassLoader.java:362) ~[?:1.8.0_212]
  59. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  60. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  61. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
  62. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
  63. at recursiveForce.AlwaysSunshine.AlwaysSunshine.<init>(AlwaysSunshine.java:41) ~[?:?]
  64. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212]
  65. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212]
  66. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212]
  67. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212]
  68. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_212]
  69. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  70. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  71. ... 6 more
  72. [19:16:11] [Server thread/ERROR]: Could not load 'plugins/InfoBoard.jar' in folder 'plugins'
  73. org.bukkit.plugin.UnknownDependencyException: ScoreboardLib
  74. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  75. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  76. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  77. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  78. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  79. [19:16:11] [Server thread/INFO]: §8(§4§lFAWE§8)§r§7 Disabling `AsyncWorldEdit` as it is incompatible
  80. [19:16:12] [Server thread/INFO]: [KitsPreview] Loading KitsPreview v1.0.3
  81. [19:16:12] [Server thread/INFO]: [PluginConstructorAPI] Loading PluginConstructorAPI v1.0.51
  82. [19:16:12] [Server thread/INFO]: [JumpPad] Loading JumpPad v1.1
  83. [19:16:12] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0 (2.12.1) (Phoenix)
  84. [19:16:12] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.2
  85. [19:16:12] [Server thread/INFO]: [sTablist] Loading sTablist v3.0.0-pre5
  86. [19:16:12] [Server thread/INFO]: [FG] Loading ForcedGrammar v1.8.4
  87. [19:16:12] [Server thread/INFO]: [FishBroadcast] Loading FishBroadcast v2.1
  88. [19:16:12] [Server thread/INFO]: [EnchantLapis] Loading EnchantLapis v1.1.6
  89. [19:16:12] [Server thread/INFO]: [AlwaysDay] Loading AlwaysDay v2.2.8
  90. [19:16:12] [Server thread/INFO]: [MaxBans] Loading MaxBans v2.7
  91. [19:16:12] [Server thread/INFO]: [ChatWithStaff] Loading ChatWithStaff v1.0.6.0
  92. [19:16:12] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.1.1
  93. [19:16:12] [Server thread/INFO]: [ViaVersion] ViaVersion 2.1.1 is now loaded, injecting!
  94. [19:16:13] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
  95. [19:16:13] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
  96. [19:16:13] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
  97. [19:16:13] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
  98. [19:16:13] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
  99. [19:16:13] [Server thread/INFO]: [ViaVersion] Loading translation mappping
  100. [19:16:13] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
  101. [19:16:14] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
  102. [19:16:14] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
  103. [19:16:14] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
  104. [19:16:14] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
  105. [19:16:14] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
  106. [19:16:14] [Server thread/INFO]: [PlotFly] Loading PlotFly v1.0
  107. [19:16:14] [Server thread/INFO]: [CmdSpy] Loading CmdSpy v1.0
  108. [19:16:14] [Server thread/INFO]: [Installer] Loading Installer v2.4.1
  109. [19:16:14] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
  110. [19:16:14] [Server thread/INFO]: [Ram_Monitor] Loading Ram_Monitor v1
  111. [19:16:14] [Server thread/INFO]: [killStats] Loading killStats v3.0
  112. [19:16:14] [Server thread/INFO]: [Sloth] Loading Sloth v2.4.3
  113. [19:16:14] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.0.6
  114. [19:16:14] [Server thread/INFO]: [Prison] Loading Prison v2.0.3
  115. [19:16:14] [Server thread/INFO]: [SwornGuns] Loading SwornGuns v2.2.2
  116. [19:16:14] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.3.0
  117. [19:16:14] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  118. [19:16:14] [Server thread/INFO]: [Clans] Loading Clans v0.3.4
  119. [19:16:14] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.2.1
  120. [19:16:14] [Server thread/INFO]: [SignEdit] Loading SignEdit v1.0
  121. [19:16:14] [Server thread/INFO]: [Votifier-SimpleVote] Loading Votifier-SimpleVote v2.3
  122. [19:16:14] [Server thread/INFO]: [Vouchers] Loading Vouchers v2.1.0
  123. [19:16:14] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v19.05.02-d89cb44-1274-22.2.0
  124. [19:16:14] [Server thread/INFO]: [DiscoArmor] Loading DiscoArmor v2.6.2
  125. [19:16:14] [Server thread/INFO]: [StickNamer] Loading StickNamer v1.6.3
  126. [19:16:14] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  127. [19:16:14] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.8
  128. [19:16:14] [Server thread/INFO]: [PlayerParticles] Loading PlayerParticles v4.5
  129. [19:16:14] [Server thread/INFO]: [SimpleRename] Loading SimpleRename v10.0
  130. [19:16:14] [Server thread/INFO]: [SuperPotions] Loading SuperPotions v2.6
  131. [19:16:14] [Server thread/INFO]: [Trading] Loading Trading v3.2
  132. [19:16:14] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.6.0-bSNAPSHOT
  133. [19:16:14] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
  134. [19:16:14] [Server thread/INFO]: [FastCraft] Loading FastCraft v20
  135. [19:16:14] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b488
  136. [19:16:14] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
  137. [19:16:14] [Server thread/INFO]: [Swearjar] Loading Swearjar v1.5
  138. [19:16:14] [Server thread/INFO]: [AsyncWorldEdit] Loading AsyncWorldEdit v1.3
  139. [19:16:14] [Server thread/INFO]: [ColoredTags] Loading ColoredTags v2.1.3
  140. [19:16:14] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b468
  141. [19:16:14] [Server thread/INFO]: [CrazyAuctions] Loading CrazyAuctions v1.2.4
  142. [19:16:14] [Server thread/INFO]: [Lottery] Loading Lottery v1.3.7
  143. [19:16:14] [Server thread/INFO]: [PrisonProfessional] Loading PrisonProfessional v2.6.9
  144. [19:16:14] [Server thread/INFO]: [KillKash] Loading KillKash v1.8
  145. [19:16:14] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v3.5.0-SNAPSHOT-2b561f2
  146. [19:16:14] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
  147. [19:16:14] [Server thread/INFO]: [PrisonProfessionalAPI] Loading PrisonProfessionalAPI v1.0
  148. [19:16:14] [Server thread/INFO]: [IronDoorOpener] Loading IronDoorOpener v1.0.1
  149. [19:16:14] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.5.1
  150. [19:16:14] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.0.1-b468
  151. [19:16:14] [Server thread/INFO]: [CustomEnchantments] Loading CustomEnchantments v2.4c
  152. [19:16:14] [Server thread/INFO]: [Timeismoney] Loading Timeismoney v1.5
  153. [19:16:14] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v5.0.2
  154. [19:16:14] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
  155. [19:16:14] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.82
  156. [19:16:14] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.4.7
  157. [19:16:14] [Server thread/INFO]: [TokenEnchant] Loading TokenEnchant v14.1.3
  158. [19:16:14] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.5
  159. [19:16:14] [Server thread/INFO]: [SimpleAlias] Loading SimpleAlias v1.6.2
  160. [19:16:14] [Server thread/INFO]: [AreaShop] Loading AreaShop v2.4.0
  161. [19:16:14] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v1.9.3.2
  162. [19:16:14] [Server thread/INFO]: [WarpPortals] Loading WarpPortals v5.6.3
  163. [19:16:14] [Server thread/INFO]: [EZBlocks] Loading EZBlocks v1.5.0
  164. [19:16:14] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.2.1
  165. [19:16:14] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  166. [19:16:14] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v19.05.02-d89cb44-1274-22.2.0
  167. [19:16:14] [Server thread/INFO]: ====== USE PAPER ======
  168. [19:16:14] [Server thread/INFO]: DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/
  169. [19:16:14] [Server thread/INFO]: GUIDE: https://www.spigotmc.org/threads/21726/
  170. [19:16:14] [Server thread/INFO]: - This is only a recommendation
  171. [19:16:14] [Server thread/INFO]: ==============================
  172. [19:16:14] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  173. [19:16:15] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  174. [19:16:15] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
  175. [19:16:15] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  176. [19:16:15] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
  177. [19:16:15] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  178. [19:16:15] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v3.5.0-SNAPSHOT-2b561f2
  179. [19:16:15] [Server thread/INFO]: [WARNING] Found 24 plots in DB for non existent world; 'plotworld'.
  180. [19:16:15] [Server thread/INFO]: [WARNING] Found 10 plots in DB for non existent world; 'Plot'.
  181. [19:16:15] [Server thread/INFO]: [WARNING] - Please create the world/s or remove the plots using the purge command
  182. [19:16:15] [Server thread/INFO]: [P2] KillAllEntities started.
  183. [19:16:15] [Server thread/INFO]: [P2] Metrics enabled.
  184. [19:16:15] [Server thread/INFO]: [P2] PlotSquared is using online UUIDs
  185. [19:16:15] [Server thread/INFO]: PlotSquared hooked into WorldEdit.
  186. [19:16:15] [Server thread/INFO]: [P2] Key: plot-expiry, Value: false
  187. [19:16:15] [Server thread/INFO]: [P2] Key: kill-road-mobs, Value: false
  188. [19:16:15] [Server thread/INFO]: [P2] Key: worldedit-restrictions, Value: true
  189. [19:16:15] [Server thread/INFO]: [P2] Key: database-purger, Value: false
  190. [19:16:15] [Server thread/INFO]: [P2] Key: economy, Value: true
  191. [19:16:15] [Server thread/INFO]: [P2] Key: block-cache, Value: true
  192. [19:16:15] [Server thread/INFO]: [P2] Key: kill-road-vehicles, Value: true
  193. [19:16:15] [Server thread/INFO]: [P2] Key: persistent-meta, Value: true
  194. [19:16:15] [Server thread/INFO]: [P2] Key: ban-deleter, Value: false
  195. [19:16:15] [Server thread/INFO]: [P2] Key: updater, Value: true
  196. [19:16:15] [Server thread/INFO]: [P2] Key: database, Value: true
  197. [19:16:15] [Server thread/INFO]: [P2] Key: plotme-converter, Value: true
  198. [19:16:15] [Server thread/INFO]: [P2] Key: permission-cache, Value: true
  199. [19:16:15] [Server thread/INFO]: [P2] Key: rating-cache, Value: true
  200. [19:16:15] [Server thread/INFO]: [P2] Key: comment-notifier, Value: false
  201. [19:16:15] [Server thread/INFO]: [P2] Key: metrics, Value: true
  202. [19:16:15] [Server thread/INFO]: [P2] Key: chunk-processor, Value: false
  203. [19:16:15] [Server thread/INFO]: [P2] Key: uuid-cache, Value: true
  204. [19:16:15] [Server thread/INFO]: [P2] Key: events, Value: true
  205. [19:16:15] [Server thread/INFO]: [P2] Key: commands, Value: true
  206. [19:16:15] [Server thread/INFO]: PlotSquared is now enabled
  207. [19:16:15] [Server thread/INFO]: [P2] Metrics enabled.
  208. [19:16:15] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  209. [19:16:15] [Server thread/INFO]: Preparing level "world"
  210. [19:16:15] [Server thread/INFO]: -------- World Settings For [world] --------
  211. [19:16:15] [Server thread/INFO]: Mob Spawn Range: 4
  212. [19:16:15] [Server thread/INFO]: Anti X-Ray: true
  213. [19:16:15] [Server thread/INFO]: Engine Mode: 1
  214. [19:16:15] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  215. [19:16:15] [Server thread/INFO]: Replace Blocks: [1, 5]
  216. [19:16:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  217. [19:16:15] [Server thread/INFO]: Cactus Growth Modifier: 100%
  218. [19:16:15] [Server thread/INFO]: Cane Growth Modifier: 100%
  219. [19:16:15] [Server thread/INFO]: Melon Growth Modifier: 100%
  220. [19:16:15] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  221. [19:16:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  222. [19:16:15] [Server thread/INFO]: Sapling Growth Modifier: 100%
  223. [19:16:15] [Server thread/INFO]: Wheat Growth Modifier: 100%
  224. [19:16:15] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  225. [19:16:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  226. [19:16:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  227. [19:16:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  228. [19:16:15] [Server thread/INFO]: Random Lighting Updates: false
  229. [19:16:15] [Server thread/INFO]: Structure Info Saving: true
  230. [19:16:15] [Server thread/INFO]: Sending up to 10 chunks per packet
  231. [19:16:15] [Server thread/INFO]: Max Entity Collisions: 8
  232. [19:16:15] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  233. [19:16:15] [Server thread/INFO]: Max TNT Explosions: 100
  234. [19:16:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  235. [19:16:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  236. [19:16:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  237. [19:16:15] [Server thread/INFO]: Item Despawn Rate: 6000
  238. [19:16:15] [Server thread/INFO]: Item Merge Radius: 2.5
  239. [19:16:15] [Server thread/INFO]: Arrow Despawn Rate: 1200
  240. [19:16:15] [Server thread/INFO]: View Distance: 10
  241. [19:16:15] [Server thread/INFO]: Chunks to Grow per Tick: 650
  242. [19:16:15] [Server thread/INFO]: Clear tick list: false
  243. [19:16:15] [Server thread/INFO]: Experience Merge Radius: 3.0
  244. [19:16:15] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  245. [19:16:15] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  246. [19:16:15] [Server thread/INFO]: Mob Spawn Range: 4
  247. [19:16:15] [Server thread/INFO]: Anti X-Ray: true
  248. [19:16:15] [Server thread/INFO]: Engine Mode: 1
  249. [19:16:15] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  250. [19:16:15] [Server thread/INFO]: Replace Blocks: [1, 5]
  251. [19:16:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  252. [19:16:15] [Server thread/INFO]: Cactus Growth Modifier: 100%
  253. [19:16:15] [Server thread/INFO]: Cane Growth Modifier: 100%
  254. [19:16:15] [Server thread/INFO]: Melon Growth Modifier: 100%
  255. [19:16:15] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  256. [19:16:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  257. [19:16:15] [Server thread/INFO]: Sapling Growth Modifier: 100%
  258. [19:16:15] [Server thread/INFO]: Wheat Growth Modifier: 100%
  259. [19:16:15] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  260. [19:16:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  261. [19:16:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  262. [19:16:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  263. [19:16:15] [Server thread/INFO]: Random Lighting Updates: false
  264. [19:16:15] [Server thread/INFO]: Structure Info Saving: true
  265. [19:16:15] [Server thread/INFO]: Sending up to 10 chunks per packet
  266. [19:16:15] [Server thread/INFO]: Max Entity Collisions: 8
  267. [19:16:15] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  268. [19:16:15] [Server thread/INFO]: Max TNT Explosions: 100
  269. [19:16:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  270. [19:16:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  271. [19:16:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  272. [19:16:15] [Server thread/INFO]: Item Despawn Rate: 6000
  273. [19:16:15] [Server thread/INFO]: Item Merge Radius: 2.5
  274. [19:16:15] [Server thread/INFO]: Arrow Despawn Rate: 1200
  275. [19:16:15] [Server thread/INFO]: View Distance: 10
  276. [19:16:15] [Server thread/INFO]: Chunks to Grow per Tick: 650
  277. [19:16:15] [Server thread/INFO]: Clear tick list: false
  278. [19:16:15] [Server thread/INFO]: Experience Merge Radius: 3.0
  279. [19:16:15] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  280. [19:16:15] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  281. [19:16:15] [Server thread/INFO]: Mob Spawn Range: 4
  282. [19:16:15] [Server thread/INFO]: Anti X-Ray: true
  283. [19:16:15] [Server thread/INFO]: Engine Mode: 1
  284. [19:16:15] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  285. [19:16:15] [Server thread/INFO]: Replace Blocks: [1, 5]
  286. [19:16:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  287. [19:16:15] [Server thread/INFO]: Cactus Growth Modifier: 100%
  288. [19:16:15] [Server thread/INFO]: Cane Growth Modifier: 100%
  289. [19:16:15] [Server thread/INFO]: Melon Growth Modifier: 100%
  290. [19:16:15] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  291. [19:16:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  292. [19:16:15] [Server thread/INFO]: Sapling Growth Modifier: 100%
  293. [19:16:15] [Server thread/INFO]: Wheat Growth Modifier: 100%
  294. [19:16:15] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  295. [19:16:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  296. [19:16:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  297. [19:16:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  298. [19:16:15] [Server thread/INFO]: Random Lighting Updates: false
  299. [19:16:15] [Server thread/INFO]: Structure Info Saving: true
  300. [19:16:15] [Server thread/INFO]: Sending up to 10 chunks per packet
  301. [19:16:15] [Server thread/INFO]: Max Entity Collisions: 8
  302. [19:16:15] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  303. [19:16:15] [Server thread/INFO]: Max TNT Explosions: 100
  304. [19:16:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  305. [19:16:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  306. [19:16:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  307. [19:16:15] [Server thread/INFO]: Item Despawn Rate: 6000
  308. [19:16:15] [Server thread/INFO]: Item Merge Radius: 2.5
  309. [19:16:15] [Server thread/INFO]: Arrow Despawn Rate: 1200
  310. [19:16:15] [Server thread/INFO]: View Distance: 10
  311. [19:16:15] [Server thread/INFO]: Chunks to Grow per Tick: 650
  312. [19:16:15] [Server thread/INFO]: Clear tick list: false
  313. [19:16:15] [Server thread/INFO]: Experience Merge Radius: 3.0
  314. [19:16:15] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  315. [19:16:15] [Server thread/INFO]: Preparing start region for level 0 (Seed: 5138276765348691632)
  316. [19:16:16] [Server thread/INFO]: Preparing start region for level 1 (Seed: 5138276765348691632)
  317. [19:16:17] [Server thread/INFO]: Preparing start region for level 2 (Seed: 5138276765348691632)
  318. [19:16:17] [Server thread/INFO]: [KitsPreview] Enabling KitsPreview v1.0.3
  319. [19:16:17] [Server thread/INFO]: [PluginConstructorAPI] Enabling PluginConstructorAPI v1.0.51
  320. [19:16:17] [Server thread/INFO]: [JumpPad] Enabling JumpPad v1.1
  321. [19:16:17] [Server thread/INFO]: [JumpPad] Plugin load
  322. [19:16:17] [Server thread/INFO]: [JumpPad] By Manercraft
  323. [19:16:17] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0 (2.12.1) (Phoenix)
  324. [19:16:17] [Server thread/INFO]: GroupManager - INFO - World Found: world
  325. [19:16:17] [Server thread/INFO]: GroupManager - INFO - World Found: acedia
  326. [19:16:17] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
  327. [19:16:17] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  328. [19:16:17] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
  329. [19:16:17] [Server thread/INFO]: GroupManager version 2.0 (2.12.1) (Phoenix) is enabled!
  330. [19:16:17] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
  331. [19:16:17] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
  332. [19:16:17] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.2
  333. [19:16:17] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  334. [19:16:17] [Server thread/INFO]: [sTablist] Enabling sTablist v3.0.0-pre5
  335. [19:16:17] [Server thread/WARN]: [sTablistAPI] Can't find the Class 'net.minecraft.server.v1_8_R3.ChatMessageType'!
  336. [19:16:17] [Server thread/INFO]: [sTablistAPI] TablistAPI Implementation set to NMS. (1.8.X - 1.12.X)
  337. [19:16:17] [Server thread/WARN]: [sTablist] Could not save groups.yml to plugins/sTablist/Prefixes-And-Suffixes/groups.yml because groups.yml already exists.
  338. [19:16:18] [Server thread/INFO]: [sTablist-AutoUpdater] Newest Version: 3.0.0-pre5! Current Version: 3.0.0-pre5
  339. [19:16:18] [Server thread/INFO]: [sTablist] Plugin Update Task was started in 1 Millis!
  340. [19:16:18] [Server thread/INFO]: [sTablist] Tab Update Task was started in 0 Millis!
  341. [19:16:18] [Server thread/INFO]: [sTablist] Tag Update Task was started in 0 Millis!
  342. [19:16:18] [Server thread/INFO]: [sTablist] Started in 433 Millis!
  343. [19:16:18] [Server thread/INFO]: [FG] Enabling ForcedGrammar v1.8.4
  344. [19:16:18] [Server thread/INFO]: [FishBroadcast] Enabling FishBroadcast v2.1
  345. [19:16:18] [Server thread/WARN]: Could not find file: plugins/FishBroadcast/messages_en.yml
  346. [19:16:18] [Server thread/INFO]: [EnchantLapis] Enabling EnchantLapis v1.1.6
  347. [19:16:18] [Server thread/INFO]: [AlwaysDay] Enabling AlwaysDay v2.2.8
  348. [19:16:18] [Server thread/INFO]: [AlwaysDay] AlwaysDay v2.2.8 is now enabled.
  349. [19:16:18] [Server thread/INFO]: Please donate at the AlwaysDay page (http://dev.bukkit.org/server-mods/always-day/) if you are enjoying this plugin! Any contributions are greatly appreciated!
  350. [19:16:18] [Server thread/INFO]: [MaxBans] Enabling MaxBans v2.7
  351. [19:16:18] [Server thread/INFO]: [MaxBans] Using SQLite
  352. [19:16:18] [Server thread/INFO]: [MaxBans] Loading from DB...
  353. [19:16:18] [Server thread/INFO]: [MaxBans] Loading bans
  354. [19:16:18] [Server thread/INFO]: [MaxBans] Loading ipbans
  355. [19:16:18] [Server thread/INFO]: [MaxBans] Loading mutes
  356. [19:16:18] [Server thread/INFO]: [MaxBans] Loading player names...
  357. [19:16:18] [Server thread/INFO]: [MaxBans] Loading IP History
  358. [19:16:18] [Server thread/INFO]: [MaxBans] Loading warn history...
  359. [19:16:18] [Server thread/INFO]: [MaxBans] Loading chat commands...
  360. [19:16:18] [Server thread/INFO]: [MaxBans] Loading history...
  361. [19:16:18] [Server thread/INFO]: [MaxBans] Starting DNS blacklist
  362. [19:16:18] [pool-9-thread-1/WARN]: [AlwaysDay] Could not connect to dev.bukkit.org, please try again later.
  363. [19:16:18] [Server thread/INFO]: [MaxBans] Loading proxys...
  364. [19:16:18] [Server thread/INFO]: [ChatWithStaff] Enabling ChatWithStaff v1.0.6.0
  365. [19:16:18] [Server thread/INFO]: [ChatWithStaff] Enabling details
  366. [19:16:18] [Server thread/INFO]: [ChatWithStaff] Enabling files
  367. [19:16:18] [Server thread/INFO]: [ChatWithStaff] Enabling commands
  368. [19:16:18] [Server thread/INFO]: [ChatWithStaff] Enabling listeners
  369. [19:16:18] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.1.1
  370. [19:16:18] [Server thread/INFO]: [PlotFly] Enabling PlotFly v1.0
  371. [19:16:18] [Server thread/INFO]: [CmdSpy] Enabling CmdSpy v1.0
  372. [19:16:18] [Server thread/INFO]: [Installer] Enabling Installer v2.4.1
  373. [19:16:18] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
  374. [19:16:18] [Server thread/INFO]: [Tim] Unused enchantments: DEPTH_STRIDER(8) LUCK(61) LURE(62)
  375. [19:16:18] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
  376. [19:16:18] [Server thread/INFO]: [Ram_Monitor] Enabling Ram_Monitor v1
  377. [19:16:18] [Server thread/INFO]: [Ram Monitor] Listening on 54.39.64.191:1325
  378. [19:16:18] [Server thread/INFO]: [killStats] Enabling killStats v3.0
  379. [19:16:18] [Server thread/WARN]: [killStats] Could not save rewards.yml to plugins/killStats/rewards.yml because rewards.yml already exists.
  380. [19:16:19] [Server thread/INFO]: [Sloth] Enabling Sloth v2.4.3
  381. [19:16:19] [Server thread/INFO]: [Sloth] Initializing Event Manager...
  382. [19:16:19] [Server thread/INFO]: [Sloth] Initializing Data Manager...
  383. [19:16:19] [Server thread/INFO]: [Sloth] Initializing Check Manager...
  384. [19:16:19] [Server thread/INFO]: [Sloth] Initializing Command Manager...
  385. [19:16:19] [Server thread/INFO]: [Sloth] Initializing Text Manager...
  386. [19:16:19] [Server thread/INFO]: [Sloth] Initializing Configuration...
  387. [19:16:19] [Server thread/INFO]: [Sloth] Detecting server version...
  388. [19:16:19] [Server thread/INFO]: [Sloth] Detected version: 1.8
  389. [19:16:19] [Server thread/INFO]: [Sloth] Initializing player listeners...
  390. [19:16:19] [Server thread/INFO]: [Sloth] Enabling Sloth...
  391. [19:16:19] [Server thread/INFO]: [Sloth] Sloth was enabled.
  392. [19:16:19] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.0.6
  393. [19:16:19] [Server thread/INFO]: [ClearLag] Loading modules...
  394. [19:16:19] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  395. [19:16:19] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  396. [19:16:19] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  397. [19:16:19] [Thread-13/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
  398. [19:16:19] [Server thread/INFO]: [Prison] Enabling Prison v2.0.3
  399. [19:16:19] [Server thread/INFO]: [Prison] Loaded 0 mines! (no mines found)
  400. [19:16:19] [Server thread/INFO]: [Prison] Mines enabled.
  401. [19:16:19] [Server thread/INFO]: [Prison] Loaded 9 ranks.
  402. [19:16:19] [Server thread/INFO]: [Prison] Ranks enabled.
  403. [19:16:19] [Server thread/INFO]: [Prison] Scoreboards enabled.
  404. [19:16:19] [Server thread/INFO]: [Prison] Enabled Prison v2.0.3. Made by SirFaizdat.
  405. [19:16:19] [Server thread/INFO]: [Prison] Enabled in 51ms.
  406. [19:16:19] [Thread-13/INFO]: [ClearLag] No updates found!
  407. [19:16:19] [Server thread/INFO]: [Prison] Prison > There is a new version of Prison available (Prison v3.1.1)! Type /prison update to update.
  408. [19:16:19] [Server thread/INFO]: [SwornGuns] Enabling SwornGuns v2.2.2
  409. [19:16:19] [Server thread/INFO]: [SwornGuns] Loaded 8 guns!
  410. [19:16:19] [Server thread/INFO]: [SwornGuns] Loaded 4 projectiles!
  411. [19:16:19] [Server thread/INFO]: [SwornGuns] SwornGuns v2.2.2 has been enabled. Took 83 ms.
  412. [19:16:19] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.3.0
  413. [19:16:19] [Server thread/INFO]: [BuycraftX] Validating your server key...
  414. [19:16:20] [Server thread/INFO]: [BuycraftX] A new version of BuycraftX (12.0.2) is available. Go to your server panel at https://server.buycraft.net/plugins to download the update.
  415. [19:16:20] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
  416. [19:16:20] [Server thread/INFO]: [BuycraftX] Updating coupon list...
  417. [19:16:20] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  418. [19:16:20] [Server thread/INFO]: [Votifier] Votifier enabled.
  419. [19:16:20] [Server thread/INFO]: [Clans] Enabling Clans v0.3.4
  420. [19:16:20] [Server thread/INFO]: [SignEdit] Enabling SignEdit v1.0
  421. [19:16:20] [Server thread/INFO]: [Votifier-SimpleVote] Enabling Votifier-SimpleVote v2.3
  422. [19:16:20] [Server thread/INFO]: SimpleVote Plugin Enabled!
  423. [19:16:20] [Server thread/INFO]: [Vouchers] Enabling Vouchers v2.1.0
  424. [19:16:20] [Server thread/INFO]: [DiscoArmor] Enabling DiscoArmor v2.6.2
  425. [19:16:20] [Server thread/INFO]: [DiscoArmor] DiscoArmor seems to be comaptible with your server version.
  426. [19:16:20] [Server thread/WARN]: [DiscoArmor] ATTENTION! Scheduling is set to async. This can cause errors.
  427. [19:16:20] [Server thread/INFO]: [StickNamer] Enabling StickNamer v1.6.3
  428. [19:16:20] [Server thread/INFO]: StickNamer Version 1.6.3 has been Plugged in!
  429. [19:16:20] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4.8
  430. [19:16:20] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
  431. [19:16:20] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
  432. [19:16:20] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
  433. [19:16:20] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
  434. [19:16:20] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
  435. [19:16:20] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.8 enabled.
  436. [19:16:20] [Server thread/INFO]: [PlayerParticles] Enabling PlayerParticles v4.5
  437. [19:16:21] [Server thread/INFO]: [PlayerParticles] [PlayerParticles] An update (v6.4) is available! You are running v4.5
  438. [19:16:21] [Server thread/INFO]: [SimpleRename] Enabling SimpleRename v10.0
  439. [19:16:21] [Server thread/INFO]: SimpleRename enabled!
  440. [19:16:21] [Server thread/INFO]: [SuperPotions] Enabling SuperPotions v2.6
  441. [19:16:21] [Server thread/INFO]: [SuperPotions] version 2.6 has been enabled.
  442. [19:16:21] [Server thread/INFO]: [SuperPotions] made by: [Flaminyogurt]
  443. [19:16:21] [Server thread/INFO]: [Trading] Enabling Trading v3.2
  444. [19:16:21] [Server thread/INFO]: [Trading] Trading has been enabled
  445. [19:16:21] [Server thread/INFO]: [Trading] Vault and Economy have been found!
  446. [19:16:21] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.6.0-bSNAPSHOT
  447. [19:16:21] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
  448. [19:16:21] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  449. [19:16:21] [Server thread/INFO]: (FAWE) Replacing commands is currently undefined behavior: { image,color }
  450. [19:16:21] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  451. [19:16:21] [Server thread/INFO]: [FastCraft] Enabling FastCraft v20
  452. [19:16:21] [Server thread/INFO]: [FastCraft] The file permissions.yml is not being used and can be deleted. Vault is being used instead.
  453. [19:16:21] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b488
  454. [19:16:21] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsChat to the same version.
  455. [19:16:21] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsSpawn to the same version.
  456. [19:16:22] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  457. [19:16:22] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
  458. [19:16:22] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
  459. [19:16:22] [Server thread/INFO]: Using locale en_US
  460. [19:16:22] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  461. [19:16:22] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  462. [19:16:22] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
  463. [19:16:22] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
  464. [19:16:22] [Server thread/INFO]: [Swearjar] Enabling Swearjar v1.5
  465. [19:16:22] [Server thread/INFO]: [Swearjar] has been Enabled!
  466. [19:16:22] [Server thread/INFO]: [ColoredTags] Enabling ColoredTags v2.1.3
  467. [19:16:22] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b468
  468. [19:16:22] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
  469. [19:16:22] [Server thread/INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.2.4
  470. [19:16:22] [Server thread/INFO]: [Lottery] Enabling Lottery v1.3.7
  471. [19:16:22] [Server thread/INFO]: [PrisonProfessional] Enabling PrisonProfessional v2.6.9
  472. [19:16:23] [Server thread/INFO]: [PrisonProfessional] Setting language settings
  473. [19:16:25] [Server thread/INFO]: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  474. [19:16:25] [Server thread/INFO]:
  475. [19:16:25] [Server thread/INFO]: Prison Professional has been successfully enabled
  476. [19:16:25] [Server thread/INFO]: Version: 2.6.9 : Minecraft Version: Spigot API 1.7+
  477. [19:16:25] [Server thread/INFO]:
  478. [19:16:25] [Server thread/INFO]: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  479. [19:16:25] [Server thread/INFO]: [KillKash] Enabling KillKash v1.8
  480. [19:16:25] [Server thread/INFO]: [KillKash] KillKash v1.0 by shmkane, Enabled!
  481. [19:16:25] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
  482. [19:16:25] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is blocked.
  483. [19:16:25] [Server thread/INFO]: [WorldGuard] (world) Lighters are blocked.
  484. [19:16:25] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  485. [19:16:25] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  486. [19:16:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  487. [19:16:25] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is blocked.
  488. [19:16:25] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are blocked.
  489. [19:16:25] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  490. [19:16:25] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  491. [19:16:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  492. [19:16:25] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is blocked.
  493. [19:16:25] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are blocked.
  494. [19:16:25] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  495. [19:16:25] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  496. [19:16:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  497. [19:16:25] [Server thread/INFO]: [WorldGuard] 6 regions loaded for 'world'
  498. [19:16:25] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
  499. [19:16:25] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
  500. [19:16:25] [Server thread/INFO]: [PrisonProfessionalAPI] Enabling PrisonProfessionalAPI v1.0
  501. [19:16:25] [Server thread/INFO]: [IronDoorOpener] Enabling IronDoorOpener v1.0.1
  502. [19:16:25] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.5.1
  503. [19:16:25] [Server thread/INFO]: [ServerSigns] Version 4.5.1 is now enabled.
  504. [19:16:25] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.0.1-b468
  505. [19:16:25] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
  506. [19:16:26] [Server thread/INFO]: [CustomEnchantments] Enabling CustomEnchantments v2.4c
  507. [19:16:26] [Server thread/INFO]: [CE] Vault has been detected!
  508. [19:16:26] [Server thread/INFO]: [CE] WorldGuard has been detected!
  509. [19:16:26] [Server thread/INFO]: [CE] All Enchantments have been loaded.
  510. [19:16:26] [Server thread/INFO]: [CE] All Items have been loaded.
  511. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Berserker is disabled in the config.
  512. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Cloaking is disabled in the config.
  513. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Cursed is disabled in the config.
  514. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Drunk is disabled in the config.
  515. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Endershift is disabled in the config.
  516. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Enlighted is disabled in the config.
  517. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Frozen is disabled in the config.
  518. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Hardened is disabled in the config.
  519. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Molten is disabled in the config.
  520. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Obsidian Shield is disabled in the config.
  521. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Poisoned is disabled in the config.
  522. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Revulsion is disabled in the config.
  523. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Self Destruct is disabled in the config.
  524. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Shielded is disabled in the config.
  525. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Stomp is disabled in the config.
  526. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Blaze is disabled in the config.
  527. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Bombardment is disabled in the config.
  528. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Bounty Hunter is disabled in the config.
  529. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Healing is disabled in the config.
  530. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Lightning is disabled in the config.
  531. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Molotov is disabled in the config.
  532. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Paralyze is disabled in the config.
  533. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Piercing is disabled in the config.
  534. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Shuffle is disabled in the config.
  535. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Aerial is disabled in the config.
  536. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Block is disabled in the config.
  537. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Charge is disabled in the config.
  538. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Cripple is disabled in the config.
  539. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Deathbringer is disabled in the config.
  540. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Deepwounds is disabled in the config.
  541. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Disarming is disabled in the config.
  542. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Gooey is disabled in the config.
  543. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Lifesteal is disabled in the config.
  544. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Vampire is disabled in the config.
  545. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Implants is disabled in the config.
  546. [19:16:26] [Server thread/INFO]: [CE] Custom Enchantment Quickening is disabled in the config.
  547. [19:16:26] [Server thread/INFO]: [CE] Custom Item Healing Shovel is disabled in the config.
  548. [19:16:26] [Server thread/INFO]: [CE] Custom Item Bear Trap is disabled in the config.
  549. [19:16:26] [Server thread/INFO]: [CE] Custom Item Landmine is disabled in the config.
  550. [19:16:26] [Server thread/INFO]: [CE] Custom Item Minigun is disabled in the config.
  551. [19:16:26] [Server thread/INFO]: [CE] Custom Item Flamethrower is disabled in the config.
  552. [19:16:26] [Server thread/INFO]: [CE] Custom Item Deathscythe is disabled in the config.
  553. [19:16:26] [Server thread/INFO]: [CE] Custom Item Necromancer's Staff of Destruction is disabled in the config.
  554. [19:16:26] [Server thread/INFO]: [CE] Custom Item Beastmaster's Bow is disabled in the config.
  555. [19:16:26] [Server thread/INFO]: [CE] Custom Item Rocket Boots is disabled in the config.
  556. [19:16:26] [Server thread/INFO]: [CE] Custom Item Piranha Trap is disabled in the config.
  557. [19:16:26] [Server thread/INFO]: [CE] Custom Item Poison Ivy is disabled in the config.
  558. [19:16:26] [Server thread/INFO]: [CE] Custom Item Pyroaxe is disabled in the config.
  559. [19:16:26] [Server thread/INFO]: [CE] Custom Item Hookshot Bow is disabled in the config.
  560. [19:16:26] [Server thread/INFO]: [CE] Custom Item Assassin's Blade is disabled in the config.
  561. [19:16:26] [Server thread/INFO]: [CE] Custom Item Medikit is disabled in the config.
  562. [19:16:26] [Server thread/INFO]: [CE] Custom Item Druid Boots is disabled in the config.
  563. [19:16:26] [Server thread/INFO]: [CE] Custom Item Bandage is disabled in the config.
  564. [19:16:26] [Server thread/INFO]: [Timeismoney] Enabling Timeismoney v1.5
  565. [19:16:26] [Server thread/INFO]: [Timeismoney] Vault dependency found. Economy plugin found: Essentials Economy
  566. [19:16:26] [Server thread/INFO]: Timeismoney is now enabled
  567. [19:16:26] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v5.0.2
  568. [19:16:26] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  569. [19:16:26] [Server thread/INFO]: [SilkSpawners] Loading support for v1_8_R3
  570. [19:16:26] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
  571. [19:16:26] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
  572. [19:16:26] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
  573. [19:16:26] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727
  574. [19:16:26] [Server thread/INFO]: -------- World Settings For [AcediaPlot] --------
  575. [19:16:26] [Server thread/INFO]: Mob Spawn Range: 4
  576. [19:16:26] [Server thread/INFO]: Anti X-Ray: true
  577. [19:16:26] [Server thread/INFO]: Engine Mode: 1
  578. [19:16:26] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  579. [19:16:26] [Server thread/INFO]: Replace Blocks: [1, 5]
  580. [19:16:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  581. [19:16:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
  582. [19:16:26] [Server thread/INFO]: Cane Growth Modifier: 100%
  583. [19:16:26] [Server thread/INFO]: Melon Growth Modifier: 100%
  584. [19:16:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  585. [19:16:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  586. [19:16:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
  587. [19:16:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
  588. [19:16:26] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  589. [19:16:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  590. [19:16:26] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  591. [19:16:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  592. [19:16:26] [Server thread/INFO]: Random Lighting Updates: false
  593. [19:16:26] [Server thread/INFO]: Structure Info Saving: true
  594. [19:16:26] [Server thread/INFO]: Sending up to 10 chunks per packet
  595. [19:16:26] [Server thread/INFO]: Max Entity Collisions: 8
  596. [19:16:26] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  597. [19:16:26] [Server thread/INFO]: Max TNT Explosions: 100
  598. [19:16:26] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  599. [19:16:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  600. [19:16:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  601. [19:16:26] [Server thread/INFO]: Item Despawn Rate: 6000
  602. [19:16:26] [Server thread/INFO]: Item Merge Radius: 2.5
  603. [19:16:26] [Server thread/INFO]: Arrow Despawn Rate: 1200
  604. [19:16:26] [Server thread/INFO]: View Distance: 10
  605. [19:16:26] [Server thread/INFO]: Chunks to Grow per Tick: 650
  606. [19:16:26] [Server thread/INFO]: Clear tick list: false
  607. [19:16:26] [Server thread/INFO]: Experience Merge Radius: 3.0
  608. [19:16:26] [Server thread/INFO]: [P2] Detected world load for 'AcediaPlot'
  609. [19:16:26] [Server thread/INFO]: [P2] - generator: PlotSquared>PlotSquared
  610. [19:16:26] [Server thread/INFO]: [P2] - plotworld: com.intellectualcrafters.plot.generator.HybridPlotWorld
  611. [19:16:26] [Server thread/INFO]: [P2] - manager: com.intellectualcrafters.plot.generator.HybridPlotManager
  612. [19:16:26] [Server thread/INFO]: [P2] - schematic: false
  613. [19:16:26] [Server thread/INFO]: World possibly already loaded: AcediaPlot
  614. [19:16:26] [Server thread/INFO]: Preparing start region for level 3 (Seed: 2107296490061079776)
  615. [19:16:27] [Server thread/INFO]: [WorldGuard] (AcediaPlot) TNT ignition is blocked.
  616. [19:16:27] [Server thread/INFO]: [WorldGuard] (AcediaPlot) Lighters are blocked.
  617. [19:16:27] [Server thread/INFO]: [WorldGuard] (AcediaPlot) Lava fire is blocked.
  618. [19:16:27] [Server thread/INFO]: [WorldGuard] (AcediaPlot) Fire spread is UNRESTRICTED.
  619. [19:16:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'AcediaPlot'
  620. [19:16:27] [Server thread/INFO]: -------- World Settings For [PrisonMines] --------
  621. [19:16:27] [Server thread/INFO]: Mob Spawn Range: 4
  622. [19:16:27] [Server thread/INFO]: Anti X-Ray: true
  623. [19:16:27] [Server thread/INFO]: Engine Mode: 1
  624. [19:16:27] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  625. [19:16:27] [Server thread/INFO]: Replace Blocks: [1, 5]
  626. [19:16:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  627. [19:16:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
  628. [19:16:27] [Server thread/INFO]: Cane Growth Modifier: 100%
  629. [19:16:27] [Server thread/INFO]: Melon Growth Modifier: 100%
  630. [19:16:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  631. [19:16:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  632. [19:16:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
  633. [19:16:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
  634. [19:16:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  635. [19:16:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  636. [19:16:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  637. [19:16:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  638. [19:16:27] [Server thread/INFO]: Random Lighting Updates: false
  639. [19:16:27] [Server thread/INFO]: Structure Info Saving: true
  640. [19:16:27] [Server thread/INFO]: Sending up to 10 chunks per packet
  641. [19:16:27] [Server thread/INFO]: Max Entity Collisions: 8
  642. [19:16:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  643. [19:16:27] [Server thread/INFO]: Max TNT Explosions: 100
  644. [19:16:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  645. [19:16:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  646. [19:16:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  647. [19:16:27] [Server thread/INFO]: Item Despawn Rate: 6000
  648. [19:16:27] [Server thread/INFO]: Item Merge Radius: 2.5
  649. [19:16:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
  650. [19:16:27] [Server thread/INFO]: View Distance: 10
  651. [19:16:27] [Server thread/INFO]: Chunks to Grow per Tick: 650
  652. [19:16:27] [Server thread/INFO]: Clear tick list: false
  653. [19:16:27] [Server thread/INFO]: Experience Merge Radius: 3.0
  654. [19:16:27] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  655. [19:16:27] [Server thread/INFO]: Preparing start region for level 4 (Seed: -4686977109324709623)
  656. [19:16:28] [Server thread/INFO]: [WorldGuard] (PrisonMines) TNT ignition is blocked.
  657. [19:16:28] [Server thread/INFO]: [WorldGuard] (PrisonMines) Lighters are blocked.
  658. [19:16:28] [Server thread/INFO]: [WorldGuard] (PrisonMines) Lava fire is blocked.
  659. [19:16:28] [Server thread/INFO]: [WorldGuard] (PrisonMines) Fire spread is UNRESTRICTED.
  660. [19:16:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PrisonMines'
  661. [19:16:28] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
  662. [19:16:28] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
  663. [19:16:28] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.82
  664. [19:16:28] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.4.7
  665. [19:16:28] [Server thread/INFO]: [MineResetLite] MRL is managed and developed by Boomclaw under the Apache 2.0 license.
  666. [19:16:28] [Server thread/INFO]: [MineResetLite] For any issues or suggestions, use the Spigot discussion thread. Do not PM any of the developers.
  667. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'VMine2.mine.yml'...
  668. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'IIMine1.mine.yml'...
  669. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'XMine1.mine.yml'...
  670. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'VIIIMine2.mine.yml'...
  671. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'IIIMine2.mine.yml'...
  672. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'VIIMine1.mine.yml'...
  673. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'IIMine2.mine.yml'...
  674. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'IMine2.mine.yml'...
  675. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'VIIMine2.mine.yml'...
  676. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'IVMine2.mine.yml'...
  677. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'PvPMine.mine.yml'...
  678. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'VIIIMine1.mine.yml'...
  679. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'CBPvP1Mine.mine.yml'...
  680. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'VIMine1.mine.yml'...
  681. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'IXMine2.mine.yml'...
  682. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'IIIMine1.mine.yml'...
  683. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'IXMine1.mine.yml'...
  684. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'IVMine1.mine.yml'...
  685. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'CBPvP2Mine.mine.yml'...
  686. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'IMine1.mine.yml'...
  687. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'VMine1.mine.yml'...
  688. [19:16:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'VIMine2.mine.yml'...
  689. [19:16:28] [Server thread/INFO]: [TokenEnchant] Enabling TokenEnchant v14.1.3
  690. [19:16:28] [Server thread/WARN]: [TE] attempt to start conversion...
  691. [19:16:28] [Server thread/WARN]: [TE] could not find userdata.yml
  692. [19:16:28] [Server thread/WARN]: [TE] Token handler is : com.vk2gpz.tokenenchant.f.a.c@506bb98d
  693. [19:16:29] [Server thread/WARN]: [TE] 0 external custom enchants found! Loading them up!
  694. [19:16:29] [Server thread/WARN]: [TE] 0 external custom enchants found! Loading them up!
  695. [19:16:29] [Server thread/WARN]: [TE] 35 default enchants found! Loading them up!
  696. [19:16:29] [Server thread/INFO]: [VKLib] registered Null enchantment : Enchantment[72, Null]
  697. [19:16:29] [Server thread/WARN]: [TE] Class Power has been registered
  698. [19:16:29] [Server thread/WARN]: [TE] Class Flame has been registered
  699. [19:16:29] [Server thread/WARN]: [TE] Class Infinity has been registered
  700. [19:16:29] [Server thread/WARN]: [TE] Class Punch has been registered
  701. [19:16:29] [Server thread/WARN]: [TE] Class Sharpness has been registered
  702. [19:16:29] [Server thread/WARN]: [TE] Class Baneofarthropods has been registered
  703. [19:16:29] [Server thread/WARN]: [TE] Class Smite has been registered
  704. [19:16:29] [Server thread/WARN]: [TE] Class Depth has been registered
  705. [19:16:29] [Server thread/WARN]: [TE] Class Efficiency has been registered
  706. [19:16:29] [Server thread/WARN]: [TE] Class Unbreaking has been registered
  707. [19:16:29] [Server thread/WARN]: [TE] Class Fireaspect has been registered
  708. [19:16:29] [Server thread/WARN]: [TE] Class Knockback has been registered
  709. [19:16:29] [Server thread/WARN]: [TE] Class Fortune has been registered
  710. [19:16:29] [Server thread/WARN]: [TE] Class Looting has been registered
  711. [19:16:29] [Server thread/WARN]: [TE] Class Luck has been registered
  712. [19:16:29] [Server thread/WARN]: [TE] Class Respiration has been registered
  713. [19:16:29] [Server thread/WARN]: [TE] Class Protection has been registered
  714. [19:16:29] [Server thread/WARN]: [TE] Class Blastprotection has been registered
  715. [19:16:29] [Server thread/WARN]: [TE] Class Featherfall has been registered
  716. [19:16:29] [Server thread/WARN]: [TE] Class Fireprotection has been registered
  717. [19:16:29] [Server thread/WARN]: [TE] Class Projectileprot has been registered
  718. [19:16:29] [Server thread/WARN]: [TE] Class Silktouch has been registered
  719. [19:16:29] [Server thread/WARN]: [TE] Class Aquaaffinity has been registered
  720. [19:16:29] [Server thread/WARN]: [TE] Class Thorns has been registered
  721. [19:16:29] [Server thread/WARN]: [TE] 11 potions effects found in the old config! Loading them up!
  722. [19:16:29] [Server thread/WARN]: [TE] Class Haste has been registered
  723. [19:16:29] [Server thread/WARN]: [TE] Class Speed has been registered
  724. [19:16:29] [Server thread/WARN]: [TE] Class Nightvision has been registered
  725. [19:16:29] [Server thread/WARN]: [TE] Class Jump has been registered
  726. [19:16:29] [Server thread/WARN]: [TE] Class Harm has been registered
  727. [19:16:29] [Server thread/WARN]: [TE] Class Regeneration has been registered
  728. [19:16:29] [Server thread/WARN]: [TE] Class FireProtection has been registered
  729. [19:16:29] [Server thread/WARN]: [TE] Class Strength has been registered
  730. [19:16:29] [Server thread/WARN]: [TE] Class Aqua has been registered
  731. [19:16:29] [Server thread/WARN]: [TE] Class Saturation has been registered
  732. [19:16:29] [Server thread/WARN]: [TE] Class HealthBoost has been registered
  733. [19:16:29] [Server thread/WARN]: [TE:AddOn.loadAddOns()] adding : EnchantLoreHandler
  734. [19:16:29] [Server thread/WARN]: [TE:AddOn.loadAddOns()] adding : TokenHandlerToken
  735. [19:16:29] [Server thread/WARN]: [VKLib:AddOn.loadAddOns()] 0 addon modules found! Loading them up!
  736. [19:16:29] [Server thread/WARN]: TokenEnchant: Alias is Enabled
  737. [19:16:29] [Server thread/WARN]: TokenEnchant version 14.1.3 is Enabled
  738. [19:16:29] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.5
  739. [19:16:29] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
  740. [19:16:29] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  741. [19:16:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'pvp' was in the world 'Acedia' but it wasn't loaded.
  742. [19:16:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'shop' was in the world 'Acedia' but it wasn't loaded.
  743. [19:16:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'common' was in the world 'Acedia' but it wasn't loaded.
  744. [19:16:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'rare' was in the world 'Acedia' but it wasn't loaded.
  745. [19:16:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'legendary' was in the world 'Acedia' but it wasn't loaded.
  746. [19:16:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'donate' was in the world 'Acedia' but it wasn't loaded.
  747. [19:16:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'communitychest' was in the world 'Acedia' but it wasn't loaded.
  748. [19:16:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'cellblock-a' was in the world 'Acedia' but it wasn't loaded.
  749. [19:16:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'confstatue' was in the world 'Acedia' but it wasn't loaded.
  750. [19:16:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'cometstatue' was in the world 'Acedia' but it wasn't loaded.
  751. [19:16:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'kingpin' was in the world 'Acedia' but it wasn't loaded.
  752. [19:16:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'hitman' was in the world 'Acedia' but it wasn't loaded.
  753. [19:16:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'thief' was in the world 'Acedia' but it wasn't loaded.
  754. [19:16:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'brawler' was in the world 'Acedia' but it wasn't loaded.
  755. [19:16:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'mobster' was in the world 'Acedia' but it wasn't loaded.
  756. [19:16:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'mastermind' was in the world 'Acedia' but it wasn't loaded.
  757. [19:16:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'yes' was in the world 'Acedia' but it wasn't loaded.
  758. [19:16:29] [Server thread/INFO]: [SimpleAlias] Enabling SimpleAlias v1.6.2
  759. [19:16:29] [Server thread/INFO]: [SimpleAlias] config.yml successfully loaded.
  760. [19:16:29] [Server thread/INFO]: [SimpleAlias] Vault hooked! (Permission: true, Economy: true)
  761. [19:16:29] [Server thread/INFO]: [SimpleAlias] 0 cooldown lists loaded.
  762. [19:16:29] [Server thread/INFO]: [SimpleAlias] Failed to load alias 'clearchat.yml'. Cause: Failed to register the alias as a command
  763. [19:16:29] [Server thread/INFO]: [SimpleAlias] Failed to load alias 'rankup.yml'. Cause: Failed to register the alias as a command
  764. [19:16:29] [Server thread/INFO]: [SimpleAlias] Failed to load alias 'cs.yml'. Cause: Failed to register the alias as a command
  765. [19:16:29] [Server thread/INFO]: [SimpleAlias] 26 aliases loaded.
  766. [19:16:29] [Server thread/INFO]: [SimpleAlias] This plugin is using Metrics by Hidendra!
  767. [19:16:29] [Server thread/INFO]: [SimpleAlias] Alias system is activated! (95 ms)
  768. [19:16:29] [Server thread/INFO]: [AreaShop] Enabling AreaShop v2.4.0
  769. [19:16:30] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v1.9.3.2
  770. [19:16:30] [Server thread/INFO]: [CommandSigns] Successfully loaded 0 signs
  771. [19:16:30] [Server thread/INFO]: [WarpPortals] Enabling WarpPortals v5.6.3
  772. [19:16:30] [Server thread/INFO]: [WarpPortals] 0 Portals loaded!
  773. [19:16:30] [Server thread/INFO]: [WarpPortals] 0 Destinations loaded!
  774. [19:16:30] [Server thread/INFO]: [EZBlocks] Enabling EZBlocks v1.5.0
  775. [19:16:30] [Server thread/INFO]: [EZBlocks] Saving/loading via flatfile!
  776. [19:16:30] [Server thread/INFO]: [EZBlocks] BlockBreakEvent listener registered on HIGHEST
  777. [19:16:30] [Server thread/INFO]: [EZBlocks] Saving all players every 5 minutes
  778. [19:16:30] [Server thread/INFO]: [EZBlocks] 2 global rewards loaded!
  779. [19:16:30] [Server thread/INFO]: [EZBlocks] 2 interval rewards loaded!
  780. [19:16:30] [Server thread/INFO]: [EZBlocks] 0 global pickaxe rewards loaded!
  781. [19:16:30] [Server thread/INFO]: [EZBlocks] 1 interval pickaxe rewards loaded!
  782. [19:16:30] [Server thread/INFO]: [EZBlocks] Hooked into TokenEnchant for TEBlockExplodeEvent listener
  783. [19:16:30] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  784. [19:16:30] [Server thread/INFO]: Done (14.610s)! For help, type "help" or "?"
  785. [19:16:30] [Server thread/INFO]: (FAWE) Plugin 'WorldGuard' found. Using it now.
  786. [19:16:30] [Server thread/INFO]: (FAWE) Optimizing PlotSquared
  787. [19:16:30] [Server thread/INFO]: (FAWE) - QueueProvider: class com.boydti.fawe.regions.general.plot.FaweLocalBlockQueue
  788. [19:16:30] [Server thread/INFO]: (FAWE) - HybridPlotManager.REGENERATIVE_CLEAR: false
  789. [19:16:30] [Server thread/INFO]: (FAWE) - SchematicHandler: com.boydti.fawe.regions.general.plot.FaweSchematicHandler@6994a513
  790. [19:16:30] [Server thread/INFO]: (FAWE) - ChunkManager: com.boydti.fawe.regions.general.plot.FaweChunkManager@4b7e2589
  791. [19:16:30] [Server thread/INFO]: (FAWE) You need to update PlotSquared to access the CFI and REPLACEALL commands
  792. [19:16:30] [Server thread/INFO]: (FAWE) Plugin 'PlotSquared' found. Using it now.
  793. [19:16:30] [Server thread/INFO]: [PlayerVaults] ** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the plugins/PlayerVaults/uuidvaults directory.
  794. [19:16:30] [Server thread/INFO]: [WorldGuard] 66 regions loaded for 'PrisonMines'
  795. [19:16:30] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.3.2
  796. [19:16:30] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  797. [19:16:30] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
  798. [19:16:30] [Craft Scheduler Thread - 2/INFO]: [PlayerVaults] We didn't find an update!
  799. [19:16:30] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
  800. [19:16:30] [Craft Scheduler Thread - 0/INFO]: ****** KillStats ******
  801. [19:16:30] [Craft Scheduler Thread - 0/INFO]: All files up to date. Enjoy!
  802. [19:16:30] [Craft Scheduler Thread - 0/INFO]: ***********************
  803. [19:16:31] [Craft Scheduler Thread - 1/INFO]: [AreaShop] Update from AreaShop V2.4.0 to AreaShop V2.6.0 available, get the latest version at http://dev.bukkit.org/bukkit-plugins/regionbuyandrent/
  804. [19:16:31] [Craft Scheduler Thread - 6/INFO]: You are running the latest version of PlotSquared!
  805. [19:16:31] [Craft Scheduler Thread - 8/INFO]: [Lottery] There is a new Version of the Plugin: 1.3.8
  806. [19:16:32] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  807. [19:16:32] [Server thread/INFO]: [Citizens] Loaded 17 NPCs.
  808. [19:16:32] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
  809. [19:16:32] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.10.3) is available at:
  810. [19:16:32] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
  811. [19:16:32] [Server thread/WARN]: [ViaVersion] There is a newer version available: 2.1.2, you're on: 2.1.1
  812. [19:16:32] [Craft Scheduler Thread - 6/INFO]: [Vault] Checking for Updates ...
  813. [19:16:32] [Craft Scheduler Thread - 6/WARN]: [Vault] Stable Version: 1.7.2 is out! You are still running version: 1.5.6
  814. [19:16:32] [Craft Scheduler Thread - 6/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
  815. [19:16:33] [Craft Scheduler Thread - 4/INFO]: [PlaceholderAPI] 150 placeholder expansions are available on the cloud.
  816. [19:16:33] [Server thread/INFO]: [Prison] Could not read item list! This may cause errors.
  817. [19:16:33] [Server thread/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  818. [19:16:33] [Server thread/WARN]: at me.sirfaizdat.prison.core.ItemManager.populateLists(ItemManager.java:39)
  819. [19:16:33] [Server thread/WARN]: at me.sirfaizdat.prison.core.Core$1.run(Core.java:106)
  820. [19:16:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  821. [19:16:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
  822. [19:16:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
  823. [19:16:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
  824. [19:16:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
  825. [19:16:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
  826. [19:16:33] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  827. [19:16:33] [Server thread/INFO]: [Lottery] Plugin successfully linked with vault!
  828. [19:16:33] [Craft Scheduler Thread - 4/INFO]: [BuycraftX] Fetching all due players...
  829. [19:16:33] [Server thread/INFO]: Starting UUID caching
  830. [19:16:33] [Craft Scheduler Thread - 6/INFO]: [P2] Starting player data caching for: world
  831. [19:16:33] [Craft Scheduler Thread - 6/INFO]: Fast mode UUID caching enabled!
  832. [19:16:33] [Craft Scheduler Thread - 6/INFO]: [P2] Cached a total of: 11 UUIDs
  833. [19:16:33] [Craft Scheduler Thread - 6/INFO]: Failed to cache: 10 uuids - slowly processing all files
  834. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  835. [19:16:33] [Craft Scheduler Thread - 6/INFO]: [P2] Cached a total of: 33 UUIDs
  836. [19:16:33] [Craft Scheduler Thread - 4/INFO]: [BuycraftX] Fetched due players (0 found).
  837. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  838. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  839. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  840. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  841. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  842. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  843. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  844. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  845. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  846. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  847. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  848. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  849. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  850. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  851. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  852. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  853. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  854. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  855. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  856. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  857. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  858. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  859. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  860. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  861. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  862. [19:16:33] [Server thread/WARN]: [AreaShop] Found wrong value for flag construct
  863. [19:16:46] [Craft Scheduler Thread - 1/INFO]: [CE] Checking for updates...
  864. [19:16:46] [Craft Scheduler Thread - 1/INFO]: [CE] You are using the latest Version of CE!
  865. [19:17:16] [User Authenticator #1/INFO]: UUID of player GoldenVita55 is 0877b63e-32d0-4164-bf0f-ff175e86da42
  866. [19:17:16] [Server thread/INFO]: That player cannot be found
  867. [19:17:16] [Server thread/INFO]: GoldenVita55[/99.229.177.11:64851] logged in with entity id 205 at ([PrisonMines]-875.1917888081141, 109.3326135203421, 1237.9877470220758)
  868. [19:17:16] [Server thread/INFO]: [+] GoldenVita55
  869. [19:17:18] [Craft Scheduler Thread - 1/INFO]: (FAWE) Updated FAWE to 19.06.12-f71043b-1275-22.2.1 @ /home/minecraft/multicraft/servers/server80301/plugins/update-confirm/FastAsyncWorldEdit.jar
  870. [19:17:22] [Server thread/INFO]: GoldenVita55 issued server command: /spawn
  871. [19:17:31] [Craft Scheduler Thread - 5/INFO]: [BuycraftX] Updating coupon list...
  872. [19:17:31] [Server thread/INFO]: [Lottery] There were no Tickets sold.
  873. [19:17:39] [User Authenticator #2/INFO]: UUID of player ultanius is 74b4110c-f5d0-453c-a036-735a51c88206
  874. [19:17:39] [Server thread/INFO]: ultanius[/24.198.202.103:57746] logged in with entity id 2811 at ([PrisonMines]-510.02702078554626, 137.0, 1177.6935554883116)
  875. [19:17:39] [Server thread/INFO]: [+] ultanius
  876. [19:17:43] [Server thread/INFO]: [Owner] GoldenVita55: yes
  877. [19:17:49] [Server thread/INFO]: GoldenVita55 issued server command: /tp ult
  878. [19:17:57] [Server thread/INFO]: [VI] ultanius: Wtf did you do.
  879. [19:18:02] [Server thread/INFO]: [Owner] GoldenVita55: I FUCKED YOUR GOAT
  880. [19:18:03] [Server thread/INFO]: [VI] ultanius: To break it.
  881. [19:18:11] [Server thread/INFO]: GoldenVita55 issued server command: /ci
  882. [19:18:11] [Server thread/INFO]: GoldenVita55 issued server command: /ce
  883. [19:18:12] [Server thread/INFO]: GoldenVita55 issued server command: /pl
  884. [19:18:16] [Server thread/INFO]: GoldenVita55 issued server command: /ce
  885. [19:18:18] [Server thread/INFO]: GoldenVita55 issued server command: /customenchant
  886. [19:18:33] [Server thread/INFO]: [Owner] GoldenVita55: Whatcha gettin' iron blocks for
  887. [19:18:51] [Server thread/INFO]: [VI] ultanius: Go to my plot.
  888. [19:18:52] [Server thread/INFO]: GoldenVita55 issued server command: /rg select VIMine1
  889. [19:18:54] [Server thread/INFO]: [VI] ultanius: And you will see.
  890. [19:19:02] [Server thread/INFO]: GoldenVita55 issued server command: /plot h ultanius
  891. [19:19:02] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'AcediaPlot'
  892. [19:19:07] [Server thread/INFO]: [Owner] GoldenVita55: xD
  893. [19:19:10] [Server thread/INFO]: [Owner] GoldenVita55: Right...
  894. [19:19:11] [Server thread/INFO]: [Owner] GoldenVita55: I forgot lool
  895. [19:19:24] [Server thread/INFO]: GoldenVita55 issued server command: /i sign 1
  896. [19:19:44] [Server thread/INFO]: ultanius issued server command: /plot h
  897. [19:19:52] [Server thread/INFO]: [VI] ultanius: Give me a stack of iron blocks.
  898. [19:19:57] [Server thread/INFO]: [Owner] GoldenVita55: bruh
  899. [19:19:58] [Server thread/INFO]: [Owner] GoldenVita55: lol
  900. [19:19:59] [Server thread/INFO]: GoldenVita55 issued server command: /case
  901. [19:20:02] [Server thread/INFO]: GoldenVita55 issued server command: /inst search ItemCases
  902. [19:20:04] [Server thread/INFO]: GoldenVita55 issued server command: /inst search ItemCase
  903. [19:20:12] [Server thread/INFO]: [VI] ultanius: I like need a total of like.
  904. [19:20:14] [Server thread/INFO]: [VI] ultanius: 4 still.
  905. [19:20:24] [Server thread/INFO]: [VI] ultanius: I just dont wanna go in the mine.
  906. [19:20:25] [Server thread/INFO]: [VI] ultanius: Xd.
  907. [19:20:30] [Server thread/INFO]: [Owner] GoldenVita55: Phat
  908. [19:20:53] [Server thread/INFO]: GoldenVita55 issued server command: /mrl info VIMine1
  909. [19:21:04] [Server thread/INFO]: GoldenVita55 issued server command: /invsee ult
  910. [19:21:32] [Server thread/INFO]: [Janitor] Comin' in for a cleanup in 5 minutes!
  911. [19:21:36] [Server thread/INFO]: GoldenVita55 issued server command: /i ironblock
  912. [19:22:25] [Server thread/INFO]: GoldenVita55 issued server command: /recipe hopper
  913. [19:22:46] [Server thread/INFO]: GoldenVita55 issued server command: /i anvil
  914. [19:22:47] [Server thread/INFO]: GoldenVita55 issued server command: /gms
  915. [19:22:54] [Server thread/INFO]: [Owner] GoldenVita55: o
  916. [19:22:55] [Server thread/INFO]: [Owner] GoldenVita55: fine
  917. [19:22:59] [Server thread/INFO]: GoldenVita55 issued server command: /ci
  918. [19:23:00] [Server thread/INFO]: [VI] ultanius: ???
  919. [19:23:13] [Server thread/INFO]: [VI] ultanius: I need droppers.
  920. [19:23:14] [Server thread/INFO]: GoldenVita55 issued server command: /i bow 1
  921. [19:23:16] [Server thread/INFO]: GoldenVita55 issued server command: /i arrow
  922. [19:23:21] [Server thread/INFO]: GoldenVita55 issued server command: /sloth stopban GoldenVita55
  923. [19:23:30] [Server thread/INFO]: [Silent] Acedia » goldenvita55 was IP-banned by Console for 'Your IP Address has been suspended from Acedia. If you think this is a mistake or want to appeal, please appeal at https://discord.gg/RGgVR8g.'
  924. [19:23:34] [Server thread/INFO]: GoldenVita55 issued server command: /sloth stopban GoldenVita55
  925. [19:23:48] [Server thread/INFO]: That IP is already banned.
  926. [19:23:53] [Server thread/INFO]: [VI] ultanius: LOL.
  927. [19:23:55] [Server thread/INFO]: [Owner] GoldenVita55: This would be hell
  928. [19:23:56] [Server thread/INFO]: [Owner] GoldenVita55: in PvP
  929. [19:23:57] [Server thread/INFO]: [Owner] GoldenVita55: Lol
  930. [19:24:04] [Server thread/INFO]: [VI] ultanius: Look in the chat.
  931. [19:24:05] [Server thread/INFO]: That IP is already banned.
  932. [19:24:08] [Server thread/INFO]: [Owner] GoldenVita55: ^-^
  933. [19:24:24] [Server thread/INFO]: [VI] ultanius: "GoldenVita55 has been banned for cheating"
  934. [19:24:27] [Server thread/INFO]: [Owner] GoldenVita55: Lol yeah
  935. [19:24:32] [Server thread/INFO]: [Owner] GoldenVita55: so how do u do dis
  936. [19:24:35] [Server thread/INFO]: [Owner] GoldenVita55: u just run around chopping?
  937. [19:24:39] [Server thread/INFO]: GoldenVita55 issued server command: /fly
  938. [19:24:43] [Server thread/INFO]: GoldenVita55 issued server command: /cmdspy
  939. [19:24:51] [Server thread/INFO]: [VI] ultanius: With an axe.
  940. [19:24:56] [Server thread/INFO]: [Owner] GoldenVita55: Mhmm
  941. [19:25:32] [Server thread/INFO]: [Janitor] Comin' in for a cleanup in 1 minute!
  942. [19:25:37] [Server thread/INFO]: [Owner] GoldenVita55: lol ur a tree
  943. [19:25:40] [Server thread/INFO]: [Owner] GoldenVita55: plant a cocoa bean in your ass
  944. [19:25:42] [Server thread/INFO]: [Owner] GoldenVita55: see what happens
  945. [19:26:01] [User Authenticator #3/INFO]: UUID of player Sapphirebow is baf528d1-b39d-46b6-9a16-96651f49ac07
  946. [19:26:01] [Server thread/INFO]: That player cannot be found
  947. [19:26:02] [Server thread/INFO]: Sapphirebow[/67.11.44.42:50258] logged in with entity id 11118 at ([PrisonMines]-503.55818385833743, 137.0, 602.1076597270891)
  948. [19:26:02] [Server thread/INFO]: [+] Sapphirebow
  949. [19:26:03] [Craft Scheduler Thread - 13/INFO]: (FAWE) Updated FAWE to 19.06.12-f71043b-1275-22.2.1 @ /home/minecraft/multicraft/servers/server80301/plugins/update-confirm/FastAsyncWorldEdit.jar
  950. [19:26:07] [Server thread/INFO]: [Owner] GoldenVita55: Hey Saph
  951. [19:26:10] [Server thread/INFO]: [Head-Admin] Sapphirebow: Howdy.
  952. [19:26:11] [Server thread/INFO]: Saving is already turned on.
  953. [19:26:11] [Server thread/INFO]: Saving...
  954. [19:26:11] [Server thread/INFO]: Saved the world
  955. [19:26:13] [Server thread/INFO]: Sapphirebow issued server command: /gamemode
  956. [19:26:16] [Server thread/INFO]: Sapphirebow issued server command: /gamemode c
  957. [19:26:22] [Server thread/INFO]: [Janitor] Cleanup in 10 seconds!
  958. [19:26:32] [Server thread/INFO]: [Janitor] Floors have been mopped!
  959. [19:26:36] [Server thread/INFO]: Sapphirebow issued server command: /kit
  960. [19:26:37] [Server thread/INFO]: GoldenVita55 issued server command: /mangaddv Head-Admin prefix &7[&c&lHead&7-&4&lAdmin&7] &9&l
  961. [19:26:38] [Server thread/INFO]: Sapphirebow issued server command: /kit x
  962. [19:26:39] [Server thread/WARN]: GoldenVita55 moved wrongly!
  963. [19:26:40] [Server thread/INFO]: GoldenVita55 issued server command: /list
  964. [19:26:45] [Server thread/INFO]: [Owner] GoldenVita55: Does that look better?
  965. [19:26:47] [Server thread/INFO]: Sapphirebow issued server command: /gamemode 2
  966. [19:26:55] [Server thread/INFO]: Sapphirebow issued server command: /gamemode c
  967. [19:26:57] [Server thread/INFO]: GoldenVita55 issued server command: /deop Sapphirebow
  968. [19:26:57] [Server thread/INFO]: [GoldenVita55: De-opped Sapphirebow]
  969. [19:26:58] [Server thread/INFO]: Sapphirebow issued server command: /tp g
  970. [19:26:58] [Server thread/INFO]: §cSapphirebow §4was denied access to command.
  971. [19:27:05] [Server thread/INFO]: GoldenVita55 issued server command: /sudo sapphire c:yo
  972. [19:27:05] [Server thread/INFO]: [Head-Admin] Sapphirebow: Yo.
  973. [19:27:07] [Server thread/INFO]: [Owner] GoldenVita55: ok
  974. [19:27:08] [Server thread/INFO]: [Owner] GoldenVita55: it's good
  975. [19:27:10] [Server thread/INFO]: GoldenVita55 issued server command: /op Sapphirebow
  976. [19:27:10] [Server thread/INFO]: [GoldenVita55: Opped Sapphirebow]
  977. [19:27:11] [Server thread/INFO]: [Owner] GoldenVita55: Lool
  978. [19:27:12] [Server thread/INFO]: [Head-Admin] Sapphirebow: Uhh.
  979. [19:27:24] [Server thread/INFO]: Sapphirebow issued server command: /tp GoldenVita55
  980. [19:27:33] [Server thread/INFO]: Sapphirebow issued server command: /gamemode c
  981. [19:27:34] [Server thread/INFO]: [Owner] GoldenVita55: U probably already know
  982. [19:27:36] [Server thread/INFO]: [Owner] GoldenVita55: who did this
  983. [19:27:42] [Server thread/INFO]: [Head-Admin] Sapphirebow: ?
  984. [19:27:50] [Server thread/INFO]: [Owner] GoldenVita55: C. Lauren
  985. [19:27:56] [Server thread/INFO]: [Head-Admin] Sapphirebow: The buenos dias?
  986. [19:27:59] [Server thread/INFO]: [Owner] GoldenVita55: all of it
  987. [19:28:00] [Server thread/INFO]: [Owner] GoldenVita55: lol
  988. [19:28:02] [Server thread/INFO]: [Head-Admin] Sapphirebow: Oh lol.
  989. [19:28:04] [Server thread/INFO]: [Head-Admin] Sapphirebow: She did most.
  990. [19:28:08] [Server thread/INFO]: [Owner] GoldenVita55: oo
  991. [19:28:10] [Server thread/INFO]: GoldenVita55 issued server command: /gmc
  992. [19:28:10] [Server thread/INFO]: [Head-Admin] Sapphirebow: I did the buenos dias.
  993. [19:28:13] [Server thread/INFO]: [Owner] GoldenVita55: Oh xD
  994. [19:28:21] [Server thread/INFO]: [Head-Admin] Sapphirebow: I do better block letters than her lol.
  995. [19:28:27] [Server thread/INFO]: [Owner] GoldenVita55: Clearly lmao
  996. [19:29:02] [Server thread/INFO]: [Head-Admin] Sapphirebow: Is everything working right here?
  997. [19:29:08] [Server thread/INFO]: [Owner] GoldenVita55: Mmmmhm
  998. [19:29:14] [Server thread/INFO]: [Head-Admin] Sapphirebow: Neato.
  999. [19:29:23] [Server thread/INFO]: [Owner] GoldenVita55: We can hop back onto PvP
  1000. [19:29:26] [Server thread/INFO]: [Owner] GoldenVita55: Ult
  1001. [19:29:28] [Server thread/INFO]: [Owner] GoldenVita55: Wanna PvP?
  1002. [19:29:28] [Server thread/INFO]: [Head-Admin] Sapphirebow: Gotcha.
  1003. [19:29:29] [Server thread/INFO]: [Owner] GoldenVita55: lel
  1004. [19:29:29] [Server thread/INFO]: Sapphirebow lost connection: Disconnected
  1005. [19:29:29] [Server thread/INFO]: [PrisonProfessional] Successfully saved the data file for UUID 'baf528d1-b39d-46b6-9a16-96651f49ac07'
  1006. [19:29:29] [Server thread/INFO]: [-] Sapphirebow
  1007. [19:29:37] [Server thread/INFO]: [VI] ultanius: Golden.
  1008. [19:29:40] [Server thread/INFO]: [Owner] GoldenVita55: yo
  1009. [19:29:41] [Server thread/INFO]: [VI] ultanius: Come here.
  1010. [19:29:42] [Server thread/INFO]: GoldenVita55 issued server command: /tp ult
  1011. [19:29:52] [Server thread/INFO]: [VI] ultanius: You broke.
  1012. [19:29:54] [Server thread/INFO]: [Owner] GoldenVita55: ?
  1013. [19:29:55] [Server thread/INFO]: [VI] ultanius: The damn chest.
  1014. [19:29:56] [Server thread/INFO]: [Owner] GoldenVita55: I did?
  1015. [19:30:06] [Server thread/INFO]: [Owner] GoldenVita55: dicktwitcher
  1016. [19:30:15] [Server thread/INFO]: [Owner] GoldenVita55: BrB with IP
  1017. [19:30:16] [Server thread/INFO]: GoldenVita55 lost connection: Disconnected
  1018. [19:30:16] [Server thread/INFO]: [PrisonProfessional] Successfully saved the data file for UUID '0877b63e-32d0-4164-bf0f-ff175e86da42'
  1019. [19:30:16] [Server thread/INFO]: [-] GoldenVita55
  1020. [19:30:26] [User Authenticator #4/INFO]: UUID of player GoldenVita55 is 0877b63e-32d0-4164-bf0f-ff175e86da42
  1021. [19:30:26] [Server thread/INFO]: That player cannot be found
  1022. [19:30:26] [Server thread/INFO]: GoldenVita55[/99.229.177.11:65280] logged in with entity id 16961 at ([AcediaPlot]-154.91224175385386, 65.5, -172.40927341185127)
  1023. [19:30:26] [Server thread/INFO]: [+] GoldenVita55
  1024. [19:30:27] [Craft Scheduler Thread - 16/INFO]: (FAWE) Updated FAWE to 19.06.12-f71043b-1275-22.2.1 @ /home/minecraft/multicraft/servers/server80301/plugins/update-confirm/FastAsyncWorldEdit.jar
  1025. [19:30:28] [Server thread/INFO]: [Owner] GoldenVita55: donator2.falixnodes.host:20538
  1026. [19:30:30] [Server thread/INFO]: [Owner] GoldenVita55: Come join
  1027. [19:30:32] [Server thread/INFO]: GoldenVita55 lost connection: Disconnected
  1028. [19:30:32] [Server thread/INFO]: [PrisonProfessional] Successfully saved the data file for UUID '0877b63e-32d0-4164-bf0f-ff175e86da42'
  1029. [19:30:32] [Server thread/INFO]: [-] GoldenVita55
  1030. [19:30:41] [Server thread/INFO]: ultanius lost connection: Disconnected
  1031. [19:30:41] [Server thread/INFO]: [PrisonProfessional] Successfully saved the data file for UUID '74b4110c-f5d0-453c-a036-735a51c88206'
  1032. [19:30:41] [Server thread/INFO]: [-] ultanius
  1033. [19:31:32] [Server thread/INFO]: [Janitor] Comin' in for a cleanup in 5 minutes!
  1034. [19:31:34] [Craft Scheduler Thread - 29/INFO]: [BuycraftX] Fetching all due players...
  1035. [19:31:34] [Craft Scheduler Thread - 29/INFO]: [BuycraftX] Fetched due players (0 found).
  1036. [19:33:29] [User Authenticator #5/INFO]: UUID of player GoldenVita55 is 0877b63e-32d0-4164-bf0f-ff175e86da42
  1037. [19:33:29] [Server thread/INFO]: That player cannot be found
  1038. [19:33:29] [Server thread/INFO]: GoldenVita55[/99.229.177.11:65402] logged in with entity id 16971 at ([AcediaPlot]-156.21108335800338, 65.0, -173.88971648025145)
  1039. [19:33:29] [Server thread/INFO]: [+] GoldenVita55
  1040. [19:33:30] [Craft Scheduler Thread - 30/INFO]: (FAWE) Updated FAWE to 19.06.12-f71043b-1275-22.2.1 @ /home/minecraft/multicraft/servers/server80301/plugins/update-confirm/FastAsyncWorldEdit.jar
  1041. [19:33:32] [Server thread/INFO]: GoldenVita55 issued server command: /i glowstonedust
  1042. [19:33:34] [Server thread/INFO]: GoldenVita55 issued server command: /warp pvp
  1043. [19:33:39] [Server thread/INFO]: GoldenVita55 issued server command: /gms
  1044. [19:33:54] [Server thread/INFO]: GoldenVita55 lost connection: Disconnected
  1045. [19:33:54] [Server thread/INFO]: [PrisonProfessional] Successfully saved the data file for UUID '0877b63e-32d0-4164-bf0f-ff175e86da42'
  1046. [19:33:54] [Server thread/INFO]: [-] GoldenVita55
  1047. [19:35:33] [Server thread/INFO]: [Janitor] Comin' in for a cleanup in 1 minute!
  1048. [19:36:17] [pool-8-thread-1/INFO]: GroupManager - INFO - Data files refreshed.
  1049. [19:36:20] [Server thread/INFO]: Saving is already turned on.
  1050. [19:36:20] [Server thread/INFO]: Saving...
  1051. [19:36:20] [Server thread/INFO]: Saved the world
  1052. [19:36:23] [Server thread/INFO]: [Janitor] Cleanup in 10 seconds!
  1053. [19:36:33] [Server thread/INFO]: [Janitor] Floors have been mopped!
  1054. [19:37:33] [Craft Scheduler Thread - 36/INFO]: [BuycraftX] Updating coupon list...
  1055. [19:41:33] [Server thread/INFO]: [Janitor] Comin' in for a cleanup in 5 minutes!
  1056. [19:45:33] [Server thread/INFO]: [Janitor] Comin' in for a cleanup in 1 minute!
  1057. [19:46:23] [Server thread/INFO]: [Janitor] Cleanup in 10 seconds!
  1058. [19:46:28] [Server thread/INFO]: Saving is already turned on.
  1059. [19:46:28] [Server thread/INFO]: Saving...
  1060. [19:46:28] [Server thread/INFO]: Saved the world
  1061. [19:46:33] [Server thread/INFO]: [Janitor] Floors have been mopped!
  1062. [19:46:34] [Craft Scheduler Thread - 54/INFO]: [BuycraftX] Fetching all due players...
  1063. [19:46:34] [Craft Scheduler Thread - 54/INFO]: [BuycraftX] Fetched due players (0 found).
  1064. [19:46:35] [Server thread/ERROR]: Encountered an unexpected exception
  1065. net.minecraft.server.v1_8_R3.ReportedException: Exception ticking world
  1066. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:781) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  1067. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  1068. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  1069. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  1070. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1071. Caused by: java.util.NoSuchElementException
  1072. at java.util.TreeMap.key(TreeMap.java:1327) ~[?:1.8.0_212]
  1073. at java.util.TreeMap.firstKey(TreeMap.java:290) ~[?:1.8.0_212]
  1074. at java.util.TreeSet.first(TreeSet.java:394) ~[?:1.8.0_212]
  1075. at org.bukkit.craftbukkit.v1_8_R3.util.HashTreeSet.first(HashTreeSet.java:114) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  1076. at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:629) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  1077. at net.minecraft.server.v1_8_R3.WorldServer.doTick(WorldServer.java:249) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  1078. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:770) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  1079. ... 4 more
  1080. [19:46:35] [Server thread/ERROR]: Cause of unexpected exception was
  1081. java.util.NoSuchElementException
  1082. at java.util.TreeMap.key(TreeMap.java:1327) ~[?:1.8.0_212]
  1083. at java.util.TreeMap.firstKey(TreeMap.java:290) ~[?:1.8.0_212]
  1084. at java.util.TreeSet.first(TreeSet.java:394) ~[?:1.8.0_212]
  1085. at org.bukkit.craftbukkit.v1_8_R3.util.HashTreeSet.first(HashTreeSet.java:114) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  1086. at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:629) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  1087. at net.minecraft.server.v1_8_R3.WorldServer.doTick(WorldServer.java:249) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  1088. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:770) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  1089. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  1090. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  1091. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  1092. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  1093. [19:46:35] [Server thread/ERROR]: This crash report has been saved to: /home/minecraft/multicraft/servers/server80301/./crash-reports/crash-2019-06-24_19.46.35-server.txt
  1094. [19:46:35] [Server thread/INFO]: Stopping server
  1095. [19:46:35] [Server thread/INFO]: [EZBlocks] Disabling EZBlocks v1.5.0
  1096. [19:46:35] [Server thread/INFO]: [EZBlocks] 0 players saved!
  1097. [19:46:35] [Server thread/INFO]: [WarpPortals] Disabling WarpPortals v5.6.3
  1098. [19:46:35] [Server thread/INFO]: [CommandSigns] Disabling CommandSigns v1.9.3.2
  1099. [19:46:35] [Server thread/INFO]: [CommandSigns] 0 signs saved
  1100. [19:46:35] [Server thread/INFO]: [AreaShop] Disabling AreaShop v2.4.0
  1101. [19:46:35] [Server thread/INFO]: [SimpleAlias] Disabling SimpleAlias v1.6.2
  1102. [19:46:35] [Server thread/INFO]: [SimpleAlias] Alias system is deactivated!
  1103. [19:46:35] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.2.5
  1104. [19:46:35] [Server thread/INFO]: [TokenEnchant] Disabling TokenEnchant v14.1.3
  1105. [19:46:35] [Server thread/WARN]: TokenEnchant version 14.1.3 is Disabled
  1106. [19:46:35] [Server thread/INFO]: [MineResetLite] Disabling MineResetLite v0.4.7
  1107. [19:46:35] [Server thread/INFO]: [MineResetLite] MineResetLite disabled
  1108. [19:46:35] [Server thread/INFO]: [Shopkeepers] Disabling Shopkeepers v1.82
  1109. [19:46:35] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5.0-b727
  1110. [19:46:35] [Server thread/INFO]: [SilkSpawners] Disabling SilkSpawners v5.0.2
  1111. [19:46:35] [Server thread/INFO]: [Timeismoney] Disabling Timeismoney v1.5
  1112. [19:46:35] [Server thread/INFO]: Timeismoney is now disabled
  1113. [19:46:35] [Server thread/INFO]: [CustomEnchantments] Disabling CustomEnchantments v2.4c
  1114. [19:46:35] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.0.1-b468
  1115. [19:46:35] [Server thread/INFO]: [ServerSigns] Disabling ServerSigns v4.5.1
  1116. [19:46:35] [Server thread/INFO]: [ServerSigns] ServerSigns is now disabled.
  1117. [19:46:35] [Server thread/INFO]: [IronDoorOpener] Disabling IronDoorOpener v1.0.1
  1118. [19:46:35] [Server thread/INFO]: [PrisonProfessionalAPI] Disabling PrisonProfessionalAPI v1.0
  1119. [19:46:35] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v5.9
  1120. [19:46:35] [Server thread/INFO]: [PlotSquared] Disabling PlotSquared v3.5.0-SNAPSHOT-2b561f2
  1121. [19:46:35] [Server thread/INFO]: All DB transactions during this session are being validated (This may take a while if corrections need to be made)
  1122. [19:46:35] [Server thread/INFO]: [WARNING] Found 24 plots in DB for non existent world; 'plotworld'.
  1123. [19:46:35] [Server thread/INFO]: [WARNING] Found 10 plots in DB for non existent world; 'Plot'.
  1124. [19:46:35] [Server thread/INFO]: [WARNING] - Please create the world/s or remove the plots using the purge command
  1125. [19:46:35] [Server thread/INFO]: Could not close database connection!
  1126. [19:46:35] [Server thread/INFO]: [KillKash] Disabling KillKash v1.8
  1127. [19:46:35] [Server thread/INFO]: [KillKash] KillKash v1.8 by shmkane, Disabled!
  1128. [19:46:35] [Server thread/INFO]: [PrisonProfessional] Disabling PrisonProfessional v2.6.9
  1129. [19:46:35] [Server thread/INFO]: [PrisonProfessional] has been disabled. If this was during the enabling process, please check your config and version. You may need to update
  1130. [19:46:35] [Server thread/INFO]: [Lottery] Disabling Lottery v1.3.7
  1131. [19:46:35] [Server thread/INFO]: [CrazyAuctions] Disabling CrazyAuctions v1.2.4
  1132. [19:46:35] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.0.1-b468
  1133. [19:46:35] [Server thread/INFO]: [ColoredTags] Disabling ColoredTags v2.1.3
  1134. [19:46:35] [Server thread/INFO]: [Swearjar] Disabling Swearjar v1.5
  1135. [19:46:35] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.16-SNAPSHOT (build 1267)
  1136. [19:46:35] [Server thread/INFO]: [Essentials] Disabling Essentials v2.0.1-b488
  1137. [19:46:35] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
  1138. [19:46:35] [Server thread/INFO]: [FastCraft] Disabling FastCraft v20
  1139. [19:46:35] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.7;dd00bb1
  1140. [19:46:35] [Server thread/INFO]: [PlayerVaults] Disabling PlayerVaults v3.6.0-bSNAPSHOT
  1141. [19:46:35] [Server thread/INFO]: [Trading] Disabling Trading v3.2
  1142. [19:46:35] [Server thread/INFO]: [SuperPotions] Disabling SuperPotions v2.6
  1143. [19:46:35] [Server thread/INFO]: [SuperPotions] plugin disabled.
  1144. [19:46:35] [Server thread/INFO]: [SimpleRename] Disabling SimpleRename v10.0
  1145. [19:46:35] [Server thread/INFO]: SimpleRename disabled!
  1146. [19:46:35] [Server thread/INFO]: [PlayerParticles] Disabling PlayerParticles v4.5
  1147. [19:46:35] [Server thread/INFO]: [ServerListPlus] Disabling ServerListPlus v3.4.8
  1148. [19:46:35] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.8 disabled.
  1149. [19:46:35] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
  1150. [19:46:35] [Server thread/INFO]: [StickNamer] Disabling StickNamer v1.6.3
  1151. [19:46:35] [Server thread/INFO]: StickNamer has been Unplugged!
  1152. [19:46:35] [Server thread/INFO]: [DiscoArmor] Disabling DiscoArmor v2.6.2
  1153. [19:46:35] [Server thread/INFO]: [FastAsyncWorldEdit] Disabling FastAsyncWorldEdit v19.05.02-d89cb44-1274-22.2.0
  1154. [19:46:35] [Server thread/INFO]: [Vouchers] Disabling Vouchers v2.1.0
  1155. [19:46:35] [Server thread/INFO]: [Votifier-SimpleVote] Disabling Votifier-SimpleVote v2.3
  1156. [19:46:35] [Server thread/INFO]: SimpleVote Plugin Disabled!
  1157. [19:46:35] [Server thread/INFO]: [SignEdit] Disabling SignEdit v1.0
  1158. [19:46:35] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.2.1
  1159. [19:46:35] [Server thread/INFO]: [Clans] Disabling Clans v0.3.4
  1160. [19:46:35] [Server thread/INFO]: [Votifier] Disabling Votifier v1.9
  1161. [19:46:35] [Server thread/INFO]: [Votifier] Votifier disabled.
  1162. [19:46:35] [Server thread/INFO]: [BuycraftX] Disabling BuycraftX v10.3.0
  1163. [19:46:35] [Thread-16/WARN]: [Votifier] Protocol error. Ignoring packet - Socket closed
  1164. [19:46:35] [Server thread/INFO]: [SwornGuns] Disabling SwornGuns v2.2.2
  1165. [19:46:35] [Server thread/INFO]: [SwornGuns] SwornGuns v2.2.2 has been disabled. Took 0 ms.
  1166. [19:46:35] [Server thread/INFO]: [Prison] Disabling Prison v2.0.3
  1167. [19:46:35] [Server thread/INFO]: [ClearLag] Disabling ClearLag v3.0.6
  1168. [19:46:35] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
  1169. [19:46:35] [Server thread/INFO]: [Sloth] Disabling Sloth v2.4.3
  1170. [19:46:35] [Server thread/INFO]: [killStats] Disabling killStats v3.0
  1171. [19:46:35] [Server thread/INFO]: [Ram_Monitor] Disabling Ram_Monitor v1
  1172. [19:46:35] [Server thread/INFO]: [TimTheEnchanter] Disabling TimTheEnchanter v3.0
  1173. [19:46:35] [Ram monitor listening thread/INFO]: [Ram Monitor] Socket closed
  1174. [19:46:35] [Server thread/INFO]: [TimTheEnchanter] I *warned* you, but did you listen to me? Oh, no, you *knew*, didn't you? Oh, it's just a harmless little *bunny*, isn't it?
  1175. [19:46:35] [Server thread/INFO]: [Installer] Disabling Installer v2.4.1
  1176. [19:46:35] [Server thread/INFO]: [CmdSpy] Disabling CmdSpy v1.0
  1177. [19:46:35] [Server thread/INFO]: [PlotFly] Disabling PlotFly v1.0
  1178. [19:46:35] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v2.1.1
  1179. [19:46:35] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
  1180. [19:46:35] [Server thread/INFO]: [ChatWithStaff] Disabling ChatWithStaff v1.0.6.0
  1181. [19:46:35] [Server thread/INFO]: [ChatWithStaff] Disabling listeners
  1182. [19:46:35] [Server thread/INFO]: [ChatWithStaff] Disabling commands
  1183. [19:46:35] [Server thread/INFO]: [ChatWithStaff] Disabling files
  1184. [19:46:35] [Server thread/INFO]: [ChatWithStaff] Disabling details
  1185. [19:46:35] [Server thread/INFO]: [MaxBans] Disabling MaxBans v2.7
  1186. [19:46:35] [Server thread/INFO]: [MaxBans] Disabling Maxbans...
  1187. [19:46:35] [Server thread/INFO]: [MaxBans] Clearing buffer...
  1188. [19:46:35] [Server thread/INFO]: [MaxBans] Cleared buffer...
  1189. [19:46:35] [Server thread/INFO]: [AlwaysDay] Disabling AlwaysDay v2.2.8
  1190. [19:46:35] [Server thread/INFO]: [AlwaysDay] AlwaysDay v2.2.8 is now disabled.
  1191. [19:46:35] [Server thread/INFO]: Please donate at the AlwaysDay page (http://dev.bukkit.org/server-mods/always-day/) if you are enjoying this plugin! Any contributions are greatly appreciated!
  1192. [19:46:35] [Server thread/INFO]: [EnchantLapis] Disabling EnchantLapis v1.1.6
  1193. [19:46:35] [Server thread/INFO]: [FishBroadcast] Disabling FishBroadcast v2.1
  1194. [19:46:35] [Server thread/INFO]: [FG] Disabling ForcedGrammar v1.8.4
  1195. [19:46:35] [Server thread/INFO]: [sTablist] Disabling sTablist v3.0.0-pre5
  1196. [19:46:35] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.10.2
  1197. [19:46:35] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.0 (2.12.1) (Phoenix)
  1198. [19:46:35] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
  1199. [19:46:35] [Server thread/INFO]: GroupManager version 2.0 (2.12.1) (Phoenix) is disabled!
  1200. [19:46:35] [Server thread/INFO]: [JumpPad] Disabling JumpPad v1.1
  1201. [19:46:35] [Server thread/INFO]: [JumpPad] Plugin unload
  1202. [19:46:35] [Server thread/INFO]: [PluginConstructorAPI] Disabling PluginConstructorAPI v1.0.51
  1203. [19:46:35] [Server thread/INFO]: [KitsPreview] Disabling KitsPreview v1.0.3
  1204. [19:46:35] [Server thread/INFO]: Saving players
  1205. [19:46:35] [Server thread/INFO]: Saving worlds
  1206. [19:46:35] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  1207. [19:46:35] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  1208. [19:46:35] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
  1209. [19:46:35] [Server thread/INFO]: Saving chunks for level 'AcediaPlot'/Overworld
  1210. [19:46:35] [Server thread/INFO]: Saving chunks for level 'PrisonMines'/Overworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement