Advertisement
rirbe

lastest.log

Sep 9th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 150.36 KB | None | 0 0
  1. 17:22:14] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
  2. [17:22:15] [main/INFO]: Reloading ResourceManager: Default, bukkit
  3. [17:22:20] [Server-Worker-7/INFO]: Loaded 7 recipes
  4. [17:22:22] [Server thread/INFO]: Starting minecraft server version 1.16.2
  5. [17:22:22] [Server thread/INFO]: Loading properties
  6. [17:22:22] [Server thread/INFO]: This server is running Paper version git-Paper-186 (MC: 1.16.2) (Implementing API version 1.16.2-R0.1-SNAPSHOT)
  7. [17:22:22] [Server thread/ERROR]: Cannot load commands.yml
  8. org.bukkit.configuration.InvalidConfigurationException: unacceptable code point ' ' (0x0) special characters are not allowed
  9. in "'string'", position 0
  10. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:59) ~[patched_1.16.2.jar:git-Paper-186]
  11. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
  12. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
  13. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
  14. at org.bukkit.craftbukkit.v1_16_R2.CraftServer.<init>(CraftServer.java:314) ~[patched_1.16.2.jar:git-Paper-186]
  15. at net.minecraft.server.v1_16_R2.PlayerList.<init>(PlayerList.java:82) ~[patched_1.16.2.jar:git-Paper-186]
  16. at net.minecraft.server.v1_16_R2.DedicatedPlayerList.<init>(SourceFile:16) ~[patched_1.16.2.jar:git-Paper-186]
  17. at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:159) ~[patched_1.16.2.jar:git-Paper-186]
  18. at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
  19. at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
  20. at java.lang.Thread.run(Unknown Source) [?:1.8.0_261]
  21. Caused by: org.yaml.snakeyaml.reader.ReaderException: special characters are not allowed
  22. at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:211) ~[patched_1.16.2.jar:git-Paper-186]
  23. at org.yaml.snakeyaml.reader.StreamReader.ensureEnoughData(StreamReader.java:176) ~[patched_1.16.2.jar:git-Paper-186]
  24. at org.yaml.snakeyaml.reader.StreamReader.ensureEnoughData(StreamReader.java:171) ~[patched_1.16.2.jar:git-Paper-186]
  25. at org.yaml.snakeyaml.reader.StreamReader.peek(StreamReader.java:126) ~[patched_1.16.2.jar:git-Paper-186]
  26. at org.yaml.snakeyaml.scanner.ScannerImpl.scanToNextToken(ScannerImpl.java:1177) ~[patched_1.16.2.jar:git-Paper-186]
  27. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:287) ~[patched_1.16.2.jar:git-Paper-186]
  28. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:227) ~[patched_1.16.2.jar:git-Paper-186]
  29. at org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDocumentStart.produce(ParserImpl.java:195) ~[patched_1.16.2.jar:git-Paper-186]
  30. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[patched_1.16.2.jar:git-Paper-186]
  31. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148) ~[patched_1.16.2.jar:git-Paper-186]
  32. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:118) ~[patched_1.16.2.jar:git-Paper-186]
  33. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:150) ~[patched_1.16.2.jar:git-Paper-186]
  34. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
  35. at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
  36. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
  37. ... 10 more
  38. [17:22:22] [Server thread/WARN]: Unable to read file banned-ips.json, backing it up to {0}.backup and creating new copy.
  39. com.google.gson.JsonSyntaxException: Expected a com.google.gson.JsonArray but was com.google.gson.JsonPrimitive
  40. at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:913) ~[patched_1.16.2.jar:git-Paper-186]
  41. at com.google.gson.Gson.fromJson(Gson.java:887) ~[patched_1.16.2.jar:git-Paper-186]
  42. at com.google.gson.Gson.fromJson(Gson.java:825) ~[patched_1.16.2.jar:git-Paper-186]
  43. at net.minecraft.server.v1_16_R2.JsonList.load(JsonList.java:189) ~[patched_1.16.2.jar:git-Paper-186]
  44. at net.minecraft.server.v1_16_R2.DedicatedPlayerList.x(SourceFile:87) ~[patched_1.16.2.jar:git-Paper-186]
  45. at net.minecraft.server.v1_16_R2.DedicatedPlayerList.<init>(SourceFile:24) ~[patched_1.16.2.jar:git-Paper-186]
  46. at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:159) ~[patched_1.16.2.jar:git-Paper-186]
  47. at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
  48. at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
  49. at java.lang.Thread.run(Unknown Source) [?:1.8.0_261]
  50. [17:22:22] [Server thread/WARN]: Unable to read file ops.json, backing it up to {0}.backup and creating new copy.
  51. com.google.gson.JsonSyntaxException: Expected a com.google.gson.JsonArray but was com.google.gson.JsonPrimitive
  52. at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:913) ~[patched_1.16.2.jar:git-Paper-186]
  53. at com.google.gson.Gson.fromJson(Gson.java:887) ~[patched_1.16.2.jar:git-Paper-186]
  54. at com.google.gson.Gson.fromJson(Gson.java:825) ~[patched_1.16.2.jar:git-Paper-186]
  55. at net.minecraft.server.v1_16_R2.JsonList.load(JsonList.java:189) ~[patched_1.16.2.jar:git-Paper-186]
  56. at net.minecraft.server.v1_16_R2.DedicatedPlayerList.z(SourceFile:103) ~[patched_1.16.2.jar:git-Paper-186]
  57. at net.minecraft.server.v1_16_R2.DedicatedPlayerList.<init>(SourceFile:26) ~[patched_1.16.2.jar:git-Paper-186]
  58. at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:159) ~[patched_1.16.2.jar:git-Paper-186]
  59. at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
  60. at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
  61. at java.lang.Thread.run(Unknown Source) [?:1.8.0_261]
  62. [17:22:22] [Server thread/INFO]: Debug logging is disabled
  63. [17:22:22] [Server thread/INFO]: Using 3 threads for Netty based IO
  64. [17:22:22] [Server thread/INFO]: Server Ping Player Sample Count: 12
  65. [17:22:22] [Server thread/INFO]: Default game type: SURVIVAL
  66. [17:22:22] [Server thread/INFO]: Generating keypair
  67. [17:22:23] [Server thread/INFO]: Starting Minecraft server on *:25587
  68. [17:22:23] [Server thread/INFO]: Using default channel type
  69. [17:22:25] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
  70. [17:22:28] [Server thread/WARN]: Legacy plugin HackedCore v2.69.0 does not specify an api-version.
  71. [17:22:28] [Server thread/WARN]: Legacy plugin CommandTimer v4.3.1 does not specify an api-version.
  72. [17:22:28] [Server thread/WARN]: Legacy plugin WorldResetPlus v1.0.7 does not specify an api-version.
  73. [17:22:28] [Server thread/WARN]: Legacy plugin PetBlocks v8.21.0 does not specify an api-version.
  74. [17:22:28] [Server thread/WARN]: Legacy plugin Trash v4.0 does not specify an api-version.
  75. [17:22:28] [Server thread/WARN]: Legacy plugin HackedServer v2.70.0 does not specify an api-version.
  76. [17:22:28] [Server thread/WARN]: Legacy plugin BannerBoard v1.11.2 does not specify an api-version.
  77. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %name% for plugin BannerBoard...
  78. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:name% for plugin BannerBoard...
  79. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %uuid% for plugin BannerBoard...
  80. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:uuid% for plugin BannerBoard...
  81. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer COLOR for plugin BannerBoard...
  82. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:COLOR for plugin BannerBoard...
  83. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer IMAGE for plugin BannerBoard...
  84. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:IMAGE for plugin BannerBoard...
  85. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer TEXT for plugin BannerBoard...
  86. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:TEXT for plugin BannerBoard...
  87. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer SKIN for plugin BannerBoard...
  88. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:SKIN for plugin BannerBoard...
  89. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer LIVEIMG for plugin BannerBoard...
  90. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:LIVEIMG for plugin BannerBoard...
  91. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer URLIMG for plugin BannerBoard...
  92. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:URLIMG for plugin BannerBoard...
  93. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer INTERACT for plugin BannerBoard...
  94. [17:22:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:INTERACT for plugin BannerBoard...
  95. [17:22:28] [Server thread/WARN]: Legacy plugin KoreanChat v2.0 does not specify an api-version.
  96. [17:22:28] [Server thread/WARN]: Legacy plugin ColoredAnvils v1.08 does not specify an api-version.
  97. [17:22:29] [Server thread/WARN]: Legacy plugin HoloChat v4.0.4 does not specify an api-version.
  98. [17:22:29] [Server thread/WARN]: Legacy plugin HeadDatabase v4.12.6 does not specify an api-version.
  99. [17:22:30] [Server thread/WARN]: Legacy plugin CMIEInjector v1.0.2.3 does not specify an api-version.
  100. [17:22:30] [Server thread/INFO]: [HackedCore] Loading HackedCore v2.69.0
  101. [17:22:30] [Server thread/INFO]: [RunLater] Loading RunLater v1.0-SNAPSHOT
  102. [17:22:30] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.9
  103. [17:22:30] [Server thread/INFO]: [CommandTimer] Loading CommandTimer v4.3.1
  104. [17:22:30] [Server thread/INFO]: [Core] Loading Core v0.2.7
  105. [17:22:31] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v6.1.2
  106. [17:22:31] [Server thread/INFO]: [WorldResetPlus] Loading WorldResetPlus v1.0.7
  107. [17:22:31] [Server thread/INFO]: [NoteBlockAPI] Loading NoteBlockAPI v1.6.1-SNAPSHOT
  108. [17:22:31] [Server thread/INFO]: [PetBlocks] Loading PetBlocks v8.21.0
  109. [17:22:31] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v3.1.0
  110. [17:22:31] [Server thread/INFO]: [ViaVersion] ViaVersion 3.1.0 is now loaded, injecting!
  111. [17:22:32] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 mappings...
  112. [17:22:32] [Server thread/INFO]: [LightAPI] Loading LightAPI v3.4.5
  113. [17:22:32] [Server thread/INFO]: [JukeBox] Loading JukeBox v1.19.3
  114. [17:22:32] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.1.93
  115. [17:22:32] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
  116. [17:22:32] [Server thread/INFO]: [Trash] Loading Trash v4.0
  117. [17:22:32] [Server thread/INFO]: [HackedServer] Loading HackedServer v2.70.0
  118. [17:22:32] [Server thread/INFO]: [IllegalStack] Loading IllegalStack v2.1.9b
  119. [17:22:32] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v2.0.9
  120. [17:22:32] [Server thread/INFO]: [SurvivalMechanics] Loading SurvivalMechanics v1.4
  121. [17:22:32] [Server thread/INFO]: [BannerBoard] Loading BannerBoard v1.11.2
  122. [17:22:32] [Server thread/INFO]: [Votifier] Loading Votifier v2.7.1
  123. [17:22:32] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.6.0-SNAPSHOT-b478
  124. [17:22:32] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 mappings...
  125. [17:22:32] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.16.1 -> 1.16.2 mappings...
  126. [17:22:32] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.16.2) has not yet been tested! Proceed with caution.
  127. [17:22:32] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
  128. [17:22:32] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v10.0.16-SNAPSHOT
  129. [17:22:32] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
  130. [17:22:32] [Server thread/INFO]: [KoreanChat] Loading KoreanChat v2.0
  131. [17:22:32] [Server thread/INFO]: [Minepacks] Loading Minepacks v2.3.17-Release
  132. [17:22:32] [Server thread/INFO]: [Minepacks] PCGF-PluginLib not installed. Switching to standalone mode!
  133. [17:22:32] [Server thread/INFO]: [VoidGenerator] Loading VoidGenerator v1.6.2
  134. [17:22:32] [Server thread/INFO]: [PvPLevels] Loading PvPLevels v1.4.1
  135. [17:22:32] [Server thread/INFO]: [ServerRestorer] Loading ServerRestorer v1.0.38
  136. [17:22:32] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
  137. [17:22:32] [Server thread/INFO]: [ColoredAnvils] Loading ColoredAnvils v1.08
  138. [17:22:32] [Server thread/INFO]: [CommandButtons] Loading CommandButtons v4.2.1
  139. [17:22:32] [Server thread/INFO]: [Animatica] Loading Animatica v2.1.3
  140. [17:22:32] [Server thread/INFO]: [PlayerShopGUIPlus] Loading PlayerShopGUIPlus v1.11.0
  141. [17:22:32] [Server thread/INFO]: [MySQLPapiBridge] Loading MySQLPapiBridge v1.8
  142. [17:22:32] [Server thread/INFO]: [GPS] Loading GPS v2.19.4
  143. [17:22:32] [Server thread/INFO]: [Item2Chat] Loading Item2Chat v4.4.5
  144. [17:22:32] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.5-SNAPSHOT-b157
  145. [17:22:32] [Server thread/INFO]: [MailMe] Loading MailMe v1.4.64
  146. [17:22:32] [Server thread/INFO]: [WildChests] Loading WildChests v2.0.1
  147. [17:22:32] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.0-SNAPSHOT+5280-46c3fcc
  148. [17:22:33] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@3b1d022f]
  149. [17:22:33] [Server thread/INFO]: [CommandBlocks] Loading CommandBlocks v1.2.5
  150. [17:22:33] [Server thread/INFO]: [HoloChat] Loading HoloChat v4.0.4
  151. [17:22:33] [Server thread/INFO]: [HeadDatabase] Loading HeadDatabase v4.12.6
  152. [17:22:33] [Server thread/INFO]: [CommandPanels] Loading CommandPanels v3.10.4
  153. [17:22:33] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.1-SNAPSHOT-b787
  154. [17:22:33] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.27-SNAPSHOT (build 2107)
  155. [17:22:33] [Server thread/INFO]: [Sentinel] Loading Sentinel v2.1.5-SNAPSHOT (build 368)
  156. [17:22:33] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.19.2-SNAPSHOT
  157. [17:22:33] [Server thread/INFO]: [AdvancedAchievements] Loading AdvancedAchievements v6.2.0
  158. [17:22:33] [Server thread/INFO]: [NPC_Destinations] Loading NPC_Destinations v2.3.64
  159. [17:22:33] [Server thread/WARN]: [NPC_Destinations] Loaded class com.sk89q.worldguard.protection.flags.Flag from WorldGuard v7.0.4-SNAPSHOT+2067-91a1494 which is not a depend, softdepend or loadbefore of this plugin.
  160. [17:22:33] [Server thread/WARN]: [NPC_Destinations] Loaded class com.sk89q.worldedit.math.BlockVector3 from WorldEdit v7.2.0-SNAPSHOT+5280-46c3fcc which is not a depend, softdepend or loadbefore of this plugin.
  161. [17:22:33] [Server thread/INFO]: [ParticlePictures] Loading ParticlePictures v1.91
  162. [17:22:33] [Server thread/INFO]: [StreakRewards] Loading StreakRewards v1.5.6
  163. [17:22:33] [Server thread/INFO]: [JetsHoppers] Loading JetsHoppers v3.2.3
  164. [17:22:33] [Server thread/INFO]: [GCore] Loading GCore v7.15.0
  165. [17:22:33] [Server thread/INFO]: [CMI] Loading CMI v8.7.6.16
  166. [17:22:33] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4-SNAPSHOT+2067-91a1494
  167. [17:22:33] [Server thread/INFO]: [GSlotMachine] Loading GSlotMachine v2.3.1
  168. [17:22:33] [Server thread/INFO]: [IslandWorld] Loading IslandWorld v16.2.1
  169. [17:22:33] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.10.0-SNAPSHOT-SNAPSHOT
  170. [17:22:33] [Server thread/INFO]: [BanItem] Loading BanItem v2.3
  171. [17:22:33] [Server thread/INFO]: [CMIEInjector] Loading CMIEInjector v1.0.2.3
  172. [17:22:33] [Server thread/INFO]: [SupremeShops] Loading SupremeShops v1.10.1
  173. [17:22:33] [Server thread/INFO]: [ParticleHats] Loading ParticleHats v4.2.7
  174. [17:22:33] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.1.4
  175. [17:22:33] [Server thread/INFO]: [Bank] Loading Bank v4.1.8-BETA
  176. [17:22:33] [Server thread/ERROR]: Cannot load plugins\Bank\mysql.yml
  177. org.bukkit.configuration.InvalidConfigurationException: unacceptable code point ' ' (0x0) special characters are not allowed
  178. in "'string'", position 0
  179. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:59) ~[patched_1.16.2.jar:git-Paper-186]
  180. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
  181. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
  182. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
  183. at me.dablakbandit.core.configuration.Configuration.reloadConfig(Configuration.java:31) ~[?:?]
  184. at me.dablakbandit.core.configuration.Configuration.getConfig(Configuration.java:42) ~[?:?]
  185. at me.dablakbandit.core.database.mysql.MySQLConfiguration.<init>(MySQLConfiguration.java:12) ~[?:?]
  186. at me.dablakbandit.bank.database.BankDatabaseManager.<init>(BankDatabaseManager.java:28) ~[?:?]
  187. at me.dablakbandit.bank.database.BankDatabaseManager.<clinit>(BankDatabaseManager.java:17) ~[?:?]
  188. at me.dablakbandit.bank.save.loader.runner.SaveRunner.<clinit>(SaveRunner.java:13) ~[?:?]
  189. at me.dablakbandit.bank.save.loader.LoaderManager.<init>(LoaderManager.java:24) ~[?:?]
  190. at me.dablakbandit.bank.save.loader.LoaderManager.<clinit>(LoaderManager.java:12) ~[?:?]
  191. at me.dablakbandit.bank.BankCoreHandler.load(BankCoreHandler.java:43) ~[?:?]
  192. at me.dablakbandit.bank.BankCoreHandler.onLoad(BankCoreHandler.java:38) ~[?:?]
  193. at me.dablakbandit.bank.BankPlugin.onLoad(BankPlugin.java:24) ~[?:?]
  194. at org.bukkit.craftbukkit.v1_16_R2.CraftServer.loadPlugins(CraftServer.java:392) ~[patched_1.16.2.jar:git-Paper-186]
  195. at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:208) ~[patched_1.16.2.jar:git-Paper-186]
  196. at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
  197. at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
  198. at java.lang.Thread.run(Unknown Source) [?:1.8.0_261]
  199. Caused by: org.yaml.snakeyaml.reader.ReaderException: special characters are not allowed
  200. at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:211) ~[patched_1.16.2.jar:git-Paper-186]
  201. at org.yaml.snakeyaml.reader.StreamReader.ensureEnoughData(StreamReader.java:176) ~[patched_1.16.2.jar:git-Paper-186]
  202. at org.yaml.snakeyaml.reader.StreamReader.ensureEnoughData(StreamReader.java:171) ~[patched_1.16.2.jar:git-Paper-186]
  203. at org.yaml.snakeyaml.reader.StreamReader.peek(StreamReader.java:126) ~[patched_1.16.2.jar:git-Paper-186]
  204. at org.yaml.snakeyaml.scanner.ScannerImpl.scanToNextToken(ScannerImpl.java:1177) ~[patched_1.16.2.jar:git-Paper-186]
  205. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:287) ~[patched_1.16.2.jar:git-Paper-186]
  206. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:227) ~[patched_1.16.2.jar:git-Paper-186]
  207. at org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDocumentStart.produce(ParserImpl.java:195) ~[patched_1.16.2.jar:git-Paper-186]
  208. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[patched_1.16.2.jar:git-Paper-186]
  209. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148) ~[patched_1.16.2.jar:git-Paper-186]
  210. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:118) ~[patched_1.16.2.jar:git-Paper-186]
  211. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:150) ~[patched_1.16.2.jar:git-Paper-186]
  212. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
  213. at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
  214. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
  215. ... 19 more
  216. [17:22:34] [Server thread/WARN]: Wed Sep 09 17:22:34 KST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  217. [17:22:34] [Server thread/WARN]: java.lang.NullPointerException
  218. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.database.mysql.UUIDMySQLDatabase.setup(UUIDMySQLDatabase.java:12)
  219. [17:22:34] [Server thread/WARN]: at me.dablakbandit.core.database.mysql.MySQLDatabase.addListener(MySQLDatabase.java:80)
  220. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.database.BankDatabaseManager.load(BankDatabaseManager.java:45)
  221. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankCoreHandler.loadDatabase(BankCoreHandler.java:71)
  222. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankCoreHandler.load(BankCoreHandler.java:45)
  223. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankCoreHandler.onLoad(BankCoreHandler.java:38)
  224. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankPlugin.onLoad(BankPlugin.java:24)
  225. [17:22:34] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R2.CraftServer.loadPlugins(CraftServer.java:392)
  226. [17:22:34] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:208)
  227. [17:22:34] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939)
  228. [17:22:34] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177)
  229. [17:22:34] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  230. [17:22:34] [Server thread/WARN]: java.lang.NullPointerException
  231. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.database.base.IUUIDDatabase.setup(IUUIDDatabase.java:16)
  232. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.database.mysql.UUIDMySQLDatabase.setup(UUIDMySQLDatabase.java:16)
  233. [17:22:34] [Server thread/WARN]: at me.dablakbandit.core.database.mysql.MySQLDatabase.addListener(MySQLDatabase.java:80)
  234. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.database.BankDatabaseManager.load(BankDatabaseManager.java:45)
  235. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankCoreHandler.loadDatabase(BankCoreHandler.java:71)
  236. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankCoreHandler.load(BankCoreHandler.java:45)
  237. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankCoreHandler.onLoad(BankCoreHandler.java:38)
  238. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankPlugin.onLoad(BankPlugin.java:24)
  239. [17:22:34] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R2.CraftServer.loadPlugins(CraftServer.java:392)
  240. [17:22:34] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:208)
  241. [17:22:34] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939)
  242. [17:22:34] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177)
  243. [17:22:34] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  244. [17:22:34] [Server thread/WARN]: java.lang.NullPointerException
  245. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.database.mysql.BankInfoTypeMySQLDatabase.setup(BankInfoTypeMySQLDatabase.java:30)
  246. [17:22:34] [Server thread/WARN]: at me.dablakbandit.core.database.mysql.MySQLDatabase.addListener(MySQLDatabase.java:80)
  247. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.database.BankDatabaseManager.load(BankDatabaseManager.java:46)
  248. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankCoreHandler.loadDatabase(BankCoreHandler.java:71)
  249. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankCoreHandler.load(BankCoreHandler.java:45)
  250. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankCoreHandler.onLoad(BankCoreHandler.java:38)
  251. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankPlugin.onLoad(BankPlugin.java:24)
  252. [17:22:34] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R2.CraftServer.loadPlugins(CraftServer.java:392)
  253. [17:22:34] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:208)
  254. [17:22:34] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939)
  255. [17:22:34] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177)
  256. [17:22:34] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  257. [17:22:34] [Server thread/WARN]: java.lang.NullPointerException
  258. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.database.base.PlayerLockDatabase.setup(PlayerLockDatabase.java:33)
  259. [17:22:34] [Server thread/WARN]: at me.dablakbandit.core.database.mysql.MySQLDatabase.addListener(MySQLDatabase.java:80)
  260. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.database.BankDatabaseManager.load(BankDatabaseManager.java:47)
  261. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankCoreHandler.loadDatabase(BankCoreHandler.java:71)
  262. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankCoreHandler.load(BankCoreHandler.java:45)
  263. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankCoreHandler.onLoad(BankCoreHandler.java:38)
  264. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankPlugin.onLoad(BankPlugin.java:24)
  265. [17:22:34] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R2.CraftServer.loadPlugins(CraftServer.java:392)
  266. [17:22:34] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:208)
  267. [17:22:34] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939)
  268. [17:22:34] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177)
  269. [17:22:34] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  270. [17:22:34] [Server thread/WARN]: java.lang.NullPointerException
  271. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.database.mysql.BankInfoMySQLDatabase.setup(BankInfoMySQLDatabase.java:39)
  272. [17:22:34] [Server thread/WARN]: at me.dablakbandit.core.database.mysql.MySQLDatabase.addListener(MySQLDatabase.java:80)
  273. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.database.BankDatabaseManager.load(BankDatabaseManager.java:48)
  274. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankCoreHandler.loadDatabase(BankCoreHandler.java:71)
  275. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankCoreHandler.load(BankCoreHandler.java:45)
  276. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankCoreHandler.onLoad(BankCoreHandler.java:38)
  277. [17:22:34] [Server thread/WARN]: at me.dablakbandit.bank.BankPlugin.onLoad(BankPlugin.java:24)
  278. [17:22:34] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R2.CraftServer.loadPlugins(CraftServer.java:392)
  279. [17:22:34] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:208)
  280. [17:22:34] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939)
  281. [17:22:34] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177)
  282. [17:22:34] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  283. [17:22:34] [Server thread/WARN]: Wed Sep 09 17:22:34 KST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  284. [17:22:34] [Server thread/INFO]: [Bank] Errors with mysql connection, switching to sqlite
  285. [17:22:34] [Server thread/INFO]: [Bank] Blocks enabled
  286. [17:22:34] [Server thread/INFO]: [Bank] Signs enabled
  287. [17:22:34] [Server thread/INFO]: [Bank] Bank Loaded
  288. [17:22:34] [Server thread/INFO]: [MysqlPlayerDataBridge] Loading MysqlPlayerDataBridge v3.34.2
  289. [17:22:34] [Server thread/INFO]: [MobHunting] Loading MobHunting v7.5.4
  290. [17:22:34] [Server thread/INFO]: [ControllerBlockReloaded] Loading ControllerBlockReloaded v2.1.0
  291. [17:22:34] [Server thread/INFO]: [NPCDestinations_Animator] Loading NPCDestinations_Animator v2.3.16
  292. [17:22:34] [Server thread/INFO]: [ExtraContexts] Loading ExtraContexts v2.0-SNAPSHOT
  293. [17:22:34] [Server thread/INFO]: [EpicFarming] Loading EpicFarming v3.0.23
  294. [17:22:34] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v2.0.30
  295. [17:22:34] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v2.2.0
  296. [17:22:34] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.11.0
  297. [17:22:34] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (324 ms)
  298. [17:22:34] [Server thread/INFO]: [Shopkeepers] Loading config.
  299. [17:22:34] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
  300. [17:22:34] [Server thread/INFO]: [Shopkeepers] Registering defaults.
  301. [17:22:34] [Server thread/INFO]: [NPCDestinations_Farmer] Loading NPCDestinations_Farmer v2.3.33
  302. [17:22:34] [Server thread/INFO]: [KeepChunks] Loading KeepChunks v1.6.6
  303. [17:22:34] [Server thread/INFO]: [TAB] Loading TAB v2.8.4
  304. [17:22:34] [Server thread/INFO]: [MMOLib] Loading MMOLib v1.3
  305. [17:22:34] [Server thread/INFO]: [MMOLib] Detected Bukkit Version: v1_16_R2
  306. [17:22:34] [Server thread/INFO]: [MMOCore] Loading MMOCore v1.4.4
  307. [17:22:34] [Server thread/INFO]: [MMOItems] Loading MMOItems v6.1.1
  308. [17:22:34] [Server thread/INFO]: [MMOItems] Hooked onto WorldGuard
  309. [17:22:34] [Server thread/INFO]: [MMOItems] Hooked onto WorldEdit
  310. [17:22:35] [Server thread/WARN]: [MMOItems] Could not register type 'BLOCK': Could not find config for BLOCK
  311. [17:22:35] [Server thread/INFO]: [QuestCreator] Loading QuestCreator v5.30.0
  312. [17:22:35] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  313. [17:22:35] [Server thread/INFO]: [RunLater] Enabling RunLater v1.0-SNAPSHOT
  314. [17:22:35] [Server thread/INFO]: [Core] Enabling Core v0.2.7
  315. [17:22:35] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.1.93
  316. [17:22:35] [Server thread/INFO]: __
  317. [17:22:35] [Server thread/INFO]: | |__) LuckPerms v5.1.93
  318. [17:22:35] [Server thread/INFO]: |___ | Running on Bukkit - Paper
  319. [17:22:35] [Server thread/INFO]:
  320. [17:22:35] [Server thread/INFO]: [LuckPerms] Loading configuration...
  321. [17:22:35] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MYSQL]
  322. [17:22:35] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
  323. [17:22:35] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
  324. [17:22:36] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
  325. [17:22:36] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  326. [17:22:36] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  327. [17:22:37] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2002ms)
  328. [17:22:37] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.6.0-SNAPSHOT-b478
  329. [17:22:37] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  330. [17:22:37] [Server thread/INFO]: [VoidGenerator] Enabling VoidGenerator v1.6.2
  331. [17:22:37] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
  332. [17:22:37] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  333. [17:22:37] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
  334. [17:22:37] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  335. [17:22:37] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.0-SNAPSHOT+5280-46c3fcc
  336. [17:22:37] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  337. [17:22:37] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R2 as the Bukkit adapter
  338. [17:22:38] [Server thread/INFO]: [CMIEInjector] Enabling CMIEInjector v1.0.2.3*
  339. [17:22:38] [Server thread/INFO]: [CMIEInjector] Injecting CMI Economy
  340. [17:22:38] [Server thread/INFO]: [CMIEInjector] [Economy] CMI Economy found: Waiting
  341. [17:22:38] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  342. [17:22:38] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  343. [17:22:38] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
  344. [17:22:38] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  345. [17:22:38] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  346. [17:22:38] [Server thread/INFO]: Preparing level "world"
  347. [17:22:39] [Server thread/INFO]: -------- World Settings For [world] --------
  348. [17:22:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  349. [17:22:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  350. [17:22:39] [Server thread/INFO]: Item Despawn Rate: 6000
  351. [17:22:39] [Server thread/INFO]: Item Merge Radius: 2.5
  352. [17:22:39] [Server thread/INFO]: View Distance: 10
  353. [17:22:39] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  354. [17:22:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  355. [17:22:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  356. [17:22:39] [Server thread/INFO]: Mob Spawn Range: 8
  357. [17:22:39] [Server thread/INFO]: Experience Merge Radius: 3.0
  358. [17:22:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
  359. [17:22:39] [Server thread/INFO]: Cane Growth Modifier: 100%
  360. [17:22:39] [Server thread/INFO]: Melon Growth Modifier: 100%
  361. [17:22:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  362. [17:22:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  363. [17:22:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
  364. [17:22:39] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  365. [17:22:39] [Server thread/INFO]: Carrot Growth Modifier: 100%
  366. [17:22:39] [Server thread/INFO]: Potato Growth Modifier: 100%
  367. [17:22:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
  368. [17:22:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  369. [17:22:39] [Server thread/INFO]: Vine Growth Modifier: 100%
  370. [17:22:39] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  371. [17:22:39] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  372. [17:22:39] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  373. [17:22:39] [Server thread/INFO]: Kelp Growth Modifier: 100%
  374. [17:22:39] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  375. [17:22:39] [Server thread/INFO]: Max TNT Explosions: 100
  376. [17:22:39] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  377. [17:22:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  378. [17:22:39] [Server thread/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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  379. [17:22:40] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  380. [17:22:41] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  381. [17:22:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  382. [17:22:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  383. [17:22:41] [Server thread/INFO]: Item Despawn Rate: 6000
  384. [17:22:41] [Server thread/INFO]: Item Merge Radius: 2.5
  385. [17:22:41] [Server thread/INFO]: View Distance: 10
  386. [17:22:41] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  387. [17:22:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  388. [17:22:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  389. [17:22:41] [Server thread/INFO]: Mob Spawn Range: 8
  390. [17:22:41] [Server thread/INFO]: Experience Merge Radius: 3.0
  391. [17:22:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
  392. [17:22:41] [Server thread/INFO]: Cane Growth Modifier: 100%
  393. [17:22:41] [Server thread/INFO]: Melon Growth Modifier: 100%
  394. [17:22:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  395. [17:22:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  396. [17:22:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
  397. [17:22:41] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  398. [17:22:41] [Server thread/INFO]: Carrot Growth Modifier: 100%
  399. [17:22:41] [Server thread/INFO]: Potato Growth Modifier: 100%
  400. [17:22:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
  401. [17:22:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  402. [17:22:41] [Server thread/INFO]: Vine Growth Modifier: 100%
  403. [17:22:41] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  404. [17:22:41] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  405. [17:22:41] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  406. [17:22:41] [Server thread/INFO]: Kelp Growth Modifier: 100%
  407. [17:22:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  408. [17:22:41] [Server thread/INFO]: Max TNT Explosions: 100
  409. [17:22:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  410. [17:22:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  411. [17:22:41] [Server thread/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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  412. [17:22:41] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  413. [17:22:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  414. [17:22:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  415. [17:22:41] [Server thread/INFO]: Item Despawn Rate: 6000
  416. [17:22:41] [Server thread/INFO]: Item Merge Radius: 2.5
  417. [17:22:41] [Server thread/INFO]: View Distance: 10
  418. [17:22:41] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  419. [17:22:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  420. [17:22:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  421. [17:22:41] [Server thread/INFO]: Mob Spawn Range: 8
  422. [17:22:41] [Server thread/INFO]: Experience Merge Radius: 3.0
  423. [17:22:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
  424. [17:22:41] [Server thread/INFO]: Cane Growth Modifier: 100%
  425. [17:22:41] [Server thread/INFO]: Melon Growth Modifier: 100%
  426. [17:22:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  427. [17:22:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  428. [17:22:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
  429. [17:22:41] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  430. [17:22:41] [Server thread/INFO]: Carrot Growth Modifier: 100%
  431. [17:22:41] [Server thread/INFO]: Potato Growth Modifier: 100%
  432. [17:22:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
  433. [17:22:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  434. [17:22:41] [Server thread/INFO]: Vine Growth Modifier: 100%
  435. [17:22:41] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  436. [17:22:41] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  437. [17:22:41] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  438. [17:22:41] [Server thread/INFO]: Kelp Growth Modifier: 100%
  439. [17:22:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  440. [17:22:41] [Server thread/INFO]: Max TNT Explosions: 100
  441. [17:22:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  442. [17:22:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  443. [17:22:41] [Server thread/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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  444. [17:22:41] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  445. [17:22:42] [Server thread/INFO]: Loaded 0 spawn chunks for world world
  446. [17:22:42] [Server thread/INFO]: Preparing spawn area: 0%
  447. [17:22:42] [Server thread/INFO]: Preparing spawn area: 0%
  448. [17:22:42] [Server thread/INFO]: Preparing spawn area: 0%
  449. [17:22:42] [Server thread/INFO]: Time elapsed: 1281 ms
  450. [17:22:42] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
  451. [17:22:43] [Server thread/INFO]: Loaded 0 spawn chunks for world world_nether
  452. [17:22:43] [Server thread/INFO]: Time elapsed: 144 ms
  453. [17:22:43] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
  454. [17:22:43] [Server thread/INFO]: Loaded 0 spawn chunks for world world_the_end
  455. [17:22:43] [Server thread/INFO]: Time elapsed: 761 ms
  456. [17:22:43] [Server thread/INFO]: [HackedCore] Enabling HackedCore v2.69.0*
  457. [17:22:43] [Server thread/INFO]: [Core] Checking update for Core v0.2.7[Core] Checking update for Bank v4.1.8-BETA[Core] Unable to check update for Bank v4.1.8-BETA[Core] Attempting to load default ItemUtils[Core] Loaded default, enjoy :)Public Key Retrieval is not allowedPublic Key Retrieval is not allowed[HackedCore] Libraries successfully loaded
  458. [17:22:43] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9
  459. [17:22:43] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  460. [17:22:43] [Server thread/INFO]: [CommandTimer] Enabling CommandTimer v4.3.1*
  461. [17:22:43] [Server thread/INFO]: [CommandTimer] Let's check if your configuration file is valid...
  462. [17:22:43] [Server thread/INFO]: [CommandTimer] [CommandTimer] Configuration valid!
  463. [17:22:43] [Server thread/INFO]: [CommandTimer] Server time : 17:22:43
  464. [17:22:43] [Server thread/INFO]: [CommandTimer] Server day : WEDNESDAY
  465. [17:22:43] [Server thread/INFO]: [CommandTimer] [CommandTimer] CommandTimer hooked in PlaceholderAPI
  466. [17:22:43] [Server thread/INFO]: [CommandTimer] [CommandTimer] 4.3.1 loaded!
  467. [17:22:43] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v6.1.2
  468. [17:22:43] [Server thread/INFO]: [VoxelSniper] Registered 69 Sniper Brushes with 137 handles.
  469. [17:22:43] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
  470. [17:22:44] [Server thread/INFO]: [WorldResetPlus] Enabling WorldResetPlus v1.0.7*
  471. [17:22:44] [Server thread/INFO]: [NoteBlockAPI] Enabling NoteBlockAPI v1.6.1-SNAPSHOT
  472. [17:22:44] [Server thread/INFO]: [PetBlocks] Enabling PetBlocks v8.21.0*
  473. [17:22:44] [Server thread/INFO]: [PetBlocks] Loading PetBlocks ...
  474. [17:22:45] [Server thread/INFO]: [com.github.shynixn.petblocks.lib.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
  475. [17:22:45] [Server thread/INFO]: [com.github.shynixn.petblocks.lib.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
  476. [17:22:46] [Server thread/INFO]: [PetBlocks] Connected to jdbc:mysql://localhost:3306/raindb
  477. [17:22:46] [Server thread/INFO]: [PetBlocks] found dependency [HeadDatabase].
  478. [17:22:46] [Server thread/INFO]: [PetBlocks] successfully loaded dependency [HeadDatabase] 4.12.6.
  479. [17:22:46] [Server thread/INFO]: [PetBlocks] found dependency [PlaceholderAPI].
  480. [17:22:46] [Server thread/INFO]: [PetBlocks] successfully loaded dependency [PlaceholderAPI] 2.10.9.
  481. [17:22:46] [Server thread/WARN]: [PetBlocks] Loaded class me.arcaniax.hdb.api.PlayerClickHeadEvent from HeadDatabase v4.12.6 which is not a depend, softdepend or loadbefore of this plugin.
  482. [17:22:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: petblocks
  483. [17:22:46] [Server thread/INFO]: [PetBlocks] Using NMS Connector v1_16_R2.
  484. [17:22:46] [Server thread/INFO]: [PetBlocks] Enabled PetBlocks 8.21.0 by Shynixn
  485. [17:22:46] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v3.1.0
  486. [17:22:46] [Server thread/INFO]: [LightAPI] Enabling LightAPI v3.4.5
  487. [17:22:46] [Server thread/INFO]: [LightAPI] Could not find Paper implementation. Trying CraftBukkit instead
  488. [17:22:46] [Server thread/INFO]: [LightAPI] Loading CraftBukkit implementation for Paper server v1_16_R2.
  489. [17:22:46] [Server thread/INFO]: [JukeBox] Enabling JukeBox v1.19.3
  490. [17:22:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jukebox
  491. [17:22:46] [Server thread/INFO]: [JukeBox] Placeholders registered
  492. [17:22:46] [Server thread/INFO]: [JukeBox] This JukeBox version requires NoteBlockAPI version 1.5.0 or more. Please ensure you have the right version before using JukeBox (you are using NBAPI ver. 1.6.1-SNAPSHOT)
  493. [17:22:46] [Server thread/INFO]: [JukeBox] Loaded language file en.yml
  494. [17:22:53] [Server thread/INFO]: [JukeBox] 147 songs loadeds. Sorting by name...
  495. [17:22:53] [Server thread/INFO]: [JukeBox] Songs sorted ! 147 songs. Number of pages : 4
  496. [17:22:53] [Server thread/INFO]: [Trash] Enabling Trash v4.0*
  497. [17:22:53] [Server thread/INFO]: [HackedServer] Enabling HackedServer v2.70.0*
  498. [17:22:54] [Server thread/INFO]: Logs file not found, creating it...
  499. [17:22:54] [Server thread/INFO]: Loading listeners
  500. [17:22:54] [Server thread/INFO]: ? Labymod's listener enabled on channel LABYMOD
  501. [17:22:54] [Server thread/INFO]: ? Labymod V3's listener enabled on channel LMC
  502. [17:22:54] [Server thread/INFO]: ? 5zig Mod's listener enabled on channel 5zig_Set
  503. [17:22:54] [Server thread/INFO]: ? PX Mod's listener enabled on channel PX|Version
  504. [17:22:54] [Server thread/INFO]: ? Better Sprinting's listener enabled on channel BSprint
  505. [17:22:54] [Server thread/INFO]: ? Hyperium's listener enabled on channel hyperium
  506. [17:22:54] [Server thread/INFO]: ? JourneyMap's listener enabled on channel journeymap_channel
  507. [17:22:54] [Server thread/INFO]: ? Remix's listener enabled on channel BLC|M
  508. [17:22:54] [Server thread/INFO]: ? Waila's listener enabled on channel waila
  509. [17:22:54] [Server thread/INFO]: ? World Downloader's listener enabled on channels REGISTER, minecraft:register
  510. [17:22:54] [Server thread/INFO]: ? Easy Minecraft Client's listener enabled on channels MC|Brand, minecraft:brand
  511. [17:22:54] [Server thread/INFO]: ? LiteLoader's listener enabled on channels MC|Brand, minecraft:brand
  512. [17:22:54] [Server thread/INFO]: ? Rift's listener enabled on channels MC|Brand, minecraft:brand
  513. [17:22:54] [Server thread/INFO]: ? Fabric's listener enabled on channels MC|Brand, minecraft:brand
  514. [17:22:54] [Server thread/INFO]: ? Forge's listener enabled on channels MC|Brand, minecraft:brand
  515. [17:22:54] [Server thread/INFO]: ? World Downloader's listener enabled on channels MC|Brand, minecraft:brand
  516. [17:22:54] [Server thread/INFO]: ? Forge Mod Loader's listener enabled on channels FML|HS, l:fmlhs
  517. [17:22:54] [Server thread/INFO]: ? XaeroMinimap's listener enabled on channel XaeroMinimap
  518. [17:22:54] [Server thread/INFO]: ? InventoryTweaks's listener enabled on channel InventoryTweaks
  519. [17:22:54] [Server thread/INFO]: ? World Downloader's listener enabled on channel
  520. [17:22:54] [Server thread/INFO]: ? World Downloader's listener enabled on channel WDL|INIT
  521. [17:22:54] [Server thread/INFO]: ? World Downloader's listener enabled on channel WDL|CONTROL
  522. [17:22:54] [Server thread/INFO]: ? World Edit CUI's listener enabled on channel WECUI
  523. [17:22:54] [Server thread/INFO]: ? Vape's listener enabled on channel LOLIMAHCKER
  524. [17:22:54] [Server thread/INFO]: Your server is running a supported version: 1_16_R2
  525. [17:22:54] [Server thread/INFO]: Enabled
  526. [17:22:54] [Server thread/INFO]: [IllegalStack] Enabling IllegalStack v2.1.9b
  527. [17:22:54] [Server thread/INFO]: The following materials are allowed to have stacks larger than the vanilla size: POTION
  528. [17:22:54] [Server thread/INFO]: [IllegalStack] Chat Components found! Enabling clickable commands in /istack
  529. [17:22:54] [Server thread/INFO]: [IllegalStack] - CMI was detected on your server, IllegalStack will block the ability to nest shulkers while shift+right clicking a shulker in your inventory!
  530. [17:22:54] [Server thread/WARN]: [IllegalStack] Loaded class com.comphenix.protocol.events.PacketListener from ProtocolLib v4.6.0-SNAPSHOT-b478 which is not a depend, softdepend or loadbefore of this plugin.
  531. [17:22:54] [Server thread/INFO]: [Illegal Stack] - MC Version v1_16_r2 detected!
  532. [17:22:54] [Server thread/INFO]: Blocking 1.14 villager trade cheesing.
  533. [17:22:54] [Server thread/INFO]: ZombieVillagerTransformChance is set to 100 *** Only really matters if the difficulty is set to HARD ***
  534. [17:22:54] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v2.0.9
  535. [17:22:54] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
  536. [17:22:54] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  537. [17:22:54] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 1000000 at X: 1442.5 Z: 173.7
  538. [17:22:54] [Server thread/INFO]: [WorldBorder] [CONFIG] World "farm" has border radius 10000 at X: 0.0 Z: 0.0
  539. [17:22:54] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_the_end" has border radius 1000 at X: 14.0 Z: 0.8
  540. [17:22:54] [Server thread/INFO]: [WorldBorder] [CONFIG] World "endi" has border radius 300 at X: 0.7 Z: 0.4
  541. [17:22:54] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 1442.0 Y: 101.0 Z: 173.0
  542. [17:22:54] [Server thread/INFO]: [SurvivalMechanics] Enabling SurvivalMechanics v1.4
  543. [17:22:55] [Server thread/INFO]: [BannerBoard] Enabling BannerBoard v1.11.2*
  544. [17:22:55] [Server thread/INFO]: [Votifier] Enabling Votifier v2.7.1
  545. [17:22:55] [Server thread/INFO]: [Votifier] Loaded token for website: default
  546. [17:22:55] [Server thread/INFO]: [Votifier] Using NIO transport to accept votes.
  547. [17:22:56] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
  548. [17:22:56] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.16-SNAPSHOT
  549. [17:22:56] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises.jar
  550. [17:22:56] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_16_R2
  551. [17:22:56] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #729
  552. [17:22:56] [Server thread/INFO]: [LibsDisguises] Build Date: 04/09/2020 00:49
  553. [17:22:56] [Votifier NIO boss/INFO]: [Votifier] Votifier enabled on socket /175.193.59.211:8194.
  554. [17:22:56] [Server thread/INFO]: [LibsDisguises] Found a premium Lib's Disguises jar (v10.0.16, build #718, created 26/08/2020 23:01)
  555. [17:22:56] [Server thread/INFO]: [LibsDisguises] Registered to: 575347 (31)
  556. [17:22:56] [Server thread/INFO]: [LibsDisguises] Premium enabled, thank you for supporting Lib's Disguises!
  557. [17:23:01] [Server thread/INFO]: [LibsDisguises] 7 translated strings, but translations has been disabled in config. Is this intended?
  558. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
  559. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise manabug1
  560. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise manabug2
  561. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise zombie2
  562. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise vex2
  563. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise babyzombie2
  564. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise zintoki
  565. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise Werewolf
  566. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise raikan
  567. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise bokjeboss
  568. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise robotc
  569. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise mutatnx
  570. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise mutatnty
  571. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise mutanty
  572. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise rbz
  573. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise smonkey
  574. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise hacker
  575. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise mutant
  576. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise ghostmutant
  577. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise exper1
  578. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise exper2
  579. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise exper3
  580. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise scien
  581. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise relic
  582. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise space
  583. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise probot
  584. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise sub
  585. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise sub2
  586. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise chickman
  587. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise dirtfrog
  588. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise exper4
  589. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise mino
  590. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise cman
  591. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise woodman
  592. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise knowdevil
  593. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise leafman
  594. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise cwood
  595. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise fishman
  596. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise coralman
  597. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise chighelf
  598. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise dwarf
  599. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise dwarfw
  600. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise dwarfking
  601. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise elfg
  602. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise elf
  603. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise tete
  604. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise enroa
  605. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise lier
  606. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise owlbear
  607. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise cfairy
  608. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise cgirl
  609. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise undine
  610. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise pigman
  611. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise ratman
  612. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise alien
  613. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise cdoctor
  614. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise goldman
  615. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise frogman
  616. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise witherx
  617. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise ork
  618. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise ork2
  619. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise ghoul
  620. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise ghoul2
  621. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise Butcher
  622. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise Raven
  623. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise blackmagic
  624. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise deathknight1
  625. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise chighelf2
  626. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise ghoullady
  627. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise blackmagica
  628. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise stonegolem
  629. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise golem2
  630. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise golem3
  631. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise transpider
  632. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise arakne
  633. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise spider
  634. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise spiderman
  635. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise target
  636. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise deathknight2
  637. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise vamp
  638. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise vampgirl
  639. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise vampqueen
  640. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise vamplord
  641. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise racest
  642. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise crazygirl
  643. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise yaktal
  644. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise slimeman
  645. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise cbine
  646. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise dople
  647. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise vamp2
  648. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise vampgirld
  649. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise vampd
  650. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise vampqueend
  651. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise goldmand
  652. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise ratmand
  653. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise aliend
  654. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise cfairyd
  655. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise cgirld
  656. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise pigmand
  657. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise owlbeard
  658. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise lierd
  659. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise enroad
  660. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise elfgd
  661. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise elfd
  662. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise teted
  663. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise tutu
  664. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise tutud
  665. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise dwarfd
  666. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise dwarfkingd
  667. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise dwarfwd
  668. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise fishmand
  669. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise coralmand
  670. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise woodmand
  671. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise leafmand
  672. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise cwoodd
  673. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise knowdevild
  674. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise rbzd
  675. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise blackman
  676. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise blackmand
  677. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise ghould
  678. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise Butcherd
  679. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise blackmagicd
  680. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise ghoulladyd
  681. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise blackmagicad
  682. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise chickmand
  683. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise slimemand
  684. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise dopled
  685. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise raikand
  686. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise Werewolfd
  687. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise spidermand
  688. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise arakned
  689. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise plantdd
  690. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise visitd
  691. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise catd
  692. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise rirbed
  693. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise dubu
  694. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise stonemandd
  695. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise scarecrowd
  696. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise stoneswim
  697. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise poisonspiderman
  698. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise dolld
  699. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise wolfform
  700. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise starmagicd
  701. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise createmagicd
  702. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise crazymagicd
  703. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise blackcatd
  704. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise robotmand
  705. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise dwarfgirld
  706. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise mermaidd
  707. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise spiderdrd
  708. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise orkd
  709. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise ork2d
  710. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise tokigoong
  711. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise oakleaved
  712. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise gagod
  713. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise wolfmand
  714. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise pirategirld
  715. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise piratebossd
  716. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise crz1d
  717. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise crz2d
  718. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise crzbossd
  719. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise gigeld
  720. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise druid
  721. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise mutantd
  722. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise pirated
  723. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise cactusd
  724. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise mummyd
  725. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise giant2
  726. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise suhod
  727. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise sahad
  728. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise rahad
  729. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise nyangd
  730. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise nyang2d
  731. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise pa1d
  732. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise pa2d
  733. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise pa3d
  734. [17:23:01] [Server thread/INFO]: [LibsDisguises] Loaded 176 custom disguises
  735. [17:23:01] [Server thread/INFO]: [LibsDisguises] Config is up to date!
  736. [17:23:01] [Server thread/INFO]: [KoreanChat] Enabling KoreanChat v2.0*
  737. [17:23:01] [Server thread/INFO]: [KoreanChat] KoreanChat is Enabled! 안녕하세요!
  738. [17:23:01] [Server thread/INFO]: [Minepacks] Enabling Minepacks v2.3.17-Release
  739. [17:23:01] [Server thread/INFO]: [Minepacks] Starting Minepacks in standalone mode!
  740. [17:23:01] [Server thread/INFO]: [Minepacks] Config file successfully loaded.
  741. [17:23:01] [Server thread/INFO]: [Minepacks] Language file successfully loaded. Language: english Author: GeorgH93
  742. [17:23:01] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Starting...
  743. [17:23:01] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Start completed.
  744. [17:23:01] [Server thread/INFO]: [Minepacks] Item name language file successfully loaded. Language: english Author: GeorgH93
  745. [17:23:01] [Server thread/INFO]: [Minepacks] Loading item translations ...
  746. [17:23:01] [Server thread/INFO]: [Minepacks] Finished loading item translations for 829 items.
  747. [17:23:01] [Server thread/INFO]: [Minepacks]  Minepacks has been enabled!  :) 
  748. [17:23:01] [Server thread/INFO]: [PvPLevels] Enabling PvPLevels v1.4.1
  749. [17:23:01] [Server thread/INFO]: [PvPLevels] config.yml ( Loaded )
  750. [17:23:01] [Server thread/INFO]: [PvPLevels] language.yml ( Loaded )
  751. [17:23:01] [Server thread/INFO]: [PvPLevels] levels.yml ( Loaded )
  752. [17:23:01] [Server thread/INFO]: [PvPLevels] boosters.yml ( Loaded )
  753. [17:23:01] [Server thread/INFO]: [PvPLevels] zones.yml ( Loaded )
  754. [17:23:01] [Server thread/INFO]: [PvPLevels] [GUI] admin.yml ( Loaded )
  755. [17:23:01] [Server thread/INFO]: [PvPLevels] [GUI] boosters.yml ( Loaded )
  756. [17:23:01] [Server thread/INFO]: [PvPLevels] [GUI] globalBoosters.yml ( Loaded )
  757. [17:23:01] [Server thread/INFO]: [PvPLevels] [GUI] personalBoosters.yml ( Loaded )
  758. [17:23:01] [Server thread/INFO]: [PvPLevels] [GUI] profile.yml ( Loaded )
  759. [17:23:01] [Server thread/INFO]: [PvPLevels] [GUI] profileAll.yml ( Loaded )
  760. [17:23:01] [Server thread/INFO]: [PvPLevels] [GUI] shop.yml ( Loaded )
  761. [17:23:01] [Server thread/INFO]: [PvPLevels] [GUI] shop10.yml ( Loaded )
  762. [17:23:01] [Server thread/INFO]: [PvPLevels] [GUI] shop5.yml ( Loaded )
  763. [17:23:01] [Server thread/INFO]: [PvPLevels] Database ( Connected )
  764. [17:23:02] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pvplevels
  765. [17:23:02] [Server thread/INFO]: [PvPLevels] PlaceholderAPI (found) adding placeholders
  766. [17:23:02] [Server thread/INFO]: [PvPLevels] Saving cached data to the database every 60 minutes
  767. [17:23:02] [Server thread/INFO]: [ServerRestorer] Enabling ServerRestorer v1.0.38
  768. [17:23:02] [Server thread/INFO]: [ColoredAnvils] Enabling ColoredAnvils v1.08*
  769. [17:23:02] [Server thread/INFO]: [ColoredAnvils] ColoredAnvils v1.08 has been enabled!
  770. [17:23:02] [Server thread/INFO]: [ColoredAnvils] Permissions for ColoredAnvils are disabled.
  771. [17:23:02] [Server thread/INFO]: [CommandButtons] Enabling CommandButtons v4.2.1
  772. [17:23:02] [Server thread/INFO]: [CommandButtons] Beginning to enable CommandButtons...
  773. _____ _ ____ _ _
  774. / ____| | | _ \ | | | |
  775. | | ___ _ __ ___ _ __ ___ __ _ _ __ __| | |_) |_ _| |_| |_ ___ _ __ ___
  776. | | / _ \| '_ ` _ \| '_ ` _ \ / _` | '_ \ / _` | _ <| | | | __| __/ _ \| '_ \/ __|
  777. | |___| (_) | | | | | | | | | | | (_| | | | | (_| | |_) | |_| | |_| || (_) | | | \__ \
  778. \_____\___/|_| |_| |_|_| |_| |_|\__,_|_| |_|\__,_|____/ \__,_|\__|\__\___/|_| |_|___/
  779.  
  780. [17:23:02] [Server thread/INFO]: [CommandButtons] Loading files...
  781. [17:23:02] [Server thread/INFO]: [CommandButtons] Hooking into Vault...
  782. [17:23:02] [Server thread/INFO]: [CommandButtons] Registering commands...
  783. [17:23:02] [Server thread/INFO]: [CommandButtons] Registering listeners...
  784. [17:23:02] [Server thread/INFO]: [CommandButtons] Starting scheduled tasks...
  785. [17:23:02] [Server thread/INFO]: [CommandButtons] Loading metrics...
  786. [17:23:02] [Server thread/INFO]: [CommandButtons] Checking for updates...
  787. [17:23:02] [Server thread/INFO]: [CommandButtons] Plugin is up-to-date.
  788. [17:23:02] [Server thread/INFO]: [CommandButtons] CommandButtons v4.2.1 by Demeng7215 has been successfully enabled in 517ms.
  789. [17:23:02] [Server thread/INFO]: [Animatica] Enabling Animatica v2.1.3
  790. [17:23:04] [Server thread/INFO]: [PlayerShopGUIPlus] Enabling PlayerShopGUIPlus v1.11.0
  791. [17:23:05] [Server thread/WARN]: [PlayerShopGUIPlus] Invalid item specified for item 12 > 49 (categories.yml), item not loaded: Invalid or no material name specified
  792. [17:23:05] [Server thread/INFO]: [MySQLPapiBridge] Enabling MySQLPapiBridge v1.8
  793. [17:23:05] [Server thread/INFO]: [MYSQL PAPI BRIDGE] Thanks for buying my plugin.
  794. [17:23:05] [Server thread/INFO]: [MYSQL PAPI BRIDGE] First of all, let me check if you have PlaceHolderAPI running into your server.
  795. [17:23:05] [Server thread/INFO]: [MYSQL PAPI BRIDGE] I will start to configure all .yml files, please wait.
  796. [17:23:05] [Server thread/INFO]: [MYSQL PAPI BRIDGE] Configuration Loaded!
  797. [17:23:05] [Server thread/INFO]: [MYSQL PAPI BRIDGE] Configuration done
  798. [17:23:05] [Server thread/INFO]: [MYSQL PAPI BRIDGE] Loading bStats Metrics
  799. [17:23:05] [Server thread/INFO]: [MYSQL PAPI BRIDGE] bStats Metrics Loaded and enabled
  800. [17:23:05] [Server thread/INFO]: [MYSQL PAPI BRIDGE] I will join/connect to all databases now
  801. [17:23:05] [Server thread/INFO]: [MYSQL PAPI BRIDGE] this can maybe take some time depending the amount of databases that you have in the config.yml
  802. [17:23:05] [Server thread/INFO]: [MYSQL PAPI BRIDGE] please be patient, thanks for waiting.
  803. [17:23:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: MySQLBridge
  804. [17:23:05] [Server thread/INFO]: [MYSQL PAPI BRIDGE] Oops! I could not connect with the database ID: 1
  805. [17:23:05] [Server thread/INFO]: [MYSQL PAPI BRIDGE] This database is disabled. please enable it in config.yml
  806. [17:23:05] [Server thread/INFO]: [MYSQL PAPI BRIDGE] I will just ignore this database.
  807. [17:23:05] [Server thread/INFO]: [MYSQL PAPI BRIDGE] Correct! the plugin has been enabled!
  808. [17:23:05] [Server thread/INFO]: [GPS] Enabling GPS v2.19.4
  809. [17:23:05] [Server thread/INFO]: [Item2Chat] Enabling Item2Chat v4.4.5
  810. [17:23:05] [Server thread/INFO]: [Item2Chat] Item2Chat version 4.4.5 is Enabled
  811. [17:23:05] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.5-SNAPSHOT-b157
  812. [17:23:05] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  813. [17:23:05] [Server thread/INFO]: [MailMe] Enabling MailMe v1.4.64
  814. [17:23:05] [Server thread/ERROR]: Error occurred while enabling MailMe v1.4.64 (Is it up to date?)
  815. com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 9 column 5 path $
  816. at com.google.gson.Gson.assertFullConsumption(Gson.java:863) ~[patched_1.16.2.jar:git-Paper-186]
  817. at com.google.gson.Gson.fromJson(Gson.java:853) ~[patched_1.16.2.jar:git-Paper-186]
  818. at com.haroldstudios.mailme.utility.Utils.readJson(Utils.java:52) ~[?:?]
  819. at com.haroldstudios.mailme.datastore.DataStoreHandler.getTmpFromFile(DataStoreHandler.java:109) ~[?:?]
  820. at com.haroldstudios.mailme.datastore.DataStoreHandler.lambda$new$1(DataStoreHandler.java:77) ~[?:?]
  821. at java.util.ArrayList.forEach(Unknown Source) ~[?:1.8.0_261]
  822. at com.haroldstudios.mailme.datastore.DataStoreHandler.<init>(DataStoreHandler.java:76) ~[?:?]
  823. at com.haroldstudios.mailme.MailMe.load(MailMe.java:176) ~[?:?]
  824. at com.haroldstudios.mailme.MailMe.onEnable(MailMe.java:103) ~[?:?]
  825. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
  826. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
  827. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
  828. at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
  829. at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
  830. at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
  831. at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
  832. at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
  833. at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
  834. at java.lang.Thread.run(Unknown Source) [?:1.8.0_261]
  835. Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 9 column 5 path $
  836. at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[patched_1.16.2.jar:git-Paper-186]
  837. at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[patched_1.16.2.jar:git-Paper-186]
  838. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:542) ~[patched_1.16.2.jar:git-Paper-186]
  839. at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[patched_1.16.2.jar:git-Paper-186]
  840. at com.google.gson.Gson.assertFullConsumption(Gson.java:859) ~[patched_1.16.2.jar:git-Paper-186]
  841. ... 18 more
  842. [17:23:05] [Server thread/INFO]: [MailMe] Disabling MailMe v1.4.64
  843. [17:23:05] [Server thread/INFO]: [WildChests] Enabling WildChests v2.0.1
  844. [17:23:06] [Server thread/INFO]: [WildChests] ******** ENABLE START ********
  845. [17:23:06] [Server thread/INFO]: [WildChests] Loading configuration started...
  846. [17:23:06] [Server thread/INFO]: [WildChests] - Found 6 chests in config.yml.
  847. [17:23:06] [Server thread/INFO]: [WildChests] Loading configuration done (Took 40ms)
  848. [17:23:06] [Server thread/INFO]: [WildChests] Loading messages started...
  849. [17:23:06] [Server thread/INFO]: [WildChests] - Found 37 messages in lang.yml.
  850. [17:23:06] [Server thread/INFO]: [WildChests] Loading messages done (Took 2ms)
  851. [17:23:27] [Server thread/INFO]: [WildChests] ******** ENABLE DONE ********
  852. [17:23:27] [Server thread/INFO]: [CommandBlocks] Enabling CommandBlocks v1.2.5
  853. [17:23:27] [Server thread/INFO]:
  854. [17:23:27] [Server thread/INFO]: _______ _ ______ _ _
  855. [17:23:27] [Server thread/INFO]: (_______) | (____ \| | | | v1.2.5
  856. [17:23:27] [Server thread/INFO]: _ ___ ____ ____ _____ ____ __| |____) ) | ___ ____| | _ ___
  857. [17:23:27] [Server thread/INFO]: | | / _ \| \| \(____ | _ \ / _ | __ (| |/ _ \ / ___) |_/ )/___)
  858. [17:23:27] [Server thread/INFO]: | |____| |_| | | | | | | / ___ | | | ( (_| | |__) ) | |_| ( (___| _ (|___ |
  859. [17:23:27] [Server thread/INFO]: \______)___/|_|_|_|_|_|_\_____|_| |_|\____|______/ \_)___/ \____)_| \_|___/
  860. [17:23:27] [Server thread/INFO]:
  861. [17:23:27] [Server thread/INFO]: [CommandBlocks] CommandBlocks v1.2.5 has been enabled
  862. [17:23:27] [Server thread/INFO]: [HoloChat] Enabling HoloChat v4.0.4*
  863. [17:23:27] [Server thread/INFO]: Checking for updates...
  864. [17:23:27] [Server thread/INFO]: [HoloChat] New Update Download https://www.spigotmc.org/resources/?-holochat-?-new-hologram-chat-?multiple-versions-?-1-8-1-15.79821/history
  865. [17:23:27] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.12.6*
  866. [17:23:27] [Server thread/INFO]: [HeadDatabase] 한국어 패치"ko_KR.lang" 번역가 인테그랄
  867. [17:23:28] [Server thread/INFO]: [HeadDatabase] Economy succesfully setup!
  868. [17:23:28] [Server thread/WARN]: [HeadDatabase] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.10.9 which is not a depend, softdepend or loadbefore of this plugin.
  869. [17:23:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: hdb
  870. [17:23:28] [Server thread/INFO]: [CommandPanels] Enabling CommandPanels v3.10.4
  871. [17:23:28] [Server thread/INFO]: [CommandPanels] RockyHawk's CommandPanels v3.10.4 Plugin Loading...
  872. [17:23:28] [Server thread/INFO]: [CommandPanels] ================================================
  873. [17:23:28] [Server thread/INFO]: [CommandPanels] An update for CommandPanels is available.
  874. [17:23:28] [Server thread/INFO]: [CommandPanels] Download version 3.10.5 here:
  875. [17:23:28] [Server thread/INFO]: [CommandPanels] https://www.spigotmc.org/resources/command-panels-custom-guis.67788/
  876. [17:23:28] [Server thread/INFO]: [CommandPanels] ================================================
  877. [17:23:28] [Server thread/INFO]: [CommandPanels] RockyHawk's CommandPanels v3.10.4 Plugin Loaded!
  878. [17:23:28] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.1-SNAPSHOT-b787
  879. [17:23:28] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.1.1-SNAPSHOT-b787" 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 [dumptruckman, Rigby, fernferret, lithium3141, main--].
  880. [17:23:28] [Server thread/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.
  881. [17:23:28] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: sky
  882. [17:23:28] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  883. [17:23:28] [Server thread/INFO]: -------- World Settings For [worldrpg1] --------
  884. [17:23:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  885. [17:23:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  886. [17:23:28] [Server thread/INFO]: Item Despawn Rate: 6000
  887. [17:23:28] [Server thread/INFO]: Item Merge Radius: 2.5
  888. [17:23:28] [Server thread/INFO]: View Distance: 10
  889. [17:23:28] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  890. [17:23:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  891. [17:23:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  892. [17:23:28] [Server thread/INFO]: Mob Spawn Range: 8
  893. [17:23:28] [Server thread/INFO]: Experience Merge Radius: 3.0
  894. [17:23:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
  895. [17:23:28] [Server thread/INFO]: Cane Growth Modifier: 100%
  896. [17:23:28] [Server thread/INFO]: Melon Growth Modifier: 100%
  897. [17:23:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  898. [17:23:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  899. [17:23:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
  900. [17:23:28] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  901. [17:23:28] [Server thread/INFO]: Carrot Growth Modifier: 100%
  902. [17:23:28] [Server thread/INFO]: Potato Growth Modifier: 100%
  903. [17:23:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
  904. [17:23:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  905. [17:23:28] [Server thread/INFO]: Vine Growth Modifier: 100%
  906. [17:23:28] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  907. [17:23:28] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  908. [17:23:28] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  909. [17:23:28] [Server thread/INFO]: Kelp Growth Modifier: 100%
  910. [17:23:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  911. [17:23:28] [Server thread/INFO]: Max TNT Explosions: 100
  912. [17:23:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  913. [17:23:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  914. [17:23:28] [Server thread/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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  915. [17:23:28] [Server thread/INFO]: Preparing start region for dimension minecraft:worldrpg1
  916. [17:23:28] [Server thread/INFO]: Loaded 0 spawn chunks for world worldrpg1
  917. [17:23:28] [Server thread/INFO]: Preparing spawn area: 0%
  918. [17:23:29] [Server thread/INFO]: Time elapsed: 383 ms
  919. [17:23:29] [Server thread/INFO]: -------- World Settings For [endi] --------
  920. [17:23:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  921. [17:23:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  922. [17:23:29] [Server thread/INFO]: Item Despawn Rate: 6000
  923. [17:23:29] [Server thread/INFO]: Item Merge Radius: 2.5
  924. [17:23:29] [Server thread/INFO]: View Distance: 10
  925. [17:23:29] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  926. [17:23:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  927. [17:23:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  928. [17:23:29] [Server thread/INFO]: Mob Spawn Range: 8
  929. [17:23:29] [Server thread/INFO]: Experience Merge Radius: 3.0
  930. [17:23:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
  931. [17:23:29] [Server thread/INFO]: Cane Growth Modifier: 100%
  932. [17:23:29] [Server thread/INFO]: Melon Growth Modifier: 100%
  933. [17:23:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  934. [17:23:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  935. [17:23:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
  936. [17:23:29] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  937. [17:23:29] [Server thread/INFO]: Carrot Growth Modifier: 100%
  938. [17:23:29] [Server thread/INFO]: Potato Growth Modifier: 100%
  939. [17:23:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
  940. [17:23:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  941. [17:23:29] [Server thread/INFO]: Vine Growth Modifier: 100%
  942. [17:23:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  943. [17:23:29] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  944. [17:23:29] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  945. [17:23:29] [Server thread/INFO]: Kelp Growth Modifier: 100%
  946. [17:23:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  947. [17:23:29] [Server thread/INFO]: Max TNT Explosions: 100
  948. [17:23:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  949. [17:23:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  950. [17:23:29] [Server thread/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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  951. [17:23:29] [Server thread/INFO]: Preparing start region for dimension minecraft:endi
  952. [17:23:29] [Server thread/INFO]: Loaded 0 spawn chunks for world endi
  953. [17:23:29] [Server thread/INFO]: Time elapsed: 35 ms
  954. [17:23:29] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: arena
  955. [17:23:29] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  956. [17:23:29] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: rpgmap
  957. [17:23:29] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  958. [17:23:29] [Server thread/INFO]: Could not set generator for world 'world': Plugin 'ParadiseLand' does not exist
  959. [17:23:29] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: farm
  960. [17:23:29] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  961. [17:23:29] [Server thread/WARN]: [VoidGenerator] The BiomeID: "VOID" is invalid. The biome was changed to "THE_VOID".
  962. [17:23:29] [Server thread/INFO]: -------- World Settings For [gode] --------
  963. [17:23:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  964. [17:23:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  965. [17:23:29] [Server thread/INFO]: Item Despawn Rate: 6000
  966. [17:23:29] [Server thread/INFO]: Item Merge Radius: 2.5
  967. [17:23:29] [Server thread/INFO]: View Distance: 10
  968. [17:23:29] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  969. [17:23:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  970. [17:23:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  971. [17:23:29] [Server thread/INFO]: Mob Spawn Range: 8
  972. [17:23:29] [Server thread/INFO]: Experience Merge Radius: 3.0
  973. [17:23:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
  974. [17:23:29] [Server thread/INFO]: Cane Growth Modifier: 100%
  975. [17:23:29] [Server thread/INFO]: Melon Growth Modifier: 100%
  976. [17:23:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  977. [17:23:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  978. [17:23:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
  979. [17:23:29] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  980. [17:23:29] [Server thread/INFO]: Carrot Growth Modifier: 100%
  981. [17:23:29] [Server thread/INFO]: Potato Growth Modifier: 100%
  982. [17:23:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
  983. [17:23:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  984. [17:23:29] [Server thread/INFO]: Vine Growth Modifier: 100%
  985. [17:23:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  986. [17:23:29] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  987. [17:23:29] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  988. [17:23:29] [Server thread/INFO]: Kelp Growth Modifier: 100%
  989. [17:23:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  990. [17:23:29] [Server thread/INFO]: Max TNT Explosions: 100
  991. [17:23:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  992. [17:23:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  993. [17:23:29] [Server thread/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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  994. [17:23:29] [Server thread/INFO]: Preparing start region for dimension minecraft:gode
  995. [17:23:29] [Server thread/INFO]: Loaded 0 spawn chunks for world gode
  996. [17:23:29] [Server thread/INFO]: Time elapsed: 116 ms
  997. [17:23:29] [Server thread/WARN]: [VoidGenerator] The BiomeID: "VOID" is invalid. The biome was changed to "THE_VOID".
  998. [17:23:29] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: deadend
  999. [17:23:29] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  1000. [17:23:29] [Server thread/WARN]: [VoidGenerator] The BiomeID: "plain" is invalid. The biome was changed to "THE_VOID".
  1001. [17:23:29] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world1
  1002. [17:23:29] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  1003. [17:23:29] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: worldrpg
  1004. [17:23:29] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  1005. [17:23:29] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
  1006. [17:23:30] [Server thread/INFO]: [Multiverse-Core] Version 4.1.1-SNAPSHOT-b787 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
  1007. [17:23:30] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.27-SNAPSHOT (build 2107)
  1008. [17:23:30] [Server thread/INFO]: [Sentinel] Enabling Sentinel v2.1.5-SNAPSHOT (build 368)
  1009. [17:23:30] [Server thread/INFO]: [Sentinel] Sentinel loading...
  1010. [17:23:30] [Server thread/INFO]: [Sentinel] Sentinel loaded on a fully supported Minecraft version. If you encounter any issues or need to ask a question, please join our Discord at https://discord.gg/Q6pZGSR and post in the '#sentinel' channel.
  1011. [17:23:30] [Server thread/INFO]: [Sentinel] Sentinel loaded!
  1012. [17:23:30] [Server thread/INFO]: [Sentinel] Vault linked! Group targets will work.
  1013. [17:23:30] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.19.2-SNAPSHOT
  1014. [17:23:30] [Server thread/WARN]: [DiscordSRV] Config key DiscordConsoleChannelMessageSuffix is missing from the messages.yml. Using the default value of
  1015. [17:23:30] [Server thread/WARN]: [DiscordSRV] Config key DiscordConsoleChannelMessagePrefix is missing from the messages.yml. Using the default value of
  1016. [17:23:30] [Server thread/INFO]: [AdvancedAchievements] Enabling AdvancedAchievements v6.2.0
  1017. [17:23:30] [Server thread/INFO]: [AdvancedAchievements] Loading and backing up configuration files...
  1018. [17:23:30] [Server thread/INFO]: [AdvancedAchievements] Loaded 58 achievements in 16 categories.
  1019. [17:23:30] [Server thread/INFO]: [AdvancedAchievements] 35 disabled categories: [ItemBreaks, Treasures, Smelting, Beds, Places, Eggs, MaxLevel, Crafts, LavaBuckets, ItemDrops, AdvancementsCompleted, HoePlowings, Trades, Enchantments, Fireworks, PetMasterGive, Breeding, Shear, Taming, EnderPearls, Brewing, Breaks, WaterBuckets, Milk, ItemPickups, Fertilising, PetMasterReceive, DistanceMinecart, MusicDiscs, RaidsWon, AnvilsUsed, ConsumedPotions, DistanceGliding, DistanceBoat, DistanceLlama]
  1020. [17:23:30] [Server thread/INFO]: [AdvancedAchievements] Registering event listeners...
  1021. [17:23:30] [Server thread/INFO]: [AdvancedAchievements] Initialising database...
  1022. [17:23:30] [Server thread/INFO]: [AdvancedAchievements] Setting up command executor and custom tab completers...
  1023. [17:23:30] [Server thread/INFO]: [AdvancedAchievements] Launching scheduled tasks...
  1024. [17:23:30] [Server thread/INFO]: [AdvancedAchievements] Registering permissions...
  1025. [17:23:30] [Thread-25/INFO]: [AdvancedAchievements] Checking for plugin update...
  1026. [17:23:30] [DiscordSRV - Initialization/WARN]: [DiscordSRV] This build of DiscordSRV is ahead of master but behind develop. Update your development build!
  1027. [17:23:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: aach
  1028. [17:23:31] [Server thread/INFO]: [AdvancedAchievements] Plugin has finished loading and is ready to run! Took 617ms.
  1029. [17:23:31] [Server thread/INFO]: [NPC_Destinations] Enabling NPC_Destinations v2.3.64
  1030. [17:23:31] [Server thread/INFO]: [NPC_Destinations] MC Version found (MC: 1.16.2)
  1031. [17:23:31] [Server thread/INFO]: [NPC_Destinations] Citizens (2.0.27-SNAPSHOT (build 2107)) found, NPC trait enabled.
  1032. [17:23:31] [Server thread/INFO]: [NPC_Destinations] BetonQuest not found, quest support disabled
  1033. [17:23:31] [Server thread/INFO]: [NPC_Destinations] LightAPI (V3.4.5) found, adding support for NPC torch lighting.
  1034. [17:23:31] [Server thread/INFO]: [NPC_Destinations] JobsReborn was not found, there will be no support for Jobs in locations.
  1035. [17:23:31] [Server thread/INFO]: [NPC_Destinations] Sentinel (2.1.5-SNAPSHOT (build 368)) was found, adding support for sentinel in locations.
  1036. [17:23:31] [Server thread/INFO]: [NPC_Destinations] PlotSquared not found, plot compliance disabled
  1037. [17:23:31] [Server thread/INFO]: [NPC_Destinations] Worldguard found V(7.0.4-SNAPSHOT+2067-91a1494), regions supported
  1038. [17:23:31] [Server thread/INFO]: [ParticlePictures] Enabling ParticlePictures v1.91
  1039. [17:23:31] [Server thread/INFO]: [ParticlePictures] ParticlePictures has been enabled, yay!
  1040. [17:23:31] [Server thread/INFO]: [StreakRewards] Enabling StreakRewards v1.5.6
  1041. [17:23:31] [Server thread/INFO]: MySQL has been enabled... now connecting to it
  1042. [17:23:31] [Server thread/WARN]: Wed Sep 09 17:23:31 KST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  1043. [17:23:31] [Server thread/WARN]: Wed Sep 09 17:23:31 KST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  1044. [17:23:31] [Server thread/INFO]: CONNECTED TO MYSQL
  1045. [17:23:31] [Server thread/INFO]: [StreakRewards] Checking for old styles
  1046. [17:23:31] [Server thread/INFO]: Hooked into Citizens. You can now make streakrewards NPCs by using '/daily createnpc'. Customize it with Citizens
  1047. [17:23:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: streakrewards
  1048. [17:23:31] [Server thread/INFO]: Hooked into PlaceholderAPI. The StreakRewards expansion has been loaded.
  1049. [17:23:31] [Log4j2-TF-1-AsyncLogger[AsyncContext@5c647e05]-1/INFO]: [DiscordSRV] [JDA] Login Successful!
  1050. [17:23:32] [Log4j2-TF-1-AsyncLogger[AsyncContext@5c647e05]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
  1051. [17:23:32] [Server thread/INFO]: [JetsHoppers] Enabling JetsHoppers v3.2.3
  1052. [17:23:32] [Server thread/INFO]:
  1053. [17:23:32] [Server thread/INFO]: [JetsHoppers] Initialising Plugin..
  1054. [17:23:32] [Server thread/INFO]: [JetsHoppers] config.yml found, loading!
  1055. [17:23:32] [Server thread/INFO]: [JetsHoppers] messages.yml found, loading!
  1056. [17:23:32] [Server thread/INFO]: [JetsHoppers] players.yml not found, creating!
  1057. [17:23:32] [Server thread/INFO]: [JetsHoppers] gui.yml found, loading!
  1058. [17:23:33] [Server thread/INFO]: [JetsHoppers] Initialising Complete in 51ms
  1059. [17:23:33] [Server thread/INFO]:
  1060. [17:23:33] [Server thread/INFO]: [GCore] Enabling GCore v7.15.0
  1061. [17:23:33] [Server thread/INFO]: [GCore] SUCCESS: Loaded config.yml
  1062. [17:23:33] [Server thread/INFO]: [GCore] SUCCESS: Using locale en_US (with default backup en_US)
  1063. [17:23:33] [Server thread/INFO]: [GCore] SUCCESS: Loaded 164 texts
  1064. [17:23:33] [Server thread/INFO]: [GCore] SUCCESS: Registered data manager (using JSON)
  1065. [17:23:33] [Server thread/INFO]: [GCore] DEBUG: Created npc protocols compatibility for version 1.16.2
  1066. [17:23:33] [Server thread/INFO]: [GCore] SUCCESS: Enabled NPC manager with ProtocolLib
  1067. [17:23:33] [Server thread/INFO]: [GCore] DEBUG: Allowing update check : true
  1068. [17:23:33] [Server thread/INFO]: [GCore] DEBUG: Detected server version : 1.16.2
  1069. [17:23:33] [Server thread/INFO]: [GCore] DEBUG: Detected server implementation : PAPERSPIGOT - this implementation isn't officially supported and plugins might not work as expected
  1070. [17:23:33] [Server thread/INFO]: [GCore] DEBUG: Created compatibility for version 1.16.2
  1071. [17:23:33] [Server thread/INFO]: [GCore] DEBUG: Initialized economy handler with Vault
  1072. [17:23:33] [Server thread/INFO]: [GCore] DEBUG: Initialized permission handler with Vault
  1073. [17:23:33] [Server thread/INFO]: [GCore] SUCCESS: Registered HeadDatabase integration
  1074. [17:23:33] [Server thread/WARN]: [GCore] Loaded class me.arcaniax.hdb.api.HeadDatabaseAPI from HeadDatabase v4.12.6 which is not a depend, softdepend or loadbefore of this plugin.
  1075. [17:23:33] [Server thread/INFO]: [GCore] SUCCESS: Integrated HeadDatabase
  1076. [17:23:33] [Server thread/INFO]: [GCore] SUCCESS: Registered PlaceholderAPI integration
  1077. [17:23:33] [Server thread/WARN]: [PlaceholderAPI] gcore is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
  1078. [17:23:33] [Server thread/INFO]: [GCore] SUCCESS: Integrated PlaceholderAPI
  1079. [17:23:33] [Server thread/INFO]: [GCore] DEBUG: Successfully enabled
  1080. [17:23:33] [Server thread/INFO]: [GCore] DEBUG: Using metrics : yes
  1081. [17:23:33] [Server thread/INFO]: [GCore] SUCCESS: GCore v7.15.0 is now enabled (took 196ms) !
  1082. [17:23:33] [Server thread/INFO]: [CMI] Enabling CMI v8.7.6.16
  1083. [17:23:33] [Server thread/INFO]: [CMIPaperLib] Enabling CMIPaperLib v1.0.0
  1084. [17:23:34] [Server thread/INFO]: ┏━━━┓ ┏━┓┏━┓ ┏━━┓
  1085. [17:23:34] [Server thread/INFO]: ┃┏━┓┃ ┃ ┗┛ ┃ ┗┫┣┛
  1086. [17:23:34] [Server thread/INFO]: ┃┃ ┗┛ ┃┏┓┏┓┃ ┃┃
  1087. [17:23:34] [Server thread/INFO]: ┃┃ ┏┓ ┃┃┃┃┃┃ ┃┃
  1088. [17:23:34] [Server thread/INFO]: ┃┗━┛┃ ┃┃┃┃┃┃ ┏┫┣┓
  1089. [17:23:34] [Server thread/INFO]: ┗━━━┛ ┗┛┗┛┗┛ ┗━━┛
  1090. [17:23:34] [Server thread/INFO]: _______________________________________________________
  1091. [17:23:34] [Server thread/INFO]: Integrating PaperSpigot async methods
  1092. [17:23:35] [Server thread/INFO]: Citizens found.
  1093. [17:23:35] [Server thread/INFO]: 52 Enabled and 0 Disabled modules
  1094. [17:23:35] [Server thread/INFO]: Votifier found. Enabling vote listeners
  1095. [17:23:35] [Server thread/INFO]: Loaded (70) portals into memory. Took 36ms
  1096. [17:23:35] [Server thread/INFO]: Permission plugin: LuckPerms5.1.93
  1097. [17:23:35] [Server thread/INFO]: Initialized Cipher256 AES
  1098. [17:23:35] [Server thread/INFO]: Loaded (51) regular alias into memory. Took 18ms
  1099. [17:23:35] [Server thread/INFO]: Loaded (1) custom text's into memory. Took 1ms
  1100. [17:23:35] [Server thread/WARN]: [CMI] Loaded class org.h2.Driver from AdvancedAchievements v6.2.0 which is not a depend, softdepend or loadbefore of this plugin.
  1101. [17:23:35] [Server thread/INFO]: 8.0.21 data base type detected
  1102. [17:23:35] [Server thread/INFO]: Started MySQL data base. Took 91ms
  1103. [17:23:35] [Server thread/INFO]: Vault was found - Enabling capabilities. Economy: CMIEconomy
  1104. [17:23:35] [Server thread/INFO]: Loaded (38) holograms into memory. Took 15ms
  1105. [17:23:35] [Server thread/INFO]: Loaded (5) warning categories into memory. Took 1ms
  1106. [17:23:35] [Server thread/INFO]: Loaded (3) warning commands into memory. Took 0ms
  1107. [17:23:35] [Server thread/INFO]: Loaded (131) custom mob heads into memory. Took 7ms
  1108. [17:23:35] [Server thread/INFO]: Loaded (0) cooldowns into memory. Took 13ms
  1109. [17:23:35] [Server thread/INFO]: Loaded (9) warmups into memory. Took 0ms
  1110. [17:23:35] [Server thread/INFO]: Loaded (1) jails into memory. Took 2ms
  1111. [17:23:35] [Server thread/INFO]: (RandomTeleportation) Can't find world with (sky) name
  1112. [17:23:35] [Server thread/INFO]: (RandomTeleportation) Can't find world with (lobby) name
  1113. [17:23:35] [Server thread/INFO]: (RandomTeleportation) Can't find world with (farm) name
  1114. [17:23:35] [Server thread/INFO]: (RandomTeleportation) Can't find world with (worldrpg) name
  1115. [17:23:35] [Server thread/INFO]: (RandomTeleportation) Can't find world with (rpgmap) name
  1116. [17:23:35] [Server thread/INFO]: (RandomTeleportation) Can't find world with (arena) name
  1117. [17:23:35] [Server thread/INFO]: (RandomTeleportation) Can't find world with (deadend) name
  1118. [17:23:35] [Server thread/INFO]: Enabling BungeeCord Support
  1119. [17:23:35] [Server thread/INFO]: Initializing BungeeCord
  1120. [17:23:35] [Server thread/INFO]: Loaded (45) kits into memory. Took 71ms
  1121. [17:23:35] [Server thread/INFO]: Loaded (13) ranks into memory. Took 11ms
  1122. [17:23:35] [Server thread/INFO]: Loaded (6) playtime rewards into memory. Took 2ms
  1123. [17:23:35] [Server thread/WARN]: java.lang.NullPointerException
  1124. [17:23:35] [Server thread/WARN]: at com.Zrips.CMI.Modules.Jail.JailManager.getJailsByDistance(JailManager.java:410)
  1125. [17:23:35] [Server thread/WARN]: at com.Zrips.CMI.Modules.Jail.JailManager.getValidCell(JailManager.java:482)
  1126. [17:23:35] [Server thread/WARN]: at com.Zrips.CMI.PlayerManager.loadUserFromDb(PlayerManager.java:1804)
  1127. [17:23:35] [Server thread/WARN]: at com.Zrips.CMI.Modules.DataBase.DBDAO.loadAllUsers(DBDAO.java:1191)
  1128. [17:23:35] [Server thread/WARN]: at com.Zrips.CMI.PlayerManager.loadData(PlayerManager.java:573)
  1129. [17:23:35] [Server thread/WARN]: at com.Zrips.CMI.CMI.onEnable(CMI.java:1477)
  1130. [17:23:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
  1131. [17:23:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380)
  1132. [17:23:35] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483)
  1133. [17:23:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499)
  1134. [17:23:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413)
  1135. [17:23:35] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468)
  1136. [17:23:35] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241)
  1137. [17:23:35] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939)
  1138. [17:23:35] [Server thread/WARN]: at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177)
  1139. [17:23:35] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  1140. [17:23:36] [Log4j2-TF-1-AsyncLogger[AsyncContext@5c647e05]-1/ERROR]: [DiscordSRV] [JDA] Encountered IDENTIFY Rate Limit!
  1141. [17:23:36] [Log4j2-TF-1-AsyncLogger[AsyncContext@5c647e05]-1/WARN]: [DiscordSRV] [JDA] Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
  1142. [17:23:36] [Server thread/INFO]:
  1143. Attention! Found 3 duplicates in database. Same name, different UUID. This can cause some minor issues. Please remove one of them from database with /cmi removeuser [uuid] or /cmi removeuser duplicates
  1144. imstarich ac172b73-ff9b-408e-b528-6cd48a560208 last seen: 100 일19 시간51 분32 초
  1145. imstarich c72112ba-a57a-4155-9304-759da8e38e94 last seen: 107 일7 시간23 분6 초
  1146. eastrain07 40c548aa-c8eb-49b6-ae51-e368dba36d3a last seen: 94 일18 시간29 분1 초
  1147. eastrain07 c5a06acb-d80b-486b-a817-010a16459c1b last seen: 100 일20 시간5 초
  1148. _Shaco__ 840c5761-26d6-4ba9-b3f6-855b7fe288b4 last seen: 82 일23 시간50 분11 초
  1149. _Shaco__ 0170e8b6-bbc3-4864-8d26-16da1870cf9f last seen: 100 일22 시간33 분37 초
  1150. [17:23:36] [Server thread/INFO]: Loaded (4102) player data into memory. Took 319ms
  1151. [17:23:36] [Server thread/INFO]: Loaded (7957) playtime records into memory. Took 171ms
  1152. [17:23:36] [Server thread/INFO]: Loaded (9) playtime reward records into memory. Took 27ms
  1153. [17:23:36] [Server thread/INFO]: Loaded (59) custom alias into memory. Took 4ms
  1154. [17:23:36] [Server thread/INFO]: Registered events. Took 331ms
  1155. [17:23:36] [Server thread/INFO]: Loaded (8) event action commands into memory. Took 2ms
  1156. [17:23:36] [Server thread/INFO]: Updated (EN) language file. Took 68ms
  1157. [17:23:36] [Server thread/INFO]: Loaded (245) worth values into memory. Took 8ms
  1158. [17:23:36] [Server thread/INFO]: Loaded (181) warps into memory. Took 12ms
  1159. [17:23:36] [Server thread/INFO]: Vault permissions was found - Enabling capabilities.
  1160. [17:23:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cmi
  1161. [17:23:36] [Server thread/INFO]: PlaceholderAPI hooked.
  1162. [17:23:36] [Server thread/INFO]: PlaceholderAPI was found - Enabling capabilities.
  1163. [17:23:36] [Server thread/INFO]: Starting world timer.
  1164. [17:23:36] [Server thread/INFO]: Initializing world manager.
  1165. [17:23:36] [Server thread/INFO]: Loaded (10) schedules into memory. Took 9ms
  1166. [17:23:36] [Server thread/INFO]: Loaded GeoIP
  1167. [17:23:36] [Server thread/INFO]: Loaded (80) skin cache entries into memory. Took 3ms
  1168. [17:23:36] [Server thread/INFO]: Found DiscordSRV
  1169. [17:23:36] [Server thread/INFO]: [DiscordSRV] API listener com.Zrips.CMI.Modules.DiscordSRV.DiscordSRVListener 가 구독을 시작합니다. (Method 수: 4)
  1170. [17:23:36] [Server thread/INFO]: [CMI] Preloading playtimetop statistics
  1171. [17:23:36] [Server thread/INFO]: Loaded (1) custom recipes into memory. Took 6ms
  1172. [17:23:36] [Server thread/INFO]: Version 8.7.6.16 has been enabled
  1173. [17:23:36] [Server thread/INFO]: ???????????????????????????????????????????????????????
  1174. [17:23:36] [Server thread/INFO]: [CMIEInjector][Economy] CMI Economy hooked.
  1175. [17:23:36] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.4-SNAPSHOT+2067-91a1494
  1176. [17:23:36] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  1177. [17:23:36] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  1178. [17:23:36] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
  1179. [17:23:36] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  1180. [17:23:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  1181. [17:23:36] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  1182. [17:23:36] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  1183. [17:23:36] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
  1184. [17:23:36] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  1185. [17:23:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  1186. [17:23:36] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  1187. [17:23:36] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  1188. [17:23:36] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
  1189. [17:23:36] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  1190. [17:23:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  1191. [17:23:36] [Server thread/INFO]: [WorldGuard] (worldrpg1) TNT ignition is PERMITTED.
  1192. [17:23:36] [Server thread/INFO]: [WorldGuard] (worldrpg1) Lighters are PERMITTED.
  1193. [17:23:36] [Server thread/INFO]: [WorldGuard] (worldrpg1) Lava fire is PERMITTED.
  1194. [17:23:36] [Server thread/INFO]: [WorldGuard] (worldrpg1) Fire spread is UNRESTRICTED.
  1195. [17:23:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'worldrpg1'
  1196. [17:23:36] [Server thread/INFO]: [WorldGuard] (endi) TNT ignition is PERMITTED.
  1197. [17:23:36] [Server thread/INFO]: [WorldGuard] (endi) Lighters are PERMITTED.
  1198. [17:23:36] [Server thread/INFO]: [WorldGuard] (endi) Lava fire is PERMITTED.
  1199. [17:23:36] [Server thread/INFO]: [WorldGuard] (endi) Fire spread is UNRESTRICTED.
  1200. [17:23:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'endi'
  1201. [17:23:36] [Server thread/INFO]: [WorldGuard] (gode) TNT ignition is PERMITTED.
  1202. [17:23:36] [Server thread/INFO]: [WorldGuard] (gode) Lighters are PERMITTED.
  1203. [17:23:36] [Server thread/INFO]: [WorldGuard] (gode) Lava fire is PERMITTED.
  1204. [17:23:36] [Server thread/INFO]: [WorldGuard] (gode) Fire spread is UNRESTRICTED.
  1205. [17:23:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'gode'
  1206. [17:23:36] [Server thread/INFO]: [WorldGuard] Loading region data...
  1207. [17:23:37] [Server thread/INFO]: [GSlotMachine] Enabling GSlotMachine v2.3.1
  1208. [17:23:37] [Server thread/INFO]: [GSlotMachine] SUCCESS: Loaded 9 texts
  1209. [17:23:37] [Server thread/INFO]: [GSlotMachine] SUCCESS: Registered data manager (using JSON)
  1210. [17:23:37] [Server thread/INFO]: [GSlotMachine] DEBUG: Successfully enabled
  1211. [17:23:37] [Server thread/INFO]: [GSlotMachine] DEBUG: Using metrics : yes
  1212. [17:23:37] [Server thread/INFO]: [GSlotMachine] SUCCESS: GSlotMachine v2.3.1 is now enabled (took 67ms) ! If you appreciate this plugin, you can support the author by rating the plugin 5-stars at www.spigotmc.org, being active on the community discord or share the plugin page to your friends ! 3
  1213. [17:23:37] [Server thread/INFO]: [IslandWorld] Enabling IslandWorld v16.2.1
  1214. [17:23:37] [Server thread/INFO]: [IslandWorld] Dynmap support disabled
  1215. [17:23:37] [Server thread/INFO]: [IslandWorld] Saved plugins\IslandWorld\messages_def.yml
  1216. [17:23:37] [Server thread/WARN]: [IslandWorld] ============================
  1217. [17:23:37] [Server thread/WARN]: [IslandWorld] ERROR
  1218. [17:23:37] [Server thread/WARN]: [IslandWorld] Our configuration node 'world-isle' points to world named 'islandworld', but it doesn't exists!
  1219. [17:23:37] [Server thread/WARN]: [IslandWorld] ============================
  1220. [17:23:37] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.10.0-SNAPSHOT-SNAPSHOT
  1221. [17:23:37] [Server thread/INFO]: [LumineUtils] (io.lumine.xikage.mythicmobs.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
  1222. [17:23:37] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.16.2)...
  1223. [17:23:37] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality
  1224. [17:23:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 49 ms to scan 1 urls, producing 3 keys and 21 values
  1225. [17:23:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 7 ms to scan 1 urls, producing 3 keys and 24 values
  1226. [17:23:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 36 ms to scan 15 urls, producing 0 keys and 0 values
  1227. [17:23:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 6 ms to scan 1 urls, producing 3 keys and 9 values
  1228. [17:23:37] [Server thread/INFO]: [MythicMobs] MythicMobs CMI Support has been enabled!
  1229. [17:23:37] [Server thread/INFO]: [MythicMobs] MythicMobs HolographicDisplays Support has been enabled!
  1230. [17:23:37] [Server thread/INFO]: [MythicMobs] MythicMobs LibsDisguises Support has been enabled!
  1231. [17:23:37] [Server thread/INFO]: [MythicMobs] MythicMobs MMOItems Support has been enabled!
  1232. [17:23:37] [Server thread/INFO]: [MythicMobs] MythicMobs PlaceholderAPI Support has been enabled!
  1233. [17:23:37] [Server thread/INFO]: [MythicMobs] Loaded ProtocolLib packet handlers
  1234. [17:23:37] [Server thread/INFO]: [MythicMobs] MythicMobs ProtocolLib Support has been enabled!
  1235. [17:23:37] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
  1236. [17:23:37] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
  1237. [17:23:37] [Server thread/INFO]: [MythicMobs] Loading Mob Registry...
  1238. [17:23:37] [Server thread/INFO]: [MythicMobs] Base directory C:\Users\kreo\Desktop\server\rpg\plugins\MythicMobs\SavedData
  1239. [17:23:37] [Server thread/INFO]: [MythicMobs] Module directory C:\Users\kreo\Desktop\server\rpg\plugins\MythicMobs\SavedData\worlds
  1240. [17:23:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 12 ms to scan 1 urls, producing 10 keys and 293 values
  1241. [17:23:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 17 ms to scan 1 urls, producing 23 keys and 593 values
  1242. [17:23:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 7 ms to scan 1 urls, producing 6 keys and 77 values
  1243. [17:23:37] [Server thread/INFO]: [MythicMobs] LOADED
  1244. [17:23:38] [Server thread/WARN]: [MythicMobs] Error enabling spawner bokjevideo - MobType bokjevideo is invalid! Spawner cannot initialize. Disabling.
  1245. [17:23:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'skill{s=blackink}' in 'Unknown': Could not find MetaSkill blackink
  1246. [17:23:38] [Server thread/INFO]: [MythicMobs] ? Loaded 351 mobs.
  1247. [17:23:38] [Server thread/INFO]: [MythicMobs] ? Loaded 17 vanilla mob overrides.
  1248. [17:23:38] [Server thread/INFO]: [MythicMobs] ? Loaded 0 mob stacks.
  1249. [17:23:38] [Server thread/INFO]: [MythicMobs] ? Loaded 782 skills.
  1250. [17:23:38] [Server thread/INFO]: [MythicMobs] ? Loaded 4 random spawns.
  1251. [17:23:38] [Server thread/INFO]: [MythicMobs] ? Loaded 113 mythic items.
  1252. [17:23:38] [Server thread/INFO]: [MythicMobs] ? Loaded 13 drop tables.
  1253. [17:23:38] [Server thread/INFO]: [MythicMobs] ? Loaded 749 mob spawners.
  1254. [17:23:38] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
  1255. [17:23:39] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
  1256. [17:23:39] [Server thread/INFO]: [MythicMobs] ? MythicMobs Premium v4.10.0 (build SNAPSHOT) has been successfully loaded!
  1257. [17:23:39] [Server thread/INFO]: [BanItem] Enabling BanItem v2.3
  1258. [17:23:39] [Server thread/INFO]: [SupremeShops] Enabling SupremeShops v1.10.1
  1259. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded config.yml
  1260. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 635 texts
  1261. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 5 shop blocks : DIAMOND_BLOCK, CHEST, TRAPPED_CHEST, ENDER_CHEST, SEA_LANTERN
  1262. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 4 merchant blocks : CHEST, TRAPPED_CHEST, ENDER_CHEST, EMERALD_BLOCK
  1263. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 4 max shop settings : 10, 25, 50, 100
  1264. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 1 max block shop setting : 100
  1265. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 1 max sign shop setting : 100
  1266. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 1 max gui shop setting : 100
  1267. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 1 max merchant shop setting : 100
  1268. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 max shop item settings : 1500, 3000
  1269. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 max shop PlayerPoints point settings : 500, 1000
  1270. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 max shop TokenEnchant token settings : 500, 1000
  1271. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 max shop xp level settings : 50, 100
  1272. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 max shop money settings : 1000000.0, 2000000.0
  1273. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 max shop manager settings : 1, 2
  1274. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 max remote shop settings : 1, 2
  1275. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 max shop trade settings : 700, 2500
  1276. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 max shop trade conditions settings : 1, 2
  1277. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 max object vault money settings : 1.0E11, 5.0E11
  1278. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 max rented shop settings : 2, 5
  1279. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 4 max merchant settings : 10, 25, 50, 100
  1280. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 1 max block merchant setting : 100
  1281. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 1 max sign merchant setting : 100
  1282. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 max merchant created shop settings : 15, 50
  1283. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 max merchant linked shop settings : 10, 25
  1284. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 max remote merchant settings : 1, 2
  1285. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 max merchant manager settings : 1, 2
  1286. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 max merchant interact conditions settings : 1, 2
  1287. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 max rented merchant settings : 2, 5
  1288. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 on buy particle scripts : default_onbuy.txt, default_onbuyvip.txt
  1289. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 particle patterns : default_hearts_entity, default_emeralds
  1290. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 4 merchant skins : blacksmith, duck, farmer, miner
  1291. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 3 merchant equipments : blacksmith, farmer, miner
  1292. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 1 blacklisted item : 1
  1293. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 2 shop existence conditions : 1, casinoout
  1294. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 40 guis : casinogui, adminshop_regular_potions, dropbuy2gui, congui, oregui, adminshop_enchanted_books, randomc, adminshop_lingering_potions, dropbuygui, fishgui, adminshop_gardener, adminshop_food, 1fishgui, adminshop_farmer, randomgarugui, adminshop_dye, 2fishgui, 3fishgui, player_shops_and_merchants, zabhwagui, concretegui, casinoentergui, adminshop_miner, adminshop_splash_potions, adminshop_redstone, adminshop_woodcutter, adminshop_tools, adminshop_furniture, adminshop_loot, adminshop_brewing, adminshop_openable, terracottagui, main_gui, casinocoingui, adminshop_ocean, acardgui, meatgui, farmgui, adminshop_explorer, adminshop_mob_eggs
  1295. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 31 admin shops : zabwha, butchers, splash_potions, tuto, enchanted_books, randomshop, tools, miner, concreteshop, brewing, furniture, openable, oresell, lingering_potions, loot, farmb, gardener, butcherb, food, dye, regular_potions, acard, ocean, woodcutter, mob_eggs, farms, explorer, terracottashop, farmer, orebuy, redstone
  1296. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 6 triggers : orenpc, farmnpc, example_citizens_npc_1, wolftuto, c, turtle
  1297. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded generic item values config
  1298. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Loaded 25 item value enchant multiplierss
  1299. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Registered data manager (using JSON)
  1300. [17:23:39] [Server thread/INFO]: [SupremeShops] DEBUG: Not integrating AreaShop (not installed)
  1301. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Registered Citizens integration
  1302. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Integrated Citizens
  1303. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Registered MythicMobs integration
  1304. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: Integrated MythicMobs
  1305. [17:23:39] [Server thread/INFO]: [SupremeShops] DEBUG: Not integrating WildStacker (not installed)
  1306. [17:23:39] [Server thread/INFO]: [SupremeShops] DEBUG: Successfully enabled
  1307. [17:23:39] [Server thread/INFO]: [SupremeShops] DEBUG: Using metrics : yes
  1308. [17:23:39] [Server thread/INFO]: [SupremeShops] SUCCESS: SupremeShops v1.10.1 is now enabled (took 562ms) !
  1309. [17:23:39] [Server thread/INFO]: [ParticleHats] Enabling ParticleHats v4.2.7
  1310. [17:23:39] [Server thread/INFO]: [ParticleHats] Loading ParticleHats v4.2.7
  1311. [17:23:39] [Server thread/INFO]: [ParticleHats]
  1312. [17:23:39] [Server thread/INFO]: [ParticleHats] Using yml database
  1313. [17:23:39] [Server thread/INFO]: [ParticleHats] Loading \groups.yml
  1314. [17:23:39] [Server thread/INFO]: [ParticleHats]
  1315. [17:23:39] [Server thread/INFO]: [ParticleHats] Using locale en_US.lang
  1316. [17:23:39] [Server thread/INFO]: [ParticleHats]
  1317. [17:23:39] [Server thread/INFO]: [ParticleHats] Done :)
  1318. [17:23:39] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.1.4
  1319. [17:23:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
  1320. [17:23:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
  1321. [17:23:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
  1322. [17:23:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
  1323. [17:23:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
  1324. [17:23:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
  1325. [17:23:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
  1326. [17:23:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
  1327. [17:23:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
  1328. [17:23:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
  1329. [17:23:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
  1330. [17:23:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
  1331. [17:23:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
  1332. [17:23:39] [Server thread/INFO]: [Bank] Enabling Bank v4.1.8-BETA
  1333. [17:23:39] [Server thread/INFO]: [Bank] Bank Enabled
  1334. [17:23:39] [Server thread/INFO]: [MysqlPlayerDataBridge] Enabling MysqlPlayerDataBridge v3.34.2
  1335. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Loading the config file...
  1336. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Vault dependency found.
  1337. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Using economy system: CMIEconomy
  1338. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Compatible server version detected: 1.16.2
  1339. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] CMI found and support enabled!
  1340. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Connecting to the database...
  1341. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Database connection successfull!
  1342. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Data save task is enabled.
  1343. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync inventory is enabled.
  1344. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync gamemode is enabled.
  1345. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync armor is enabled.
  1346. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync enderchest is enabled.
  1347. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync experience is enabled.
  1348. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync active potion effects is disabled.
  1349. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players health is disabled.
  1350. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players food is disabled.
  1351. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players air is disabled.
  1352. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players location is disabled.
  1353. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players bed location is disabled.
  1354. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync economy is enabled.
  1355. [17:23:40] [Server thread/INFO]: [MysqlPlayerDataBridge] MysqlPlayerDataBridge loaded successfully!
  1356. [17:23:40] [Server thread/INFO]: [MobHunting] Enabling MobHunting v7.5.4
  1357. [17:23:40] [Server thread/INFO]: [MobHunting] Your config version is 1
  1358. [17:23:40] [Server thread/INFO]: [MobHunting] Existing config.yml loaded.
  1359. [17:23:40] [Server thread/INFO]: [MobHunting] Config.yml was backed up to plugins\MobHunting\backup\config.yml.bak256
  1360. [17:23:40] [Server thread/INFO]: [BagOfGoldCore] BagOfGold is not installed on this server
  1361. [17:23:40] [Server thread/INFO]: [BagOfGoldCore] Enabling compatibility with MobHunting (7.5.4)
  1362. [17:23:40] [Server thread/INFO]: [MobHunting] MobHunting is using CMIEconomy via Vault as Economy Provider
  1363. [17:23:40] [Server thread/INFO]: [MobHunting] Enabling compatibility with WorldEdit (7.2.0-SNAPSHOT+5280-46c3fcc)
  1364. [17:23:40] [Server thread/INFO]: [MobHunting] Enabling compatibility with WorldGuard (7.0.4-SNAPSHOT+2067-91a1494)
  1365. [17:23:40] [Server thread/INFO]: [MobHunting] Enabling compatibility with Holographic Displays (2.4.5-SNAPSHOT-b157).
  1366. [17:23:40] [Server thread/INFO]: [MobHunting] Enabling compatibility with CMI (8.7.6.16).
  1367. [17:23:40] [Server thread/INFO]: [MobHunting] Enabling compatibility with ProtocolLib (4.6.0-SNAPSHOT-b478).
  1368. [17:23:40] [Server thread/INFO]: [MobHunting] Enabling compatibility with LibsDisguises (10.0.16-SNAPSHOT)
  1369. [17:23:40] [Server thread/INFO]: [MobHunting] Enabling compatibility with PlaceholderAPI (2.10.9).
  1370. [17:23:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mobhunting
  1371. [17:23:40] [Server thread/INFO]: [MobHunting] Enabling compatibility with MythicMobs (4.10.0-SNAPSHOT-SNAPSHOT)
  1372. [17:23:41] [Server thread/INFO]: [MobHunting] Enabling compatibility with Citizens2 (2.0.27-SNAPSHOT (build 2107))
  1373. [17:23:42] [Server thread/INFO]: [ControllerBlockReloaded] Enabling ControllerBlockReloaded v2.1.0
  1374. [17:23:42] [Server thread/INFO]: [ControllerBlockReloaded] Plugin by F_o_F_1092.[ControllerBlockReloaded] ServerType: Bukkit/Spigot, Version: UNKNOWN
  1375. [17:23:42] [Server thread/WARN]: [ControllerBlockReloaded] Faild to load the ControllerBlock [-114_63_101.yml].
  1376. [17:23:42] [Server thread/INFO]: [NPCDestinations_Animator] Enabling NPCDestinations_Animator v2.3.16
  1377. [17:23:42] [Server thread/INFO]: [ExtraContexts] Enabling ExtraContexts v2.0-SNAPSHOT
  1378. [17:23:42] [Server thread/INFO]: [EpicFarming] Enabling EpicFarming v3.0.23
  1379. [17:23:42] [Server thread/INFO]:
  1380. [17:23:42] [Server thread/INFO]: =============================
  1381. [17:23:42] [Server thread/INFO]: EpicFarming 3.0.23 by Songoda <3!
  1382. [17:23:42] [Server thread/INFO]: Action: Enabling...
  1383. [17:23:42] [Server thread/INFO]: [EpicFarming] Loaded locale "en_US"
  1384. [17:23:42] [Server thread/INFO]: [SongodaCore] Hooked EpicFarming.
  1385. [17:23:42] [Server thread/INFO]: =============================
  1386. [17:23:42] [Server thread/INFO]:
  1387. [17:23:42] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v2.0.30
  1388. [17:23:42] [Server thread/INFO]: [CrateReloaded] Config Version: 2.X
  1389. [17:23:42] [Server thread/INFO]: [CrateReloaded] v1_16_R2
  1390. [17:23:43] [Server thread/INFO]: [CrateReloaded] Crate Configurations (1): crate.yml
  1391. [17:23:43] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v2.2.0
  1392. [17:23:43] [Server thread/INFO]: [CommandSigns] Plugin vault detected
  1393. [17:23:43] [Server thread/INFO]: [CommandSigns] Vault economy [CMIEconomy] linked with command signs !
  1394. [17:23:43] [Log4j2-TF-1-AsyncLogger[AsyncContext@5c647e05]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
  1395. [17:23:43] [Server thread/INFO]: [CommandSigns] If this plugin is useful to you, you can make a donation at: https://www.paypal.me/nokorbis
  1396. [17:23:43] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.11.0
  1397. [17:23:43] [Server thread/INFO]: [Shopkeepers] Citizens found, enabling NPC shopkeepers.
  1398. [17:23:44] [Server thread/INFO]: [Shopkeepers] Loading data of 11 shopkeepers..
  1399. [17:23:44] [Server thread/INFO]: [NPCDestinations_Farmer] Enabling NPCDestinations_Farmer v2.3.33
  1400. [17:23:44] [Server thread/INFO]: [KeepChunks] Enabling KeepChunks v1.6.6
  1401. [17:23:44] [Server thread/INFO]:
  1402. [17:23:44] [Server thread/INFO]: _ _ _______ _ _
  1403. [17:23:44] [Server thread/INFO]: (_) | | (_______) | | | v1.6.6
  1404. [17:23:44] [Server thread/INFO]: _____| |_____ _____ ____ _ | |__ _ _ ____ | | _ ___
  1405. [17:23:44] [Server thread/INFO]: | _ _) ___ | ___ | _ \| | | _ \| | | | _ \| |_/ )/___)
  1406. [17:23:44] [Server thread/INFO]: | | \ \| ____| ____| |_| | |_____| | | | |_| | | | | _ (|___ |
  1407. [17:23:44] [Server thread/INFO]: |_| \_)_____)_____) __/ \______)_| |_|____/|_| |_|_| \_|___/
  1408. [17:23:44] [Server thread/INFO]: |_|
  1409. [17:23:44] [Server thread/INFO]:
  1410. [17:23:44] [Server thread/INFO]: [KeepChunks] KeepChunks v1.6.6 has been enabled
  1411. [17:23:44] [Server thread/INFO]: [TAB] Enabling TAB v2.8.4
  1412. [17:23:44] [Server thread/INFO]: [TAB] Server version: 1.16.2 (v1_16_R2)
  1413. [17:23:44] [Server thread/INFO]: [TAB] File plugins\TAB\errors.txt exists and is not empty. Please take a look at the errors and try to correct them. You can also join our discord for assistance. After you resolve them, delete the file.
  1414. [17:23:44] [Server thread/INFO]: [TAB] Hint: Found used PlaceholderAPI placeholder "%player_health%". Consider replacing it with plugin's internal "%health%" for better performance.
  1415. [17:23:44] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tab
  1416. [17:23:44] [Server thread/INFO]: [TAB] There was 1 startup warning.
  1417. [17:23:44] [Server thread/INFO]: [TAB] Enabled in 51ms
  1418. [17:23:44] [Server thread/INFO]: [MMOLib] Enabling MMOLib v1.3
  1419. [17:23:44] [Server thread/INFO]: [MMOCore] Enabling MMOCore v1.4.4
  1420. [17:23:44] [Server thread/INFO]: [MMOCore] Hooked onto Vault
  1421. [17:23:44] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mmocore
  1422. [17:23:44] [Server thread/INFO]: [MMOCore] Hooked onto PlaceholderAPI
  1423. [17:23:44] [Server thread/INFO]: [MMOCore] Hooked onto Citizens
  1424. [17:23:44] [Server thread/INFO]: [MMOCore] Hooked onto WorldGuard
  1425. [17:23:44] [Server thread/INFO]: [MMOCore] Hooked onto HolographicDisplays
  1426. [17:23:44] [Server thread/INFO]: [MMOCore] Hooked onto MythicMobs
  1427. [17:23:44] [Thread-43/INFO]: [TAB] Version 2.8.5 is out! Your version: 2.8.4
  1428. [17:23:44] [Thread-43/INFO]: [TAB] Get the update at https://www.mc-market.org/resources/14009/
  1429. [17:23:44] [Server thread/INFO]: [MMOItems] Enabling MMOItems v6.1.1
  1430. [17:23:44] [Server thread/INFO]: [MMOItems] Loaded 14 extra MythicMobs abilities
  1431. [17:23:44] [Server thread/INFO]: [MMOItems] Hooked onto MythicMobs
  1432. [17:23:44] [Server thread/INFO]: [MMOItems] Hooked onto MMOCore
  1433. [17:23:44] [Server thread/INFO]: [MMOItems] Loading template modifiers, please wait..
  1434. [17:23:44] [Server thread/INFO]: [MMOItems] Loading item templates, please wait..
  1435. [17:23:44] [Log4j2-TF-1-AsyncLogger[AsyncContext@5c647e05]-1/INFO]: [DiscordSRV] [JDA] Finished Loading!
  1436. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] 서버를 찾았습니다 G:마인크래프트 커맨드/(735261782318514258)
  1437. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:일반(735261782825762858)
  1438. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:마크-커맨드-채팅(735262949941182464)
  1439. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:투표봇-로그(738900124230746122)
  1440. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:봇-공지(739334400637927515)
  1441. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:안녕하세요(739983764221853787)
  1442. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:봇-로그(741256151567695924)
  1443. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:벤-강퇴(741262323368329277)
  1444. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:test(743080956415705149)
  1445. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:test-역활(743080957535584346)
  1446. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:관리자(745964780052938872)
  1447. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] 서버를 찾았습니다 G:레인스톤 마인크래프트 서버(625697637596790790)
  1448. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:공지사항?(656491108527898624)
  1449. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:서버정보(716117340818767922)
  1450. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:서버규칙?(657954438526402560)
  1451. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:업데이트?(634260334663958528)
  1452. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:이벤트?(657463760465690654)
  1453. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:버그관련(752118136026955787)
  1454. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:스피나-rpg(748732332042616863)
  1455. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:minecraft-library(746661922895822878)
  1456. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:마인크래프트-커뮤니티(752405098600202270)
  1457. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:서버채팅?(665080898521268234)
  1458. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:레이드?(678614247889961012)
  1459. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:국가채팅?(748173587428409464)
  1460. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:무법채팅?(748173896309669979)
  1461. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:유저공략?(748505736086290553)
  1462. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:자유채팅?(625699244048908309)
  1463. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:질문채팅?(717630379342692355)
  1464. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:자랑채팅?(741932668685647893)
  1465. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:그림채팅?(722156647736279151)
  1466. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:타겜채팅?(705525595576074376)
  1467. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:스킨제공?(708526658889580646)
  1468. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:자료실?(691678799825338469)
  1469. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:거래소?(685362362101923848)
  1470. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:버그제보?(660770121291399180)
  1471. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:신청소?(709099209302867969)
  1472. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:건의사항?(655724109371539476)
  1473. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:후원신청?(685047177462153262)
  1474. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:유저신고?(655046547632947230)
  1475. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:봇명령어?(625711615312134144)
  1476. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:슬픈-공지?(719452797736714301)
  1477. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:방송-알림?(685104890032291890)
  1478. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:리퍼들의-채팅?(719450379468668938)
  1479. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:영혼들의-채팅?(719452487421263893)
  1480. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:메세지?(685069140670808127)
  1481. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:유저에게?(685069035615813632)
  1482. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:복구신청?(683968561370103811)
  1483. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:환전신청?(705685426278760468)
  1484. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?화리신청?(655759627111235594)
  1485. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:채광알림(665099766950264832)
  1486. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:놀이터?(683361909516664832)
  1487. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rpg(706708976145793086)
  1488. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:스킨(708523158281650226)
  1489. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:커맨드(715518393456787467)
  1490. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:tuto(748519920945594419)
  1491. [17:23:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] 콘솔 채널 ID가 올바르지 않습니다. 콘솔 메세지를 채널로 보내지 않습니다.
  1492. [17:23:44] [Server thread/INFO]: [MMOItems] Hooked onto Vault
  1493. [17:23:44] [Server thread/INFO]: [MMOItems] Loading crafting stations, please wait..
  1494. [17:23:45] [Server thread/INFO]: [MMOItems] Hooked onto HolographicDisplays
  1495. [17:23:45] [Server thread/INFO]: [MMOItems] Hooked onto PlaceholderAPI
  1496. [17:23:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mmoitems
  1497. [17:23:45] [Server thread/INFO]: [MMOItems] Loading recipes, please wait...
  1498. [17:23:45] [Server thread/INFO]: [QuestCreator] Enabling QuestCreator v5.30.0
  1499. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Loaded config.yml
  1500. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating AdvancedMobArena (not installed)
  1501. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating AutoSell (not installed)
  1502. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating ChatControl (not installed)
  1503. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Registered Citizens integration
  1504. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Integrated Citizens
  1505. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating DeluxeChat (not installed)
  1506. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating DreamFish (not installed)
  1507. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating DungeonsXL (not installed)
  1508. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating dynmap (not installed)
  1509. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating FeatherBoard (not installed)
  1510. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Registered GPS integration
  1511. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Integrated GPS
  1512. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating Heroes (not installed)
  1513. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating Jobs (not installed)
  1514. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating Magic (not installed)
  1515. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating mcMMO (not installed)
  1516. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating McRPG (not installed)
  1517. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Registered MMOCore integration
  1518. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Integrated MMOCore
  1519. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Registered MMOItems integration
  1520. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Integrated MMOItems
  1521. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Registered MythicMobs integration
  1522. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Integrated MythicMobs
  1523. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating NuVotifier (not installed)
  1524. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating PhatLoots (not installed)
  1525. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Registered PlaceholderAPI integration
  1526. [17:23:45] [Server thread/WARN]: [PlaceholderAPI] questcreator is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
  1527. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Integrated PlaceholderAPI
  1528. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating QuantumRPG (not installed)
  1529. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating RacesOfThana (not installed)
  1530. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating SkillAPI (not installed)
  1531. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Not integrating VotingPlugin (not installed)
  1532. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Registered WorldEdit integration
  1533. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Integrated WorldEdit
  1534. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Registered WorldGuard integration
  1535. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Integrated WorldGuard
  1536. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Loaded 521 texts
  1537. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Loaded 4 conditions : money_100, npcg, game1, condition_quest_model_santaquest_quest_completed_9e0b5
  1538. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Loaded 6 models : example_farm_1, example_farm_2, cavehosu1, game1, spider1, example
  1539. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Loaded 4 activators : cavehosu1, game1, activator_enabled, spider1
  1540. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Loaded 2 groups : game1, spider1
  1541. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Loaded 3 models registration : cavehosu1, game1, spider1
  1542. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Loaded 3 GUIs : main_gui, lastgui, gui_group_example_farm
  1543. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: Registered data manager (using JSON)
  1544. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Starting tasks soon
  1545. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Successfully enabled
  1546. [17:23:45] [Server thread/INFO]: [QuestCreator] DEBUG: Using metrics : yes
  1547. [17:23:45] [Server thread/INFO]: [QuestCreator] SUCCESS: QuestCreator v5.30.0 is now enabled (took 373ms) ! If you appreciate this plugin, you can support the author by rating the plugin 5-stars at www.spigotmc.org, being active on the community discord or share the plugin page to your friends ! 3
  1548. [17:23:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] JDBC tables passed validation, using JDBC account backend
  1549. [17:23:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Plugin LuckPerms 의 연동을 활성화합니다.
  1550. [17:23:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] 활성화된 채팅 플러그인 연동 없음
  1551. [17:23:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Plugin PlaceholderAPI 의 연동을 활성화합니다.
  1552. [17:23:45] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  1553. [17:23:45] [Server thread/INFO]: Running delayed init tasks
  1554. [17:23:45] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.16.2(751)
  1555. [17:23:45] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version!
  1556. [17:23:45] [Server thread/WARN]: [ViaVersion] Please remember that ViaVersion only adds support for versions newer than the server version.
  1557. [17:23:45] [Server thread/WARN]: [ViaVersion] If you need support for older versions you may need to use one or more ViaVersion addons too.
  1558. [17:23:45] [Server thread/WARN]: [ViaVersion] In that case please read the ViaVersion resource page carefully, and if you're
  1559. [17:23:45] [Server thread/WARN]: [ViaVersion] still unsure, feel free to join our Discord-Server for further assistance.
  1560. [17:23:45] [Craft Scheduler Thread - 40/INFO]: [QuestCreator] DEBUG: Initialized UserBoard for QCDataManager (took 0 ms)
  1561. [17:23:45] [Craft Scheduler Thread - 41/INFO]: [QuestCreator] DEBUG: Initialized QuestBoard for QCDataManager (took 0 ms)
  1562. [17:23:45] [Craft Scheduler Thread - 39/INFO]: [QuestCreator] DEBUG: Loaded QuestQueue for QCDataManager (took 32 ms)
  1563. [17:23:45] [Craft Scheduler Thread - 39/INFO]: [QuestCreator] DEBUG: Initialized QuestQueue for QCDataManager (took 32 ms)
  1564. [17:23:45] [Craft Scheduler Thread - 46/INFO]: [Vault] Checking for Updates ...
  1565. [17:23:45] [Craft Scheduler Thread - 27/INFO]: [SupremeShops] DEBUG: Loaded ShopBoard for SSDataManager (took 109 ms)
  1566. [17:23:45] [Craft Scheduler Thread - 27/INFO]: [SupremeShops] DEBUG: Initialized ShopBoard for SSDataManager (took 110 ms)
  1567. [17:23:46] [Craft Scheduler Thread - 30/INFO]: [SupremeShops] DEBUG: Initialized UserBoard for SSDataManager (took 148 ms)
  1568. [17:23:46] [Craft Scheduler Thread - 28/INFO]: [SupremeShops] DEBUG: Loaded MerchantBoard for SSDataManager (took 37 ms)
  1569. [17:23:46] [Craft Scheduler Thread - 28/INFO]: [SupremeShops] DEBUG: Initialized MerchantBoard for SSDataManager (took 147 ms)
  1570. [17:23:46] [Craft Scheduler Thread - 21/INFO]: [GCore] DEBUG: Initialized UserBoard for GDataManager (took 146 ms)
  1571. [17:23:46] [Craft Scheduler Thread - 29/INFO]: [SupremeShops] DEBUG: Loaded MainBoard for SSDataManager (took 175 ms)
  1572. [17:23:46] [Craft Scheduler Thread - 29/INFO]: [SupremeShops] DEBUG: Initialized MainBoard for SSDataManager (took 175 ms)
  1573. [17:23:46] [Craft Scheduler Thread - 38/INFO]: [QuestCreator] DEBUG: Loaded DiskBoard for QCDataManager (took 183 ms)
  1574. [17:23:46] [Craft Scheduler Thread - 20/INFO]: [GCore] DEBUG: Loaded StatisticsBoard for GDataManager (took 190 ms)
  1575. [17:23:46] [Craft Scheduler Thread - 20/INFO]: [GCore] DEBUG: Initialized StatisticsBoard for GDataManager (took 190 ms)
  1576. [17:23:46] [Craft Scheduler Thread - 23/INFO]: [GSlotMachine] DEBUG: Loaded MachineBoard for PSMDataManager (took 207 ms)
  1577. [17:23:46] [Craft Scheduler Thread - 23/INFO]: [GSlotMachine] DEBUG: Initialized MachineBoard for PSMDataManager (took 207 ms)
  1578. [17:23:46] [Craft Scheduler Thread - 19/INFO]: [GCore] DEBUG: Loaded DataProfileBoard for GDataManager (took 127 ms)
  1579. [17:23:46] [Craft Scheduler Thread - 19/INFO]: [GCore] DEBUG: Initialized DataProfileBoard for GDataManager (took 234 ms)
  1580. [17:23:46] [Server thread/INFO]: [INFO] [BannerBoard] Loading images...
  1581. [17:23:46] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded 0 image(s).
  1582. [17:23:46] [Server thread/INFO]: [INFO] [BannerBoard] Loading color cache table color_palette_v1_12_R1.bc...
  1583. [17:23:46] [Server thread/INFO]: [INFO] [BannerBoard] Connecting to skinrender.com with key ***********EY_HERE...
  1584. [17:23:46] [Server thread/INFO]: [WildChests] - Couldn''t find any prices providers, using default one
  1585. [17:23:46] [Craft Scheduler Thread - 10/WARN]: [PvPLevels] Version: 2.0.4 has been released! you are currently using version: 1.4.1
  1586. [17:23:46] [User Authenticator #4/INFO]: UUID of player BOMGONG is ea6adc6c-ef7d-435b-98e5-a012bf43cb21
  1587. [17:23:46] [User Authenticator #2/INFO]: UUID of player S_aqua is cac19556-80d7-4d67-8b2a-89df15e2e961
  1588. [17:23:46] [User Authenticator #1/INFO]: UUID of player _DokDo_ is db06c2b2-6c32-4d3c-ba31-c4429425f541
  1589. [17:23:46] [User Authenticator #3/INFO]: UUID of player bloodymind6 is 7532dd9e-5ba8-43bb-84d5-f9c7a6357910
  1590. [17:23:46] [Craft Scheduler Thread - 37/INFO]: [MMOItems] A new build is available: 6.1.2 (you are running 6.1.1)
  1591. [17:23:46] [Craft Scheduler Thread - 37/INFO]: [MMOItems] Download it here: https://www.spigotmc.org/resources/39267/
  1592. [17:23:46] [Craft Scheduler Thread - 36/INFO]: [MMOCore] A new build is available: 1.4.5 (you are running 1.4.4)
  1593. [17:23:46] [Craft Scheduler Thread - 36/INFO]: [MMOCore] Download it here: https://www.spigotmc.org/resources/70575/
  1594. [17:23:46] [Server thread/INFO]: [ControllerBlockReloaded] A new update is available.
  1595. [17:23:47] [Craft Scheduler Thread - 46/INFO]: [Vault] No new version available
  1596. [17:23:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrv
  1597. [17:23:48] [Server thread/INFO]: NPC [17/돌아댕기는아재] auto adding the NPCDestinations trait as the waypoint provider was added
  1598. [17:23:48] [Server thread/INFO]: NPC [46/조수] auto adding the NPCDestinations trait as the waypoint provider was added
  1599. [17:23:48] [Server thread/INFO]: NPC [126/채널 도우미 레카] auto adding the NPCDestinations trait as the waypoint provider was added
  1600. [17:23:48] [Server thread/INFO]: NPC [158/후원 팔이 소녀] auto adding the NPCDestinations trait as the waypoint provider was added
  1601. [17:23:48] [Server thread/ERROR]: [Citizens] The trait trader failed to load for NPC ID: 203.
  1602. [17:23:48] [Server thread/ERROR]: [Citizens] The trait trader failed to load for NPC ID: 205.
  1603. [17:23:48] [Server thread/ERROR]: [Citizens] The trait trader failed to load for NPC ID: 204.
  1604. [17:23:48] [Server thread/ERROR]: [Citizens] The trait trader failed to load for NPC ID: 579.
  1605. [17:23:48] [Server thread/INFO]: NPC [708/거지] auto adding the NPCDestinations trait as the waypoint provider was added
  1606. [17:23:49] [Server thread/INFO]: NPC [723/승무원] auto adding the NPCDestinations trait as the waypoint provider was added
  1607. [17:23:49] [User Authenticator #3/INFO]: UUID of player _DokDo_ is db06c2b2-6c32-4d3c-ba31-c4429425f541
  1608. [17:23:49] [Server thread/INFO]: NPC [740/얌전한 늑대] auto adding the NPCDestinations trait as the waypoint provider was added
  1609. [17:23:49] [Server thread/INFO]: [Citizens] Loaded 164 NPCs.
  1610. [17:23:49] [Server thread/INFO]: [MythicMobs] ?Using HolographicDisplays plugin for holograms
  1611. [17:23:49] [Server thread/WARN]: [MythicMobs] Loaded class net.Indyuce.mmoitems.MMOItems from MMOItems v6.1.1 which is not a depend, softdepend or loadbefore of this plugin.
  1612. [17:23:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bungee
  1613. [17:23:49] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.1.93 which is not a depend, softdepend or loadbefore of this plugin.
  1614. [17:23:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
  1615. [17:23:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: math
  1616. [17:23:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pinger
  1617. [17:23:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
  1618. [17:23:49] [Server thread/INFO]: 5 placeholder hooks successfully registered!
  1619. [17:23:49] [Server thread/INFO]: Done (86.900s)! For help, type "help"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement