Guest User

Untitled

a guest
Apr 12th, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.90 KB | None | 0 0
  1. openjdk version "1.8.0_242"
  2. OpenJDK Runtime Environment (build 1.8.0_242-b08)
  3. OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)
  4. :/home/container$ java -Xms128M -Xmx2048M -Dterminal.jline=false -Dterminal.ansi=true -jar server.jar
  5. System Info: Java 1.8 (OpenJDK 64-Bit Server VM 25.242-b08) Host: Linux 4.15.0-60-generic (amd64)
  6. Loading libraries, please wait...
  7. [09:30:32 INFO]: Starting minecraft server version 1.15.2
  8. [09:30:32 INFO]: Loading properties
  9. [09:30:32 INFO]: This server is running Paper version git-Paper-171 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
  10. [09:30:33 INFO]: Debug logging is disabled
  11. [09:30:33 INFO]: Server Ping Player Sample Count: 12
  12. [09:30:33 INFO]: Using 4 threads for Netty based IO
  13. [09:30:33 INFO]: Default game type: SURVIVAL
  14. [09:30:33 INFO]: Generating keypair
  15. [09:30:33 INFO]: Starting Minecraft server on 0.0.0.0:25561
  16. [09:30:33 INFO]: Using epoll channel type
  17. [09:30:35 WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
  18. [09:30:40 WARN]: Legacy plugin TimeIsMoney v1.9.6.11 does not specify an api-version.
  19. [09:30:41 ERROR]: Could not load 'plugins/MoneyHunters.jar' in folder 'plugins'
  20. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: su/fogus/core/JPlugin
  21. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) ~[patched_1.15.2.jar:git-Paper-171]
  22. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:397) ~[patched_1.15.2.jar:git-Paper-171]
  23. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:305) ~[patched_1.15.2.jar:git-Paper-171]
  24. at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:358) ~[patched_1.15.2.jar:git-Paper-171]
  25. at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:234) ~[patched_1.15.2.jar:git-Paper-171]
  26. at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:890) ~[patched_1.15.2.jar:git-Paper-171]
  27. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  28. Caused by: java.lang.NoClassDefFoundError: su/fogus/core/JPlugin
  29. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_242]
  30. at java.lang.ClassLoader.defineClass(ClassLoader.java:757) ~[?:1.8.0_242]
  31. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_242]
  32. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:167) ~[patched_1.15.2.jar:git-Paper-171]
  33. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.15.2.jar:git-Paper-171]
  34. at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_242]
  35. at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242]
  36. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
  37. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_242]
  38. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[patched_1.15.2.jar:git-Paper-171]
  39. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.15.2.jar:git-Paper-171]
  40. ... 6 more
  41. Caused by: java.lang.ClassNotFoundException: su.fogus.core.JPlugin
  42. at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_242]
  43. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171) ~[patched_1.15.2.jar:git-Paper-171]
  44. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.15.2.jar:git-Paper-171]
  45. at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_242]
  46. at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242]
  47. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_242]
  48. at java.lang.ClassLoader.defineClass(ClassLoader.java:757) ~[?:1.8.0_242]
  49. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_242]
  50. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:167) ~[patched_1.15.2.jar:git-Paper-171]
  51. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.15.2.jar:git-Paper-171]
  52. at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_242]
  53. at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242]
  54. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
  55. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_242]
  56. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[patched_1.15.2.jar:git-Paper-171]
  57. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.15.2.jar:git-Paper-171]
  58. ... 6 more
  59. [09:30:41 WARN]: Legacy plugin DeluxeCombat_Addon_WG v0.6 does not specify an api-version.
  60. [09:30:41 INFO]: [LuckPerms] Loading LuckPerms v5.0.72
  61. [09:30:41 INFO]: [WorldEdit] Loading WorldEdit v7.1.0;8e55131
  62. [09:30:42 INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@7dae56f1]
  63. [09:30:42 INFO]: [Skript] Loading Skript v2.5-alpha2
  64. [09:30:42 INFO]: [OpenInv] Loading OpenInv v4.0.8
  65. [09:30:42 INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
  66. [09:30:42 INFO]: [InfiniteAnnouncements] Loading InfiniteAnnouncements v1.6.1
  67. [09:30:42 INFO]: [WorldBorder] Loading WorldBorder v1.9.10 (beta)
  68. [09:30:42 INFO]: [WorldGuard] Loading WorldGuard v7.0.2-SNAPSHOT;bf2593e
  69. [09:30:42 INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
  70. [09:30:42 INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0
  71. [09:30:42 WARN]: [ProtocolLib] Version (MC: 1.15.2) has not yet been tested! Proceed with caution.
  72. [09:30:43 INFO]: [InventoryRollback] Loading InventoryRollback v2.0-beta
  73. [09:30:43 INFO]: [Vouchers] Loading Vouchers v1.8.6-RELEASE
  74. [09:30:43 INFO]: [Images] Loading Images v2.0.5
  75. [09:30:43 INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v4.1.0-b763
  76. [09:30:43 INFO]: [NoPhantoms] Loading NoPhantoms v3.0
  77. [09:30:43 INFO]: [Vault] Loading Vault v1.7.2-b107
  78. [09:30:43 INFO]: [CoreProtect] Loading CoreProtect v2.18.2
  79. [09:30:43 INFO]: [LastLoginAPI] Loading LastLoginAPI v1.3.5
  80. [09:30:43 INFO]: [Essentials] Loading Essentials v2.17.2.0
  81. [09:30:43 INFO]: [Parties] Loading Parties v2.6.14
  82. [09:30:43 INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.1
  83. [09:30:43 INFO]: [QuickShop] Loading QuickShop v3.1.4.26
  84. [09:30:43 INFO]: [QuickShop] Log4J has been enabled as logging system.
  85. [09:30:43 INFO]: [QuickShop] Loading up integration modules.
  86. [09:30:43 INFO]: [Citizens] Loading Citizens v2.0.26-SNAPSHOT (build 1852)
  87. [09:30:43 INFO]: [EssentialsProtect] Loading EssentialsProtect v2.17.2.0
  88. [09:30:43 INFO]: [FogusCore] Loading FogusCore v1.9.9
  89. [09:30:43 INFO]: [EssentialsChat] Loading EssentialsChat v2.17.2.0
  90. [09:30:43 INFO]: [TimeIsMoney] Loading TimeIsMoney v1.9.6.11
  91. [09:30:43 INFO]: [GoldenEnchants] Loading GoldenEnchants v2.6.1
  92. [09:30:43 INFO]: [SuperVanish] Loading SuperVanish v6.1.3
  93. [09:30:43 INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.2.0
  94. [09:30:43 INFO]: [UltimateRepairing] Loading UltimateRepairing v1.3.4
  95. [09:30:43 INFO]: [OreAnnouncer] Loading OreAnnouncer v2.4.6
  96. [09:30:43 INFO]: [dtlTraders] Loading dtlTraders v5.1.19
  97. [09:30:43 INFO]: [DeluxeCombat] Loading DeluxeCombat v1.15.8
  98. [09:30:43 INFO]: [DeluxeCombat_Addon_WG] Loading DeluxeCombat_Addon_WG v0.6
  99. [09:30:43 INFO]: Server permissions file permissions.yml is empty, ignoring it
  100. [09:30:43 INFO]: [LuckPerms] Enabling LuckPerms v5.0.72
  101. [09:30:43 INFO]: __
  102. [09:30:43 INFO]: | |__) LuckPerms v5.0.72
  103. [09:30:43 INFO]: |___ | Running on Bukkit - Paper
  104. [09:30:43 INFO]:
  105. [09:30:43 INFO]: [LuckPerms] Loading configuration...
  106. [09:30:44 INFO]: [LuckPerms] Loading storage provider... [YAML]
  107. [09:30:44 INFO]: [LuckPerms] Loading internal permission managers...
  108. [09:30:44 INFO]: [LuckPerms] Performing initial data load...
  109. [09:30:45 INFO]: [LuckPerms] Successfully enabled. (took 1515ms)
  110. [09:30:45 INFO]: [WorldEdit] Enabling WorldEdit v7.1.0;8e55131
  111. [09:30:45 WARN]: [WorldEdit] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
  112. [09:30:45 INFO]: WEPIF: Using the Bukkit Permissions API.
  113. [09:30:45 INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_15_R2 as the Bukkit adapter
  114. [09:30:47 INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0
  115. [09:30:47 INFO]: [ProtocolLib] Started structure compiler thread.
  116. [09:30:47 INFO]: [Vault] Enabling Vault v1.7.2-b107
  117. [09:30:47 WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.17.2.0 which is not a depend, softdepend or loadbefore of this plugin.
  118. [09:30:47 INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  119. [09:30:47 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  120. [09:30:47 INFO]: [Vault] Enabled Version 1.7.2-b107
  121. [09:30:47 WARN]: [LuckPerms] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
  122. [09:30:47 INFO]: [LuckPerms] Registered Vault permission & chat hook.
  123. [09:30:47 INFO]: WEPIF: Vault detected! Using Vault for permissions
  124. [09:30:47 INFO]: [FogusCore] Enabling FogusCore v1.9.9
  125. [09:30:47 WARN]: [FogusCore] *** DISCLAIMER ***
  126. [09:30:47 WARN]: [FogusCore] > You're running an unofficial Spigot fork.
  127. [09:30:47 WARN]: [FogusCore] > ONLY OFFICIAL SPIGOT (spigotmc.org) IS SUPPORTED!
  128. [09:30:47 WARN]: [FogusCore] > You won't get any support for any issues unless they are persists on regular Spigot.
  129. [09:30:47 INFO]: [FogusCore] Loaded NMS version: V1_15_R1
  130. [09:30:47 INFO]: [FogusCore] Successfully hooked with LuckPerms permissions
  131. [09:30:47 INFO]: [FogusCore] Successfully hooked with Essentials Economy economy
  132. [09:30:47 INFO]: [FogusCore] Successfully hooked with LuckPerms chat
  133. [09:30:47 INFO]: [FogusCore] [Hook] Vault: Success!
  134. [09:30:48 INFO]: [FogusCore] Loaded module: Statistics v1.0.0 in 13 ms.
  135. [09:30:48 INFO]: [FogusCore] Plugin loaded in 724 ms!
  136. [09:30:48 INFO]: [GoldenEnchants] Enabling GoldenEnchants v2.6.1
  137. [09:30:48 WARN]: [GoldenEnchants] *** DISCLAIMER ***
  138. [09:30:48 WARN]: [GoldenEnchants] > You're running an unofficial Spigot fork.
  139. [09:30:48 WARN]: [GoldenEnchants] > ONLY OFFICIAL SPIGOT (spigotmc.org) IS SUPPORTED!
  140. [09:30:48 WARN]: [GoldenEnchants] > You won't get any support for any issues unless they are persists on regular Spigot.
  141. [09:30:48 INFO]: [GoldenEnchants] Powered by: FogusCore
  142. [09:30:48 INFO]: [GoldenEnchants] Tiers Loaded: 4
  143. [09:30:48 INFO]: [GoldenEnchants] Enchants Registered: 35
  144. [09:30:48 INFO]: [GoldenEnchants] Plugin loaded in 332 ms!
  145. [09:30:48 INFO]: Preparing level "world1"
  146. [09:30:48 INFO]: Reloading ResourceManager: Default, bukkit
  147. [09:30:55 INFO]: Loaded 6 recipes
  148. [09:30:56 INFO]: -------- World Settings For [world1] --------
  149. [09:30:56 INFO]: Mob Spawn Range: 8
  150. [09:30:56 INFO]: Experience Merge Radius: 3.0
  151. [09:30:56 INFO]: Cactus Growth Modifier: 100%
  152. [09:30:56 INFO]: Cane Growth Modifier: 100%
  153. [09:30:56 INFO]: Melon Growth Modifier: 100%
  154. [09:30:56 INFO]: Mushroom Growth Modifier: 100%
  155. [09:30:56 INFO]: Pumpkin Growth Modifier: 100%
  156. [09:30:56 INFO]: Sapling Growth Modifier: 100%
  157. [09:30:56 INFO]: Beetroot Growth Modifier: 100%
  158. [09:30:56 INFO]: Carrot Growth Modifier: 100%
  159. [09:30:56 INFO]: Potato Growth Modifier: 100%
  160. [09:30:56 INFO]: Wheat Growth Modifier: 100%
  161. [09:30:56 INFO]: NetherWart Growth Modifier: 100%
  162. [09:30:56 INFO]: Vine Growth Modifier: 100%
  163. [09:30:56 INFO]: Cocoa Growth Modifier: 100%
  164. [09:30:56 INFO]: Bamboo Growth Modifier: 100%
  165. [09:30:56 INFO]: SweetBerry Growth Modifier: 100%
  166. [09:30:56 INFO]: Kelp Growth Modifier: 100%
  167. [09:30:56 INFO]: Max TNT Explosions: 100
  168. [09:30:56 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  169. [09:30:56 INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  170. [09:30:56 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  171. [09:30:56 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  172. [09:30:56 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
  173. [09:30:56 INFO]: View Distance: 10
  174. [09:30:56 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  175. [09:30:56 INFO]: Item Merge Radius: 2.5
  176. [09:30:56 INFO]: Item Despawn Rate: 6000
  177. [09:30:56 INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  178. [09:30:56 INFO]: Zombie Aggressive Towards Villager: true
  179. [09:30:56 INFO]: Nerfing mobs spawned from spawners: false
  180. [09:30:56 INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  181. [09:30:56 INFO]: -------- World Settings For [world1_nether] --------
  182. [09:30:56 INFO]: Mob Spawn Range: 8
  183. [09:30:56 INFO]: Experience Merge Radius: 3.0
  184. [09:30:56 INFO]: Cactus Growth Modifier: 100%
  185. [09:30:56 INFO]: Cane Growth Modifier: 100%
  186. [09:30:56 INFO]: Melon Growth Modifier: 100%
  187. [09:30:56 INFO]: Mushroom Growth Modifier: 100%
  188. [09:30:56 INFO]: Pumpkin Growth Modifier: 100%
  189. [09:30:56 INFO]: Sapling Growth Modifier: 100%
  190. [09:30:56 INFO]: Beetroot Growth Modifier: 100%
  191. [09:30:56 INFO]: Carrot Growth Modifier: 100%
  192. [09:30:56 INFO]: Potato Growth Modifier: 100%
  193. [09:30:56 INFO]: Wheat Growth Modifier: 100%
  194. [09:30:56 INFO]: NetherWart Growth Modifier: 100%
  195. [09:30:56 INFO]: Vine Growth Modifier: 100%
  196. [09:30:56 INFO]: Cocoa Growth Modifier: 100%
  197. [09:30:56 INFO]: Bamboo Growth Modifier: 100%
  198. [09:30:56 INFO]: SweetBerry Growth Modifier: 100%
  199. [09:30:56 INFO]: Kelp Growth Modifier: 100%
  200. [09:30:56 INFO]: Max TNT Explosions: 100
  201. [09:30:56 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  202. [09:30:56 INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  203. [09:30:56 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  204. [09:30:56 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  205. [09:30:56 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
  206. [09:30:56 INFO]: View Distance: 10
  207. [09:30:56 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  208. [09:30:56 INFO]: Item Merge Radius: 2.5
  209. [09:30:56 INFO]: Item Despawn Rate: 6000
  210. [09:30:56 INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  211. [09:30:56 INFO]: Zombie Aggressive Towards Villager: true
  212. [09:30:56 INFO]: Nerfing mobs spawned from spawners: false
  213. [09:30:56 INFO]: Preparing start region for dimension 'world1'/minecraft:overworld
  214. [09:30:57 INFO]: Preparing spawn area: 0%
  215. [09:30:57 INFO]: Preparing spawn area: 0%
  216. [09:30:57 INFO]: Preparing spawn area: 6%
  217. [09:30:58 INFO]: Preparing spawn area: 52%
  218. [09:30:58 INFO]: Preparing spawn area: 100%
  219. [09:30:59 INFO]: Preparing spawn area: 100%
  220. [09:31:01 INFO]: Preparing spawn area: 100%
  221. [09:31:01 INFO]: Preparing spawn area: 100%
  222. [09:31:01 INFO]: Preparing spawn area: 100%
  223. [09:31:01 INFO]: Preparing spawn area: 100%
  224. [09:31:01 INFO]: Preparing spawn area: 100%
  225. [09:31:02 INFO]: Preparing spawn area: 100%
  226. [09:31:02 INFO]: Preparing spawn area: 100%
  227. [09:31:02 INFO]: Loaded 441 spawn chunks for world world1
  228. [09:31:02 INFO]: Time elapsed: 6359 ms
  229. [09:31:02 INFO]: Preparing start region for dimension 'world1_nether'/minecraft:the_nether
  230. [09:31:03 INFO]: Preparing spawn area: 0%
  231. [09:31:04 INFO]: Preparing spawn area: 0%
  232. [09:31:04 INFO]: Preparing spawn area: 0%
  233. [09:31:04 INFO]: Preparing spawn area: 0%
  234. [09:31:04 INFO]: Preparing spawn area: 44%
  235. [09:31:05 INFO]: Preparing spawn area: 100%
  236. [09:31:05 INFO]: Preparing spawn area: 100%
  237. [09:31:06 INFO]: Preparing spawn area: 100%
  238. [09:31:06 INFO]: Preparing spawn area: 100%
  239. [09:31:07 INFO]: Preparing spawn area: 100%
  240. [09:31:07 INFO]: Preparing spawn area: 100%
  241. [09:31:08 INFO]: Preparing spawn area: 100%
  242. [09:31:08 INFO]: Loaded 441 spawn chunks for world world1_nether
  243. [09:31:08 INFO]: Time elapsed: 5560 ms
  244. [09:31:08 INFO]: [Skript] Enabling Skript v2.5-alpha2
  245. [09:31:09 INFO]: [Skript] A new version of Skript is available: 2.5-alpha3 (you're currently running 2.5-alpha2)
  246. [09:31:09 INFO]: Download it at: <aqua><u><link:https://github.com/SkriptLang/Skript/releases/download/2.5-alpha3/Skript.jar>https://github.com/SkriptLang/Skript/releases/download/2.5-alpha3/Skript.jar
  247. [09:31:15 INFO]: [Skript] Loaded 114752 aliases in 6441ms
  248. [09:31:15 INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
  249. [09:31:15 INFO]: [OpenInv] Enabling OpenInv v4.0.8
  250. [09:31:15 INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
  251. [09:31:15 INFO]: [PlaceholderAPI] Fetching available expansion information...
  252. [09:31:15 INFO]: [InfiniteAnnouncements] Enabling InfiniteAnnouncements v1.6.1
  253. [09:31:15 INFO]: [InfiniteAnnouncements] World 'world' does not exist.
  254. [09:31:16 INFO]: =========================================
  255. [09:31:16 INFO]: Infinite Announcements 1.6.1
  256. [09:31:16 INFO]: Infinite Announcements has been Enabled
  257. [09:31:16 INFO]: =========================================
  258. [09:31:16 INFO]: [WorldBorder] Enabling WorldBorder v1.9.10 (beta)
  259. [09:31:16 INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
  260. [09:31:16 INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  261. [09:31:16 INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -97.0 Y: 64.0 Z: 65.0
  262. [09:31:16 INFO]: [WorldGuard] Enabling WorldGuard v7.0.2-SNAPSHOT;bf2593e
  263. [09:31:16 INFO]: [WorldGuard] (world1) TNT ignition is PERMITTED.
  264. [09:31:16 INFO]: [WorldGuard] (world1) Lighters are PERMITTED.
  265. [09:31:16 INFO]: [WorldGuard] (world1) Lava fire is PERMITTED.
  266. [09:31:16 INFO]: [WorldGuard] (world1) Fire spread is UNRESTRICTED.
  267. [09:31:16 INFO]: [WorldGuard] Loaded configuration for world 'world1'
  268. [09:31:16 INFO]: [WorldGuard] (world1_nether) TNT ignition is PERMITTED.
  269. [09:31:16 INFO]: [WorldGuard] (world1_nether) Lighters are PERMITTED.
  270. [09:31:16 INFO]: [WorldGuard] (world1_nether) Lava fire is PERMITTED.
  271. [09:31:16 INFO]: [WorldGuard] (world1_nether) Fire spread is UNRESTRICTED.
  272. [09:31:16 INFO]: [WorldGuard] Loaded configuration for world 'world1_nether'
  273. [09:31:16 INFO]: [WorldGuard] Loading region data...
  274. [09:31:16 INFO]: [FogusCore] [Hook] WorldGuard: Success!
  275. [09:31:16 INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
  276. [09:31:16 WARN]: [Multiverse-Core] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
  277. [09:31:16 WARN]: [Multiverse-Core] "Multiverse-Core v4.1.0-b775" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Rigby, fernferret, lithium3141, main--, dumptruckman].
  278. [09:31:16 INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do. The performance impact is negligible.
  279. [09:31:16 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: MineTrap_nether
  280. [09:31:16 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  281. [09:31:16 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: MineTrap
  282. [09:31:16 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  283. [09:31:16 INFO]: [Multiverse-Core] 2 - World(s) loaded.
  284. [09:31:17 INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
  285. [09:31:17 INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
  286. [09:31:17 INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
  287. [09:31:17 INFO]: [InventoryRollback] Enabling InventoryRollback v2.0-beta
  288. [09:31:17 INFO]: [InventoryRollback] Inventory backup data is set to save to: YAML
  289. [09:31:17 INFO]: [InventoryRollback] bStats are enabled
  290. [09:31:17 INFO]: [Vouchers] Enabling Vouchers v1.8.6-RELEASE
  291. [09:31:17 INFO]: [Vouchers] Loading the Config.yml
  292. [09:31:17 INFO]: [Vouchers] Successfully loaded Config.yml
  293. [09:31:17 INFO]: [Vouchers] Loading the Data.yml
  294. [09:31:17 INFO]: [Vouchers] Successfully loaded Data.yml
  295. [09:31:17 INFO]: [Vouchers] Loading the Messages.yml
  296. [09:31:17 INFO]: [Vouchers] Successfully loaded Messages.yml
  297. [09:31:17 INFO]: [Vouchers] Loading the VoucherCodes.yml
  298. [09:31:17 INFO]: [Vouchers] Successfully loaded VoucherCodes.yml
  299. [09:31:17 INFO]: [Images] Enabling Images v2.0.5
  300. [09:31:17 INFO]: [Images] ProtocolLib detected. Enabling generic packet handling...
  301. [09:31:17 INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v4.1.0-b763
  302. [09:31:17 INFO]: [Multiverse-NetherPortals 4.1.0-b763] Enabled - By Rigby and fernferret
  303. [09:31:17 INFO]: [NoPhantoms] Enabling NoPhantoms v3.0
  304. [09:31:17 INFO]: [CoreProtect] Enabling CoreProtect v2.18.2
  305. [09:31:17 INFO]: [CoreProtect] CoreProtect has been successfully enabled!
  306. [09:31:17 INFO]: [CoreProtect] Using SQLite for data storage.
  307. [09:31:17 INFO]: --------------------
  308. [09:31:17 INFO]: [CoreProtect] Enjoy CoreProtect? Check out CoreEdit!
  309. [09:31:17 INFO]: [CoreProtect] Download: www.coreedit.net/download/
  310. [09:31:17 INFO]: --------------------
  311. [09:31:17 INFO]: [LastLoginAPI] Enabling LastLoginAPI v1.3.5
  312. [09:31:17 INFO]: [LastLoginAPI] Initializing LastLoginAPI 1.3.5
  313. [09:31:17 INFO]: [LastLoginAPI] Hooked into EssentialsChat
  314. [09:31:17 INFO]: [LastLoginAPI] Hooked into PlaceholderAPI
  315. [09:31:17 INFO]: [LastLoginAPI] LastLoginAPI v1.3.5 enabled
  316. [09:31:17 INFO]: [Essentials] Enabling Essentials v2.17.2.0
  317. [09:31:17 INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
  318. [09:31:17 INFO]: [Essentials] No kits found to migrate.
  319. [09:31:17 INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  320. [09:31:17 INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
  321. [09:31:17 INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  322. [09:31:17 INFO]: [Essentials] Loaded 21018 items from items.json.
  323. [09:31:17 INFO]: [Essentials] Using locale pl
  324. [09:31:17 INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  325. [09:31:17 INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  326. [09:31:17 INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
  327. [09:31:17 INFO]: [Essentials] Using Vault based permissions (LuckPerms)
  328. [09:31:17 INFO]: [Parties] Enabling Parties v2.6.14
  329. [09:31:17 INFO]: [Parties] Initializing Parties 2.6.14
  330. [09:31:18 INFO]: [Parties] Hooked into LastLoginAPI
  331. [09:31:18 INFO]: [Parties] Hooked into Essentials
  332. [09:31:18 INFO]: [Parties] Hooked into EssentialsChat
  333. [09:31:18 INFO]: [Parties] Hooked into PlaceholderAPI
  334. [09:31:18 INFO]: [Parties] Hooked into Vault
  335. [09:31:18 INFO]: [Parties] Parties v2.6.14 enabled
  336. [09:31:18 INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.1
  337. [09:31:18 INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  338. [09:31:18 INFO]: [QuickShop] Enabling QuickShop v3.1.4.26
  339. [09:31:18 INFO]: [QuickShop] Quickshop Reremake
  340. [09:31:18 INFO]: [QuickShop] Running QuickShop-Reremake on NMS version v1_15_R1 For Minecraft version 1.15.2
  341. [09:31:18 INFO]: [QuickShop] Checking the tax account infos...
  342. [09:31:18 WARN]: [QuickShop] Tax account's player never played server before, that may cause server lagg or economy system error, you should change that name.
  343. [09:31:18 INFO]: [QuickShop] Reading the configuration...
  344. [09:31:18 INFO]: [QuickShop] Developers: BukkitCommonsStudio, Netherfoam, Timtower, KaiNoMood, Ghost_chu, Mgazul, TiaraRinne
  345. [09:31:18 INFO]: [QuickShop] Original author: Netherfoam, Timtower, KaiNoMood
  346. [09:31:18 INFO]: [QuickShop] Let's start loading the plugin
  347. [09:31:18 INFO]: [QuickShop] Plugin now running under Spigot mode.
  348. [09:31:18 INFO]: [QuickShop] Loading plugin translations files...
  349. [09:31:18 INFO]: [QuickShop] Downloading version manifest...
  350. [09:31:18 INFO]: [QuickShop] Downloading version index...
  351. [09:31:18 WARN]: [QuickShop] Cannot download require files, some items/blocks/potions/enchs language will use default English name.
  352. [09:31:19 INFO]: [QuickShop] Tłumacz: NieOGEL, NeonDmn i PLKaratusPL
  353. [09:31:19 INFO]: [QuickShop] Współautorzy: Timtower, Netherfoam, KaiNoMood and Mgazul
  354. [09:31:19 INFO]: [QuickShop] Język: Polski (pl_PL)
  355. [09:31:19 INFO]: [QuickShop] Completed to load plugin translations files.
  356. [09:31:19 INFO]: [QuickShop] Complete to load Itemname i18n.
  357. [09:31:19 INFO]: [QuickShop] Starting loading Enchantment i18n...
  358. [09:31:19 INFO]: [QuickShop] Complete to load enchname i18n.
  359. [09:31:19 INFO]: [QuickShop] Starting loading Potion i18n...
  360. [09:31:19 INFO]: [QuickShop] Complete to load potionname i18n.
  361. [09:31:19 INFO]: [QuickShop] Successfully loaded OpenInv support!
  362. [09:31:19 INFO]: [QuickShop] Successfully loaded PlaceHolderAPI support!
  363. [09:31:19 INFO]: [QuickShop] Using Virtual item Display, loading ProtocolLib support...
  364. [09:31:19 INFO]: [QuickShop] Successfully loaded ProtocolLib support!
  365. [09:31:19 INFO]: [QuickShop] Selected permission provider: Bukkit
  366. [09:31:19 INFO]: [QuickShop] Loading shops from the database...
  367. [09:31:19 INFO]: [QuickShop] Used 1ms to fetch all shops from the database.
  368. [09:31:19 INFO]: [QuickShop] Successfully loaded 41 shops! (Used 190ms, Avg 4ms per shop)
  369. [09:31:19 INFO]: [QuickShop] 0 shops will load after chunk have loaded, 41 shops will load after the world has loaded.
  370. [09:31:19 INFO]: [QuickShop] Registering Listeners...
  371. [09:31:19 INFO]: [QuickShop] Cleaning MsgUtils...
  372. [09:31:19 INFO]: [QuickShop] Cleaning purchase messages from the database that are over a week old...
  373. [09:31:19 INFO]: [QuickShop] Registering UpdateWatcher...
  374. [09:31:19 INFO]: [QuickShop] Registering BStats Mertics...
  375. [09:31:19 INFO]: [QuickShop] Metrics submitted.
  376. [09:31:19 INFO]: [QuickShop] QuickShop Loaded! 1550 ms.
  377. [09:31:19 INFO]: [QuickShop] Log actions is enabled, actions will log in the qs.log file!
  378. [09:31:19 INFO]: [Citizens] Enabling Citizens v2.0.26-SNAPSHOT (build 1852)
  379. [09:31:20 INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.17.2.0
  380. [09:31:20 INFO]: [EssentialsProtect] Continuing to enable Protect.
  381. [09:31:20 INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.2.0
  382. [09:31:20 INFO]: [TimeIsMoney] Enabling TimeIsMoney v1.9.6.11*
  383. [09:31:20 INFO]: [TimeIsMoney] Loaded 2 Payouts!
  384. [09:31:20 INFO]: Time is Money: Essentials found. Hook in it -> Will use Essentials's AFK feature if afk is enabled.
  385. [09:31:20 INFO]: Time is Money v1.9.6.11 started.
  386. [09:31:20 INFO]: [SuperVanish] Enabling SuperVanish v6.1.3
  387. [09:31:20 INFO]: [SuperVanish] Hooked into PlaceholderAPI
  388. [09:31:20 INFO]: [SuperVanish] Hooked into Essentials
  389. [09:31:20 INFO]: [SuperVanish] Hooked into Citizens
  390. [09:31:20 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.2.0
  391. [09:31:20 INFO]: [UltimateRepairing] Enabling UltimateRepairing v1.3.4
  392. [09:31:20 INFO]:
  393. [09:31:20 INFO]: =============================
  394. [09:31:20 INFO]: UltimateRepairing 1.3.4 by Songoda <3!
  395. [09:31:20 INFO]: Action: Enabling...
  396. [09:31:20 INFO]: [UltimateRepairing] Loaded locale "en_US"
  397. [09:31:20 INFO]: [SongodaCore] Hooked UltimateRepairing.
  398. [09:31:20 INFO]: [UltimateRepairing] Loaded locale "pl_PL"
  399. [09:31:20 INFO]: =============================
  400. [09:31:20 INFO]:
  401. [09:31:20 INFO]: [OreAnnouncer] Enabling OreAnnouncer v2.4.6
  402. [09:31:20 INFO]: [OreAnnouncer] Initializing OreAnnouncer 2.4.6
  403. [09:31:20 INFO]: [OreAnnouncer] Hooked into LastLoginAPI
  404. [09:31:20 INFO]: [OreAnnouncer] Hooked into EssentialsChat
  405. [09:31:20 INFO]: [OreAnnouncer] Hooked into PlaceholderAPI
  406. [09:31:20 INFO]: [OreAnnouncer] OreAnnouncer v2.4.6 enabled
  407. [09:31:20 INFO]: [dtlTraders] Enabling dtlTraders v5.1.19
  408. [09:31:20 INFO]: [dtlTraders] Loaded 4 guis from the guis config.
  409. [09:31:20 INFO]: [dtlTraders] Hooking into Citizens!
  410. [09:31:20 INFO]: dtlTraders is managed by 4Creation. www.4Creation.pro
  411. [09:31:20 INFO]: Unlock premium features with dtlTradersPlus. Buy your copy at: www.4Creation.pro/dtlTradersPlus
  412. [09:31:20 INFO]: [DeluxeCombat] Enabling DeluxeCombat v1.15.8
  413. [09:31:21 INFO]: [OreAnnouncer] OreAnnouncer v2.4.6 found a new version: 2.5.2
  414. [09:31:21 INFO]: [DeluxeCombat] Spawnpoints loaded: 0
  415. [09:31:21 INFO]: [DeluxeCombat] Custom tools loaded: 1
  416. [09:31:21 INFO]: [DeluxeCombat] Rewards loaded: 2
  417. [09:31:21 INFO]: [DeluxeCombat] Kill-Streaks loaded: 1
  418. [09:31:21 WARN]: [DeluxeCombat] Loaded class com.earth2me.essentials.IUser from Essentials v2.17.2.0 which is not a depend, softdepend or loadbefore of this plugin.
  419. [09:31:21 INFO]: [DeluxeCombat_Addon_WG] Enabling DeluxeCombat_Addon_WG v0.6*
  420. [09:31:21 INFO]: [DeluxeCombat] [Addon] WorldGuard Addon successfully loaded.
  421. [09:31:22 INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  422. [09:31:22 INFO]: [PlaceholderAPI] Successfully registered expansion: statistic
  423. [09:31:22 INFO]: [PlaceholderAPI] Successfully registered expansion: server
  424. [09:31:22 INFO]: [PlaceholderAPI] Successfully registered expansion: otherplayer
  425. [09:31:22 INFO]: Done (34.074s)! For help, type "help"
  426. [Pterodactyl Daemon] Server marked as ON
  427. [09:31:22 INFO]: Starting GS4 status listener
  428. [09:31:22 INFO]: Query running on 0.0.0.0:25565
  429. [09:31:22 INFO]: Timings Reset
  430. [09:31:22 INFO]: [InventoryRollback] Checking for updates...
  431. [09:31:22 INFO]: [Vault] Checking for Updates ...
  432. [09:31:22 WARN]: [Skript] Loaded class com.sk89q.worldguard.WorldGuard from WorldGuard v7.0.2-SNAPSHOT;bf2593e which is not a depend, softdepend or loadbefore of this plugin.
  433. [09:31:22 WARN]: [Skript] Loaded class com.sk89q.worldedit.math.BlockVector3 from WorldEdit v7.1.0;8e55131 which is not a depend, softdepend or loadbefore of this plugin.
  434. [09:31:22 WARN]: [Skript] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
  435. [09:31:22 INFO]: [Skript] Loading variables...
  436. [09:31:22 INFO]: [Skript] Loaded 0 variables in 0.0 seconds
  437. [09:31:22 INFO]: [QuickShop] A new version of QuickShop has been released! [3.1.4.32]
  438. [09:31:22 INFO]: [QuickShop] Update here: https://www.spigotmc.org/resources/62575/
  439. [09:31:22 INFO]: ===============================================================================
  440. [09:31:22 INFO]: An update to InventoryRollback is available!
  441. [09:31:22 INFO]: Download at https://www.spigotmc.org/resources/inventoryrollback.48074/
  442. [09:31:22 INFO]: ===============================================================================
  443. [09:31:23 INFO]: [Vault] No new version available
  444. [09:31:23 ERROR]: [Skript] Can't understand this condition/effect: play raw sound "random.bow" at player with pitch 1 volume 10 (emotki_leny.sk, line 16: play raw sound "random.bow" at player with pitch 1 volume 10')
  445. [09:31:24 ERROR]: [Skript] Can't understand this condition/effect: play raw sound "random.bow" at player with pitch 1 volume 10 (emotki_leny.sk, line 23: play raw sound "random.bow" at player with pitch 1 volume 10')
  446. [09:31:24 ERROR]: [Skript] Can't understand this condition/effect: play raw sound "random.bow" at player with pitch 1 volume 10 (emotki_leny.sk, line 30: play raw sound "random.bow" at player with pitch 1 volume 10')
  447. [09:31:24 INFO]: [PlaceholderAPI] 171 placeholder expansions are available on the cloud.
  448. [09:31:24 ERROR]: [Skript] Can't understand this condition/effect: play raw sound "random.bow" at player with pitch 1 volume 10 (emotki_leny.sk, line 37: play raw sound "random.bow" at player with pitch 1 volume 10')
  449. [09:31:25 ERROR]: [Skript] Can't understand this condition/effect: play raw sound "random.bow" at player with pitch 1 volume 10 (emotki_leny.sk, line 44: play raw sound "random.bow" at player with pitch 1 volume 10')
  450. [09:31:25 INFO]: [Skript] Loaded 4 scripts with a total of 10 triggers and 8 commands in 2.7 seconds
  451. [09:31:25 INFO]: [Skript] Finished loading.
  452. [09:31:25 INFO]: [CoreProtect] WorldEdit logging successfully initialized.
  453. [09:31:25 WARN]: [HolographicDisplays] Hologram 'rules' was in the world 'MineTrap' but it wasn't loaded.
  454. [09:31:25 WARN]: [HolographicDisplays] Hologram 'info' was in the world 'MineTrap' but it wasn't loaded.
  455. [09:31:25 WARN]: [HolographicDisplays] Hologram 'bankomat' was in the world 'MineTrap' but it wasn't loaded.
  456. [09:31:25 WARN]: [HolographicDisplays] Hologram 'sklepy' was in the world 'MineTrap' but it wasn't loaded.
  457. [09:31:25 WARN]: [HolographicDisplays] Hologram 'targowisko' was in the world 'MineTrap' but it wasn't loaded.
  458. [09:31:25 INFO]: [QuickShop] Using economy system: Essentials Economy
  459. [09:31:25 INFO]: [Citizens] Loaded 11 NPCs.
  460. [09:31:25 INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.10.5) is available at:
  461. [09:31:25 INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
  462. [09:31:25 INFO]: [SuperVanish] Your current version of SuperVanish is outdated - New version: '6.1.4'; Currently: '6.1.3'
  463. [09:31:26 INFO]: [DeluxeCombat] Checking for new updates...
  464. [09:31:26 INFO]: [DeluxeCombat] You're running the newest version of DeluxeCombat
Advertisement
Add Comment
Please, Sign In to add comment