Advertisement
Guest User

Latestlog

a guest
Apr 23rd, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.72 KB | None | 0 0
  1. [18:50:33] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [18:50:33] [Server thread/INFO]: Loading properties
  3. [18:50:33] [Server thread/INFO]: Default game type: SURVIVAL
  4. [18:50:33] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-ea452ce (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
  5. [18:50:33] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [18:50:33] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [18:50:33] [Server thread/INFO]: Debug logging is disabled
  8. [18:50:33] [Server thread/INFO]: Generating keypair
  9. [18:50:33] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25571
  10. [18:50:33] [Server thread/ERROR]: Could not load 'plugins/SilkSpawners.jar' in folder 'plugins'
  11. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  12. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  13. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  14. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  15. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  16. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:496) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  17. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  18. Caused by: java.util.zip.ZipException: zip file is empty
  19. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_212]
  20. at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_212]
  21. at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_212]
  22. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_212]
  23. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_212]
  24. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  25. ... 5 more
  26. [18:50:33] [Server thread/ERROR]: Ambiguous plugin name `WorldBorder' for files `plugins/WorldBorder.jar' and `plugins/WorldBorder-0.jar' in `plugins'
  27. [18:50:33] [Server thread/ERROR]: Ambiguous plugin name `vAntiPearlGlitch' for files `plugins/vAntiPearlGlitch.jar' and `plugins/vAntiPearlGlitch-0.jar' in `plugins'
  28. [18:50:33] [Server thread/ERROR]: Could not load 'plugins/BarrierBlock-1.7.10-0.1.jar' in folder 'plugins'
  29. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  30. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:152) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  31. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  32. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  33. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  34. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:496) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  35. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  36. Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
  37. ... 6 more
  38. [18:50:33] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  39. [18:50:33] [Server thread/ERROR]: Could not load 'plugins/ViperSecurity.jar' in folder 'plugins'
  40. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
  41. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  42. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  43. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  44. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  45. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  46. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:496) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  47. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  48. Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
  49. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_212]
  50. at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:1.8.0_212]
  51. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_212]
  52. at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) ~[?:1.8.0_212]
  53. at java.net.URLClassLoader.access$100(URLClassLoader.java:74) ~[?:1.8.0_212]
  54. at java.net.URLClassLoader$1.run(URLClassLoader.java:369) ~[?:1.8.0_212]
  55. at java.net.URLClassLoader$1.run(URLClassLoader.java:363) ~[?:1.8.0_212]
  56. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_212]
  57. at java.net.URLClassLoader.findClass(URLClassLoader.java:362) ~[?:1.8.0_212]
  58. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  59. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  60. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
  61. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
  62. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_212]
  63. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_212]
  64. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  65. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  66. ... 6 more
  67. Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.plugin.Plugin
  68. at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
  69. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  70. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  71. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
  72. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
  73. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_212]
  74. at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:1.8.0_212]
  75. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_212]
  76. at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) ~[?:1.8.0_212]
  77. at java.net.URLClassLoader.access$100(URLClassLoader.java:74) ~[?:1.8.0_212]
  78. at java.net.URLClassLoader$1.run(URLClassLoader.java:369) ~[?:1.8.0_212]
  79. at java.net.URLClassLoader$1.run(URLClassLoader.java:363) ~[?:1.8.0_212]
  80. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_212]
  81. at java.net.URLClassLoader.findClass(URLClassLoader.java:362) ~[?:1.8.0_212]
  82. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  83. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  84. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
  85. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
  86. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_212]
  87. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_212]
  88. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  89. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  90. ... 6 more
  91. [18:50:33] [Server thread/ERROR]: Cannot load plugins/vAntiPearlGlitch/config.yml
  92. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  93. in 'string', line 3, column 3:
  94. Message: '&b&l&nPearl glitch don ...
  95. ^
  96. expected <block end>, but found Scalar
  97. in 'string', line 3, column 36:
  98. Message: '&b&l&nPearl glitch don't allowed&7!'
  99. ^
  100.  
  101. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  102. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  103. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  104. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  105. at io.parex.vantipearlglitch.Main.<clinit>(Main.java:18) [vAntiPearlGlitch.jar:?]
  106. at java.lang.Class.forName0(Native Method) [?:1.8.0_212]
  107. at java.lang.Class.forName(Class.java:348) [?:1.8.0_212]
  108. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  109. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  110. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  111. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  112. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  113. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  114. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:496) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  115. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  116. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping; expected <block end>, but found Scalar; in 'string', line 3, column 36:
  117. Message: '&b&l&nPearl glitch don't allowed&7!'
  118. ^
  119. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  120. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  121. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  122. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  123. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  124. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  125. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  126. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  127. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  128. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  129. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  130. at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  131. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  132. ... 14 more
  133. [18:50:33] [Server thread/ERROR]: Could not load 'plugins/hcfactions-7.9-beta.jar' in folder 'plugins'
  134. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/worldedit/LocalWorld
  135. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  136. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  137. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  138. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  139. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  140. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:496) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  141. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  142. Caused by: java.lang.NoClassDefFoundError: com/sk89q/worldedit/LocalWorld
  143. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_212]
  144. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_212]
  145. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  146. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  147. ... 6 more
  148. Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.LocalWorld
  149. at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
  150. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  151. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  152. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
  153. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
  154. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_212]
  155. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_212]
  156. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  157. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  158. ... 6 more
  159. [18:50:34] [Server thread/INFO]: [ElevatorSigns] Loading ElevatorSigns v1.0
  160. [18:50:34] [Server thread/INFO]: [vAntiPearlGlitch] Loading vAntiPearlGlitch vBETA
  161. [18:50:34] [Server thread/INFO]: [ViperEnderpearls] Loading ViperEnderpearls v1.0
  162. [18:50:34] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.5
  163. [18:50:34] [Server thread/INFO]: [EzQueueSpigot] Loading EzQueueSpigot v3.0
  164. [18:50:34] [Server thread/INFO]: [LootingXP] Loading LootingXP v1.0
  165. [18:50:34] [Server thread/INFO]: [DClaim] Loading DClaim v1.0.0
  166. [18:50:34] [Server thread/INFO]: [CommandSync] Loading CommandSync v2.3
  167. [18:50:34] [Server thread/INFO]: [PearlThrough] Loading PearlThrough v1.1
  168. [18:50:34] [Server thread/INFO]: [HCFSignShop] Loading HCFSignShop v1.0
  169. [18:50:34] [Server thread/INFO]: [ItemKillTracker] Loading ItemKillTracker v1.0
  170. [18:50:34] [Server thread/INFO]: [FastPot] Loading FastPot v3.0
  171. [18:50:34] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.10.0
  172. [18:50:34] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.3
  173. [18:50:34] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
  174. [18:50:34] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.6
  175. [18:50:34] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.6.2
  176. [18:50:34] [Server thread/INFO]: [NoPluginViewer] Loading NoPluginViewer v1.0
  177. [18:50:34] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  178. [18:50:34] [Server thread/INFO]: [LightningDeathReloaded] Loading LightningDeathReloaded v1.1
  179. [18:50:34] [Server thread/INFO]: [SetEnd] Loading SetEnd v1.0
  180. [18:50:34] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
  181. [18:50:34] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.4
  182. [18:50:34] [Server thread/INFO]: [ProtocolLib] Falling back to legacy Netty compat
  183. [18:50:34] [Server thread/INFO]: [ProtocolLib] Falling back to Guava 10 compat
  184. [18:50:34] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.15.1-RC-sMD5NET-b1084
  185. [18:50:34] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
  186. [18:50:34] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  187. [18:50:34] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.7.10
  188. [18:50:34] [Server thread/INFO]: [KitAdder] Loading KitAdder v2.6
  189. [18:50:34] [Server thread/INFO]: [GlowstoneMountain] Loading GlowstoneMountain v2.0
  190. [18:50:34] [Server thread/INFO]: §a-----------GLOWSTONE MOUNTAIN PLUGIN IS LOADING-----------
  191. [18:50:34] [Server thread/INFO]: §6-----------AUTHOR CTRL-----------
  192. [18:50:34] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
  193. [18:50:34] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.22.8
  194. [18:50:34] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
  195. [18:50:34] [Server thread/INFO]: [ServerConnect] Loading ServerConnect v0.1
  196. [18:50:34] [Server thread/INFO]: [KeepTheWeather] Loading KeepTheWeather v1.0
  197. [18:50:34] [Server thread/INFO]: [GAListener] Loading GAListener v1.3.1
  198. [18:50:34] [Server thread/INFO]: [Recording] Loading Recording v1.0
  199. [18:50:34] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  200. [18:50:34] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
  201. [18:50:34] [Server thread/INFO]: [HolographicDisplaysPatch] Loading HolographicDisplaysPatch v1.0.8
  202. [18:50:34] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.2;e38d98d
  203. [18:50:34] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v12.9.9
  204. [18:50:34] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.5.1
  205. [18:50:34] [Server thread/INFO]: [TitleManager] Loading TitleManager v1.5.11
  206. [18:50:34] [Server thread/INFO]: [SpawnerShop] Loading SpawnerShop v4.0
  207. [18:50:34] [Server thread/INFO]: [LiteBans] Loading LiteBans v1.9.30
  208. [18:50:34] [Server thread/INFO]: [KoTH] Loading KoTH v1.2.1
  209. [18:50:34] [Server thread/INFO]: [WarpPortals] Loading WarpPortals v5.6.3
  210. [18:50:34] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.13-SNAPSHOT (build 1172)
  211. [18:50:34] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.67
  212. [18:50:34] [Server thread/INFO]: [Factions] Loading Factions v0.0.9
  213. [18:50:34] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.7.2
  214. [18:50:34] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v5.0.2
  215. [18:50:34] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.4
  216. [18:50:35] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  217. [18:50:35] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  218. [18:50:35] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  219. [18:50:35] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  220. [18:50:35] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  221. [18:50:35] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  222. [18:50:35] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  223. [18:50:35] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  224. [18:50:35] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  225. [18:50:35] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  226. [18:50:35] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  227. [18:50:35] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  228. [18:50:35] [Server thread/INFO]: Preparing level "world"
  229. [18:50:35] [Server thread/INFO]: -------- World Settings For [world] --------
  230. [18:50:35] [Server thread/INFO]: Mob Spawn Range: 4
  231. [18:50:35] [Server thread/INFO]: Anti X-Ray: true
  232. [18:50:35] [Server thread/INFO]: Engine Mode: 1
  233. [18:50:35] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  234. [18:50:35] [Server thread/INFO]: Replace Blocks: [1, 5]
  235. [18:50:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  236. [18:50:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
  237. [18:50:35] [Server thread/INFO]: Cane Growth Modifier: 100%
  238. [18:50:35] [Server thread/INFO]: Melon Growth Modifier: 100%
  239. [18:50:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  240. [18:50:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  241. [18:50:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
  242. [18:50:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
  243. [18:50:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  244. [18:50:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  245. [18:50:35] [Server thread/INFO]: Alternative Hopper Ticking: false
  246. [18:50:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  247. [18:50:35] [Server thread/INFO]: Random Lighting Updates: false
  248. [18:50:35] [Server thread/INFO]: Structure Info Saving: true
  249. [18:50:35] [Server thread/INFO]: Sending up to 5 chunks per packet
  250. [18:50:35] [Server thread/INFO]: Max Entity Collisions: 8
  251. [18:50:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  252. [18:50:35] [Server thread/INFO]: Max TNT Explosions: 100
  253. [18:50:35] [Server thread/INFO]: View Distance: 10
  254. [18:50:35] [Server thread/INFO]: Chunks to Grow per Tick: 650
  255. [18:50:35] [Server thread/INFO]: Clear tick list: false
  256. [18:50:35] [Server thread/INFO]: Experience Merge Radius: 3.0
  257. [18:50:35] [Server thread/INFO]: Item Despawn Rate: 6000
  258. [18:50:35] [Server thread/INFO]: Item Merge Radius: 2.5
  259. [18:50:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
  260. [18:50:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  261. [18:50:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  262. [18:50:35] [Server thread/INFO]: -------- World Settings For [world] --------
  263. [18:50:35] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  264. [18:50:35] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  265. [18:50:35] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  266. [18:50:35] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  267. [18:50:35] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  268. [18:50:35] [Server thread/INFO]: Allow undead horse types to be leashed: true
  269. [18:50:35] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000
  270. [18:50:35] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  271. [18:50:35] [Server thread/INFO]: Keep spawn chunk loaded: true
  272. [18:50:35] [Server thread/INFO]: World async lighting: false
  273. [18:50:35] [Server thread/INFO]: Water over lava flow speed: 5
  274. [18:50:35] [Server thread/INFO]: Inverted Redstone Lamps: false
  275. [18:50:35] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  276. [18:50:35] [Server thread/INFO]: Mob Spawn Range: 4
  277. [18:50:35] [Server thread/INFO]: Anti X-Ray: true
  278. [18:50:35] [Server thread/INFO]: Engine Mode: 1
  279. [18:50:35] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  280. [18:50:35] [Server thread/INFO]: Replace Blocks: [1, 5]
  281. [18:50:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  282. [18:50:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
  283. [18:50:35] [Server thread/INFO]: Cane Growth Modifier: 100%
  284. [18:50:35] [Server thread/INFO]: Melon Growth Modifier: 100%
  285. [18:50:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  286. [18:50:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  287. [18:50:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
  288. [18:50:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
  289. [18:50:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  290. [18:50:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  291. [18:50:35] [Server thread/INFO]: Alternative Hopper Ticking: false
  292. [18:50:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  293. [18:50:35] [Server thread/INFO]: Random Lighting Updates: false
  294. [18:50:35] [Server thread/INFO]: Structure Info Saving: true
  295. [18:50:35] [Server thread/INFO]: Sending up to 5 chunks per packet
  296. [18:50:35] [Server thread/INFO]: Max Entity Collisions: 8
  297. [18:50:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  298. [18:50:35] [Server thread/INFO]: Max TNT Explosions: 100
  299. [18:50:35] [Server thread/INFO]: View Distance: 10
  300. [18:50:35] [Server thread/INFO]: Chunks to Grow per Tick: 650
  301. [18:50:35] [Server thread/INFO]: Clear tick list: false
  302. [18:50:35] [Server thread/INFO]: Experience Merge Radius: 3.0
  303. [18:50:35] [Server thread/INFO]: Item Despawn Rate: 6000
  304. [18:50:35] [Server thread/INFO]: Item Merge Radius: 2.5
  305. [18:50:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
  306. [18:50:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  307. [18:50:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  308. [18:50:35] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  309. [18:50:35] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  310. [18:50:35] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  311. [18:50:35] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  312. [18:50:35] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  313. [18:50:35] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  314. [18:50:35] [Server thread/INFO]: Allow undead horse types to be leashed: true
  315. [18:50:35] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000
  316. [18:50:35] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  317. [18:50:35] [Server thread/INFO]: Keep spawn chunk loaded: true
  318. [18:50:35] [Server thread/INFO]: World async lighting: false
  319. [18:50:35] [Server thread/INFO]: Water over lava flow speed: 5
  320. [18:50:35] [Server thread/INFO]: Inverted Redstone Lamps: false
  321. [18:50:35] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  322. [18:50:35] [Server thread/INFO]: Mob Spawn Range: 4
  323. [18:50:35] [Server thread/INFO]: Anti X-Ray: true
  324. [18:50:35] [Server thread/INFO]: Engine Mode: 1
  325. [18:50:35] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  326. [18:50:35] [Server thread/INFO]: Replace Blocks: [1, 5]
  327. [18:50:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  328. [18:50:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
  329. [18:50:35] [Server thread/INFO]: Cane Growth Modifier: 100%
  330. [18:50:35] [Server thread/INFO]: Melon Growth Modifier: 100%
  331. [18:50:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  332. [18:50:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  333. [18:50:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
  334. [18:50:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
  335. [18:50:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  336. [18:50:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  337. [18:50:35] [Server thread/INFO]: Alternative Hopper Ticking: false
  338. [18:50:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  339. [18:50:35] [Server thread/INFO]: Random Lighting Updates: false
  340. [18:50:35] [Server thread/INFO]: Structure Info Saving: true
  341. [18:50:35] [Server thread/INFO]: Sending up to 5 chunks per packet
  342. [18:50:35] [Server thread/INFO]: Max Entity Collisions: 8
  343. [18:50:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  344. [18:50:35] [Server thread/INFO]: Max TNT Explosions: 100
  345. [18:50:35] [Server thread/INFO]: View Distance: 10
  346. [18:50:35] [Server thread/INFO]: Chunks to Grow per Tick: 650
  347. [18:50:35] [Server thread/INFO]: Clear tick list: false
  348. [18:50:35] [Server thread/INFO]: Experience Merge Radius: 3.0
  349. [18:50:35] [Server thread/INFO]: Item Despawn Rate: 6000
  350. [18:50:35] [Server thread/INFO]: Item Merge Radius: 2.5
  351. [18:50:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
  352. [18:50:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  353. [18:50:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  354. [18:50:35] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  355. [18:50:35] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  356. [18:50:35] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  357. [18:50:35] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  358. [18:50:35] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  359. [18:50:35] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  360. [18:50:35] [Server thread/INFO]: Allow undead horse types to be leashed: true
  361. [18:50:35] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000
  362. [18:50:35] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  363. [18:50:35] [Server thread/INFO]: Keep spawn chunk loaded: true
  364. [18:50:35] [Server thread/INFO]: World async lighting: false
  365. [18:50:35] [Server thread/INFO]: Water over lava flow speed: 5
  366. [18:50:35] [Server thread/INFO]: Inverted Redstone Lamps: false
  367. [18:50:35] [Server thread/INFO]: Preparing start region for level 0 (Seed: 27594263)
  368. [18:50:36] [Server thread/INFO]: Preparing start region for level 1 (Seed: -1713119954148783540)
  369. [18:50:36] [Server thread/INFO]: Preparing start region for level 2 (Seed: -8417030612497323635)
  370. [18:50:36] [Server thread/INFO]: [ElevatorSigns] Enabling ElevatorSigns v1.0
  371. [18:50:36] [Server thread/INFO]: [vAntiPearlGlitch] Enabling vAntiPearlGlitch vBETA
  372. [18:50:36] [Server thread/INFO]: --------------------------------------------------------------
  373. [18:50:36] [Server thread/INFO]: vAntiPearlGlitch: Loaded!
  374. [18:50:36] [Server thread/INFO]: --------------------------------------------------------------
  375. [18:50:36] [Server thread/INFO]: [ViperEnderpearls] Enabling ViperEnderpearls v1.0
  376. [18:50:36] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.5
  377. [18:50:36] [Server thread/INFO]: [EzQueueSpigot] Enabling EzQueueSpigot v3.0
  378. [18:50:36] [Server thread/INFO]: found join sign sign0
  379. [18:50:36] [Server thread/INFO]: [LootingXP] Enabling LootingXP v1.0
  380. [18:50:36] [Server thread/INFO]: LootingXP has been ENABLED!
  381. [18:50:36] [Server thread/INFO]: [DClaim] Enabling DClaim v1.0.0
  382. [18:50:36] [Server thread/INFO]: [DClaim] Reading config...
  383. [18:50:36] [Server thread/INFO]: [DClaim] Config Updated!
  384. [18:50:36] [Server thread/INFO]: [DClaim] DClaim v1.0.0 started successfully!
  385. [18:50:36] [Server thread/INFO]: [CommandSync] Enabling CommandSync v2.3
  386. [18:50:36] [Server thread/INFO]: [CommandSync] Configuration file loaded.
  387. [18:50:36] [Server thread/INFO]: [CommandSync] Could not connect to the server.
  388. [18:50:36] [Server thread/INFO]: [CommandSync] All data loaded.
  389. [18:50:36] [Server thread/INFO]: [PearlThrough] Enabling PearlThrough v1.1
  390. [18:50:36] [Server thread/INFO]: [HCFSignShop] Enabling HCFSignShop v1.0
  391. [18:50:36] [Server thread/INFO]: config.yml file loaded sucessfully
  392. [18:50:36] [Server thread/INFO]: [ItemKillTracker] Enabling ItemKillTracker v1.0
  393. [18:50:36] [Server thread/INFO]: [FastPot] Enabling FastPot v3.0
  394. [18:50:36] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.10.0
  395. [18:50:37] [Server thread/INFO]: CoreProtect version 2.10.0 is enabled!
  396. [18:50:37] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  397. [18:50:37] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.3
  398. [18:50:37] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  399. [18:50:37] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
  400. [18:50:37] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  401. [18:50:37] [Server thread/INFO]: git-PaperSpigot-ea452ce (MC: 1.7.10)
  402. [18:50:37] [Server thread/INFO]: 1.7.10-R0.1-SNAPSHOT
  403. [18:50:37] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  404. [18:50:37] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  405. [18:50:37] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  406. [18:50:37] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.6
  407. [18:50:37] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
  408. [18:50:37] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  409. [18:50:37] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 2000 at X: 0.0 Z: 0.0
  410. [18:50:37] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_the_end" has border radius 200 at X: -17.3 Z: -11.6
  411. [18:50:37] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_nether" has border radius 1300 at X: -0.0 Z: -0.0
  412. [18:50:37] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 0.0 Y: 71.0 Z: 0.0
  413. [18:50:37] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.6.2
  414. [18:50:37] [Server thread/INFO]: [BuycraftX] Looks like this is a fresh setup. Get started by using 'buycraft secret <key>' in the console.
  415. [18:50:41] [Server thread/INFO]: [BuycraftX] A new version of BuycraftX (12.0.0) is available. Go to your server panel at https://server.buycraft.net/plugins to download the update.
  416. [18:50:42] [Server thread/INFO]: [NoPluginViewer] Enabling NoPluginViewer v1.0
  417. [18:50:42] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  418. [18:50:42] [Server thread/INFO]: [Votifier] Votifier enabled.
  419. [18:50:42] [Server thread/INFO]: [LightningDeathReloaded] Enabling LightningDeathReloaded v1.1
  420. [18:50:42] [Server thread/INFO]: [LightningDeathReloaded] config.yml has been loaded.
  421. [18:50:42] [Server thread/INFO]: [LightningDeathReloaded] LightningDeathReloaded has been enabled.
  422. [18:50:42] [Server thread/INFO]: [SetEnd] Enabling SetEnd v1.0
  423. [18:50:42] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
  424. [18:50:42] [Server thread/INFO]: -------- World Settings For [worldend] --------
  425. [18:50:42] [Server thread/INFO]: Mob Spawn Range: 4
  426. [18:50:42] [Server thread/INFO]: Anti X-Ray: true
  427. [18:50:42] [Server thread/INFO]: Engine Mode: 1
  428. [18:50:42] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  429. [18:50:42] [Server thread/INFO]: Replace Blocks: [1, 5]
  430. [18:50:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  431. [18:50:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
  432. [18:50:42] [Server thread/INFO]: Cane Growth Modifier: 100%
  433. [18:50:42] [Server thread/INFO]: Melon Growth Modifier: 100%
  434. [18:50:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  435. [18:50:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  436. [18:50:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
  437. [18:50:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
  438. [18:50:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  439. [18:50:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  440. [18:50:42] [Server thread/INFO]: Alternative Hopper Ticking: false
  441. [18:50:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  442. [18:50:42] [Server thread/INFO]: Random Lighting Updates: false
  443. [18:50:42] [Server thread/INFO]: Structure Info Saving: true
  444. [18:50:42] [Server thread/INFO]: Sending up to 5 chunks per packet
  445. [18:50:42] [Server thread/INFO]: Max Entity Collisions: 8
  446. [18:50:42] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  447. [18:50:42] [Server thread/INFO]: Max TNT Explosions: 100
  448. [18:50:42] [Server thread/INFO]: View Distance: 10
  449. [18:50:42] [Server thread/INFO]: Chunks to Grow per Tick: 650
  450. [18:50:42] [Server thread/INFO]: Clear tick list: false
  451. [18:50:42] [Server thread/INFO]: Experience Merge Radius: 3.0
  452. [18:50:42] [Server thread/INFO]: Item Despawn Rate: 6000
  453. [18:50:42] [Server thread/INFO]: Item Merge Radius: 2.5
  454. [18:50:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
  455. [18:50:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  456. [18:50:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  457. [18:50:42] [Server thread/INFO]: -------- World Settings For [worldend] --------
  458. [18:50:42] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  459. [18:50:42] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  460. [18:50:42] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  461. [18:50:42] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  462. [18:50:42] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  463. [18:50:42] [Server thread/INFO]: Allow undead horse types to be leashed: true
  464. [18:50:42] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000
  465. [18:50:42] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  466. [18:50:42] [Server thread/INFO]: Keep spawn chunk loaded: true
  467. [18:50:42] [Server thread/INFO]: World async lighting: false
  468. [18:50:42] [Server thread/INFO]: Water over lava flow speed: 5
  469. [18:50:42] [Server thread/INFO]: Inverted Redstone Lamps: false
  470. [18:50:42] [Server thread/INFO]: World worldend is a duplicate of another world and has been prevented from loading. Please delete the uid.dat file from worldend's world directory if you want to be able to load the duplicate world.
  471. [18:50:42] [Server thread/ERROR]: [Multiverse-Core] The world 'worldend' could NOT be loaded because the server didn't like it!
  472. [18:50:42] [Server thread/ERROR]: [Multiverse-Core] We don't really know why this is. Contact the developer of your server software!
  473. [18:50:42] [Server thread/ERROR]: [Multiverse-Core] Server version info: git-PaperSpigot-ea452ce (MC: 1.7.10)
  474. [18:50:42] [Server thread/INFO]: Could not set generator for world 'ASkyBlock': Plugin 'ASkyBlock' does not exist
  475. [18:50:42] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
  476. [18:50:42] [Server thread/INFO]: Mob Spawn Range: 4
  477. [18:50:42] [Server thread/INFO]: Anti X-Ray: true
  478. [18:50:42] [Server thread/INFO]: Engine Mode: 1
  479. [18:50:42] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  480. [18:50:42] [Server thread/INFO]: Replace Blocks: [1, 5]
  481. [18:50:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  482. [18:50:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
  483. [18:50:42] [Server thread/INFO]: Cane Growth Modifier: 100%
  484. [18:50:42] [Server thread/INFO]: Melon Growth Modifier: 100%
  485. [18:50:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  486. [18:50:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  487. [18:50:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
  488. [18:50:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
  489. [18:50:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  490. [18:50:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  491. [18:50:42] [Server thread/INFO]: Alternative Hopper Ticking: false
  492. [18:50:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  493. [18:50:42] [Server thread/INFO]: Random Lighting Updates: false
  494. [18:50:42] [Server thread/INFO]: Structure Info Saving: true
  495. [18:50:42] [Server thread/INFO]: Sending up to 5 chunks per packet
  496. [18:50:42] [Server thread/INFO]: Max Entity Collisions: 8
  497. [18:50:42] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  498. [18:50:42] [Server thread/INFO]: Max TNT Explosions: 100
  499. [18:50:42] [Server thread/INFO]: View Distance: 10
  500. [18:50:42] [Server thread/INFO]: Chunks to Grow per Tick: 650
  501. [18:50:42] [Server thread/INFO]: Clear tick list: false
  502. [18:50:42] [Server thread/INFO]: Experience Merge Radius: 3.0
  503. [18:50:42] [Server thread/INFO]: Item Despawn Rate: 6000
  504. [18:50:42] [Server thread/INFO]: Item Merge Radius: 2.5
  505. [18:50:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
  506. [18:50:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  507. [18:50:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  508. [18:50:42] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
  509. [18:50:42] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  510. [18:50:42] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  511. [18:50:42] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  512. [18:50:42] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  513. [18:50:42] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  514. [18:50:42] [Server thread/INFO]: Allow undead horse types to be leashed: true
  515. [18:50:42] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000
  516. [18:50:42] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  517. [18:50:42] [Server thread/INFO]: Keep spawn chunk loaded: true
  518. [18:50:42] [Server thread/INFO]: World async lighting: false
  519. [18:50:42] [Server thread/INFO]: Water over lava flow speed: 5
  520. [18:50:42] [Server thread/INFO]: Inverted Redstone Lamps: false
  521. [18:50:42] [Server thread/INFO]: Preparing start region for level 3 (Seed: -4841610967472023815)
  522. [18:50:42] [Server thread/INFO]: Could not set generator for world 'ASkyBlock': Plugin 'ASkyBlock' does not exist
  523. [18:50:42] [Server thread/INFO]: Could not set generator for world 'ASkyBlock_nether': Plugin 'ASkyBlock' does not exist
  524. [18:50:42] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
  525. [18:50:42] [Server thread/INFO]: Mob Spawn Range: 4
  526. [18:50:42] [Server thread/INFO]: Anti X-Ray: true
  527. [18:50:42] [Server thread/INFO]: Engine Mode: 1
  528. [18:50:42] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  529. [18:50:42] [Server thread/INFO]: Replace Blocks: [1, 5]
  530. [18:50:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  531. [18:50:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
  532. [18:50:42] [Server thread/INFO]: Cane Growth Modifier: 100%
  533. [18:50:42] [Server thread/INFO]: Melon Growth Modifier: 100%
  534. [18:50:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  535. [18:50:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  536. [18:50:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
  537. [18:50:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
  538. [18:50:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  539. [18:50:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  540. [18:50:42] [Server thread/INFO]: Alternative Hopper Ticking: false
  541. [18:50:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  542. [18:50:42] [Server thread/INFO]: Random Lighting Updates: false
  543. [18:50:42] [Server thread/INFO]: Structure Info Saving: true
  544. [18:50:42] [Server thread/INFO]: Sending up to 5 chunks per packet
  545. [18:50:42] [Server thread/INFO]: Max Entity Collisions: 8
  546. [18:50:42] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  547. [18:50:42] [Server thread/INFO]: Max TNT Explosions: 100
  548. [18:50:42] [Server thread/INFO]: View Distance: 10
  549. [18:50:42] [Server thread/INFO]: Chunks to Grow per Tick: 650
  550. [18:50:42] [Server thread/INFO]: Clear tick list: false
  551. [18:50:42] [Server thread/INFO]: Experience Merge Radius: 3.0
  552. [18:50:42] [Server thread/INFO]: Item Despawn Rate: 6000
  553. [18:50:42] [Server thread/INFO]: Item Merge Radius: 2.5
  554. [18:50:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
  555. [18:50:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  556. [18:50:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  557. [18:50:42] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
  558. [18:50:42] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  559. [18:50:42] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  560. [18:50:42] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  561. [18:50:42] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  562. [18:50:42] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  563. [18:50:42] [Server thread/INFO]: Allow undead horse types to be leashed: true
  564. [18:50:42] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000
  565. [18:50:42] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  566. [18:50:42] [Server thread/INFO]: Keep spawn chunk loaded: true
  567. [18:50:42] [Server thread/INFO]: World async lighting: false
  568. [18:50:42] [Server thread/INFO]: Water over lava flow speed: 5
  569. [18:50:42] [Server thread/INFO]: Inverted Redstone Lamps: false
  570. [18:50:42] [Server thread/INFO]: Preparing start region for level 4 (Seed: 5881553203045564527)
  571. [18:50:42] [Server thread/INFO]: Could not set generator for world 'ASkyBlock_nether': Plugin 'ASkyBlock' does not exist
  572. [18:50:42] [Server thread/INFO]: -------- World Settings For [mineworld] --------
  573. [18:50:42] [Server thread/INFO]: Mob Spawn Range: 4
  574. [18:50:42] [Server thread/INFO]: Anti X-Ray: true
  575. [18:50:42] [Server thread/INFO]: Engine Mode: 1
  576. [18:50:42] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  577. [18:50:42] [Server thread/INFO]: Replace Blocks: [1, 5]
  578. [18:50:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  579. [18:50:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
  580. [18:50:42] [Server thread/INFO]: Cane Growth Modifier: 100%
  581. [18:50:42] [Server thread/INFO]: Melon Growth Modifier: 100%
  582. [18:50:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  583. [18:50:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  584. [18:50:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
  585. [18:50:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
  586. [18:50:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  587. [18:50:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  588. [18:50:42] [Server thread/INFO]: Alternative Hopper Ticking: false
  589. [18:50:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  590. [18:50:42] [Server thread/INFO]: Random Lighting Updates: false
  591. [18:50:42] [Server thread/INFO]: Structure Info Saving: true
  592. [18:50:42] [Server thread/INFO]: Sending up to 5 chunks per packet
  593. [18:50:42] [Server thread/INFO]: Max Entity Collisions: 8
  594. [18:50:42] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  595. [18:50:42] [Server thread/INFO]: Max TNT Explosions: 100
  596. [18:50:42] [Server thread/INFO]: View Distance: 10
  597. [18:50:42] [Server thread/INFO]: Chunks to Grow per Tick: 650
  598. [18:50:42] [Server thread/INFO]: Clear tick list: false
  599. [18:50:42] [Server thread/INFO]: Experience Merge Radius: 3.0
  600. [18:50:42] [Server thread/INFO]: Item Despawn Rate: 6000
  601. [18:50:42] [Server thread/INFO]: Item Merge Radius: 2.5
  602. [18:50:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
  603. [18:50:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  604. [18:50:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  605. [18:50:42] [Server thread/INFO]: -------- World Settings For [mineworld] --------
  606. [18:50:42] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  607. [18:50:42] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  608. [18:50:42] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  609. [18:50:42] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  610. [18:50:42] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  611. [18:50:42] [Server thread/INFO]: Allow undead horse types to be leashed: true
  612. [18:50:42] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000
  613. [18:50:42] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  614. [18:50:42] [Server thread/INFO]: Keep spawn chunk loaded: true
  615. [18:50:42] [Server thread/INFO]: World async lighting: false
  616. [18:50:42] [Server thread/INFO]: Water over lava flow speed: 5
  617. [18:50:42] [Server thread/INFO]: Inverted Redstone Lamps: false
  618. [18:50:42] [Server thread/INFO]: Preparing start region for level 5 (Seed: 2770230485165846310)
  619. [18:50:42] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: FreeWorld
  620. [18:50:42] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  621. [18:50:42] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
  622. [18:50:42] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
  623. [18:50:42] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.15.1-RC-sMD5NET-b1084
  624. [18:50:42] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.7.10 / CB3100
  625. [18:50:42] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  626. [18:50:42] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  627. [18:50:42] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  628. [18:50:42] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  629. [18:50:42] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.7.10)...
  630. [18:50:42] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance | CatchAllAdapter
  631. [18:50:43] [Server thread/INFO]: [NoCheatPlus] Version 3.15.1-RC-sMD5NET-b1084 is enabled.
  632. [18:50:43] [Server thread/INFO]: [KitAdder] Enabling KitAdder v2.6
  633. [18:50:43] [Server thread/INFO]: [KitAdder] KitAdder plugin has been enabled!
  634. [18:50:43] [Server thread/INFO]: [GlowstoneMountain] Enabling GlowstoneMountain v2.0
  635. [18:50:43] [Server thread/INFO]: §a-----------GLOWSTONE MOUNTAIN PLUGIN HAS BEEN LOADED-----------
  636. [18:50:43] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
  637. [18:50:43] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.22.8
  638. [18:50:43] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  639. [18:50:43] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  640. [18:50:43] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  641. [18:50:43] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  642. [18:50:43] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  643. [18:50:43] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  644. [18:50:43] [Server thread/INFO]: [ServerConnect] Enabling ServerConnect v0.1
  645. [18:50:43] [Server thread/INFO]: [KeepTheWeather] Enabling KeepTheWeather v1.0
  646. [18:50:43] [Server thread/INFO]: KeepTheWeather enabled!
  647. [18:50:43] [Server thread/INFO]: [GAListener] Enabling GAListener v1.3.1
  648. [18:50:43] [Server thread/INFO]: [GAListener] GAListener v1.3.1 Enabled
  649. [18:50:43] [Server thread/INFO]: [Recording] Enabling Recording v1.0
  650. [18:50:43] [Server thread/INFO]: =+=+=+=+=+=+=+= Recording =+=+=+=+=+=+=+=
  651. [18:50:43] [Server thread/INFO]: Recording has been ENABLED
  652. [18:50:43] [Server thread/INFO]: Author: ApolloDevs
  653. [18:50:43] [Server thread/INFO]: All Rights Reserved
  654. [18:50:43] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
  655. [18:50:43] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
  656. [18:50:43] [Server thread/INFO]: [HolographicDisplaysPatch] Enabling HolographicDisplaysPatch v1.0.8
  657. [18:50:43] [Thread-15/WARN]: [PermissionsEx] An update to PermissionsEx version 1.23.4 is available to download from http://dev.bukkit.org/bukkit-plugins/permissionsex/. Please review the changes and update as soon as possible!
  658. [18:50:43] [Server thread/WARN]: [HolographicDisplaysPatch] This plugin does only work on Spigot #1628 and higher! If you're using the new patched Spigot, ignore this warning.
  659. [18:50:43] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
  660. [18:50:43] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  661. [18:50:43] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  662. [18:50:43] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  663. [18:50:43] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  664. [18:50:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  665. [18:50:43] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  666. [18:50:43] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  667. [18:50:43] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  668. [18:50:43] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  669. [18:50:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  670. [18:50:43] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  671. [18:50:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  672. [18:50:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  673. [18:50:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  674. [18:50:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  675. [18:50:43] [Server thread/INFO]: [WorldGuard] (ASkyBlock) TNT ignition is PERMITTED.
  676. [18:50:43] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lighters are PERMITTED.
  677. [18:50:43] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lava fire is blocked.
  678. [18:50:43] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Fire spread is UNRESTRICTED.
  679. [18:50:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock'
  680. [18:50:43] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) TNT ignition is PERMITTED.
  681. [18:50:43] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lighters are PERMITTED.
  682. [18:50:43] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lava fire is blocked.
  683. [18:50:43] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Fire spread is UNRESTRICTED.
  684. [18:50:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock_nether'
  685. [18:50:43] [Server thread/INFO]: [WorldGuard] (mineworld) TNT ignition is PERMITTED.
  686. [18:50:43] [Server thread/INFO]: [WorldGuard] (mineworld) Lighters are PERMITTED.
  687. [18:50:43] [Server thread/INFO]: [WorldGuard] (mineworld) Lava fire is blocked.
  688. [18:50:43] [Server thread/INFO]: [WorldGuard] (mineworld) Fire spread is UNRESTRICTED.
  689. [18:50:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'mineworld'
  690. [18:50:43] [Server thread/INFO]: [WorldGuard] Loading region data...
  691. [18:50:43] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v12.9.9
  692. [18:50:43] [Server thread/INFO]: Detected Minecraft v1_7_R4, using SkinFactory_v1_7_R4
  693. [18:50:43] [Server thread/INFO]: Detected Multiverse-Core Using it for dimensions.
  694. [18:50:43] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.5.1
  695. [18:50:43] [Server thread/WARN]: [CratesPlus] CratesPlus does NOT fully support Bukkit 1.7, if you have issues please report them but they may not be fixed
  696. [18:50:43] [Server thread/ERROR]: Error occurred while enabling CratesPlus v4.5.1 (Is it up to date?)
  697. java.lang.NullPointerException
  698. at org.bukkit.Location.getBlock(Location.java:82) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  699. at plus.crates.CratesPlus.loadMetaData(CratesPlus.java:443) ~[?:?]
  700. at plus.crates.CratesPlus.onEnable(CratesPlus.java:212) ~[?:?]
  701. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  702. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  703. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  704. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  705. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  706. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:356) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  707. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:330) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  708. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:286) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  709. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:227) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  710. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:496) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  711. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  712. [18:50:43] [Server thread/INFO]: [TitleManager] Enabling TitleManager v1.5.11
  713. [18:50:43] [Server thread/INFO]: [SpawnerShop] Enabling SpawnerShop v4.0
  714. [18:50:43] [Server thread/INFO]: [LiteBans] Enabling LiteBans v1.9.30
  715. [18:50:43] [Server thread/ERROR]: Error occurred while enabling LiteBans v1.9.30 (Is it up to date?)
  716. java.lang.annotation.IncompleteAnnotationException: litebans.r missing element a
  717. at sun.reflect.annotation.AnnotationInvocationHandler.invoke(AnnotationInvocationHandler.java:81) ~[?:1.8.0_212]
  718. at litebans.$Proxy32.a(Unknown Source) ~[?:?]
  719. at litebans.bh.a(bh.java:55) ~[?:?]
  720. at litebans.bh.a(bh.java:48) ~[?:?]
  721. at litebans.cG.a(cG.java:2) ~[?:?]
  722. at litebans.g.h(g.java:112) ~[?:?]
  723. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  724. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  725. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  726. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  727. at litebans.g.onEnable(g.java:55) ~[?:?]
  728. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[PaperSpigot.jar:git-PaperSpigot-ea452ce]
  729. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  730. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  731. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  732. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  733. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:356) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  734. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:330) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  735. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:286) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  736. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:227) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  737. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:496) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  738. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [PaperSpigot.jar:git-PaperSpigot-ea452ce]
  739. [18:50:44] [Server thread/INFO]: [KoTH] Enabling KoTH v1.2.1
  740. [18:50:44] [Server thread/INFO]: [WarpPortals] Enabling WarpPortals v5.6.3
  741. [18:50:44] [Server thread/INFO]: [WarpPortals] 2 Portals loaded!
  742. [18:50:44] [Server thread/INFO]: [WarpPortals] 3 Destinations loaded!
  743. [18:50:44] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.13-SNAPSHOT (build 1172)
  744. [18:50:44] [Server thread/ERROR]: [Citizens] Unable to find Rhino classes - javascript scripts won't see non-CraftBukkit classes
  745. [18:50:44] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.67
  746. [18:50:44] [Server thread/INFO]: [Factions] Enabling Factions v0.0.9
  747. [18:50:44] [Server thread/INFO]: [Factions v0.0.9] === ENABLE START ===
  748. [18:50:44] [Server thread/INFO]: [Factions v0.0.9] Loaded 0 players
  749. [18:50:44] [Server thread/INFO]: [Factions v0.0.9] Loaded 3 Factions
  750. [18:50:44] [Server thread/INFO]: [Factions v0.0.9] Loading board from disk
  751. [18:50:44] [Server thread/INFO]: [Factions v0.0.9] Loaded 3403 board locations
  752. [18:50:44] [Server thread/INFO]: [Factions v0.0.9] Economy integration through Vault plugin successful.
  753. [18:50:44] [Server thread/INFO]: [Factions v0.0.9] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
  754. [18:50:44] [Server thread/INFO]: [Factions v0.0.9] === ENABLE DONE (Took 342ms) ===
  755. [18:50:44] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.7.2
  756. [18:50:44] [Server thread/INFO]: Injecting command info into Citizens.
  757. [18:50:44] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v5.0.2
  758. [18:50:45] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  759. [18:50:45] [Server thread/INFO]: [SilkSpawners] Loading support for v1_7_R4
  760. [18:50:45] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
  761. [18:50:45] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
  762. [18:50:45] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
  763. [18:50:45] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  764. [18:50:45] [Server thread/INFO]: Done (9.959s)! For help, type "help" or "?"
  765. [18:50:45] [Server thread/INFO]: Starting GS4 status listener
  766. [18:50:45] [Query Listener #1/INFO]: Query running on 0.0.0.0:25571
  767. [18:50:45] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  768. [18:50:45] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  769. [18:50:45] [Server thread/INFO]: Accepted EditSessionFactory of type net.coreprotect.worldedit.v5.CoreProtectEditSessionFactoryv5 from net.coreprotect.worldedit.v5
  770. [18:50:45] [Craft Scheduler Thread - 9/INFO]: [GAListener] Connection established!
  771. [18:50:45] [Craft Scheduler Thread - 8/INFO]: Failed to check for an update on spigot.
  772. [18:50:45] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.3.2
  773. [18:50:45] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  774. [18:50:45] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
  775. [18:50:45] [Craft Scheduler Thread - 8/INFO]: 
  776. [18:50:45] [Craft Scheduler Thread - 8/INFO]:  +===============+
  777. [18:50:45] [Craft Scheduler Thread - 8/INFO]:  | SkinsRestorer |
  778. [18:50:45] [Craft Scheduler Thread - 8/INFO]:  +===============+
  779. [18:50:45] [Craft Scheduler Thread - 8/INFO]: 
  780. [18:50:45] [Craft Scheduler Thread - 8/INFO]:  Current version: 12.9.9
  781. [18:50:45] [Craft Scheduler Thread - 8/INFO]:  The latest version!
  782. [18:50:45] [Craft Scheduler Thread - 8/INFO]: 
  783. [18:50:45] [Craft Scheduler Thread - 9/INFO]: [GAListener] Loading queued votes
  784. [18:50:45] [Craft Scheduler Thread - 9/INFO]: [GAListener] Loaded 0 queued votes
  785. [18:50:45] [Craft Scheduler Thread - 13/INFO]: [NoCheatPlus] Assume legacy piston behavior.
  786. [18:50:45] [Craft Scheduler Thread - 13/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  787. [18:50:45] [Server thread/INFO]: [Citizens] Loaded 2 NPCs.
  788. [18:50:45] [Craft Scheduler Thread - 13/INFO]: [Vault] Checking for Updates ...
  789. [18:50:45] [Craft Scheduler Thread - 13/WARN]: [Vault] Stable Version: 1.7.1 is out! You are still running version: 1.5.6
  790. [18:50:45] [Craft Scheduler Thread - 13/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
  791. [18:50:46] [Thread-9/INFO]: [CommandSync] Could not connect to the server.
  792. [18:50:57] [Thread-9/INFO]: [CommandSync] Could not connect to the server.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement