Advertisement
Guest User

Untitled

a guest
Feb 8th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 19.64 KB | None | 0 0
  1. [14:05:04] [Server thread/INFO]: Loading properties
  2. [14:05:04] [Server thread/INFO]: Default game type: SURVIVAL
  3. [14:05:04] [Server thread/INFO]: Generating keypair
  4. [14:05:04] [Server thread/INFO]: Starting Minecraft server on 192.168.1.14:25565
  5. [14:05:04] [Server thread/INFO]: Using default channel type
  6. [14:05:05] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-8160e29 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
  7. [14:05:11] [Server thread/WARN]: Plugin NoEnchantment v1.0 does not specify an api-version.
  8. [14:05:11] [Server thread/ERROR]: Fatal error trying to convert NoEnchantment v1.0:core/Core.class
  9. org.bukkit.plugin.AuthorNagException: No legacy enum constant for ENCHANTING_TABLE. Did you forget to define api-version: 1.13 in your plugin.yml?
  10.     at org.bukkit.craftbukkit.v1_15_R1.util.Commodore$1$1.visitFieldInsn(Commodore.java:176) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  11.     at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.readCode(ClassReader.java:2419) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  12.     at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1492) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  13.     at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.accept(ClassReader.java:717) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  14.     at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.accept(ClassReader.java:401) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  15.     at org.bukkit.craftbukkit.v1_15_R1.util.Commodore.convert(Commodore.java:130) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  16.     at org.bukkit.craftbukkit.v1_15_R1.util.CraftMagicNumbers.processClass(CraftMagicNumbers.java:283) [craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  17.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:119) [craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  18.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:92) [craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  19.     at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_181]
  20.     at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_181]
  21.     at java.lang.Class.forName0(Native Method) ~[?:1.8.0_181]
  22.     at java.lang.Class.forName(Unknown Source) [?:1.8.0_181]
  23.     at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:60) [craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  24.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) [craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  25.     at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:333) [craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  26.     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:253) [craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  27.     at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:349) [craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  28.     at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:197) [craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  29.     at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:762) [craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  30.     at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
  31. [14:05:11] [Server thread/WARN]: Plugin PermissionsEx v1.23.4 does not specify an api-version.
  32. [14:05:11] [Server thread/WARN]: Plugin AdvancedSetSpawn v1.3.7 does not specify an api-version.
  33. [14:05:11] [Server thread/WARN]: Plugin ChatEx v2.2.1 does not specify an api-version.
  34. [14:05:11] [Server thread/WARN]: Plugin RandomTP v1.0 does not specify an api-version.
  35. [14:05:11] [Server thread/WARN]: Plugin BuycraftX v10.3.0 does not specify an api-version.
  36. [14:05:11] [Server thread/WARN]: Plugin OPEnchant v1.0 does not specify an api-version.
  37. [14:05:11] [Server thread/ERROR]: Could not load 'plugins\OpEnchant.jar' in folder 'plugins'
  38. org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
  39.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  40.     at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:333) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  41.     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:253) [craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  42.     at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:349) [craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  43.     at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:197) [craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  44.     at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:762) [craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  45.     at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
  46. Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
  47.     at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:178) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  48.     at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:52) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  49.     at core.Core.<init>(Core.java:15) ~[?:?]
  50.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181]
  51.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_181]
  52.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_181]
  53.     at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_181]
  54.     at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_181]
  55.     at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:72) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  56.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  57.     ... 6 more
  58. Caused by: java.lang.IllegalStateException: Initial initialization
  59.     at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:181) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  60.     at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:52) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  61.     at core.Core.<init>(Core.java:15) ~[?:?]
  62.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181]
  63.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_181]
  64.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_181]
  65.     at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_181]
  66.     at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_181]
  67.     at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:72) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  68.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
  69.     ... 6 more
  70. [14:05:11] [Server thread/WARN]: Plugin BetterSay v1.3 does not specify an api-version.
  71. [14:05:11] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.1.0;8e55131
  72. [14:05:12] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@531dbbbd]
  73. [14:05:12] [Server thread/INFO]: [StoneDrop] Loading StoneDrop v1.6
  74. [14:05:12] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.0.8
  75. [14:05:12] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.0
  76. [14:05:12] [Server thread/INFO]: [NoEnchantment] Loading NoEnchantment v1.0
  77. [14:05:12] [Server thread/INFO]: [EnchantPlus] Loading EnchantPlus v1.0
  78. [14:05:12] [Server thread/INFO]: [MotdChanger] Loading MotdChanger v1.8.3
  79. [14:05:12] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.6
  80. [14:05:12] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  81. [14:05:12] [Server thread/INFO]: [AdvancedSetSpawn] Loading AdvancedSetSpawn v1.3.7
  82. [14:05:12] [Server thread/INFO]: [ChatEx] Loading ChatEx v2.2.1
  83. [14:05:12] [Server thread/INFO]: [RandomTP] Loading RandomTP v1.0
  84. [14:05:12] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.1
  85. [14:05:12] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.1.3
  86. [14:05:12] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.3.0
  87. [14:05:12] [Server thread/INFO]: [BetterSay] Loading BetterSay v1.3
  88. [14:05:12] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.2-SNAPSHOT;bf2593e
  89. [14:05:12] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.1.0;8e55131
  90. [14:05:12] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  91. [14:05:12] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_15_R2 as the Bukkit adapter
  92. [14:05:12] [Server thread/WARN]: [WorldEdit] ====================================================
  93. [14:05:12] [Server thread/WARN]: [WorldEdit]  WorldEdit works better if you use Paper
  94. [14:05:12] [Server thread/WARN]: [WorldEdit]  as your server software.
  95. [14:05:12] [Server thread/WARN]: [WorldEdit]  
  96. [14:05:12] [Server thread/WARN]: [WorldEdit]  Paper offers significant performance improvements,
  97. [14:05:12] [Server thread/WARN]: [WorldEdit]  bug fixes, security enhancements and optional
  98. [14:05:12] [Server thread/WARN]: [WorldEdit]  features for server owners to enhance their server.
  99. [14:05:12] [Server thread/WARN]: [WorldEdit]  
  100. [14:05:12] [Server thread/WARN]: [WorldEdit]  Paper includes Timings v2, which is significantly
  101. [14:05:12] [Server thread/WARN]: [WorldEdit]  better at diagnosing lag problems over v1.
  102. [14:05:12] [Server thread/WARN]: [WorldEdit]  
  103. [14:05:12] [Server thread/WARN]: [WorldEdit]  All of your plugins should still work, and the
  104. [14:05:12] [Server thread/WARN]: [WorldEdit]  Paper community will gladly help you fix any issues.
  105. [14:05:12] [Server thread/WARN]: [WorldEdit]  
  106. [14:05:12] [Server thread/WARN]: [WorldEdit]  Join the Paper Community @ https://papermc.io
  107. [14:05:12] [Server thread/WARN]: [WorldEdit] ====================================================
  108. [14:05:12] [Server thread/INFO]: [MotdChanger] Enabling MotdChanger v1.8.3
  109. [14:05:12] [Server thread/INFO]: [MOTDChanger] This plugin has been made by me, DarkDragon117, I would be very grateful if you share and rate the plugin in its spigot page:  spigot.org/resources/63607/
  110. [14:05:12] [Server thread/INFO]: [MOTDChanger] Enabling BStats...
  111. [14:05:12] [Server thread/INFO]: [MOTDChanger] BStats enabled
  112. [14:05:12] [Server thread/INFO]: Preparing level "world"
  113. [14:05:12] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
  114. [14:05:13] [Server thread/INFO]: Loaded 6 recipes
  115. [14:05:13] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  116. [14:05:13] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
  117. [14:05:17] [Server thread/INFO]: Preparing spawn area: 0%
  118. [14:05:17] [Server thread/INFO]: Preparing spawn area: 0%
  119. [14:05:17] [Server thread/INFO]: Preparing spawn area: 0%
  120. [14:05:17] [Server thread/INFO]: Preparing spawn area: 0%
  121. [14:05:17] [Server thread/INFO]: Preparing spawn area: 0%
  122. [14:05:17] [Server thread/INFO]: Preparing spawn area: 0%
  123. [14:05:17] [Server thread/INFO]: Preparing spawn area: 0%
  124. [14:05:17] [Server thread/INFO]: Preparing spawn area: 0%
  125. [14:05:18] [Server-Worker-3/INFO]: Preparing spawn area: 83%
  126. [14:05:18] [Server-Worker-4/INFO]: Preparing spawn area: 83%
  127. [14:05:19] [Server thread/INFO]: Preparing spawn area: 83%
  128. [14:05:19] [Server-Worker-8/INFO]: Preparing spawn area: 99%
  129. [14:05:19] [Server thread/INFO]: Time elapsed: 5737 ms
  130. [14:05:19] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
  131. [14:05:20] [Server thread/INFO]: Preparing spawn area: 0%
  132. [14:05:20] [Server-Worker-2/INFO]: Preparing spawn area: 83%
  133. [14:05:20] [Server-Worker-8/INFO]: Preparing spawn area: 96%
  134. [14:05:20] [Server thread/INFO]: Time elapsed: 1044 ms
  135. [14:05:20] [Server thread/INFO]: [StoneDrop] Enabling StoneDrop v1.6
  136. [14:05:20] [Server thread/INFO]: [StoneDrop] Confing Loaded, Plugin enabled!
  137. [14:05:20] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.0.8
  138. [14:05:20] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.0
  139. [14:05:20] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
  140. [14:05:20] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
  141. [14:05:20] [Server thread/INFO]: No kits found to migrate.
  142. [14:05:21] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  143. [14:05:21] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
  144. [14:05:21] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  145. [14:05:21] [Server thread/INFO]: Loaded 20977 items from items.json.
  146. [14:05:21] [Server thread/INFO]: Using locale pl_PL
  147. [14:05:21] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  148. [14:05:21] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  149. [14:05:21] [Server thread/WARN]: [Essentials] Detected supported permissions plugin PermissionsEx without Vault installed.
  150. [14:05:21] [Server thread/WARN]: [Essentials] Features such as chat prefixes/suffixes and group-related functionality will not work until you install Vault.
  151. [14:05:21] [Server thread/INFO]: [Essentials] Using superperms-based permissions.
  152. [14:05:21] [Server thread/INFO]: [NoEnchantment] Enabling NoEnchantment v1.0
  153. [14:05:21] [Server thread/INFO]: [EnchantPlus] Enabling EnchantPlus v1.0
  154. [14:05:21] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.6
  155. [14:05:21] [Server thread/INFO]: [ClearLag] Loading modules...
  156. [14:05:21] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (recentTps)
  157. [14:05:21] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  158. [14:05:21] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  159. [14:05:21] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  160. [14:05:21] [Thread-17/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.15]...
  161. [14:05:21] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  162. [14:05:21] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  163. [14:05:21] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  164. [14:05:21] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  165. [14:05:21] [Server thread/INFO]: [AdvancedSetSpawn] Enabling AdvancedSetSpawn v1.3.7
  166. [14:05:21] [Server thread/INFO]:  [Spawn]   Enabled (Version: 1.3.7)
  167. [14:05:21] [Server thread/INFO]: [ChatEx] Enabling ChatEx v2.2.1
  168. [14:05:21] [Server thread/INFO]: [ChatEx] Successfully hooked into: PermissionsEx
  169. [14:05:21] [Server thread/INFO]: [ChatEx] is now enabled!
  170. [14:05:21] [Server thread/INFO]: [RandomTP] Enabling RandomTP v1.0
  171. [14:05:21] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.1
  172. [14:05:21] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.1.3
  173. [14:05:21] [Server thread/INFO]: [SuperVanish] Please install ProtocolLib to be able to use all SuperVanish features: https://www.spigotmc.org/resources/protocollib.1997/
  174. [14:05:21] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
  175. [14:05:21] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.3.0
  176. [14:05:22] [Server thread/INFO]: [BuycraftX] Validating your server key...
  177. [14:05:23] [Thread-17/INFO]: [ClearLag] No updates found!
  178. [14:05:23] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
  179. [14:05:24] [Server thread/INFO]: [BuycraftX] Updating coupon list...
  180. [14:05:26] [Server thread/INFO]: [BetterSay] Enabling BetterSay v1.3
  181. [14:05:26] [Server thread/INFO]: [BetterSay] v1.3 has been enabled!
  182. [14:05:26] [Server thread/INFO]: [BetterSay] Loaded Configuration!
  183. [14:05:26] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.2-SNAPSHOT;bf2593e
  184. [14:05:26] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  185. [14:05:26] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  186. [14:05:26] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
  187. [14:05:26] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  188. [14:05:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  189. [14:05:26] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  190. [14:05:26] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  191. [14:05:26] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
  192. [14:05:26] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  193. [14:05:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  194. [14:05:26] [Server thread/INFO]: [WorldGuard] Loading region data...
  195. [14:05:26] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  196. [14:05:26] [Server thread/INFO]: Done (14.083s)! For help, type "help"
  197. [14:05:26] [Server thread/INFO]: Starting remote control listener
  198. [14:05:26] [Server thread/WARN]: No rcon password set in server.properties, rcon disabled!
  199. [14:05:27] [Server thread/INFO]:  [Spawn]  A new version has been found: v1.3.7, check https://spigotmc.org/resources/advanced-setspawn.72637
  200. [14:05:27] [Craft Scheduler Thread - 0/INFO]: [BuycraftX] Fetching all due players...
  201. [14:05:28] [Craft Scheduler Thread - 0/INFO]: [BuycraftX] Fetched due players (0 found).
  202. [14:05:32] [Server thread/INFO]: Plugins (17): WorldEdit, StoneDrop, OpenInv, Essentials, NoEnchantment, EnchantPlus, MotdChanger, ClearLag, PermissionsEx, AdvancedSetSpawn, ChatEx, RandomTP, HolographicDisplays, SuperVanish, BuycraftX, BetterSay, WorldGuard
  203. [14:06:26] [Craft Scheduler Thread - 0/INFO]: [BuycraftX] Updating coupon list...
  204. [14:10:28] [Craft Scheduler Thread - 1/INFO]: [BuycraftX] Fetching all due players...
  205. [14:10:28] [Craft Scheduler Thread - 1/INFO]: [BuycraftX] Fetched due players (0 found).
  206. [14:15:28] [Craft Scheduler Thread - 1/INFO]: [BuycraftX] Fetching all due players...
  207. [14:15:29] [Craft Scheduler Thread - 1/INFO]: [BuycraftX] Fetched due players (0 found).
  208. [14:20:29] [Craft Scheduler Thread - 1/INFO]: [BuycraftX] Fetching all due players...
  209. [14:20:29] [Craft Scheduler Thread - 1/INFO]: [BuycraftX] Fetched due players (0 found).
  210. [14:25:29] [Craft Scheduler Thread - 6/INFO]: [BuycraftX] Fetching all due players...
  211. [14:25:30] [Craft Scheduler Thread - 6/INFO]: [BuycraftX] Fetched due players (0 found).
  212. [14:26:26] [Craft Scheduler Thread - 1/INFO]: [BuycraftX] Updating coupon list...
  213. [14:30:30] [Craft Scheduler Thread - 6/INFO]: [BuycraftX] Fetching all due players...
  214. [14:30:30] [Craft Scheduler Thread - 6/INFO]: [BuycraftX] Fetched due players (0 found).
  215. [14:35:30] [Craft Scheduler Thread - 6/INFO]: [BuycraftX] Fetching all due players...
  216. [14:35:31] [Craft Scheduler Thread - 6/INFO]: [BuycraftX] Fetched due players (0 found).
  217. [14:40:31] [Craft Scheduler Thread - 6/INFO]: [BuycraftX] Fetching all due players...
  218. [14:40:31] [Craft Scheduler Thread - 6/INFO]: [BuycraftX] Fetched due players (0 found).
  219. [14:45:31] [Craft Scheduler Thread - 1/INFO]: [BuycraftX] Fetching all due players...
  220. [14:45:32] [Craft Scheduler Thread - 1/INFO]: [BuycraftX] Fetched due players (0 found).
  221. [14:46:26] [Craft Scheduler Thread - 6/INFO]: [BuycraftX] Updating coupon list...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement