Guest User

Untitled

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