Advertisement
Guest User

Untitled

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