Advertisement
Guest User

serverlogmk

a guest
Feb 21st, 2021
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.41 KB | None | 0 0
  1. [05:13:10] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
  2. [05:13:11] [main/INFO]: Reloading ResourceManager: Default, bukkit
  3. [05:13:12] [Worker-Main-14/INFO]: Loaded 7 recipes
  4. [05:13:15] [Server thread/INFO]: Starting minecraft server version 1.16.5
  5. [05:13:15] [Server thread/INFO]: Loading properties
  6. [05:13:16] [Server thread/INFO]: This server is running CraftBukkit version 3014-Spigot-73fb609-b7eed25 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
  7. [05:13:17] [Server thread/INFO]: Server Ping Player Sample Count: 12
  8. [05:13:18] [Server thread/INFO]: Using 4 threads for Netty based IO
  9. [05:13:18] [Server thread/INFO]: Debug logging is disabled
  10. [05:13:18] [Server thread/INFO]: Default game type: SURVIVAL
  11. [05:13:18] [Server thread/INFO]: Generating keypair
  12. [05:13:18] [Server thread/INFO]: Starting Minecraft server on 167.114.213.121:25622
  13. [05:13:19] [Server thread/INFO]: Using epoll channel type
  14. [05:13:21] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
  15. [05:13:27] [Server thread/WARN]: Legacy plugin AcceptTheRules v4.7 does not specify an api-version.
  16. [05:13:27] [Server thread/ERROR]: Could not load 'plugins/SystemKits.jar' in folder 'plugins'
  17. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: systemkits/Main has been compiled by a more recent version of the Java Runtime (class file version 59.0), this version of the Java Runtime only recognizes class file versions up to 52.0
  18. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  19. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  20. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:301) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  21. at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:382) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  22. at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:185) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  23. at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:809) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  24. at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  25. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
  26. Caused by: java.lang.UnsupportedClassVersionError: systemkits/Main has been compiled by a more recent version of the Java Runtime (class file version 59.0), this version of the Java Runtime only recognizes class file versions up to 52.0
  27. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_211]
  28. at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:1.8.0_211]
  29. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_211]
  30. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:163) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  31. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  32. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_211]
  33. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_211]
  34. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_211]
  35. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_211]
  36. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  37. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  38. ... 7 more
  39. [05:13:28] [Server thread/WARN]: Legacy plugin HamsterAPI v0.1.6 does not specify an api-version.
  40. [05:13:28] [Server thread/WARN]: Legacy plugin youTrade v1.1.6.1 does not specify an api-version.
  41. [05:13:28] [Server thread/ERROR]: Could not load 'plugins/SystemEnchants.jar' in folder 'plugins'
  42. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: systemenchants/Main has been compiled by a more recent version of the Java Runtime (class file version 59.0), this version of the Java Runtime only recognizes class file versions up to 52.0
  43. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  44. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  45. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:301) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  46. at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:382) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  47. at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:185) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  48. at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:809) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  49. at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  50. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
  51. Caused by: java.lang.UnsupportedClassVersionError: systemenchants/Main has been compiled by a more recent version of the Java Runtime (class file version 59.0), this version of the Java Runtime only recognizes class file versions up to 52.0
  52. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_211]
  53. at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:1.8.0_211]
  54. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_211]
  55. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:163) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  56. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  57. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_211]
  58. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_211]
  59. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_211]
  60. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_211]
  61. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  62. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[Spigot_Latest_1.16.5.jar:3014-Spigot-73fb609-b7eed25]
  63. ... 7 more
  64. [05:13:28] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.2.109
  65. [05:13:29] [Server thread/INFO]: [ATR] Loading AcceptTheRules v4.7
  66. [05:13:29] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
  67. [05:13:29] [Server thread/INFO]: [UltimateAutoRestart] Loading UltimateAutoRestart vBuild 42
  68. [05:13:29] [Server thread/INFO]: [spark] Loading spark v1.4.1
  69. [05:13:29] [Server thread/INFO]: [ArmorStand-Limiter] Loading ArmorStand-Limiter v1.3.1
  70. [05:13:29] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v7.0.0
  71. [05:13:29] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.6.0
  72. [05:13:32] [Server thread/INFO]: [HamsterAPI] Loading HamsterAPI v0.1.6
  73. [05:13:32] [Server thread/INFO]: [ChatSentinel] Loading ChatSentinel v0.4.0
  74. [05:13:32] [Server thread/INFO]: [ExploitFixer] Loading ExploitFixer v1.5.2
  75. [05:13:32] [Server thread/INFO]: [AntiXrayPlus] Loading AntiXrayPlus v1.0.0
  76. [05:13:32] [Server thread/INFO]: [youTrade] Loading youTrade v1.1.6.1
  77. [05:13:32] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
  78. [05:13:32] [Server thread/INFO]: [PluginHiderPlus] Loading PluginHiderPlus v4.1.1
  79. [05:13:32] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.2+fc3c499
  80. [05:13:33] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@2114b301]
  81. [05:13:33] [Server thread/INFO]: [Essentials] Loading Essentials v2.18.2.0
  82. [05:13:33] [Server thread/INFO]: [VeinMiner] Loading VeinMiner v1.17.5
  83. [05:13:33] [Server thread/INFO]: [IllegalStack] Loading IllegalStack v2.2.1a
  84. [05:13:33] [Server thread/INFO]: [SinglePlayerSleep] Loading SinglePlayerSleep v1.13_2.13.45.2
  85. [05:13:33] [Server thread/INFO]: [SimpleClans] Loading SimpleClans v2.14.7
  86. [05:13:33] [Server thread/INFO]: [EconomyShopGUI] Loading EconomyShopGUI v3.0.3
  87. [05:13:33] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.17.1-2b69191
  88. [05:13:33] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v19.4
  89. [05:13:33] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.2.109
  90. [05:13:34] [Server thread/INFO]: __
  91. [05:13:34] [Server thread/INFO]: | |__) LuckPerms v5.2.109
  92. [05:13:34] [Server thread/INFO]: |___ | Running on Bukkit - CraftBukkit
  93. [05:13:34] [Server thread/INFO]:
  94. [05:13:34] [Server thread/INFO]: [LuckPerms] Loading configuration...
  95. [05:13:34] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
  96. [05:13:36] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  97. [05:13:36] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  98. [05:13:37] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 4039ms)
  99. [05:13:37] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.6.0
  100. [05:13:37] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  101. [05:13:37] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
  102. [05:13:37] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.18.2.0 which is not a depend, softdepend or loadbefore of this plugin.
  103. [05:13:37] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  104. [05:13:37] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  105. [05:13:37] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
  106. [05:13:37] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  107. [05:13:37] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.2+fc3c499
  108. [05:13:37] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  109. [05:13:38] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R3 as the Bukkit adapter
  110. [05:13:40] [Server thread/WARN]: [WorldEdit] ====================================================
  111. [05:13:40] [Server thread/WARN]: [WorldEdit] WorldEdit works better if you use Paper
  112. [05:13:40] [Server thread/WARN]: [WorldEdit] as your server software.
  113. [05:13:40] [Server thread/WARN]: [WorldEdit]
  114. [05:13:40] [Server thread/WARN]: [WorldEdit] Paper offers significant performance improvements,
  115. [05:13:40] [Server thread/WARN]: [WorldEdit] bug fixes, security enhancements and optional
  116. [05:13:40] [Server thread/WARN]: [WorldEdit] features for server owners to enhance their server.
  117. [05:13:40] [Server thread/WARN]: [WorldEdit]
  118. [05:13:40] [Server thread/WARN]: [WorldEdit] Paper includes Timings v2, which is significantly
  119. [05:13:40] [Server thread/WARN]: [WorldEdit] better at diagnosing lag problems over v1.
  120. [05:13:40] [Server thread/WARN]: [WorldEdit]
  121. [05:13:40] [Server thread/WARN]: [WorldEdit] All of your plugins should still work, and the
  122. [05:13:40] [Server thread/WARN]: [WorldEdit] Paper community will gladly help you fix any issues.
  123. [05:13:40] [Server thread/WARN]: [WorldEdit]
  124. [05:13:40] [Server thread/WARN]: [WorldEdit] Join the Paper Community @ https://papermc.io
  125. [05:13:40] [Server thread/WARN]: [WorldEdit] ====================================================
  126. [05:13:40] [Server thread/INFO]: Preparing level "world"
  127. [05:13:40] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  128. [05:13:41] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  129. [05:13:42] [Server thread/INFO]: Preparing spawn area: 0%
  130. [05:13:42] [Server thread/INFO]: Preparing spawn area: 0%
  131. [05:13:42] [Server thread/INFO]: Preparing spawn area: 0%
  132. [05:13:42] [Server thread/INFO]: Preparing spawn area: 19%
  133. [05:13:43] [Server thread/INFO]: Time elapsed: 1818 ms
  134. [05:13:43] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
  135. [05:13:43] [Server thread/INFO]: Preparing spawn area: 0%
  136. [05:13:43] [Server thread/INFO]: Preparing spawn area: 0%
  137. [05:13:44] [Server thread/INFO]: Time elapsed: 1051 ms
  138. [05:13:44] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
  139. [05:13:44] [Server thread/INFO]: Preparing spawn area: 0%
  140. [05:13:44] [Server thread/INFO]: Time elapsed: 402 ms
  141. [05:13:44] [Server thread/INFO]: [ATR] Enabling AcceptTheRules v4.7
  142. [05:13:44] [Server thread/INFO]: creating table 'playerdata'
  143. [05:13:44] [Server thread/INFO]: [ATR] Version 4.7 is enabled!
  144. [05:13:44] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
  145. [05:13:44] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
  146. [05:13:45] [Server thread/INFO]: [ClearLag] Loading modules...
  147. [05:13:45] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  148. [05:13:45] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  149. [05:13:45] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  150. [05:13:45] [Server thread/INFO]: [UltimateAutoRestart] Enabling UltimateAutoRestart vBuild 42
  151. [05:13:45] [Thread-15/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.16]...
  152. [05:13:45] [Server thread/INFO]:
  153. [05:13:45] [Server thread/INFO]: UltimateAutoRestart Build 42, a free resource by Norska - Enabled!
  154. [05:13:45] [Server thread/INFO]:
  155. [05:13:45] [Server thread/INFO]: [spark] Enabling spark v1.4.1
  156. [05:13:45] [Server thread/INFO]: [spark] Using Bukkit scheduler for tick monitoring
  157. [05:13:45] [Server thread/INFO]: [ArmorStand-Limiter] Enabling ArmorStand-Limiter v1.3.1
  158. [05:13:45] [Server thread/INFO]:
  159. [05:13:45] [Server thread/INFO]:
  160. [05:13:45] [Server thread/INFO]: /\ _ _ _ _ (_ |_ _ _ _| | . _ . |_ _ _
  161. [05:13:45] [Server thread/INFO]: /--\ | ||| (_) | __) |_ (_| | ) (_| |__ | ||| | |_ (- |
  162. [05:13:45] [Server thread/INFO]: v1.3.1
  163. [05:13:45] [Server thread/INFO]: Created by xSavior_of_God
  164. [05:13:45] [Server thread/INFO]:
  165. [05:13:45] [Server thread/INFO]:
  166. [05:13:45] [Server thread/INFO]: ArmorStand Limiter Loaded!
  167. [05:13:45] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v7.0.0
  168. [05:13:45] [Thread-15/INFO]: [ClearLag] No updates found!
  169. [05:13:45] [Server thread/INFO]: [SilkSpawners] WorldGuard was not found and support is disabled
  170. [05:13:45] [Server thread/WARN]: [SilkSpawners] Warning! "nerf-spawner-mobs" is set to true in the spigot.yml! Spawned mobs WON'T HAVE ANY AI!
  171. [05:13:45] [Server thread/INFO]: [SilkSpawners] Loading support for v1_16_R3
  172. [05:13:45] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled and now running.
  173. [05:13:45] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
  174. [05:13:45] [Server thread/INFO]: [HamsterAPI] Enabling HamsterAPI v0.1.6
  175. [05:13:45] [Server thread/INFO]: [ChatSentinel] Enabling ChatSentinel v0.4.0
  176. [05:13:45] [Server thread/INFO]: [ExploitFixer] Enabling ExploitFixer v1.5.2
  177. [05:13:45] [Server thread/INFO]: [ExploitFixer] Successfully registered commands!
  178. [05:13:45] [Server thread/INFO]: [ExploitFixer] Successfully registered listeners!
  179. [05:13:45] [Server thread/INFO]: [ExploitFixer] Successfully hooked with HamsterAPI!
  180. [05:13:45] [Server thread/INFO]: [AntiXrayPlus] Enabling AntiXrayPlus v1.0.0
  181. [05:13:45] [Server thread/INFO]: [youTrade] Enabling youTrade v1.1.6.1
  182. [05:13:45] [Server thread/INFO]: [youTrade] ___________ .___
  183. [05:13:45] [Server thread/INFO]: [youTrade] ___.__. ____ __ _\__ ___/___________ __| _/____
  184. [05:13:45] [Server thread/INFO]: [youTrade] < | |/ _ \| | \| | \_ __ \__ \ / __ |/ __ \
  185. [05:13:45] [Server thread/INFO]: [youTrade] \___ ( <_> ) | /| | | | \// __ \_/ /_/ \ ___/
  186. [05:13:45] [Server thread/INFO]: [youTrade] / ____|\____/|____/ |____| |__| (____ /\____ |\___ >
  187. [05:13:45] [Server thread/INFO]: [youTrade] \/ \/ \/ \/
  188. [05:13:45] [Server thread/INFO]: [youTrade] Support for this plugin can be found on our discord!
  189. [05:13:45] [Server thread/INFO]: [youTrade] Find the link for our discord on the plugins spigot page.
  190. [05:13:45] [Server thread/INFO]: [youTrade] You are running youTrade v1.1.6!
  191. [05:13:45] [Server thread/INFO]: [youTrade] youTrade has now been loaded successfully! Enjoy!
  192. [05:13:45] [Server thread/INFO]: [PluginHiderPlus] Enabling PluginHiderPlus v4.1.1
  193. [05:13:45] [Server thread/INFO]: [Essentials] Enabling Essentials v2.18.2.0
  194. [05:13:45] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
  195. [05:13:45] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
  196. [05:13:45] [Server thread/INFO]: No kits found to migrate.
  197. [05:13:45] [Server thread/INFO]: Creating config from template: /home/minecraft/multicraft/servers/server278672/plugins/Essentials/worth.yml
  198. [05:13:45] [Server thread/INFO]: Loaded 25599 items from items.json.
  199. [05:13:45] [Server thread/INFO]: Using locale en_US
  200. [05:13:45] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  201. [05:13:45] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  202. [05:13:45] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
  203. [05:13:45] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
  204. [05:13:45] [Server thread/INFO]: [VeinMiner] Enabling VeinMiner v1.17.5
  205. [05:13:45] [Server thread/INFO]: [VeinMiner] Registering events
  206. [05:13:45] [Server thread/INFO]: [VeinMiner] Registering commands
  207. [05:13:45] [Server thread/INFO]: [VeinMiner] Vault found. Attempting to enable economy support...
  208. [05:13:45] [Server thread/INFO]: [VeinMiner] Economy found! Hooked successfully.
  209. [05:13:45] [Server thread/INFO]: [VeinMiner] Enabling Plugin Metrics
  210. [05:13:46] [Server thread/INFO]: [VeinMiner] Thanks for enabling Metrics! The anonymous stats are appreciated
  211. [05:13:46] [Server thread/INFO]: [VeinMiner] Loading configuration options to local memory
  212. [05:13:46] [Server thread/INFO]: [VeinMiner] Performing an update check!
  213. [05:13:46] [Server thread/INFO]: [IllegalStack] Enabling IllegalStack v2.2.1a
  214. [05:13:46] [Server thread/INFO]: §cThe following materials are allowed to have stacks larger than the vanilla size: POTION
  215. [05:13:46] [Server thread/INFO]: [IllegalStack] Chat Components found! Enabling clickable commands in /istack
  216. [05:13:46] [ForkJoinPool.commonPool-worker-9/INFO]: [VeinMiner] Your version of VeinMiner (1.17.5) is up to date!
  217. [05:13:46] [Server thread/INFO]: [Illegal Stack] - MC Version v1_16_r3 detected!
  218. [05:13:46] [Server thread/INFO]: [IllegalStack] - Enabling 1.13+ Checks
  219. [05:13:46] [Server thread/INFO]: ZombieVillagerTransformChance is set to 65 *** Only really matters if the difficulty is set to HARD ***
  220. [05:13:46] [Server thread/INFO]: [SinglePlayerSleep] Enabling SinglePlayerSleep v1.13_2.13.45.2
  221. [05:13:46] [Server thread/INFO]: **************************************
  222. [05:13:46] [Server thread/INFO]: SinglePlayerSleep v1.13_2.13.45.2 Loading...
  223. [05:13:46] [Server thread/INFO]: SinglePlayerSleep v1.13_2.13.45.2 plugins/SinglePlayerSleep/config.yml
  224. [05:13:46] [Server thread/INFO]: Checking for updates...
  225. [05:13:46] [Server thread/INFO]: SinglePlayerSleep v1.13_2.13.45.2 plugins/SinglePlayerSleep/permissions.yml
  226. [05:13:46] [Server thread/INFO]: **************************************
  227. [05:13:46] [Server thread/INFO]: SinglePlayerSleep v1.13_2.13.45.2 is ENABLED
  228. [05:13:46] [Server thread/INFO]: **************************************
  229. [05:13:46] [Server thread/INFO]: SinglePlayerSleep v1.13_2.13.45.2 This server is running CraftBukkit version 3014-Spigot-73fb609-b7eed25 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
  230. [05:13:46] [Server thread/INFO]: SinglePlayerSleep v1.13_2.13.45.2 vardebug=false debug=false in plugins/SinglePlayerSleep/config.yml
  231. [05:13:46] [Server thread/INFO]: SinglePlayerSleep v1.13_2.13.45.2 jarfilename=/home/minecraft/multicraft/servers/server278672/plugins/SinglePlayerSleep-1.13_2.13.45.2.jar
  232. [05:13:46] [Server thread/INFO]: [SimpleClans] Enabling SimpleClans v2.14.7
  233. [05:13:46] [Server thread/INFO]: [SimpleClans] SQLite Connection successful
  234. [05:13:50] [Server thread/INFO]: [SimpleClans] Clans: 3
  235. [05:13:50] [Server thread/INFO]: [SimpleClans] Clan players: 13
  236. [05:13:50] [Server thread/INFO]: [SimpleClans] Registering 7 command contexts...
  237. [05:13:50] [Server thread/INFO]: [SimpleClans] Registering 13 base commands...
  238. [05:13:50] [Server thread/INFO]: [SimpleClans] Registering 25 command conditions...
  239. [05:13:50] [Server thread/INFO]: [SimpleClans] Registering 18 command completions...
  240. [05:13:50] [Server thread/INFO]: [SimpleClans] Multithreading: true
  241. [05:13:50] [Server thread/INFO]: [SimpleClans] BungeeCord: false
  242. [05:13:50] [Server thread/INFO]: [SimpleClans] Help us translate SimpleClans to your language! Access https://crowdin.com/project/simpleclans/
  243. [05:13:50] [Server thread/INFO]: [EconomyShopGUI] Enabling EconomyShopGUI v3.0.3
  244. [05:13:50] [Server thread/INFO]: [EconomyShopGUI] Using lang-en.yml as language file.
  245. [05:13:50] [Server thread/INFO]: [EconomyShopGUI] Shops.yml has been found!
  246. [05:13:50] [Server thread/INFO]: [EconomyShopGUI] Sections.yml has been found!
  247. [05:13:50] [Server thread/INFO]: [EconomyShopGUI] SilkSpawners compatibility has been enabled in config.
  248. [05:13:50] [Server thread/INFO]: [EconomyShopGUI] SilkSpawners found, integrating...
  249. [05:13:50] [Server thread/INFO]: [SilkSpawners] WorldGuard was not found and support is disabled
  250. [05:13:50] [Server thread/WARN]: [SilkSpawners] Warning! "nerf-spawner-mobs" is set to true in the spigot.yml! Spawned mobs WON'T HAVE ANY AI!
  251. [05:13:50] [Server thread/INFO]: [SilkSpawners] Loading support for v1_16_R3
  252. [05:13:50] [Server thread/INFO]: [EconomyShopGUI] Using SilkSpawners spawners...
  253. [05:13:50] [Server thread/INFO]: [SilkSpawners] WorldGuard was not found and support is disabled
  254. [05:13:50] [Server thread/WARN]: [SilkSpawners] Warning! "nerf-spawner-mobs" is set to true in the spigot.yml! Spawned mobs WON'T HAVE ANY AI!
  255. [05:13:50] [Server thread/INFO]: [SilkSpawners] Loading support for v1_16_R3
  256. [05:13:50] [Server thread/INFO]: [EconomyShopGUI] Using minecraft version 1.16.5...
  257. [05:13:50] [Server thread/INFO]: [EconomyShopGUI] Updating Shop settings...
  258. [05:13:50] [Server thread/INFO]: [EconomyShopGUI] Debug mode is enabled.
  259. [05:13:50] [Server thread/INFO]: [EconomyShopGUI] Loading all items...
  260. [05:13:51] [Server thread/INFO]: [EconomyShopGUI] Done!
  261. [05:13:51] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.17.1-2b69191
  262. [05:13:51] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
  263. [05:13:51] [Server thread/INFO]: [GriefPrevention] 57 total claims loaded.
  264. [05:13:53] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
  265. [05:13:53] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
  266. [05:13:53] [Server thread/INFO]: [GriefPrevention] Boot finished.
  267. [05:13:53] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v19.4
  268. [05:13:53] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
  269. [05:13:53] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  270. [05:13:53] [Server thread/INFO]: --------------------
  271. [05:13:53] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
  272. [05:13:53] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
  273. [05:13:53] [Server thread/INFO]: --------------------
  274. [05:13:53] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  275. [05:13:53] [Server thread/INFO]: Done (13.692s)! For help, type "help"
  276. [05:13:53] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
  277. [05:13:54] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
  278. [05:13:54] [Craft Scheduler Thread - 2/INFO]: [Vault] Checking for Updates ...
  279. [05:13:54] [Craft Scheduler Thread - 2/INFO]: [Vault] No new version available
  280. [05:14:08] [User Authenticator #1/INFO]: UUID of player WhatTheFOV is 94f9f338-d005-4b76-83ee-f3c99c4b8f2e
  281. [05:14:08] [Server thread/INFO]: [HamsterAPI] Failed to setup WhatTheFOV! Reason: Tried to access field from a null object
  282. [05:14:09] [Server thread/INFO]: [HamsterAPI] Succesfully setup player WhatTheFOV!
  283. [05:14:09] [Server thread/INFO]: [HamsterAPI] Succesfully injected player WhatTheFOV!
  284. [05:14:09] [Server thread/INFO]: WhatTheFOV[/68.169.135.119:19913] logged in with entity id 181 at ([world]-8151.633986138112, 56.0, 9110.720081494932)
  285. [05:14:09] [Server thread/WARN]: [Essentials] Permissions lag notice with (LuckPermsHandler). Response took 32.071448ms. Summary: Getting group for WhatTheFOV
  286. [05:14:28] [Server thread/INFO]: WhatTheFOV issued server command: /ec
  287. [05:14:36] [Server thread/INFO]: WhatTheFOV issued server command: /sell all
  288. [05:14:36] [Server thread/INFO]: §eWhatTheFOV §asold§e bucket§a for §e$44 §a(2 items at $22 each).
  289. [05:14:36] [Server thread/INFO]: §eWhatTheFOV §asold§e torch§a for §e$244 §a(61 items at $4 each).
  290. [05:14:44] [Server thread/INFO]: WhatTheFOV lost connection: Disconnected
  291. [05:14:44] [Server thread/INFO]: WhatTheFOV left the game
  292. [05:14:46] [User Authenticator #2/INFO]: UUID of player WhatTheFOV is 94f9f338-d005-4b76-83ee-f3c99c4b8f2e
  293. [05:14:46] [Server thread/INFO]: [HamsterAPI] Failed to setup WhatTheFOV! Reason: Tried to access field from a null object
  294. [05:14:47] [Server thread/INFO]: [HamsterAPI] Succesfully setup player WhatTheFOV!
  295. [05:14:47] [Server thread/INFO]: [HamsterAPI] Succesfully injected player WhatTheFOV!
  296. [05:14:47] [Server thread/INFO]: WhatTheFOV[/68.169.135.119:19812] logged in with entity id 282 at ([world]-8151.633986138112, 56.0, 9110.720081494932)
  297. [05:14:48] [Server thread/INFO]: CONSOLE issued server command: /list
  298. [05:14:48] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  299. [05:14:48] [Server thread/INFO]: default: ~GandhiPhysique
  300. [05:14:52] [Server thread/INFO]: WhatTheFOV issued server command: /ec
  301.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement