Guest User

Untitled

a guest
Mar 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.15 KB | None | 0 0
  1. [02:56:29] [main/INFO]: Loaded 0 recipes
  2. [02:56:29] [Server thread/INFO]: Starting minecraft server version 1.13.2
  3. [02:56:29] [Server thread/INFO]: Loading properties
  4. [02:56:29] [Server thread/INFO]: Default game type: SURVIVAL
  5. [02:56:29] [Server thread/INFO]: This server is running Paper version git-Paper-564 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
  6. [02:56:29] [Server thread/INFO]: Server Ping Player Sample Count: 10
  7. [02:56:29] [Server thread/INFO]: Using 6 threads for Netty based IO
  8. [02:56:29] [Server thread/INFO]: Debug logging is disabled
  9. [02:56:29] [Server thread/INFO]: Generating keypair
  10. [02:56:29] [Server thread/INFO]: Starting Minecraft server on 127.0.0.1:25552
  11. [02:56:30] [Server thread/INFO]: Using epoll channel type
  12. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Injector platform set to: InjectorBukkit
  13. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Injecting WorldEdit classes...
  14. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.BlockVector2
  15. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.BlockVector3
  16. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.Vector2
  17. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.Vector3
  18. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BlockStateHolder
  19. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BaseBlock
  20. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BlockState
  21. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.entity.BaseEntity
  22. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.util.Location
  23. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.biome.BaseBiome
  24. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.weather.WeatherType
  25. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.EditSession
  26. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.function.operation.Operations
  27. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.function.operation.ForwardExtentCopy
  28. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
  29. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.FlattenedClipboardTransform
  30. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.SnapshotUtilCommands
  31. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/entity/PlayerWrapper
  32. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/entity/NoPermsPlayer
  33. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/extension/platform/NoPermsActor
  34. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/injector/injected/entity/IPlayerFactory
  35. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/injector/injected/extension/platform/IActorFactory
  36. [02:56:33] [Server thread/INFO]: [AsyncWorldEdit] Injector Enabled
  37. [02:56:33] [User Authenticator #1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@3ce50921[id=48146e5b-d405-3601-b453-11abc71973ac,name=katerinkaa0612,properties={},legacy=false]
  38. com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
  39. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[patched_1.13.2.jar:git-Paper-564]
  40. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) ~[patched_1.13.2.jar:git-Paper-564]
  41. at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:37) ~[patched_1.13.2.jar:git-Paper-564]
  42. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:173) ~[patched_1.13.2.jar:git-Paper-564]
  43. at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:30) ~[patched_1.13.2.jar:git-Paper-564]
  44. at com.destroystokyo.paper.profile.CraftPlayerProfile.complete(CraftPlayerProfile.java:177) ~[patched_1.13.2.jar:git-Paper-564]
  45. at net.minecraft.server.v1_13_R2.LoginListener$LoginHandler.fireEvents(LoginListener.java:305) ~[patched_1.13.2.jar:git-Paper-564]
  46. at net.minecraft.server.v1_13_R2.LoginListener$1.run(LoginListener.java:205) ~[patched_1.13.2.jar:git-Paper-564]
  47. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_171]
  48. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_171]
  49. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  50. [02:56:33] [User Authenticator #1/INFO]: UUID of player katerinkaa0612 is 48146e5b-d405-3601-b453-11abc71973ac
  51. [02:56:34] [Server thread/INFO]: [CustomPermissionMessages] Loading CustomPermissionMessages v1.0
  52. [02:56:34] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.9.1
  53. [02:56:34] [Server thread/INFO]: [ConsoleScheduler] Loading ConsoleScheduler v1.4.8
  54. [02:56:34] [Server thread/INFO]: [PandaWire] Loading PandaWire v1.0.8-SNAPSHOT
  55. [02:56:34] [Server thread/INFO]: [FarmLimiter] Loading FarmLimiter v1.2
  56. [02:56:34] [Server thread/INFO]: [EntityDetection] Loading EntityDetection v1.1.1 (build #17)
  57. [02:56:34] [Server thread/INFO]: [antiRedstoneClock] Loading antiRedstoneClock v1.0.5
  58. [02:56:34] [Server thread/INFO]: [InvalidVillagers] Loading InvalidVillagers v1.0
  59. [02:56:34] [Server thread/INFO]: [Sockets4MC] Loading Sockets4MC v4.0.9
  60. [02:56:34] [Server thread/INFO]: [PotionControl] Loading PotionControl v4.6.1
  61. [02:56:34] [Server thread/INFO]: [MobOptimizer] Loading MobOptimizer v1.1
  62. [02:56:34] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.16.3
  63. [02:56:34] [Server thread/INFO]: [LagAssist] Loading LagAssist v2.15.0
  64. [02:56:34] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.3.76
  65. [02:56:34] [Server thread/INFO]: [dynmap] Loading dynmap v3.0-beta-3-160
  66. [02:56:34] [Server thread/INFO]: [dynmap] version=git-Paper-564 (MC: 1.13.2)
  67. [02:56:34] [Server thread/INFO]: [dynmap] Unload queue not found - default to unload all chunks
  68. [02:56:34] [Server thread/INFO]: [dynmap] Mod Support API available
  69. [02:56:34] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.0-beta-05;6bbf29b
  70. [02:56:34] [Server thread/INFO]: [Kotlin4MC] Loading Kotlin4MC v2.0.9
  71. [02:56:34] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.0.0
  72. [02:56:34] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.5.5
  73. [02:56:34] [Server thread/INFO]: [NoSpawnerChange] Loading NoSpawnerChange v2.1
  74. [02:56:34] [Server thread/INFO]: [spark] Loading spark v1.1.0
  75. [02:56:34] [Server thread/INFO]: [IllegalStack] Loading IllegalStack v1.5.1
  76. [02:56:34] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.0
  77. [02:56:34] [Server thread/INFO]: [EventCmds] Loading EventCmds v1.2.1
  78. [02:56:34] [Server thread/INFO]: [ActionBarAPI] Loading ActionBarAPI v1.5.4
  79. [02:56:34] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
  80. [02:56:34] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.13.2) has not yet been tested! Proceed with caution.
  81. [02:56:34] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.6.0-b738
  82. [02:56:34] [Server thread/INFO]: [CMDispatcher] Loading CMDispatcher v3.0.3
  83. [02:56:34] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v2.5.1
  84. [02:56:34] [Server thread/INFO]: [AsyncWorldEdit] Loading AsyncWorldEdit v3.6.0-rc-05
  85. [02:56:34] [Server thread/INFO]: [AsyncWorldEdit] Plugin installed
  86. [02:56:34] [Server thread/INFO]: [IPWhitelist] Loading IPWhitelist v1.7
  87. [02:56:34] [Server thread/INFO]: [DiamondTrade] Loading DiamondTrade v1.0
  88. [02:56:34] [Server thread/INFO]: [FishinRoulette] Loading FishinRoulette v1.9.0
  89. [02:56:34] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.10.5
  90. [02:56:34] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.11.1
  91. [02:56:34] [Server thread/INFO]: [Vault] Loading Vault v1.7.1-b91
  92. [02:56:34] [Server thread/INFO]: [ElytraRiptideBlock] Loading ElytraRiptideBlock v1.0
  93. [02:56:34] [Server thread/INFO]: [Parties] Loading Parties v2.5.2
  94. [02:56:34] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.3-SNAPSHOT
  95. [02:56:34] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.0-SNAPSHOT;1816-ee7dc27
  96. [02:56:34] [Server thread/INFO]: [BestViewDistance] Loading BestViewDistance v11.9
  97. [02:56:34] [Server thread/INFO]: [AAC] Loading AAC v3.6.4
  98. [02:56:34] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
  99. [02:56:34] [Server thread/INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v2.5.2-SNAPSHOT-b729
  100. [02:56:34] [Server thread/INFO]: [WorldEditCUI] Loading WorldEditCUI v1.3
  101. [02:56:34] [Server thread/INFO]: [AntiCommandSuggestions] Loading AntiCommandSuggestions v1.1-SNAPSHOT
  102. [02:56:34] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.4.1
  103. [02:56:34] [Server thread/INFO]: [F3Name] Loading F3Name v3.0
  104. [02:56:34] [Server thread/INFO]: [MyWarp] Loading MyWarp v3.0.1-SNAPSHOT+travis-b1772.git-32897eb313
  105. [02:56:34] [Server thread/INFO]: [DeathControl] Loading DeathControl v2.1.2
  106. [02:56:34] [Server thread/INFO]: [AreaShop] Loading AreaShop v2.6.0#285
  107. [02:56:34] [Server thread/INFO]: [Essentials] Loading Essentials v2.16.1.0
  108. [02:56:34] [Server thread/INFO]: [AnimatedNames] Loading AnimatedNames v7.1.0
  109. [02:56:34] [Server thread/INFO]: [UltimateTimber] Loading UltimateTimber v1.0.14
  110. [02:56:34] [Server thread/INFO]: [ChatControl] Loading ChatControl v7.9.31
  111. [02:56:34] [Server thread/INFO]: [AACAdditionPro] Loading AACAdditionPro v4.6.3
  112. [02:56:34] [Server thread/INFO]: [HeadDatabase] Loading HeadDatabase v4.6.3
  113. [02:56:34] [Server thread/INFO]: [YourAuction] Loading YourAuction v1.7c
  114. [02:56:34] [Server thread/INFO]: [AACAddition] Loading AACAddition v1.1
  115. [02:56:34] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.6.0
  116. [02:56:34] [Server thread/INFO]: [CraftBook] Loading CraftBook v3.10-SNAPSHOT;4488-f9a6083
  117. [02:56:34] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.1.0
  118. [02:56:34] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.11.6
  119. [02:56:34] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.9.3-SNAPSHOT (build 108)
  120. [02:56:34] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.0-SNAPSHOT;1816-ee7dc27 loaded.
  121. [02:56:34] [Server thread/INFO]: [AACHider] Loading AACHider v1.4.1
  122. [02:56:34] [Server thread/INFO]: [CMI] Loading CMI v8.5.1.2
  123. [02:56:34] [Server thread/INFO]: [Confiscate] Loading Confiscate v1.10.0
  124. [02:56:34] [Server thread/INFO]: [LeaderHeads] Loading LeaderHeads v3.1.8.3
  125. [02:56:34] [Server thread/INFO]: [GriefPreventionFlags] Loading GriefPreventionFlags v5.0.0
  126. [02:56:34] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.16.1.0
  127. [02:56:34] [Server thread/INFO]: [BungeeTabListPlus] Loading BungeeTabListPlus v2.8.10-SNAPSHOT
  128. [02:56:34] [Server thread/INFO]: [Wild] Loading Wild v2.3
  129. [02:56:34] [Server thread/INFO]: [MyPet] Loading MyPet v3.0
  130. [02:56:34] [Server thread/INFO]: Level: INFO
  131. [02:56:34] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Error-Reporter ENABLED
  132. [02:56:35] [Server thread/INFO]: [MobHunting] Loading MobHunting v6.5.2-SNAPSHOT-B726
  133. [02:56:35] [Server thread/INFO]: [GPAccruals] Loading GPAccruals v1.0
  134. [02:56:35] [Server thread/INFO]: [TradeMe] Loading TradeMe v6.0.0.5
  135. [02:56:35] [Server thread/INFO]: [JDynmapGriefPrevention] Loading JDynmapGriefPrevention v2.5.1
  136. [02:56:35] [Server thread/INFO]: [KickFromClaim] Loading KickFromClaim v1.13
  137. [02:56:35] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  138. [02:56:35] [Server thread/INFO]: [PandaWire] Enabling PandaWire v1.0.8-SNAPSHOT
  139. [02:56:35] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.3.76
  140. [02:56:35] [Server thread/INFO]: __
  141. [02:56:35] [Server thread/INFO]: | |__) LuckPerms v4.3.76
  142. [02:56:35] [Server thread/INFO]: |___ | Running on Bukkit - Paper
  143. [02:56:35] [Server thread/INFO]:
  144. [02:56:35] [Server thread/INFO]: [LuckPerms] Loading configuration...
  145. [02:56:35] [Server thread/INFO]: [LuckPerms] Found lang.yml - loading messages...
  146. [02:56:35] [Server thread/INFO]: [LuckPerms] Loading storage provider... [SPLIT STORAGE]
  147. [02:56:35] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
  148. [02:56:35] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
  149. [02:56:35] [Server thread/INFO]: [LuckPerms] Loading messaging service... [BUNGEE]
  150. [02:56:35] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  151. [02:56:35] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  152. [02:56:36] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 697ms)
  153. [02:56:36] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0*
  154. [02:56:36] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  155. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] Enabling AsyncWorldEdit v3.6.0-rc-05
  156. [02:56:36] [User Authenticator #1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@7a45e010[id=b1d9a882-d9b8-39c9-8441-52cd8050b652,name=Holysnupi,properties={},legacy=false]
  157. com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
  158. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[patched_1.13.2.jar:git-Paper-564]
  159. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) ~[patched_1.13.2.jar:git-Paper-564]
  160. at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:37) ~[patched_1.13.2.jar:git-Paper-564]
  161. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:173) ~[patched_1.13.2.jar:git-Paper-564]
  162. at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:30) ~[patched_1.13.2.jar:git-Paper-564]
  163. at com.destroystokyo.paper.profile.CraftPlayerProfile.complete(CraftPlayerProfile.java:177) ~[patched_1.13.2.jar:git-Paper-564]
  164. at net.minecraft.server.v1_13_R2.LoginListener$LoginHandler.fireEvents(LoginListener.java:305) ~[patched_1.13.2.jar:git-Paper-564]
  165. at net.minecraft.server.v1_13_R2.LoginListener$1.run(LoginListener.java:205) ~[patched_1.13.2.jar:git-Paper-564]
  166. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_171]
  167. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_171]
  168. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  169. [02:56:36] [User Authenticator #1/INFO]: UUID of player Holysnupi is b1d9a882-d9b8-39c9-8441-52cd8050b652
  170. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] Warning: Unable to get class com.sk89q.worldedit.extent.reorder.MultiStageReorder$Stage3Committer
  171. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] Warning: Unable to get class com.sk89q.worldedit.extent.reorder.MultiStageReorder$Stage3Committer
  172. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] Platform set to Bukkit API
  173. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] ===================================================================================
  174. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] = ___ _ __ __ ________ ___ __ =
  175. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] = / | _______ ______ ____| | / /___ _____/ /___/ / ____/___/ (_) /_ =
  176. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] = / /| | / ___/ / / / __ \/ ___/ | /| / / __ \/ ___/ / __ / __/ / __ / / __/ =
  177. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] = / ___ |(__ ) /_/ / / / / /__ | |/ |/ / /_/ / / / / /_/ / /___/ /_/ / / /_ =
  178. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] = /_/ |_/____/\__, /_/ /_/\___/ |__/|__/\____/_/ /_/\__,_/_____/\__,_/_/\__/ =
  179. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] = /____/ =
  180. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] = Author: SBPrime =
  181. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] = =
  182. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] ===================================================================================
  183. [02:56:36] [Thread-24/INFO]: [AsyncWorldEdit] Undo cleanup started...
  184. [02:56:36] [Thread-24/INFO]: [AsyncWorldEdit] ...undo cleanup done.
  185. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] No matching adapter found for Bukkit.v1_13_R2, DirectChunkAPI disabled
  186. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] PlotMeFix set to class org.primesoft.asyncworldedit.plotme.NullFix.
  187. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] New class factory set to: org.primesoft.asyncworldedit.asyncinjector.async.AsyncClassFactory
  188. [02:56:36] [Server thread/INFO]: [AsyncWorldEdit] Enabled
  189. [02:56:36] [Server thread/INFO]: [Vault] Enabling Vault v1.7.1-b91*
  190. [02:56:36] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  191. [02:56:36] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  192. [02:56:36] [Server thread/INFO]: [Vault] Enabled Version 1.7.1-b91
  193. [02:56:36] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  194. [02:56:36] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  195. [02:56:36] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  196. [02:56:36] [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.
  197. [02:56:36] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  198. [02:56:36] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  199. [02:56:36] [Server thread/INFO]: Preparing level "world"
  200. [02:56:36] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
  201. [02:56:36] [Thread-25/INFO]: [AsyncWorldEdit] You have the latest version of the plugin.
  202. [02:56:36] [Server thread/INFO]: Loaded 524 recipes
  203. [02:56:37] [Server thread/INFO]: Preparing start region for level minecraft:overworld (Seed: 28)
  204. [02:56:37] [Server thread/INFO]: Time elapsed: 0 ms
  205. [02:56:37] [Server thread/INFO]: [CustomPermissionMessages] Enabling CustomPermissionMessages v1.0*
  206. [02:56:37] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.1*
  207. [02:56:37] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  208. [02:56:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
  209. [02:56:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
  210. [02:56:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pinger
  211. [02:56:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
  212. [02:56:37] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  213. [02:56:37] [Server thread/INFO]: [ConsoleScheduler] Enabling ConsoleScheduler v1.4.8*
  214. [02:56:37] [Server thread/INFO]: [ConsoleScheduler] Vault Found! Hooking as permission system
  215. [02:56:37] [Server thread/INFO]: [ConsoleScheduler] By BoomerBR & Boomclaw - v1.4.8 enabled.
  216. [02:56:37] [Server thread/INFO]: [ConsoleScheduler] Command execution will start in 100 seconds.
  217. [02:56:37] [Server thread/INFO]: [FarmLimiter] Enabling FarmLimiter v1.2*
  218. [02:56:37] [Server thread/INFO]: [EntityDetection] Enabling EntityDetection v1.1.1 (build #17)*
  219. [02:56:37] [Server thread/INFO]: [antiRedstoneClock] Enabling antiRedstoneClock v1.0.5
  220. [02:56:37] [Server thread/INFO]: [antiRedstoneClock] Enabling Metrics
  221. [02:56:37] [Server thread/INFO]: [antiRedstoneClock] Metrics loaded
  222. [02:56:37] [Server thread/INFO]: [antiRedstoneClock] Plugin loaded in 13ms
  223. [02:56:37] [Server thread/INFO]: [InvalidVillagers] Enabling InvalidVillagers v1.0
  224. [02:56:37] [Server thread/INFO]: [Sockets4MC] Enabling Sockets4MC v4.0.9*
  225. [02:56:37] [Server thread/INFO]: [PotionControl] Enabling PotionControl v4.6.1
  226. [02:56:37] [Server thread/INFO]: [PotionControl] [PotionControl] : The potion: INVISIBILITY's amplifier is set to be : 0.035
  227. [02:56:37] [Server thread/INFO]: [PotionControl] [PotionControl] : The potion: INVISIBILITY's duration is set to be : 0.035
  228. [02:56:37] [Server thread/INFO]: [PotionControl] [PotionControl] : The potion: INVISIBILITY's amplifier is set to be : 0.035
  229. [02:56:37] [Server thread/INFO]: [PotionControl] [PotionControl] : The potion: INVISIBILITY's duration is set to be : 0.035
  230. [02:56:37] [Server thread/INFO]: [PotionControl] [PotionControl] : registered lingeringpot listener
  231. [02:56:37] [Server thread/INFO]: [PotionControl] PotionControl version 4.6.1 is Enabled
  232. [02:56:37] [Server thread/INFO]: [MobOptimizer] Enabling MobOptimizer v1.1*
  233. [02:56:37] [Server thread/INFO]: [ MobOptimizer ] Loading plugin...
  234. [02:56:37] [Server thread/INFO]: [ MobOptimizer ] Checking config...
  235. [02:56:37] [Server thread/INFO]: [ MobOptimizer ] Starting events:
  236. [02:56:37] [Server thread/INFO]: [ MobOptimizer ] Starting Stack Mob Spawn event...
  237. [02:56:37] [Server thread/INFO]: [ MobOptimizer ] Starting Stack Mob hit event...
  238. [02:56:37] [Server thread/INFO]: [ MobOptimizer ] Starting Mob spawn optimization event...
  239. [02:56:37] [Server thread/INFO]: [ MobOptimizer ] Starting tasks:
  240. [02:56:37] [Server thread/INFO]: [ MobOptimizer ] Starting Data cleaner task...
  241. [02:56:37] [Server thread/INFO]: [ MobOptimizer ] Starting Name change task...
  242. [02:56:37] [Server thread/INFO]: [ MobOptimizer ] Starting Mob remover task...
  243. [02:56:37] [Server thread/INFO]: [ MobOptimizer ] Starting Stack mobs task...
  244. [02:56:37] [Server thread/INFO]: [ MobOptimizer ] Starting Clear unused mobs task...
  245. [02:56:37] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.16.3
  246. [02:56:37] [Server thread/INFO]: [InvalidVillager] Плагин загружен[CoreProtect] CoreProtect has been successfully enabled!
  247. [02:56:37] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  248. [02:56:37] [Server thread/INFO]: [LagAssist] Enabling LagAssist v2.15.0
  249. [02:56:38] [Server thread/INFO]: LagAssist » Enabling Systems:
  250. [02:56:38] [Server thread/INFO]: [✔] Smart Mob Tools.
  251. [02:56:38] [Server thread/INFO]: [✔] Hopper Manager.
  252. [02:56:38] [Server thread/INFO]: [✔] Redstone Culler.
  253. [02:56:38] [Server thread/INFO]: [✔] Physics-Tweaker.
  254. [02:56:38] [Server thread/INFO]: [✔] Lag Monitor.
  255. [02:56:38] [Server thread/INFO]: [✔] MapVisualizer.
  256. [02:56:38] [Server thread/INFO]: [✔] WorldManager.
  257. [02:56:38] [Server thread/INFO]: [✔] Chunk Analyser.
  258. [02:56:38] [Server thread/INFO]: [✔] Chunk Limiter.
  259. [02:56:38] [Server thread/INFO]: [✔] StatsAnalyse.
  260. [02:56:38] [Server thread/INFO]: [✔] Spawner Manager.
  261. [02:56:38] [Server thread/INFO]: [✔] Injecting PacketListener.
  262. [02:56:38] [Server thread/INFO]: [✔] GUI.
  263. [02:56:38] [Server thread/INFO]: [dynmap] Enabling dynmap v3.0-beta-3-160*
  264. [02:56:38] [Server thread/INFO]: [dynmap] Added 11 custom biome mappings
  265. [02:56:38] [Server thread/INFO]: [dynmap] Using Bukkit Permissions (superperms) for access control
  266. [02:56:38] [Server thread/INFO]: [dynmap] Web interface permissions only available for online users
  267. [02:56:38] [Server thread/INFO]: [dynmap] Mod Support processing completed
  268. [02:56:38] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
  269. [02:56:38] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
  270. [02:56:38] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
  271. [02:56:38] [Server thread/INFO]: [dynmap] version 3.0-beta-3-160 is enabled - core version 3.0-beta-3-160
  272. [02:56:38] [Server thread/INFO]: [dynmap] For support, visit https://forums.dynmap.us
  273. [02:56:38] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
  274. [02:56:38] [Server thread/INFO]: [dynmap] Loaded 1 maps of world 'world'.
  275. [02:56:38] [Server thread/INFO]: [dynmap] Loaded 967 pending tile renders for world 'world'
  276. [02:56:38] [Server thread/INFO]: [dynmap] Enabled
  277. [02:56:38] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.0-beta-05;6bbf29b
  278. [02:56:38] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_13_R2_2 as the Bukkit adapter
  279. [02:56:39] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  280. [02:56:39] [Server thread/INFO]: [AsyncWorldEdit] Initializing WorldEdit.
  281. [02:56:39] [Server thread/INFO]: [AsyncWorldEdit] Direct chunk commands...disabled
  282. [02:56:39] [Server thread/INFO]: [Kotlin4MC] Enabling Kotlin4MC v2.0.9*
  283. [02:56:39] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.0.0*
  284. [02:56:39] [Server thread/INFO]: [ClearLag] Loading modules...
  285. [02:56:39] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  286. [02:56:39] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  287. [02:56:39] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  288. [02:56:39] [Thread-42/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.13]...
  289. [02:56:39] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.5.5*
  290. [02:56:39] [Server thread/INFO]: [NoSpawnerChange] Enabling NoSpawnerChange v2.1
  291. [02:56:39] [Server thread/INFO]: [spark] Enabling spark v1.1.0*
  292. [02:56:39] [Server thread/INFO]: [IllegalStack] Enabling IllegalStack v1.5.1
  293. [02:56:39] [Server thread/INFO]: [FreePlugin] - Stacked Armor Remover by dNiym enabled.
  294. [02:56:39] [Server thread/INFO]: [FreePlugin] - This plugin is provided as-is with no warranty, protects against various exploits present in Minecraft/Spigot
  295. [02:56:39] [Server thread/INFO]: plugins/IllegalStack
  296. [02:56:39] [Server thread/INFO]: [Illegal Stack] - MC Version 1.13 detected!
  297. [02:56:39] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.0
  298. [02:56:39] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 10.
  299. [02:56:39] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  300. [02:56:39] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Virt" has border radius 10000 at X: 0.0 Z: 0.0
  301. [02:56:39] [Server thread/INFO]: [WorldBorder] [CONFIG] World "spawn" has border radius 250 at X: 1020.5 Z: -153.5 (shape override: elliptic/round)
  302. [02:56:39] [Server thread/INFO]: [WorldBorder] [CONFIG] World "pvpvs" has border radius 2000 at X: 4006.4 Z: 9.5
  303. [02:56:39] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 10040 at X: 0.0 Z: 0.0
  304. [02:56:39] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world13" has border radius 10080 at X: 0.0 Z: 0.0
  305. [02:56:39] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_the_end" has border radius 3 at X: -4.5 Z: -11.5
  306. [02:56:39] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_nether" has border radius 3 at X: 750.5 Z: 754.5
  307. [02:56:39] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Hell" has border radius 1250 at X: 0.0 Z: 0.0
  308. [02:56:39] [Server thread/INFO]: [WorldBorder] [CONFIG] World "The_end" has border radius 4000 at X: 0.4 Z: 0.3
  309. [02:56:39] [Server thread/INFO]: [WorldBorder] [CONFIG] World "World_the_end" has border radius 300 at X: -3.7 Z: -9.9
  310. [02:56:39] [Server thread/INFO]: [WorldBorder] [CONFIG] World "test" has border radius 5 at X: 228.6 Z: 68.4
  311. [02:56:39] [Server thread/INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
  312. [02:56:39] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 256.0 Y: 68.0 Z: 209.0
  313. [02:56:39] [Server thread/INFO]: [EventCmds] Enabling EventCmds v1.2.1*
  314. [02:56:39] [Server thread/INFO]: [EventCmds] Enabled
  315. [02:56:39] [Server thread/INFO]: [ActionBarAPI] Enabling ActionBarAPI v1.5.4
  316. [02:56:39] [Server thread/INFO]: ActionBarAPI V1.5.4 has been enabled!
  317. [02:56:39] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.6.0-b738*
  318. [02:56:39] [Server thread/INFO]: Preparing start region for level 1 (Seed: -9)
  319. [02:56:39] [Server thread/INFO]: [dynmap] World 'The_end' disabled
  320. [02:56:39] [Server thread/INFO]: Preparing start region for level 2 (Seed: -2)
  321. [02:56:39] [Server thread/INFO]: [dynmap] Loaded 1 maps of world 'spawn'.
  322. [02:56:39] [Server thread/INFO]: [dynmap] Loaded 4 pending tile renders for world 'spawn'
  323. [02:56:39] [Server thread/INFO]: Preparing start region for level 3 (Seed: -6)
  324. [02:56:39] [Server thread/INFO]: [dynmap] World 'pvpvs' disabled
  325. [02:56:39] [Server thread/INFO]: Preparing start region for level 4 (Seed: -4)
  326. [02:56:39] [Server thread/INFO]: [dynmap] World 'Virt' disabled
  327. [02:56:39] [Server thread/INFO]: Preparing start region for level 5 (Seed: -7)
  328. [02:56:39] [Server thread/INFO]: [dynmap] World 'Hell' disabled
  329. [02:56:39] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
  330. [02:56:39] [Thread-42/INFO]: [ClearLag] No updates found!
  331. [02:56:40] [Server thread/INFO]: [Multiverse-Core] Version 2.6.0-b738 (API v21) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
  332. [02:56:40] [Server thread/INFO]: [CMDispatcher] Enabling CMDispatcher v3.0.3*
  333. [02:56:40] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v2.5.1*
  334. [02:56:40] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
  335. [02:56:40] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
  336. [02:56:40] [Server thread/INFO]: [IPWhitelist] Enabling IPWhitelist v1.7*
  337. [02:56:40] [Server thread/INFO]: [DiamondTrade] Enabling DiamondTrade v1.0
  338. [02:56:40] [Server thread/INFO]: [FishinRoulette] Enabling FishinRoulette v1.9.0
  339. [02:56:40] [Server thread/INFO]: [DiamondTrade] Плагин загружен[FishinRoulette] Enabling
  340. [02:56:40] [Server thread/INFO]:
  341. [02:56:40] [Server thread/INFO]:
  342. [02:56:40] [Server thread/INFO]:
  343. [02:56:40] [Server thread/INFO]:
  344. [02:56:40] [Server thread/INFO]:
  345. [02:56:40] [Server thread/INFO]:
  346. [02:56:40] [Server thread/INFO]:
  347. [02:56:40] [Server thread/INFO]: [FishinRoulette] Starting for version '1.13'
  348. [02:56:40] [Server thread/INFO]: Fishin' Roulette Enabled
  349. [02:56:40] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.10.5*
  350. [02:56:40] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
  351. [02:56:40] [Server thread/INFO]: [DeluxeMenus] 20 GUI menus loaded!
  352. [02:56:40] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
  353. [02:56:40] [Server thread/INFO]: [DeluxeMenus] Could not setup a NMS hook for your server version!
  354. [02:56:40] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.11.1*
  355. [02:56:40] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  356. [02:56:40] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.11.1
  357. [02:56:40] [Server thread/INFO]: [FeatherBoard] Framework version: 2018-06
  358. [02:56:40] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
  359. [02:56:40] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
  360. [02:56:40] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  361. [02:56:40] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
  362. [02:56:40] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
  363. [02:56:40] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
  364. [02:56:40] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
  365. [02:56:40] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
  366. [02:56:40] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
  367. [02:56:40] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
  368. [02:56:40] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
  369. [02:56:40] [Server thread/INFO]: [FeatherBoard] Loading messages ...
  370. [02:56:40] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
  371. [02:56:40] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
  372. [02:56:40] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
  373. [02:56:40] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
  374. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Armor] ...
  375. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Bukkit] ...
  376. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [BungeeCord] ...
  377. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Color] ...
  378. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [CommandPlaceholderPack] ...
  379. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Compass placeholders] ...
  380. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Economy] ...
  381. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Effects] ...
  382. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Entities] ...
  383. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Essentials] ...
  384. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Facebook] ...
  385. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [FireworkEffect] ...
  386. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Geographical] ...
  387. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [GriefPrevention] ...
  388. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading event hook: GriefPrevention Claim ...
  389. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading event hook: GriefPrevention Claim ...
  390. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Hotbar] ...
  391. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [JavaInfo] ...
  392. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [LeaderHeads] ...
  393. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Memory] ...
  394. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Multiverse-Core] ...
  395. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Permissions] ...
  396. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [PlaceholderAPI] ...
  397. [02:56:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Player] ...
  398. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Previous Names] ...
  399. [02:56:42] [Server thread/INFO]: [FeatherBoard] Downloading placeholder [RedisBungee 1.0.1] ...
  400. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [RedisBungee 1.0.1] ...
  401. [02:56:42] [Server thread/WARN]: [FeatherBoard] Deleting placeholder bundle: redisbungee.jar
  402. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [ServerPinger] ...
  403. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Sound Effects] ...
  404. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Statistics] ...
  405. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [TicksPerSecond] ...
  406. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Twitter] ...
  407. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Unicode Characters] ...
  408. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [VanillaEvents] ...
  409. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
  410. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
  411. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
  412. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
  413. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
  414. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
  415. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
  416. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
  417. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [World] ...
  418. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [WorldBorder] ...
  419. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [WorldGuard] ...
  420. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: WorldGuard Region ...
  421. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: WorldGuard Region ...
  422. [02:56:42] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
  423. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loaded 5509 of the 5509 placholders
  424. [02:56:42] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
  425. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example3' ...
  426. [02:56:42] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example3
  427. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example2' ...
  428. [02:56:42] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example2
  429. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example1' ...
  430. [02:56:42] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example1
  431. [02:56:42] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
  432. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'spawn' ...
  433. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'Virt' ...
  434. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'world' ...
  435. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'Hell' ...
  436. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'plot' ...
  437. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'pvpvs' ...
  438. [02:56:42] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'The_end' ...
  439. [02:56:42] [Server thread/INFO]: [FeatherBoard] Added 'WORLD' as the default scoreboard assign method
  440. [02:56:42] [Server thread/INFO]: [FeatherBoard] Generating metrics information ...
  441. [02:56:42] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
  442. [02:56:42] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
  443. [02:56:42] [Server thread/WARN]: [FeatherBoard] ATTENTION: 1.13 support is in BETA
  444. [02:56:42] [Server thread/INFO]: [ElytraRiptideBlock] Enabling ElytraRiptideBlock v1.0
  445. [02:56:42] [Server thread/INFO]: [Parties] Enabling Parties v2.5.2
  446. [02:56:42] [Server thread/INFO]: [Parties] Initializing Parties 2.5.2
  447. [02:56:42] [Server thread/WARN]: [Parties] The file parties.yml is outdated!
  448. [02:56:42] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] Parties - Starting...
  449. [02:56:42] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] Parties - Start completed.
  450. [02:56:42] [Server thread/INFO]: [Parties] GriefPrevention Hooked
  451. [02:56:42] [Server thread/INFO]: [Parties] PlaceholderAPI Hooked
  452. [02:56:42] [Server thread/INFO]: [Parties] Vault Hooked
  453. [02:56:43] [Server thread/INFO]: [Parties] Parties v2.5.2 enabled
  454. [02:56:43] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.3-SNAPSHOT
  455. [02:56:43] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  456. [02:56:43] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.0-SNAPSHOT;1816-ee7dc27
  457. [02:56:43] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  458. [02:56:43] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  459. [02:56:43] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  460. [02:56:43] [Server thread/INFO]: [WorldGuard] (world) All fire spread is disabled.
  461. [02:56:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  462. [02:56:43] [Server thread/INFO]: [WorldGuard] Blacklist loaded.
  463. [02:56:43] [Server thread/INFO]: [WorldGuard] (The_end) TNT ignition is PERMITTED.
  464. [02:56:43] [Server thread/INFO]: [WorldGuard] (The_end) Lighters are PERMITTED.
  465. [02:56:43] [Server thread/INFO]: [WorldGuard] (The_end) Lava fire is blocked.
  466. [02:56:43] [Server thread/INFO]: [WorldGuard] (The_end) All fire spread is disabled.
  467. [02:56:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'The_end'
  468. [02:56:43] [Server thread/INFO]: [WorldGuard] (spawn) TNT ignition is PERMITTED.
  469. [02:56:43] [Server thread/INFO]: [WorldGuard] (spawn) Lighters are PERMITTED.
  470. [02:56:43] [Server thread/INFO]: [WorldGuard] (spawn) Lava fire is blocked.
  471. [02:56:43] [Server thread/INFO]: [WorldGuard] (spawn) All fire spread is disabled.
  472. [02:56:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawn'
  473. [02:56:43] [Server thread/INFO]: [WorldGuard] (pvpvs) TNT ignition is PERMITTED.
  474. [02:56:43] [Server thread/INFO]: [WorldGuard] (pvpvs) Lighters are PERMITTED.
  475. [02:56:43] [Server thread/INFO]: [WorldGuard] (pvpvs) Lava fire is blocked.
  476. [02:56:43] [Server thread/INFO]: [WorldGuard] (pvpvs) All fire spread is disabled.
  477. [02:56:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'pvpvs'
  478. [02:56:43] [Server thread/WARN]: [WorldGuard] Could not parse a block/item heading: Unknown block or item name: 146
  479. [02:56:43] [Server thread/INFO]: [WorldGuard] Blacklist loaded.
  480. [02:56:43] [Server thread/INFO]: [WorldGuard] (Virt) TNT ignition is PERMITTED.
  481. [02:56:43] [Server thread/INFO]: [WorldGuard] (Virt) Lighters are PERMITTED.
  482. [02:56:43] [Server thread/INFO]: [WorldGuard] (Virt) Lava fire is blocked.
  483. [02:56:43] [Server thread/INFO]: [WorldGuard] (Virt) All fire spread is disabled.
  484. [02:56:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Virt'
  485. [02:56:43] [Server thread/INFO]: [WorldGuard] (Hell) TNT ignition is PERMITTED.
  486. [02:56:43] [Server thread/INFO]: [WorldGuard] (Hell) Lighters are PERMITTED.
  487. [02:56:43] [Server thread/INFO]: [WorldGuard] (Hell) Lava fire is blocked.
  488. [02:56:43] [Server thread/INFO]: [WorldGuard] (Hell) All fire spread is disabled.
  489. [02:56:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Hell'
  490. [02:56:43] [Server thread/INFO]: [WorldGuard] Loading region data...
  491. [02:56:43] [Server thread/INFO]: [BestViewDistance] Enabling BestViewDistance v11.9
  492. [02:56:43] [Server thread/INFO]: ╔╗ ┌─┐┌─┐┌┬┐ ╦ ╦┬┌─┐┬ ┬ ╔╦╗┬┌─┐┌┬┐┌─┐┌┐┌┌─┐┌─┐
  493. [02:56:43] [Server thread/INFO]: ╠╩╗├┤ └─┐ │ ╚╗╔╝│├┤ │││ ║║│└─┐ │ ├─┤││││ ├┤
  494. [02:56:43] [Server thread/INFO]: ╚═╝└─┘└─┘ ┴ ╚╝ ┴└─┘└┴┘ ═╩╝┴└─┘ ┴ ┴ ┴┘└┘└─┘└─┘
  495. [02:56:43] [Server thread/INFO]: └ Version: 11.9
  496. [02:56:43] [Server thread/INFO]: └ Make sure you use this plugin with Paper.
  497. [02:56:43] [Server thread/INFO]: └ https://papermc.io/
  498. [02:56:43] [Server thread/INFO]: └ Best View Distance, By Lxct.
  499. [02:56:43] [Server thread/INFO]: [BestViewDistance] Successfully hooked into PlaceholderAPI!
  500. [02:56:43] [Server thread/INFO]: [AAC] Enabling AAC v3.6.4
  501. [02:56:43] [Server thread/INFO]: [AAC] A new version of AAC is available!
  502. [02:56:43] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4*
  503. [02:56:43] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v2.5.2-SNAPSHOT-b729*
  504. [02:56:43] [Server thread/INFO]: [Multiverse-NetherPortals] - Version 2.5.2-SNAPSHOT-b729 Enabled - By Rigby and fernferret
  505. [02:56:44] [Server thread/INFO]: [WorldEditCUI] Enabling WorldEditCUI v1.3
  506. [02:56:44] [Server thread/INFO]: [WorldEditCUI] Plugin by KennyTV
  507. [02:56:44] [Server thread/INFO]: [AntiCommandSuggestions] Enabling AntiCommandSuggestions v1.1-SNAPSHOT
  508. [02:56:44] [Server thread/INFO]: [AntiCommandSuggestions] AntiCommandSuggestions has been enabled!
  509. [02:56:44] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.4.1
  510. [02:56:44] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
  511. [02:56:44] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.7.1-b91
  512. [02:56:44] [Server thread/INFO]: | Command file(s) found : 47
  513. [02:56:44] [Server thread/INFO]: | Config : Ready.
  514. [02:56:44] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
  515. [02:56:44] [Server thread/INFO]: | Custom commands loaded : 216
  516. [02:56:44] [Server thread/INFO]: | Version: 5.4.1
  517. [02:56:44] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
  518. [02:56:44] [Server thread/INFO]: | 0 (custom) commands in cooldown added.
  519. [02:56:44] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
  520. [02:56:44] [Server thread/INFO]: [F3Name] Enabling F3Name v3.0
  521. [02:56:44] [Server thread/INFO]: [F3Name] Starting Bukkit version...
  522. [02:56:44] [Server thread/INFO]: [F3Name] Found PlaceholderAPI! Using it for placeholders.
  523. [02:56:44] [Server thread/INFO]: [F3Name] Found LuckPerms! Using it for groups.
  524. [02:56:44] [Server thread/INFO]: [F3Name] Plugin enabled!
  525. [02:56:44] [Server thread/INFO]: [MyWarp] Enabling MyWarp v3.0.1-SNAPSHOT+travis-b1772.git-32897eb313
  526. [02:56:44] [Server thread/INFO]: [io.github.mywarp.mywarp.internal.flyway.core.internal.util.VersionPrinter] Flyway 4.2.0 by Boxfuse
  527. [02:56:44] [Server thread/INFO]: [io.github.mywarp.mywarp.internal.flyway.core.internal.dbsupport.DbSupportFactory] Database: jdbc:h2:/home/art/server/slimeside/plugins/MyWarp/warps (H2 1.4)
  528. [02:56:44] [Server thread/INFO]: [io.github.mywarp.mywarp.internal.flyway.core.internal.metadatatable.MetaDataTableImpl] Repair of failed migration in metadata table "mywarp"."schema_version" not necessary. No failed migration detected.
  529. [02:56:44] [Server thread/INFO]: [io.github.mywarp.mywarp.internal.flyway.core.internal.command.DbRepair] Successfully repaired metadata table "mywarp"."schema_version" (execution time 00:00.028s).
  530. [02:56:44] [Server thread/INFO]: [io.github.mywarp.mywarp.internal.flyway.core.internal.command.DbRepair] Manual cleanup of the remaining effects the failed migration may still be required.
  531. [02:56:44] [Server thread/INFO]: [io.github.mywarp.mywarp.internal.flyway.core.internal.command.DbValidate] Successfully validated 2 migrations (execution time 00:00.014s)
  532. [02:56:44] [Server thread/INFO]: [io.github.mywarp.mywarp.internal.flyway.core.internal.command.DbMigrate] Current version of schema "mywarp": 1
  533. [02:56:44] [Server thread/INFO]: [io.github.mywarp.mywarp.internal.flyway.core.internal.command.DbMigrate] Schema "mywarp" is up to date. No migration necessary.
  534. [02:56:44] [Server thread/WARN]: [MyWarp] The limit bundle 'ddd' is configured to affect the world 'plot' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
  535. [02:56:44] [Server thread/WARN]: [MyWarp] The limit bundle 'ccc' is configured to affect the world 'plot' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
  536. [02:56:44] [Server thread/WARN]: [MyWarp] The limit bundle 'bbb' is configured to affect the world 'plot' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
  537. [02:56:44] [Server thread/WARN]: [MyWarp] The limit bundle 'aaa' is configured to affect the world 'plot' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
  538. [02:56:45] [Server thread/INFO]: [MyWarp] Using Vault for group support.
  539. [02:56:45] [Server thread/INFO]: [DeathControl] Enabling DeathControl v2.1.2*
  540. [02:56:45] [Server thread/INFO]: [DeathControl] loaded 3 lists!
  541. [02:56:45] [Server thread/INFO]: [DeathControl] loaded 12 handlings!
  542. [02:56:45] [Server thread/INFO]: [DeathControl] is now using bukkit permissions!
  543. [02:56:45] [Server thread/INFO]: [AreaShop] Enabling AreaShop v2.6.0#285
  544. [02:56:45] [pool-44-thread-1/INFO]: [MyWarp]
  545.  
  546. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  547. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  548. @@@@@@@@@@@@@@@@ @@ @@@@@@@@@@
  549. @@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@
  550. @@@@@@@@@@@@@@@@ @@ @@ @@@@@@@@@@
  551. @@@@@@@@@@ @@@@ @@ @@ @@@@@@@@@@
  552. @@@@@@@@@@ @@ @@@@@@@@@@
  553. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  554. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  555. @@@@@@@@@@ @@ @@@@@@@@@@
  556. @@@@@@@@@@ @@ @@ @@@@ @@@@@@@@@@
  557. @@@@@@@@@@ @@ @@ @@@@ @@@@@@@@@@
  558. @@@@@@@@@@ @@ @ @ @@@@@@@@@@
  559. @@@@@@@@@@ @@ @@@@@@@@@@
  560. @@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@
  561. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  562. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Thank you for using jOOQ 3.11.9
  563.  
  564. [02:56:45] [Server thread/INFO]: [Essentials] Enabling Essentials v2.16.1.0
  565. [02:56:45] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  566. [02:56:45] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
  567. [02:56:45] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  568. [02:56:45] [ForkJoinPool.commonPool-worker-1/INFO]: [MyWarp] 1162 warps loaded.
  569. [02:56:45] [Server thread/INFO]: [Essentials] Loaded 19183 items from items.json.
  570. [02:56:45] [Server thread/INFO]: [Essentials] Using locale ru
  571. [02:56:45] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  572. [02:56:45] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  573. [02:56:45] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  574. [02:56:45] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
  575. [02:56:45] [Server thread/INFO]: [AnimatedNames] Enabling AnimatedNames v7.1.0*
  576. [02:56:45] [Server thread/INFO]: [AnimatedNames] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  577. [02:56:45] [Server thread/INFO]: [AnimatedNames] Plugin: AnimatedNames v7.1.0
  578. [02:56:45] [Server thread/INFO]: [AnimatedNames] Framework version: 2018-12
  579. [02:56:45] [Server thread/INFO]: [AnimatedNames] Author: Maximvdw (Maxim Van de Wynckel)
  580. [02:56:45] [Server thread/INFO]: [AnimatedNames] Site: https://www.mvdw-software.com/
  581. [02:56:45] [Server thread/INFO]: [AnimatedNames] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  582. [02:56:45] [Server thread/INFO]: [AnimatedNames] Loading configuration ...
  583. [02:56:45] [Server thread/INFO]: [AnimatedNames] Loading placeholders and event triggers ...
  584. [02:56:45] [Server thread/INFO]: [AnimatedNames] Loading internal placeholders ...
  585. [02:56:45] [Server thread/INFO]: [AnimatedNames] Fetching available placeholders from server ...
  586. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Armor] ...
  587. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Bukkit] ...
  588. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [BungeeCord] ...
  589. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Color] ...
  590. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [CommandPlaceholderPack] ...
  591. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Compass placeholders] ...
  592. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Economy] ...
  593. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Effects] ...
  594. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Entities] ...
  595. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Essentials] ...
  596. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Facebook] ...
  597. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [FireworkEffect] ...
  598. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Geographical] ...
  599. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [GriefPrevention] ...
  600. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading event hook: GriefPrevention Claim ...
  601. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading event hook: GriefPrevention Claim ...
  602. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Hotbar] ...
  603. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [JavaInfo] ...
  604. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [LeaderHeads] ...
  605. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Memory] ...
  606. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Multiverse-Core] ...
  607. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Permissions] ...
  608. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [PlaceholderAPI] ...
  609. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Player] ...
  610. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Previous Names] ...
  611. [02:56:46] [Server thread/INFO]: [AnimatedNames] Downloading placeholder [RedisBungee 1.0.1] ...
  612. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [RedisBungee 1.0.1] ...
  613. [02:56:46] [Server thread/WARN]: [AnimatedNames] Deleting placeholder bundle: redisbungee.jar
  614. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [ServerPinger] ...
  615. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Sound Effects] ...
  616. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Statistics] ...
  617. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [TicksPerSecond] ...
  618. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Twitter] ...
  619. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Unicode Characters] ...
  620. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [VanillaEvents] ...
  621. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Combat hook ...
  622. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block break hook ...
  623. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block place hook ...
  624. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player rejoin ...
  625. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player join ...
  626. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Death hook ...
  627. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Create portal hook ...
  628. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player first join ...
  629. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [World] ...
  630. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [WorldBorder] ...
  631. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading placeholder [WorldGuard] ...
  632. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading event hook: WorldGuard Region ...
  633. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading event hook: WorldGuard Region ...
  634. [02:56:46] [Server thread/INFO]: [AnimatedNames] Checking for placeholder updates ...
  635. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loaded 5509 of the 5509 placholders
  636. [02:56:46] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: AnimatedNames
  637. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading custom effect 'example3' ...
  638. [02:56:46] [Server thread/INFO]: [AnimatedNames] Creating new custom effect: example3
  639. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading custom effect 'example2' ...
  640. [02:56:46] [Server thread/INFO]: [AnimatedNames] Creating new custom effect: example2
  641. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading custom effect 'example1' ...
  642. [02:56:46] [Server thread/INFO]: [AnimatedNames] Creating new custom effect: example1
  643. [02:56:46] [Server thread/INFO]: [AnimatedNames] Adding team name group 'default' ...
  644. [02:56:46] [Server thread/INFO]: [AnimatedNames] Preparing team names for existing online players ...
  645. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading messages ...
  646. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading language file: lang_en
  647. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading language file: lang_en.
  648. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading language file: lang_en.
  649. [02:56:46] [Server thread/INFO]: [AnimatedNames] Loading language file: lang_temp
  650. [02:56:46] [Server thread/INFO]: [AnimatedNames] Adding command 'animatednames'
  651. [02:56:46] [Server thread/INFO]: [UltimateTimber] Enabling UltimateTimber v1.0.14
  652. [02:56:46] [Server thread/INFO]: =============================
  653. [02:56:46] [Server thread/INFO]: UltimateTimber 1.0.14 by Songoda <3!
  654. [02:56:46] [Server thread/INFO]: Action: Enabling...
  655. [02:56:46] [Server thread/INFO]: =============================
  656. [02:56:46] [Server thread/INFO]: [ChatControl] Enabling ChatControl v7.9.31
  657. [02:56:46] [Server thread/INFO]: _____ _ _ _____ _ _ +
  658. [02:56:46] [Server thread/INFO]: / ____| | | | / ____| | | | |
  659. [02:56:46] [Server thread/INFO]: | | | |__ __ _| |_| | ___ _ __ | |_ _ __ ___ | |
  660. [02:56:46] [Server thread/INFO]: | | | '_ \ / _` | __| | / _ \| '_ \| __| '__/ _ \| |
  661. [02:56:46] [Server thread/INFO]: | |____| | | | (_| | |_| |___| (_) | | | | |_| | | (_) | |
  662. [02:56:46] [Server thread/INFO]: \_____|_| |_|\__,_|\__|\_____\___/|_| |_|\__|_| \___/|_|
  663. [02:56:46] [Server thread/INFO]:
  664. [02:56:47] [Server thread/INFO]: Using locale from file: messages_ru.yml
  665. [02:56:47] [Server thread/INFO]: [Warning]: The death cause 'Dryout' is missing from your messages.yml. Ignoring..
  666. [02:56:47] [Server thread/INFO]:
  667. Checking compatible plugins..
  668. [02:56:47] [Server thread/INFO]: Found: Essentials, MVdWPlaceholderAPI, Multiverse-Core, PlaceholderAPI, ProtocolLib, Vault, WorldEdit, WorldGuard
  669.  
  670. [02:56:47] [Server thread/INFO]: Rules loads now..
  671. [02:56:47] [Server thread/INFO]: 291 global, 28 command, 9 chat, 6 packet and 3 item, 1 book rule(s) found
  672.  
  673. [02:56:47] [Server thread/INFO]: Listening starts..
  674. [02:56:47] [Server thread/INFO]: Rules & antispam listening at normal priority.
  675. [02:56:47] [Server thread/INFO]: Chat formatting may interfere with WorldGuard. If so, please change Listener_Priority.FORMATTER to HIGH to fix it.
  676. [02:56:47] [Server thread/INFO]: Formatter listening at normal priority
  677. [02:56:47] [Server thread/INFO]:
  678. BungeeCords enabled. See www.spigotmc.org/resources/13079
  679. [02:56:47] [Server thread/INFO]:
  680. We're live! (took 80 ms)
  681. ______________________________________________________________
  682.  
  683. [02:56:47] [Server thread/INFO]: [AACAdditionPro] Enabling AACAdditionPro v4.6.3
  684. [02:56:47] [Server thread/INFO]: [AACAdditionPro] BrandHider was chosen not to be enabled.
  685. [02:56:47] [Server thread/INFO]: [AACAdditionPro] LogBot was chosen not to be enabled.
  686. [02:56:47] [Server thread/INFO]: [AACAdditionPro] ClientControl.BetterSprinting is not compatible with your server version.
  687. [02:56:47] [Server thread/INFO]: [AACAdditionPro] ClientControl.DamageIndicator was chosen not to be enabled.
  688. [02:56:47] [Server thread/INFO]: [AACAdditionPro] ClientControl.5zig is not compatible with your server version.
  689. [02:56:47] [Server thread/INFO]: [AACAdditionPro] ClientControl.Forge is not compatible with your server version.
  690. [02:56:47] [Server thread/INFO]: [AACAdditionPro] ClientControl.LabyMod was chosen not to be enabled.
  691. [02:56:47] [Server thread/INFO]: [AACAdditionPro] ClientControl.LiteLoader was chosen not to be enabled.
  692. [02:56:47] [Server thread/INFO]: [AACAdditionPro] ClientControl.OldLabyMod is not compatible with your server version.
  693. [02:56:47] [Server thread/INFO]: [AACAdditionPro] ClientControl.PXMod was chosen not to be enabled.
  694. [02:56:47] [Server thread/INFO]: [AACAdditionPro] ClientControl.Schematica is not compatible with your server version.
  695. [02:56:47] [Server thread/INFO]: [AACAdditionPro] ClientControl.Vape is not compatible with your server version.
  696. [02:56:47] [Server thread/INFO]: [AACAdditionPro] ClientControl.VersionControl was chosen not to be enabled.
  697. [02:56:47] [Server thread/INFO]: [AACAdditionPro] ClientControl.WorldDownloader was chosen not to be enabled.
  698. [02:56:47] [Server thread/INFO]: [AACAdditionPro] AutoFish has been enabled.
  699. [02:56:47] [Server thread/INFO]: [AACAdditionPro] AutoPotion was chosen not to be enabled.
  700. [02:56:47] [Server thread/INFO]: [AACAdditionPro] Esp was chosen not to be enabled.
  701. [02:56:47] [Server thread/INFO]: [AACAdditionPro] Fastswitch was chosen not to be enabled.
  702. [02:56:47] [Server thread/INFO]: [AACAdditionPro] ImpossibleChat was chosen not to be enabled.
  703. [02:56:47] [Server thread/INFO]: [AACAdditionPro] Inventory was chosen not to be enabled.
  704. [02:56:47] [Server thread/INFO]: [AACAdditionPro] InventoryHeuristics was chosen not to be enabled.
  705. [02:56:47] [Server thread/INFO]: [AACAdditionPro] KillauraEntity was chosen not to be enabled.
  706. [02:56:47] [Server thread/INFO]: [AACAdditionPro] PacketAnalysis was chosen not to be enabled.
  707. [02:56:47] [Server thread/INFO]: [AACAdditionPro] Pingspoof was chosen not to be enabled.
  708. [02:56:47] [Server thread/INFO]: [AACAdditionPro] Scaffold was chosen not to be enabled.
  709. [02:56:47] [Server thread/INFO]: [AACAdditionPro] Skinblinker has been enabled.
  710. [02:56:47] [Server thread/INFO]: [AACAdditionPro] Teaming was chosen not to be enabled.
  711. [02:56:47] [Server thread/INFO]: [AACAdditionPro] Tower was chosen not to be enabled.
  712. [02:56:47] [Server thread/INFO]: [AACAdditionPro] AACAdditionPro Version 4.6.3 enabled
  713. [02:56:47] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.6.3*
  714. [02:56:47] [Server thread/INFO]: [HeadDatabase] Economy succesfully setup!
  715. [02:56:47] [Server thread/INFO]: [YourAuction] Enabling YourAuction v1.7c
  716. [02:56:48] [Server thread/INFO]: |YourAuction> Connecting to SQLite Database...
  717. [02:56:48] [Server thread/INFO]: |YourAuction> Connected to SQLite
  718. [02:56:48] [Server thread/INFO]: |YourAuction> WorldGuard Flag Registered Already...
  719. [02:56:48] [Server thread/INFO]: [AACAddition] Enabling AACAddition v1.1
  720. [02:56:48] [Server thread/INFO]: [AACAddition] FastbreakFix has been enabled.
  721. [02:56:48] [Server thread/INFO]: [AACAddition] FastuseFix has been enabled.
  722. [02:56:48] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.6.0
  723. [02:56:48] [Server thread/INFO]: [Shopkeepers] Loading data of 3 shopkeepers..
  724. [02:56:48] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.10-SNAPSHOT;4488-f9a6083
  725. [02:56:48] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML!
  726. [02:56:48] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.1.0
  727. [02:56:48] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
  728. [02:56:48] [Server thread/INFO]: [MVdWPlaceholderAPI] SuperVanish added custom placeholder {supervanish_isvanished}
  729. [02:56:48] [Server thread/INFO]: [MVdWPlaceholderAPI] SuperVanish added custom placeholder {supervanish_vanishedplayers}
  730. [02:56:48] [Server thread/INFO]: [MVdWPlaceholderAPI] SuperVanish added custom placeholder {supervanish_playercount}
  731. [02:56:48] [Server thread/INFO]: [SuperVanish] Hooked into MVdWPlaceholderAPI
  732. [02:56:48] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.11.6
  733. [02:56:48] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
  734. [02:56:52] [Server thread/INFO]: [GriefPrevention] 11709 total claims loaded.
  735. [02:56:52] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
  736. [02:56:52] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
  737. [02:56:52] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
  738. [02:56:52] [Server thread/INFO]: [GriefPrevention] Boot finished.
  739. [02:56:53] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.9.3-SNAPSHOT (build 108)
  740. [02:56:53] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
  741. [02:56:53] [Server thread/INFO]: [AACHider] Enabling AACHider v1.4.1
  742. [02:56:53] [Server thread/INFO]: [AACHider] Loading successful
  743. [02:56:53] [Server thread/INFO]: [CMI] Enabling CMI v8.5.1.2
  744. [02:56:53] [Server thread/INFO]: [CMI] 8 Enabled and 39 Disabled modules
  745. [02:56:53] [Server thread/INFO]: [CMI] Loaded (10) portals into memory. Took 11ms
  746. [02:56:53] [Server thread/INFO]: [CMI] LuckPerms plugin will be used
  747. [02:56:54] [Server thread/INFO]: [CMI] Loaded (46) regular alias into memory. Took 10ms
  748. [02:56:54] [Server thread/INFO]: [CMI] Loaded (1) custom text's into memory. Took 2ms
  749. [02:56:54] [Server thread/INFO]: [CMI] Started (SqLite) data base. Took 86ms
  750. [02:56:54] [Server thread/INFO]: [CMI] Vault was found - Enabling capabilities. Economy: Essentials Economy
  751. [02:56:54] [Server thread/INFO]: [CMI] Can't determine sound name for tag. Trying to defaulting to BLOCK_NOTE_HARP
  752. [02:56:54] [Server thread/INFO]: [CMI] Loaded (5) warning categories into memory. Took 1ms
  753. [02:56:54] [Server thread/INFO]: [CMI] Loaded (3) warning commands into memory. Took 0ms
  754. [02:56:54] [Server thread/INFO]: [CMI] Loaded (5) kits into memory. Took 6ms
  755. [02:56:54] [Server thread/INFO]: [CMI] Loaded (109) custom mob heads
  756. [02:56:54] [Server thread/INFO]: [CMI] Loaded (0) cooldowns into memory. Took 17ms
  757. [02:56:54] [Server thread/INFO]: [CMI] Can't find world with (plotspawn) name
  758. [02:56:54] [Server thread/INFO]: [CMI] Can't find world with (plot) name
  759. [02:56:54] [Server thread/INFO]: [CMI] Can't find world with (test) name
  760. [02:56:54] [Server thread/INFO]: [CMI] Can't find world with (world13) name
  761. [02:56:54] [Server thread/INFO]: [CMI] Loaded (5) kits into memory. Took 6ms
  762. [02:56:54] [Server thread/INFO]: [CMI] Loaded (3589) Player data into memory. Took 169ms
  763. [02:56:54] [Server thread/INFO]: [CMI] Loaded (0) playtime records into memory. Took 0ms
  764. [02:56:54] [Server thread/INFO]: [CMI] Loaded (0) playtime reward records into memory. Took 0ms
  765. [02:56:54] [Server thread/INFO]: [CMI] Found dynmap
  766. [02:56:54] [Server thread/INFO]: [CMI] Registered events. Took 152ms
  767. [02:56:54] [Server thread/INFO]: [CMI] Can't load worth value for woodplate
  768. [02:56:54] [Server thread/INFO]: [CMI] Can't load worth value for woodbutton
  769. [02:56:54] [Server thread/INFO]: [CMI] Can't load worth value for monsteregg
  770. [02:56:54] [Server thread/INFO]: [CMI] Can't load worth value for skullitem
  771. [02:56:54] [Server thread/INFO]: [CMI] Can't load worth value for netherbrickitem
  772. [02:56:54] [Server thread/INFO]: [CMI] Loaded (243) worth values into memory. Took 46ms
  773. [02:56:54] [Server thread/INFO]: [CMI] Loaded (0) event action commands into memory. Took 3ms
  774. [02:56:55] [Server thread/INFO]: [CMI] Updated (EN) language file. Took 176ms
  775. [02:56:55] [Server thread/INFO]: [CMI] Updated (RU) language file. Took 151ms
  776. [02:56:55] [Server thread/INFO]: [CMI] Vault permissions was found - Enabling capabilities.
  777. [02:56:55] [Server thread/INFO]: [CMI] PlaceholderAPI hooked.
  778. [02:56:55] [Server thread/INFO]: [CMI] PlaceholderAPI was found - Enabling capabilities.
  779. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_left}
  780. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_max}
  781. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_time}
  782. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_cooldown}
  783. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_display_name}
  784. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nickname}
  785. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_name}
  786. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_cuffed}
  787. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_muted}
  788. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_inpvp}
  789. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_god}
  790. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk}
  791. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_symbol}
  792. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_joinedcounter}
  793. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_banned}
  794. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_maxhomes}
  795. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_homeamount}
  796. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_vanished_symbol}
  797. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance_formated}
  798. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance_formatted}
  799. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance}
  800. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_prefix}
  801. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_suffix}
  802. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nameplate_prefix}
  803. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nameplate_suffix}
  804. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_group}
  805. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly}
  806. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly_formated}
  807. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly_formatted}
  808. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod}
  809. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod_formated}
  810. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod_formatted}
  811. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_votecount}
  812. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_rank}
  813. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextranks}
  814. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextrankpercent}
  815. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextvalidranks}
  816. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_canrankup}
  817. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_country}
  818. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_country_code}
  819. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_city}
  820. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailname}
  821. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailcell}
  822. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailtime}
  823. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailreason}
  824. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_bungeeserver}
  825. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_days}
  826. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_dayst}
  827. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hours}
  828. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hoursf}
  829. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hourst}
  830. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_minutes}
  831. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_minutest}
  832. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_maxperm_*_*}
  833. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_equation_*}
  834. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_equationint_*}
  835. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_displayname}
  836. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_realname}
  837. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_type}
  838. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_itemdata}
  839. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_amount}
  840. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_worth}
  841. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_schedule_nextin_*}
  842. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_baltop_name_*}
  843. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_baltop_money_*}
  844. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_votetop_*}
  845. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_worth_buy_*}
  846. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_worth_sell_*}
  847. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_total_*}
  848. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_current_*}
  849. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_motd_*}
  850. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_onlinestatus_*}
  851. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_world}
  852. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_x}
  853. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_y}
  854. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_z}
  855. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_biome}
  856. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {vault_eco_balance_formatted}
  857. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_online}
  858. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_max_players}
  859. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_unique_joins}
  860. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {onlineplayers_names}
  861. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {onlineplayers_displaynames}
  862. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_random_player_name}
  863. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_random_*_*}
  864. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_rank_percent_*}
  865. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_meta_*}
  866. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_metaint_*}
  867. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_kitcd_*}
  868. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_time_*_*}
  869. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_username_*_*}
  870. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_reason_*_*}
  871. [02:56:55] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_time_*}
  872. [02:56:55] [Server thread/INFO]: [CMI] MVdWPlaceholderAPI support enabled
  873. [02:56:55] [Server thread/INFO]: [CMI] MVdWPlaceholderAPI hooked.
  874. [02:56:55] [Server thread/INFO]: [CMI] PlaceholderMVdWAPI was found - Enabling capabilities.
  875. [02:56:55] [Server thread/INFO]: [CMI] Essentials was found - Enabling capabilities.
  876. [02:56:55] [Server thread/INFO]: [CMI] Starting world timer.
  877. [02:56:55] [Server thread/INFO]: [CMI] Initializing world manager.
  878. [02:56:55] [Server thread/INFO]: [CMI] Loaded (0) skin cache entries into memory. Took 0ms
  879. [02:56:55] [Server thread/INFO]: [CMI] Version 8.5.1.2 has been enabled
  880. [02:56:55] [Server thread/INFO]: [Confiscate] Enabling Confiscate v1.10.0
  881. [02:56:55] [Server thread/INFO]: ____ ____ _ _ ____ _ ____ ____ ____ ___ ____
  882. [02:56:55] [Server thread/INFO]: | | | |\ | |___ | [__ | |__| | |___
  883. [02:56:55] [Server thread/INFO]: |___ |__| | \| | | ___] |___ | | | |___
  884. [02:56:55] [Server thread/INFO]:
  885. [02:56:56] [Server thread/INFO]: Hooked into: Essentials, MVdWPlaceholderAPI, Multiverse-Core, PlaceholderAPI, ProtocolLib, Vault, WorldEdit, WorldGuard
  886. [02:56:56] [Server thread/INFO]: Hooked into: ChestShop
  887. [02:56:56] [Server thread/INFO]: Chest room loaded successfully.
  888. [02:56:56] [Server thread/INFO]: __________________________________________________________
  889. [02:56:56] [Server thread/INFO]:
  890. [02:56:56] [Server thread/INFO]: Confiscate 1.10.0 premium
  891. [02:56:56] [Server thread/INFO]:
  892. [02:56:56] [Server thread/INFO]: For documentation and reporting bugs, please visit
  893. [02:56:56] [Server thread/INFO]: https://github.com/kangarko/Confiscate
  894. [02:56:56] [Server thread/INFO]:
  895. [02:56:56] [Server thread/INFO]: Initialization done. Took 26 ms.
  896. [02:56:56] [Server thread/INFO]: __________________________________________________________
  897. [02:56:56] [Server thread/INFO]:
  898. [02:56:56] [Server thread/INFO]: [LeaderHeads] Enabling LeaderHeads v3.1.8.3*
  899. [02:56:56] [Server thread/INFO]: [LeaderHeads] Hooked into HolographicDisplays
  900. [02:56:56] [Server thread/INFO]: [GriefPreventionFlags] Enabling GriefPreventionFlags v5.0.0
  901. [02:56:56] [Server thread/INFO]: [GPFlags] 1.13+ Version Loaded
  902. [02:56:56] [Server thread/INFO]: [GPFlags] Finished loading configuration.
  903. [02:56:56] [Server thread/INFO]: [GPFlags] Finished loading data.
  904. [02:56:56] [Server thread/INFO]: [GPFlags] Boot finished.
  905. [02:56:56] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.16.1.0
  906. [02:56:56] [Server thread/INFO]: [BungeeTabListPlus] Enabling BungeeTabListPlus v2.8.10-SNAPSHOT*
  907. [02:56:56] [Server thread/INFO]: [Wild] Enabling Wild v2.3
  908. [02:56:56] [Server thread/ERROR]: [Wild] Plugin Wild v2.3 has failed to register events for class net.poweredbyhate.wildtp.PortalzGoneWild because com/sk89q/worldedit/Vector does not exist.
  909. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Enabling MyPet v3.0
  910. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Compat mode for v1_13_R2 loaded.
  911. [02:56:56] [Server thread/WARN]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Number IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.
  912. [02:56:56] [Server thread/WARN]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Number IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.
  913. [02:56:56] [Server thread/WARN]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Number IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.
  914. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Exp calculation mode: MyPet
  915. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] --- Loading WorldGroups ---------------------------
  916. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'world' to 'default'
  917. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'spawn' to 'default'
  918. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'the_end' to 'default'
  919. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'The_end' to 'default'
  920. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'virt' to 'default'
  921. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'Virt' to 'default'
  922. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'hell' to 'default'
  923. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'Hell' to 'default'
  924. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'pvpvs' to 'default'
  925. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] -------------------------------------------------
  926. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] GriefPrevention (16.11.6) hook activated.
  927. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] PlaceholderAPI (2.9.1) hook activated.
  928. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] ProtocolLib (4.4.0) hook activated.
  929. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] SuperVanish (6.1.0) hook activated.
  930. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Vault (1.7.1-b91) (Economy: Essentials Economy) (Permissions: LuckPerms) hook activated.
  931. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] WorldGuard (7.0.0-SNAPSHOT;1816-ee7dc27) hook activated.
  932. [02:56:56] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] version 3.0-SNAPSHOT-b1388 ENABLED
  933. [02:56:56] [Server thread/INFO]: [MobHunting] Enabling MobHunting v6.5.2-SNAPSHOT-B726
  934. [02:56:56] [Server thread/INFO]: [MobHunting] Your config version is 1
  935. [02:56:57] [Server thread/INFO]: [MobHunting] Existing config.yml loaded.
  936. [02:56:57] [Server thread/INFO]: [MobHunting] Enabling compatibility with Essentials (2.16.1.0)
  937. [02:56:57] [Server thread/INFO]: [MobHunting] Database version 7 detected.
  938. [02:56:57] [Server thread/INFO]: [MobHunting] Enabling compatibility with WorldEdit (7.0.0-beta-05;6bbf29b)
  939. [02:56:57] [Server thread/INFO]: [MobHunting] Compatibility with WorldGuard is disabled in config.yml
  940. [02:56:57] [Server thread/INFO]: [MobHunting] Enabling compatibility with Holographic Displays (2.3.3-SNAPSHOT).
  941. [02:56:57] [Server thread/INFO]: [MobHunting] Enabling compatibility with CMI (8.5.1.2).
  942. [02:56:57] [Server thread/INFO]: [MobHunting] Enabling compatibility with ProtocolLib (4.4.0).
  943. [02:56:57] [Server thread/INFO]: [MobHunting] Enabling compatibility with MyPet (3.0)
  944. [02:56:57] [Server thread/INFO]: [MobHunting] Enabling compatibility with ActionBarAPI (1.5.4)
  945. [02:56:57] [Server thread/INFO]: [MobHunting] Enabling compatibility with PlaceholderAPI (2.9.1).
  946. [02:56:57] [Server thread/INFO]: [GPAccruals] Enabling GPAccruals v1.0*
  947. [02:56:57] [Server thread/INFO]: [GPAccruals] [INFO] GPAccruals v1.0 enabled!
  948. [02:56:57] [Server thread/INFO]: [TradeMe] Enabling TradeMe v6.0.0.5
  949. [02:56:57] [Server thread/INFO]: [TradeMe] Version 6.0.0.5 has been enabled
  950. [02:56:57] [Server thread/INFO]: [TradeMe] GriefPrevention plugin was found!
  951. [02:56:57] [Server thread/INFO]: [TradeMe] MyPet plugin was found!
  952. [02:56:57] [Server thread/INFO]: [TradeMe] Vault plugin was found!
  953. [02:56:57] [Server thread/INFO]: [TradeMe] Connected to sqlite
  954. [02:56:57] [Server thread/INFO]: [TradeMe] Durring AutoPurge, 55 database entries were deleted.
  955. [02:56:57] [Server thread/INFO]: [TradeMe] 0 trade logs preloaded
  956. [02:56:57] [Server thread/INFO]: [JDynmapGriefPrevention] Enabling JDynmapGriefPrevention v2.5.1*
  957. [02:56:57] [Server thread/INFO]: [JDynmapGriefPrevention] Initializing...
  958. [02:56:57] [Server thread/INFO]: [JDynmapGriefPrevention] Version 2.5.1 is activated
  959. [02:56:57] [Server thread/INFO]: [KickFromClaim] Enabling KickFromClaim v1.13
  960. [02:56:57] [Server thread/INFO]: [KickFromClaim] KickFromClaim v1.13 is Enabled and working.
  961. [02:56:57] [Server thread/WARN]: Could not register alias unrestricted-advancements because it contains commands that do not exist: false
  962. [02:56:58] [Server thread/INFO]: Done (21.965s)! For help, type "help"
  963. [02:56:58] [Server thread/INFO]: Starting GS4 status listener
  964. [02:56:58] [Server thread/INFO]: Starting remote control listener
  965. [02:56:58] [Query Listener #1/INFO]: Query running on 127.0.0.1:25552
  966. [02:56:58] [RCON Listener #2/INFO]: RCON running on 0.0.0.0:4445
  967. [02:56:58] [Server thread/INFO]: Timings Reset
  968. [02:56:58] [Server thread/INFO]: [AsyncWorldEdit] Loading plugins...
  969. [02:56:58] [Craft Scheduler Thread - 1/INFO]: [ClearLag] 2 Logs have been removed!
  970. [02:56:58] [Server thread/INFO]: [Sockets4MC] Starting survival (#default)...
  971. [02:56:58] [Server thread/INFO]: [Sockets4MC] Successfully started client survival (#default)
  972. [02:56:58] [Server thread/INFO]: [CMDispatcher] Successfully enabled survival as a client
  973. [02:56:58] [Server thread/INFO]: An update is available for Kotlin4MC! Download it here: https://www.spigotmc.org/resources/58015
  974. [02:56:58] [Server thread/INFO]: An update is available for CMDispatcher! Download it here: https://www.spigotmc.org/resources/9854
  975. [02:56:58] [Server thread/INFO]: [ChestCommands] Found a new version: v3.2.0 (yours: v3.1.4)
  976. [02:56:58] [Server thread/INFO]: [ChestCommands] Download it on Bukkit Dev:
  977. [02:56:58] [Server thread/INFO]: [ChestCommands] dev.bukkit.org/bukkit-plugins/chest-commands
  978. [02:56:59] [Craft Scheduler Thread - 28/INFO]: [HeadDatabase] Succesfully loaded 21473 heads!
  979. [02:56:59] [Craft Scheduler Thread - 28/INFO]: [HeadDatabase] Succesfully loaded 13 featured tags!
  980. [02:56:59] [Craft Scheduler Thread - 2/INFO]: [PlaceholderAPI] 125 placeholder expansions are available on the cloud.
  981. [02:56:59] [Craft Scheduler Thread - 2/INFO]: [PlaceholderAPI] 2 installed expansions have updates available.
  982. [02:56:59] [Server thread/INFO]: |YourAuction> Database successfuly load in 11.0s
  983. [02:56:59] [Server thread/INFO]: |YourAuction> Total Data:
  984. [02:56:59] [Server thread/INFO]: |YourAuction> YOURAUCTION_PLAYER_CONFIG: 9 data
  985. [02:56:59] [Server thread/INFO]: |YourAuction> YOURAUCTION_ITEM_EXPIRED: 79 data
  986. [02:56:59] [Server thread/INFO]: |YourAuction> YOURAUCTION_ITEM_SOLD: 5591 data
  987. [02:56:59] [Server thread/INFO]: |YourAuction> YOURAUCTION_ITEM_SALE: 79 data
  988. [02:57:01] [Server thread/INFO]: An update is available for Sockets4MC! Download it here: https://www.spigotmc.org/resources/15938
  989. [02:57:01] [Server thread/INFO]: [ActionBarAPI] No update was found, you are running the latest version.
  990. [02:57:02] [Server thread/WARN]: [LuckPerms] User 48146e5b-d405-3601-b453-11abc71973ac - katerinkaa0612 doesn't have data pre-loaded, they have never been processed during pre-login in this session. - denying login.
  991. [02:57:02] [Server thread/INFO]: Disconnecting com.mojang.authlib.GameProfile@3ce50921[id=48146e5b-d405-3601-b453-11abc71973ac,name=katerinkaa0612,properties={},legacy=false] (/185.210.84.140:33751): Server still starting up
  992. [02:57:02] [Server thread/INFO]: Disconnecting com.mojang.authlib.GameProfile@7a45e010[id=b1d9a882-d9b8-39c9-8441-52cd8050b652,name=Holysnupi,properties={},legacy=false] (/188.162.166.223:30093): Server still starting up
  993. [02:57:02] [Server thread/INFO]: Disconnecting com.mojang.authlib.GameProfile@46619fb5[id=5e88aeb7-d365-3e08-88ef-5b495e01342e,name=Aleksandr_53rus,properties={},legacy=false] (/81.9.25.22:45463): Server still starting up
  994. [02:57:02] [Server thread/INFO]: com.mojang.authlib.GameProfile@3ce50921[id=48146e5b-d405-3601-b453-11abc71973ac,name=katerinkaa0612,properties={},legacy=false] (/185.210.84.140:33751) lost connection: Server still starting up
  995. [02:57:02] [Server thread/INFO]: com.mojang.authlib.GameProfile@7a45e010[id=b1d9a882-d9b8-39c9-8441-52cd8050b652,name=Holysnupi,properties={},legacy=false] (/188.162.166.223:30093) lost connection: Server still starting up
  996. [02:57:02] [Server thread/INFO]: com.mojang.authlib.GameProfile@46619fb5[id=5e88aeb7-d365-3e08-88ef-5b495e01342e,name=Aleksandr_53rus,properties={},legacy=false] (/81.9.25.22:45463) lost connection: Server still starting up
  997. [02:57:02] [Server thread/INFO]: [AAC] Beginning Enable...
  998. [02:57:02] [Server thread/INFO]: [AAC] Checking config file...
  999. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Check chat.Spam is disabled
  1000. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Hitbox
  1001. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Fastbow
  1002. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.FightSpeed
  1003. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Knockback
  1004. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Regen
  1005. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Check combat.FastUse is disabled
  1006. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Killaura
  1007. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Speed
  1008. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Phase
  1009. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Check movement.Fly is disabled
  1010. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Vehicles
  1011. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Check movement.Elytra is disabled
  1012. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.NoFall
  1013. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Jesus
  1014. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Derp
  1015. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Criticals
  1016. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.FastBreak
  1017. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.FastPlace
  1018. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.Nuker
  1019. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.NoSwing
  1020. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.Interact
  1021. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.Velocity
  1022. [02:57:02] [Server thread/INFO]: [AAC] (CheckManager) Enabling check MovementManager
  1023. [02:57:02] [Server thread/INFO]: [AAC] Starting API...
  1024. [02:57:02] [Server thread/INFO]: [AAC] AAC has been enabled.
  1025. [02:57:03] [Server thread/INFO]: [FeatherBoard] Checking for module updates ...
  1026. [02:57:03] [Server thread/INFO]: [FeatherBoard] Fetching modules from server ...
  1027. [02:57:03] [Server thread/INFO]: [LeaderHeads] Statistic is not in list, adding it: va-turtle
  1028. [02:57:03] [Server thread/INFO]: [LeaderHeads] Statistic is not in list, adding it: va-phantom
  1029. [02:57:03] [Server thread/INFO]: [LeaderHeads] Statistic is not in list, adding it: va-cod
  1030. [02:57:03] [Server thread/INFO]: [LeaderHeads] Statistic is not in list, adding it: va-salmon
  1031. [02:57:03] [Server thread/INFO]: [LeaderHeads] Statistic is not in list, adding it: va-pufferfish
  1032. [02:57:03] [Server thread/INFO]: [LeaderHeads] Statistic is not in list, adding it: va-tropicalfish
  1033. [02:57:03] [Server thread/INFO]: [LeaderHeads] Statistic is not in list, adding it: va-drowned
  1034. [02:57:03] [Server thread/INFO]: [LeaderHeads] Statistic is not in list, adding it: va-dolphin
  1035. [02:57:04] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
  1036. [02:57:04] [Craft Scheduler Thread - 57/INFO]: [ConsoleScheduler] has started executing commands
  1037. [02:57:04] [Craft Scheduler Thread - 57/INFO]: -------------[ConsoleScheduler]--------------
  1038. [02:57:04] [Craft Scheduler Thread - 57/INFO]: getConfig contains CommandSchedule.Command1
  1039. [02:57:04] [Craft Scheduler Thread - 57/INFO]: getConfig contains CommandSchedule.Command2
  1040. [02:57:04] [Craft Scheduler Thread - 57/INFO]: getConfig contains CommandSchedule.Command3
  1041. [02:57:04] [Craft Scheduler Thread - 57/INFO]: getConfig contains CommandSchedule.Command4
  1042. [02:57:04] [Craft Scheduler Thread - 57/INFO]: getConfig contains CommandSchedule.Command5
  1043. [02:57:04] [Craft Scheduler Thread - 57/INFO]: getConfig contains CommandSchedule.Command6
  1044. [02:57:04] [Craft Scheduler Thread - 57/INFO]: getConfig contains CommandSchedule.Command7
  1045. [02:57:04] [Craft Scheduler Thread - 57/INFO]: [ConsoleScheduler] has attempted to put 7 commands on schedule.
  1046. [02:57:04] [Server thread/INFO]: [ClearLag] Module TPSCheckTask has been stopped!
  1047. [02:57:11] [Craft Scheduler Thread - 2/INFO]: [bungee] Hello world!
  1048. [02:57:12] [Server thread/INFO]: [JDynmapGriefPrevention] Task: Claims updated
  1049. [02:57:13] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'spawn' have been background saved
  1050. [02:57:13] [Craft Scheduler Thread - 2/INFO]: [Sockets4MC] The connection survival<->bungee is available
  1051. [02:57:23] [Server thread/INFO]: Aleksandr_53rus[/81.9.25.22:39187] logged in with entity id 477 at ([world]7259.699999988079, 64.3447679954834, 1536.361093741684)
  1052. [02:57:23] [Server thread/INFO]: Неизвестная команда, перепроверь.
  1053. [02:57:23] [Server thread/INFO]: [F3Name] Found BungeeCord plugin, using it.
Add Comment
Please, Sign In to add comment