Сборки серверов

СливПлатные

Сейчас онлайн

  • xsweetly
  • timverhovniy
  • asdasdasdusad
  • Danya_OVH
  • Sergey228
  • stolrnnn
  • TimTimTim
  • Gleban2000
  • Zilove
  • pizzatop444444
  • Niranqwq1
  • semka1278
  • br1ckv73
  • Gst0d
  • 535353
  • BelzeBool
  • AlphaKun0042
  • fenzo5609
  • osil99
  • firckl
  • ZenWorld
  • piskojop228
  • h1nuriktoop
  • xiaogeyr
  • wear_uwu
  • KamalBeksanat
  • EzRaika
  • Wartoll88888
  • drrsan
  • nonamych
  • MCSolderinc
  • Jarvis20015
  • DozzAA
  • winsxd
  • Plate
  • URfiin
  • Mu_Guang
  • Samus_here
  • Avey
  • 19/8/2009
  • comingflex
  • TrueMan
  • kel87
  • SYBARS1k
  • Neontin
  • minqun173
  • RavenMorrrigan
  • digazyn7
  • Fervid
  • NeronPe
  • SupperSasha
  • bobobo
  • Globus
  • Kimonomc
  • thatmolod
  • blackflame_st
  • lenfikne
  • Eater
  • Na1Fu
  • alejandra
  • sloos
  • roy22
  • scorgme
  • KILLER42
  • D1sGanTe
  • Nikita_JO
  • Dimasfh
  • nhiudhbifg
  • Burizado
  • Chernyash
  • wewew
  • Ugin

Помощь Не работает MMOcore 1.12 с MythicLib 1.6.1

  • Автор темыalex34154
  • Дата начала
alex34154
Если поставить либ на версию ниже - все работает. Но тогда не работает MMOitems. Как мне запустить все 3 плагина? Вот логи ошибки
По логам как я понял
net.Indyuce.mmocore.api.player.attribute.MMOCoreAttributeStatHandler.
Ошибка указывает на несовместимость класса с интерфейсом io.lumine.mythic.lib.api.stat.handler.StatHandler.
Но не знаю как это решить. Вот логи:
[00:32:55] [ServerMain/INFO]: Building unoptimized datafixer
[00:32:57] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[00:33:00] [ServerMain/INFO]: Loaded 7 recipes
[00:33:03] [Server thread/INFO]: Starting minecraft server version 1.19.2
[00:33:03] [Server thread/INFO]: Loading properties
[00:33:03] [Server thread/INFO]: This server is running Paper version git-Paper-245 (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT) (Git: b743144)
[00:33:03] [Server thread/INFO]: Server Ping Player Sample Count: 12
[00:33:03] [Server thread/INFO]: Using 4 threads for Netty based IO
[00:33:03] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 6 worker threads, and gen parallelism of 6 threads
[00:33:04] [Server thread/INFO]: Default game type: SURVIVAL
[00:33:04] [Server thread/INFO]: Generating keypair
[00:33:04] [Server thread/INFO]: Starting Minecraft server on 45.93.200.34:25583
[00:33:04] [Server thread/INFO]: Using epoll channel type
[00:33:04] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[00:33:04] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[00:33:07] [Server thread/ERROR]: Could not load 'plugins/MMOCore-1.12.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.IncompatibleClassChangeError: class net.Indyuce.mmocore.api.player.attribute.MMOCoreAttributeStatHandler can not implement io.lumine.mythic.lib.api.stat.handler.StatHandler, because it is not an interface (io.lumine.mythic.lib.api.stat.handler.StatHandler is in unnamed module of loade
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:157) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:411) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:319) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_19_R1.CraftServer.loadPlugins(CraftServer.java:423) ~[paper-1.19.2.jar:git-Paper-245]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:278) ~[paper-1.19.2.jar:git-Paper-245]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1100) ~[paper-1.19.2.jar:git-Paper-245]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305) ~[paper-1.19.2.jar:git-Paper-245]
at java.lang.Thread.run(Unknown Source) ~[?:?]
Caused by: java.lang.IncompatibleClassChangeError: class net.Indyuce.mmocore.api.player.attribute.MMOCoreAttributeStatHandler can not implement io.lumine.mythic.lib.api.stat.handler.StatHandler, because it is not an interface (io.lumine.mythic.lib.api.stat.handler.StatHandler is in unnamed module of loade
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:?]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:223) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:129) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:124) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
at net.Indyuce.mmocore.MMOCore.<init>(MMOCore.java:74) ~[MMOCore-1.12.jar:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
at java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) ~[?:?]
at java.lang.reflect.ReflectAccess.newInstance(Unknown Source) ~[?:?]
at jdk.internal.reflect.ReflectionFactory.newInstance(Unknown Source) ~[?:?]
at java.lang.Class.newInstance(Unknown Source) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:83) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]

... 7 more
[00:33:07] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.94
[00:33:08] [Server thread/INFO]: [Waila] Loading Waila v2.1.1
[00:33:08] [Server thread/INFO]: [Tim] Loading TimTheEnchanter v2.1
[00:33:08] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.3
[00:33:08] [Server thread/INFO]: [Parties] Loading Parties v3.2.6
[00:33:08] [Server thread/INFO]: [Parties] Loading libraries of Parties v3.2.6, this may take a while
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for jar-relocator
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for asm
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for asm-commons
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for gson
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for jdbi3-core
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for geantyref
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for caffeine
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for jdbi3-stringtemplate4
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for ST4
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for antlr-runtime
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for jdbi3-sqlobject
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for slf4j-api
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for slf4j-simple
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for HikariCP
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for mariadb-java-client
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for mysql-connector-java
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for postgresql
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for h2
[00:33:08] [Server thread/INFO]: [Parties] Verifying checksum for exp4j
[00:33:08] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v3.0.2
[00:33:08] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.0.0-SNAPSHOT-b602
[00:33:08] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.19.2) has not yet been tested! Proceed with caution.
[00:33:10] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v14.2.12
[00:33:10] [Server thread/INFO]: [ImageOnMap] Loading ImageOnMap v4.2.2
[00:33:10] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[00:33:10] [Server thread/INFO]: [floodgate] Loading floodgate v2.2.2-SNAPSHOT (b88-2278589)
[00:33:11] [Server thread/INFO]: [floodgate] Took 902ms to boot Floodgate
[00:33:11] [Server thread/INFO]: [UltimateHomes] Loading UltimateHomes v2.5
[00:33:11] [Server thread/INFO]: [nLogin] Loading nLogin v10.1.16
[00:33:12] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.14+6360-094b734
[00:33:14] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@3d45ff5]
[00:33:14] [Server thread/INFO]: [Essentials] Loading Essentials v2.20.0
[00:33:14] [Server thread/INFO]: [MarriageMaster] Loading MarriageMaster v2.7.0.2-Release
[00:33:14] [Server thread/INFO]: [MarriageMaster] PCGF-PluginLib not installed. Switching to standalone mode!
[00:33:14] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.8+33cdb4a
[00:33:14] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.30-SNAPSHOT (build 2793)
[00:33:14] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v5.3.4-37ad10dd
[00:33:14] [Server thread/INFO]: [LumineUtils] (io.lumine.mythic.bukkit.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
[00:33:14] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.13.7-Release
[00:33:14] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup successfully!
[00:33:14] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.20.1-dev+27-1022f7a
[00:33:14] [Server thread/INFO]: [DeathMessages] Loading DeathMessages v1.4.15
[00:33:14] [Server thread/INFO]: [BanItem] Loading BanItem v3.4
[00:33:14] [Server thread/INFO]: [CommandMineRewards] Loading CommandMineRewards v7.1.1
[00:33:14] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v4.2.10
[00:33:14] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser-Spigot v2.1.1-SNAPSHOT
[00:33:15] [Server thread/INFO]: [Geyser-Spigot] Loading extensions...
[00:33:15] [Server thread/INFO]: [Geyser-Spigot] Loaded 0 extension(s)
[00:33:15] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.20.1-dev+27-1022f7a
[00:33:15] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v21.3
[00:33:15] [Server thread/INFO]: [MythicLib] Loading MythicLib v1.6
[00:33:15] [Server thread/INFO]: [MythicLib] Plugin file is called 'MythicLib-1.6.jar'
[00:33:15] [Server thread/INFO]: [MythicLib] Detected Bukkit Version: v1_19_R1
[00:33:15] [Server thread/INFO]: [MythicLib] Hooked onto WorldGuard
[00:33:15] [Server thread/INFO]: [MoneyFromMobs] Loading MoneyFromMobs v4.71
[00:33:15] [Server thread/INFO]: [dtlTraders] Loading dtlTraders v6.4.19
[00:33:15] [Server thread/INFO]: [CitizensCMD] Loading CitizensCMD v2.6.6
[00:33:15] [Server thread/INFO]: [eGlow] Loading eGlow v3.1.9
[00:33:15] [Server thread/INFO]: [Sentinel] Loading Sentinel v2.7.3-SNAPSHOT (build 505)
[00:33:15] [Server thread/INFO]: [MMOItems] Loading MMOItems v6.9.4
[00:33:15] [Server thread/INFO]: [MMOItems] Plugin file is called 'MMOItems-6.9.4.jar'
[00:33:15] [Server thread/INFO]: [MMOItems] Hooked onto WorldEdit
[00:33:16] [Server thread/INFO]: [BeautyQuests] Loading BeautyQuests v0.20.1
[00:33:16] [Server thread/INFO]: [PlugManX] Loading PlugManX v2.3.3
[00:33:16] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[00:33:16] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.94
[00:33:17] [Server thread/INFO]: __
[00:33:17] [Server thread/INFO]: | |__) LuckPerms v5.4.94
[00:33:17] [Server thread/INFO]: |___ | Running on Bukkit - Paper
[00:33:17] [Server thread/INFO]:
[00:33:17] [Server thread/INFO]: [LuckPerms] Loading configuration...
[00:33:18] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[00:33:19] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[00:33:19] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[00:33:19] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 3302ms)
[00:33:19] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b602
[00:33:19] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[00:33:19] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.20.0 which is not a depend or softdepend of this plugin.
[00:33:19] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[00:33:19] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[00:33:19] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[00:33:19] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[00:33:19] [Server thread/INFO]: [nLogin] Enabling nLogin v10.1.16
[00:33:21] [Server thread/INFO]: [nLogin] Successful plugin core start (took 1.16s)
[00:33:21] [Server thread/INFO]: __ _
[00:33:21] [Server thread/INFO]: _ __ / / ___ __ ()_ __
[00:33:21] [Server thread/INFO]: | '_ \ / / / _ \ / ` | | ' \
[00:33:21] [Server thread/INFO]: | | | / /__| () | (| | | | | |
[00:33:21] [Server thread/INFO]: || |\__/\_/ \__, ||| |_|
[00:33:21] [Server thread/INFO]: |___/
[00:33:21] [Server thread/INFO]: By: www.nickuc.com - V 10.1.16
[00:33:21] [Server thread/INFO]:
[00:33:23] [Server thread/INFO]: [nLogin] nLogin was loaded in 1966ms.
[00:33:23] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.14+6360-094b734
[00:33:23] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[00:33:23] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[00:33:23] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R1.PaperweightAdapter as the Bukkit adapter
[00:33:24] [Server thread/INFO]: [PlugManX] Enabling PlugManX v2.3.3
[00:33:25] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[00:33:25] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[00:33:25] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[00:33:25] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[00:33:25] [Server thread/INFO]: Preparing level "world"
[00:33:27] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[00:33:27] [Server thread/INFO]: Time elapsed: 498 ms
[00:33:27] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[00:33:28] [Server thread/INFO]: Time elapsed: 202 ms
[00:33:28] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[00:33:28] [Server thread/INFO]: Time elapsed: 201 ms
[00:33:28] [Server thread/INFO]: [Waila] Enabling Waila v2.1.1
[00:33:28] [Server thread/INFO]: [Waila] §rRunning §aWaila§r on §a2.1.1§r version. (Latest)
[00:33:28] [Server thread/INFO]: [Tim] Enabling TimTheEnchanter v2.1
[00:33:28] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.3
[00:33:30] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[00:33:30] [Server thread/INFO]: [Parties] Enabling Parties v3.2.6
[00:33:30] [Server thread/INFO]: [Parties] Initializing Parties v3.2.6
[00:33:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: parties [3.2.6]
[00:33:34] [Server thread/INFO]: [Parties] Hooked into PlaceholderAPI
[00:33:34] [Server thread/INFO]: [Parties] Parties v3.2.6 enabled
[00:33:34] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v3.0.2
[00:33:34] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.2.12
[00:33:34] [parties-pool-0/INFO]: [Parties] Parties v3.2.6 found a new version: 3.2.9
[00:33:35] [Server thread/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1mDetected Minecraft [33;1mv1_19_R1[32;1m, using [33;1mPaperSkinRefresher[32;1m.[0;39m
[00:33:35] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
[00:33:35] [Server thread/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39mUsing paper join listener![0;39m
[00:33:35] [Server thread/INFO]: [ImageOnMap] Enabling ImageOnMap v4.2.2
[00:33:35] [Server thread/INFO]: [ImageOnMap] Loaded 2 player map files.
[00:33:35] [Server thread/INFO]: [floodgate] Enabling floodgate v2.2.2-SNAPSHOT (b88-2278589)
[00:33:36] [Server thread/INFO]: [UltimateHomes] Enabling UltimateHomes v2.5
[00:33:36] [Server thread/INFO]:
[00:33:36] [Server thread/INFO]: --------------------------------------
[00:33:36] [Server thread/INFO]: UltimateHomes by kixmc
[00:33:36] [Server thread/INFO]: Enabled on version 2.5
[00:33:36] [Server thread/INFO]: --------------------------------------
[00:33:36] [Server thread/INFO]:
[00:33:36] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.0
[00:33:36] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[00:33:36] [Server thread/WARN]: [Essentials] Version mismatch! Please update EssentialsChat to the same version.
[00:33:36] [Server thread/WARN]: [Essentials] Version mismatch! Please update EssentialsSpawn to the same version.
[00:33:36] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[00:33:36] [Server thread/INFO]: [Essentials] No kits found to migrate.
[00:33:37] [Server thread/INFO]: [Essentials] Loaded 38132 items from items.json.
[00:33:37] [Server thread/INFO]: [Essentials] Using locale ru
[00:33:37] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[00:33:37] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[00:33:37] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[00:33:37] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[00:33:37] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v2.7.0.2-Release
[00:33:37] [Server thread/INFO]: [MarriageMaster] Starting Marriage Master in standalone mode!
[00:33:37] [Server thread/INFO]: [MarriageMaster] [32mConfig file successfully loaded.[0m
[00:33:37] [Server thread/INFO]: [MarriageMaster] No compatible backpack plugin found.
[00:33:37] [Server thread/INFO]: [MarriageMaster] [32mLanguage file successfully loaded. Language: English Author: GeorgH93[0m
[00:33:37] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Starting...
[00:33:37] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Start completed.
[00:33:37] [Thread-17/INFO]: [MarriageMaster] Loading marriages ...
[00:33:37] [Thread-17/INFO]: [MarriageMaster] Marriages loaded
[00:33:37] [Thread-17/INFO]: [MarriageMaster] Loading priests ...
[00:33:37] [Thread-17/INFO]: [MarriageMaster] Priests loaded
[00:33:37] [Thread-17/INFO]: [MarriageMaster] Loading players ...
[00:33:37] [Thread-17/INFO]: [MarriageMaster] Players loaded
[00:33:37] [Thread-17/INFO]: [MarriageMaster] Writing marriages into cache ...
[00:33:37] [Thread-17/INFO]: [MarriageMaster] Marriages loaded into cache
[00:33:37] [Thread-17/INFO]: [MarriageMaster] Loading homes ...
[00:33:37] [Thread-17/INFO]: [MarriageMaster] Homes loaded
[00:33:37] [Server thread/INFO]: [MarriageMaster] [32mItem name language file successfully loaded. Language: english Author: GeorgH93[0m
[00:33:37] [Server thread/INFO]: [MarriageMaster] Loading item translations ...
[00:33:37] [Server thread/INFO]: [MarriageMaster] Finished loading item translations for 828 items.
[00:33:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: marriagemaster [2.7.0.2-Release]
[00:33:38] [Server thread/INFO]: [MarriageMaster] [32mPlaceholderAPI hook was successfully registered![0m
[00:33:38] [Server thread/INFO]: [MarriageMaster] [32m Marriage Master has been enabled! [33m :) [0m
[00:33:38] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.8+33cdb4a
[00:33:38] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[00:33:38] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[00:33:38] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[00:33:38] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[00:33:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[00:33:38] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[00:33:38] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[00:33:38] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[00:33:38] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[00:33:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[00:33:38] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[00:33:38] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[00:33:38] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[00:33:38] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[00:33:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[00:33:38] [Server thread/INFO]: [WorldGuard] Loading region data...
[00:33:38] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.30-SNAPSHOT (build 2793)
[00:33:38] [Server thread/INFO]: [Citizens] Loading external libraries
[00:33:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: citizensplaceholder [1.0.0]
[00:33:38] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[00:33:38] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v5.3.4-37ad10dd
[00:33:38] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.19.2)...[0m
[00:33:38] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality[0m
[00:33:39] [Server thread/INFO]: [MythicMobs] Mythic HolographicDisplays Support has been enabled![0m
[00:33:39] [Server thread/INFO]: [MythicMobs] Mythic MMOItems Support has been enabled![0m
[00:33:39] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mythic [5.0.0]
[00:33:39] [Server thread/INFO]: [MythicMobs] Mythic PlaceholderAPI Support has been enabled![0m
[00:33:39] [Server thread/INFO]: [MythicMobs] Mythic ProtocolLib Support has been enabled![0m
[00:33:39] [Server thread/INFO]: [MythicMobs] Mythic Vault Support has been enabled![0m
[00:33:39] [Server thread/INFO]: [MythicMobs] Mythic WorldGuard Support has been enabled![0m
[00:33:39] [Server thread/INFO]: [MythicMobs] Base directory /server/plugins/MythicMobs/SavedData
[00:33:39] [Server thread/INFO]: [MythicMobs] Module directory /server/plugins/MythicMobs/SavedData/worlds
[00:33:41] [Server thread/INFO]: [MythicMobs] Loading Packs...[0m
[00:33:41] [Server thread/INFO]: [MythicMobs] Loading Items...[0m
[00:33:41] [Server thread/INFO]: [MythicMobs] Loading Item Groups...[0m
[00:33:41] [Server thread/INFO]: [MythicMobs] Loading Skills...[0m
[00:33:41] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...[0m
[00:33:41] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...[0m
[00:33:41] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...[0m
[00:33:41] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 8 mobs.[0m
[00:33:41] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 3 vanilla mob overrides.[0m
[00:33:41] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 0 mob stacks.[0m
[00:33:41] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 3 skills.[0m
[00:33:41] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 0 random spawns.[0m
[00:33:41] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 3 mythic items.[0m
[00:33:41] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 2 drop tables.[0m
[00:33:41] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 0 mob spawners.[0m
[00:33:41] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.[0m
[00:33:41] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics[0m
[00:33:41] [Server thread/INFO]: [MythicMobs] [32m✓ MythicMobs v5.3.4 ( build 37ad10dd ) has been successfully loaded![0m[0m
[00:33:41] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.7-Release
[00:33:41] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[00:33:41] [Server thread/ERROR]: [DeluxeMenus] open_command specified for menu: menu3 already exists for another menu!
Skipping menu: menu3
[00:33:41] [Server thread/ERROR]: [DeluxeMenus] open_command specified for menu: menu4 already exists for another menu!
Skipping menu: menu4
[00:33:41] [Server thread/ERROR]: [DeluxeMenus] open_command specified for menu: menu5 already exists for another menu!
Skipping menu: menu5
[00:33:41] [Server thread/ERROR]: [DeluxeMenus] open_command specified for menu: menu6 already exists for another menu!
Skipping menu: menu6
[00:33:41] [Server thread/INFO]: [DeluxeMenus] 2 GUI menus loaded!
[00:33:41] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[00:33:41] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[00:33:41] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxemenus [1.13.7-Release]
[00:33:41] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.20.1-dev+27-1022f7a
[00:33:41] [Server thread/WARN]: [EssentialsChat] Версии не совпадают! Обновите все компоненты Essentials до актуальной версии.
[00:33:41] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[00:33:42] [Server thread/INFO]: [DeathMessages] Enabling DeathMessages v1.4.15
[00:33:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deathmessages [1.4.15]
[00:33:42] [Server thread/INFO]: [DeathMessages] PlaceholderAPI Hook Enabled!
[00:33:42] [Server thread/INFO]: [DeathMessages] WorldGuard Hook Enabled!
[00:33:42] [Server thread/INFO]: [DeathMessages] PlugMan found. Adding this plugin to its ignored plugins list due to WorldGuard hook being enabled!
[00:33:42] [Server thread/INFO]: [DeathMessages] MythicMobs Hook Enabled!
[00:33:42] [Server thread/INFO]: [DeathMessages] bStats Hook Enabled!
[00:33:42] [Server thread/INFO]: [BanItem] Enabling BanItem v3.4
[00:33:42] [Server thread/INFO]: [CommandMineRewards] Enabling CommandMineRewards v7.1.1
[00:33:42] [Server thread/INFO]: [CommandMineRewards] Successfully hooked WorldGuard!
[00:33:42] [Server thread/INFO]: [CommandMineRewards] CommandMineRewards is enabled!
[00:33:42] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v4.2.10
[00:34:00] [Server thread/INFO]: [PlayerVaults] [STDOUT] [36m Downloaded from https://directleaks.to [0m
[00:34:00] [Server thread/WARN]: Nag author(s): '[drtshock, kashike, mbaxter]' of 'PlayerVaults' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[00:34:00] [Server thread/INFO]: [PlayerVaults] Added PUMPKIN to list of blocked materials.
[00:34:00] [Server thread/INFO]: [PlayerVaults] Added DIAMOND_BLOCK to list of blocked materials.
[00:34:00] [Server thread/INFO]: [PlayerVaults] Loaded! Took 139ms
[00:34:00] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.1.1-SNAPSHOT
[00:34:00] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.1-dev+27-1022f7a
[00:34:00] [Server thread/WARN]: [EssentialsSpawn] Версии не совпадают! Обновите все компоненты Essentials до актуальной версии.
[00:34:00] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[00:34:00] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.3
[00:34:00] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[00:34:00] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[00:34:00] [Server thread/INFO]: --------------------
[00:34:00] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[00:34:00] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[00:34:00] [Server thread/INFO]: --------------------
[00:34:00] [Server thread/INFO]: [MythicLib] Enabling MythicLib v1.6
[00:34:00] [Server thread/WARN]: [MythicLib] You may be using an outdated config.yml!
[00:34:00] [Server thread/WARN]: [MythicLib] (Your config version: '4' | Expected config version: '5')
[00:34:00] [Server thread/INFO]: [MythicLib] Hooked onto HolographicDisplays
[00:34:00] [Server thread/INFO]: [MythicMobs] MMO Plugin Support has been enabled![0m
[00:34:00] [Server thread/INFO]: [MythicLib] Hooked onto MythicMobs
[00:34:00] [Server thread/INFO]: [MythicLib] Hooked onto ProtocolLib
[00:34:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mythiclib [1.6]
[00:34:00] [Server thread/INFO]: [MythicLib] Hooked onto PlaceholderAPI
[00:34:00] [Server thread/INFO]: [MoneyFromMobs] Enabling MoneyFromMobs v4.71
[00:34:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: moneyfrommobs [4.71]
[00:34:01] [Server thread/INFO]: [dtlTraders] Enabling dtlTraders v6.4.19
[00:34:01] [Server thread/INFO]: dtlTraders> Welcome to dtlTraders v6.4.19!
[00:34:01] [Server thread/ERROR]: [STDERR] [org.bukkit.craftbukkit.v1_19_R1.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[00:34:07] [Server thread/INFO]: dtlTraders> Trying to hook into any Vault supported plugin...
[00:34:07] [Server thread/INFO]: dtlTraders> Vault found! Trying to hook...
[00:34:07] [Server thread/INFO]: dtlTraders> Found economy plugin: EssentialsX Economy
[00:34:07] [Server thread/INFO]: dtlTraders> Loaded 7 guis from the guis config!
[00:34:07] [Server thread/INFO]: dtlTraders> Hooking into Citizens!
[00:34:07] [Server thread/INFO]: dtlTraders> Hooking into PlaceholderAPI
[00:34:07] [Server thread/INFO]: dtlTraders> dtlTraders is managed by Degitise. www.degitise.com
[00:34:07] [Server thread/INFO]: dtlTraders> Unlock premium features with dtlTradersPlus!
[00:34:07] [Server thread/INFO]: dtlTraders> Buy your copy at: https://www.spigotmc.org/resources/dtltradersplus.63690/
[00:34:07] [Server thread/INFO]: [CitizensCMD] Enabling CitizensCMD v2.6.6
[00:34:07] [Server thread/INFO]: [CitizensCMD] CitizensCMD 2.6.6
[00:34:07] [Server thread/INFO]: [CitizensCMD] by Mateus Moreira @LichtHund & Maintained by HexedHero
[00:34:07] [Server thread/INFO]: [CitizensCMD] Using English messages!
[00:34:07] [Server thread/INFO]: [CitizensCMD] Using PlaceholderAPI!
[00:34:07] [Server thread/INFO]: [CitizensCMD] Using Vault!
[00:34:07] [Server thread/INFO]: [CitizensCMD] A new version of CitizensCMD is now available:
[00:34:07] [Server thread/INFO]: [CitizensCMD] https://www.spigotmc.org/resources/30224
[00:34:07] [Server thread/INFO]: [eGlow] Enabling eGlow v3.1.9
[00:34:07] [Server thread/INFO]: [eGlow]: Loading main config.
[00:34:07] [Server thread/INFO]: [eGlow]: Loading messages config.
[00:34:07] [Server thread/INFO]: [eGlow]: Loading CustomEffects config.
[00:34:07] [Server thread/INFO]: eGlow Successfully loaded Playerdata database.
[00:34:07] [Server thread/INFO]: [Sentinel] Enabling Sentinel v2.7.3-SNAPSHOT (build 505)
[00:34:07] [Server thread/INFO]: [Sentinel] Sentinel loading...
[00:34:07] [Server thread/INFO]: [Sentinel] Running on java version: 17.0.3
[00:34:07] [Server thread/INFO]: [Sentinel] Sentinel loaded on a fully supported Minecraft version. If you encounter any issues or need to ask a question, please join our Discord at https://discord.gg/Q6pZGSR and post in the '#sentinel' channel.
[00:34:07] [Server thread/INFO]: [Sentinel] Vault linked! Group targets will work.
[00:34:07] [Server thread/INFO]: [Sentinel] Sentinel found WorldGuard! Adding support for it!
[00:34:07] [Server thread/INFO]: [Citizens] Could not fetch NMS field bU: [[bU.
[00:34:07] [Server thread/WARN]: java.lang.NullPointerException: Cannot invoke "java.lang.reflect.Field.setAccessible(boolean)" because "dataWatcherAngryField" is null
[00:34:07] [Server thread/WARN]: at Sentinel-2.7.3-SNAPSHOT-b505.jar//org.mcmonkey.sentinel.utilities.SentinelNMSHelper.init(SentinelNMSHelper.java:88)
[00:34:07] [Server thread/WARN]: at Sentinel-2.7.3-SNAPSHOT-b505.jar//org.mcmonkey.sentinel.SentinelPlugin.onEnable(SentinelPlugin.java:466)
[00:34:07] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[00:34:07] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[00:34:07] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:542)
[00:34:07] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:565)
[00:34:07] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:479)
[00:34:07] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636)
[00:34:07] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:422)
[00:34:07] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:306)
[00:34:07] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1100)
[00:34:07] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305)
[00:34:07] [Server thread/WARN]: at java.base/java.lang.Thread.run(Unknown Source)
[00:34:07] [Server thread/INFO]: [Sentinel] Sentinel loaded!
[00:34:07] [Server thread/INFO]: [MMOItems] Enabling MMOItems v6.9.4
[00:34:07] [Server thread/INFO]: [MMOItems] Hooked onto MythicMobs
[00:34:07] [Server thread/INFO]: [MMOItems THRUSTING_SWORD SKILLED_SWORD] Could not load base item data 'required-dexterity': Could not find stat with ID 'REQUIRED_DEXTERITY'
[00:34:07] [Server thread/INFO]: [MMOItems SWORD YANISDARK_SWORD] Could not load base item data 'additional-experience': Could not find stat with ID 'ADDITIONAL_EXPERIENCE'
[00:34:07] [Server thread/INFO]: [MMOItems SWORD 15] Could not load base item data 'item-particles': Particle is missing type or selected particle.
[00:34:07] [Server thread/INFO]: [MMOItems OFF_CATALYST QUICKCASTER_CATALYST] Could not load base item data 'mana-regeneration': Could not find stat with ID 'MANA_REGENERATION'
[00:34:07] [Server thread/INFO]: [MMOItems OFF_CATALYST CHARM_OF_LEVITATION] Could not load base item data 'max-stellium': Could not find stat with ID 'MAX_STELLIUM'
[00:34:07] [Server thread/INFO]: [MMOItems KATANA MASTER_KATANA] Could not load base item data 'required-dexterity': Could not find stat with ID 'REQUIRED_DEXTERITY'
[00:34:07] [Server thread/INFO]: [MMOItems CATALYST LUCK_CHARM] Could not load base item data 'additional-experience': Could not find stat with ID 'ADDITIONAL_EXPERIENCE'
[00:34:07] [Server thread/INFO]: [MMOItems CATALYST LUCK_CHARM] Could not load base item data 'additional-experience-enchanting': Could not find stat with ID 'ADDITIONAL_EXPERIENCE_ENCHANTING'
[00:34:07] [Server thread/INFO]: [MMOItems HAMMER THOR_HAMMER] Could not load base item data 'additional-experience': Could not find stat with ID 'ADDITIONAL_EXPERIENCE'
[00:34:07] [Server thread/INFO]: [MMOItems Item Templates] Loading template modifiers, please wait..
[00:34:07] [Server thread/INFO]: [MMOItems Item Templates] Loading item templates, please wait...
[00:34:07] [Server thread/INFO]: [MMOItems] Hooked onto Vault
[00:34:07] [Server thread/INFO]: [MMOItems] Hooked onto Vault
[00:34:07] [Server thread/INFO]: [MMOItems] Loading crafting stations, please wait..
[00:34:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mmoitems [6.9.4]
[00:34:08] [Server thread/INFO]: [MMOItems] Hooked onto PlaceholderAPI
[00:34:08] [Server thread/INFO]: [MMOItems] Loading recipes, please wait...
[00:34:08] [Server thread/INFO]: [BeautyQuests] Enabling BeautyQuests v0.20.1
[00:34:08] [Server thread/INFO]: [BeautyQuests] ------------ BeautyQuests ------------
[00:34:08] [Server thread/INFO]: [BeautyQuests] Loaded valid Minecraft version 1_19_R1.
[00:34:08] [Server thread/INFO]: [BeautyQuests] Loaded language ru_RU (0.074s)!
[00:34:08] [Server thread/INFO]: [BeautyQuests] Loaded start particles: REDSTONE in shape POINT with color R255 G255 B0
[00:34:08] [Server thread/INFO]: [BeautyQuests] Loaded talk particles: VILLAGER_HAPPY in shape BAR
[00:34:08] [Server thread/INFO]: [BeautyQuests] Loaded next particles: SMOKE_NORMAL in shape SPOT
[00:34:08] [Server thread/INFO]: [WorldGuard] Registering session handler fr.skytasul.quests.utils.compatibility.worldguard.WorldGuardEntryHandler
[00:34:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: beautyquests [0.20.1]
[00:34:08] [Server thread/INFO]: [BeautyQuests] Placeholders registered !
[00:34:09] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[00:34:09] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[00:34:09] [Server thread/INFO]: [Geyser-Spigot]
[00:34:09] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.1.1-SNAPSHOT (git-master-c7304f0)
[00:34:09] [Server thread/INFO]: [Geyser-Spigot]
[00:34:09] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[00:34:13] [Server thread/INFO]: [Geyser-Spigot] Started Geyser on 0.0.0.0:25583
[00:34:13] [Server thread/INFO]: [Geyser-Spigot] Done (4.235s)! Run /geyser help for help!
[00:34:13] [Server thread/WARN]: [Geyser-Spigot] Your server software does not support the Java version that Geyser requires (1.20). Please install ViaVersion (https://ci.viaversion.com/job/ViaVersion/) or update your server software!
[00:34:13] [Server thread/INFO]: Starting GS4 status listener
[00:34:13] [Server thread/WARN]: Unable to initialise query system on 45.93.200.34:25583
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method) ~[?:?]
at sun.nio.ch.Net.bind(Unknown Source) ~[?:?]
at sun.nio.ch.DatagramChannelImpl.bindInternal(Unknown Source) ~[?:?]
at sun.nio.ch.DatagramChannelImpl.bind(Unknown Source) ~[?:?]
at sun.nio.ch.DatagramSocketAdaptor.bind(Unknown Source) ~[?:?]
at java.net.DatagramSocket.createDelegate(Unknown Source) ~[?:?]
at java.net.DatagramSocket.<init>(Unknown Source) ~[?:?]
at java.net.DatagramSocket.<init>(Unknown Source) ~[?:?]
at net.minecraft.server.rcon.thread.QueryThreadGs4.initSocket(QueryThreadGs4.java:328) ~[?:?]
at net.minecraft.server.rcon.thread.QueryThreadGs4.start(QueryThreadGs4.java:311) ~[?:?]
at net.minecraft.server.rcon.thread.QueryThreadGs4.create(QueryThreadGs4.java:79) ~[?:?]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:317) ~[paper-1.19.2.jar:git-Paper-245]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1100) ~[paper-1.19.2.jar:git-Paper-245]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305) ~[paper-1.19.2.jar:git-Paper-245]
at java.lang.Thread.run(Unknown Source) ~[?:?]
[00:34:13] [Server thread/INFO]: Running delayed init tasks
[00:34:13] [Craft Scheduler Thread - 12 - Essentials/INFO]: [Essentials] Получение информации о версии...
[00:34:13] [Server thread/INFO]: [Parties] Hooked into Essentials
[00:34:13] [Server thread/INFO]: [Parties] Hooked into EssentialsChat
[00:34:13] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[00:34:13] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[00:34:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: eglow [3.1.9]
[00:34:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [2.0.5]
[00:34:14] [Server thread/INFO]: 1 placeholder hook(s) registered!
[00:34:14] [Craft Scheduler Thread - 11 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m----------------------------------------------[0;39m
[00:34:14] [Craft Scheduler Thread - 11 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m +==================+[0;39m
[00:34:14] [Craft Scheduler Thread - 11 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m | SkinsRestorer |[0;39m
[00:34:14] [Craft Scheduler Thread - 11 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m |------------------|[0;39m
[00:34:14] [Craft Scheduler Thread - 11 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m | [34;1m[4m[21mStandalone Mode[0;39m[32;1m |[0;39m
[00:34:14] [Craft Scheduler Thread - 11 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m +==================+[0;39m
[00:34:14] [Craft Scheduler Thread - 11 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m----------------------------------------------[0;39m
[00:34:14] [Craft Scheduler Thread - 11 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[36;1m Current version: [32;1m14.2.12[0;39m
[00:34:14] [Craft Scheduler Thread - 11 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m This is the latest version![0;39m
[00:34:14] [Craft Scheduler Thread - 11 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m----------------------------------------------[0;39m
[00:34:15] [Server thread/INFO]: [Citizens] Loaded 19 NPCs.
[00:34:15] [Server thread/INFO]: [MythicMobs] [32m✓Using HolographicDisplays plugin for holograms[0m
[00:34:15] [Server thread/INFO]: [BeautyQuests] You are using the latest version of BeautyQuests.
[00:34:15] [Server thread/INFO]: Done (72.304s)! For help, type "help"
[00:34:15] [Server thread/INFO]: Timings Reset
[00:34:15] [Craft Scheduler Thread - 18 - Vault/INFO]: [Vault] Checking for Updates ...
[00:34:15] [Craft Scheduler Thread - 18 - Vault/INFO]: [Vault] No new version available
[00:34:15] [Server thread/INFO]: [BeautyQuests] 7 quests loaded (0.109s)!
[00:34:15] [Server thread/INFO]: [BeautyQuests] Periodic saves task started (18000 ticks). Task ID: 134
[00:34:17] [Server thread/INFO]: [BanItem] Successfully loaded 3 blacklisted & 0 whitelisted item(s).
[00:34:21] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5108ms or 102 ticks behind
[00:35:17] [User Authenticator #0/INFO]: UUID of player antoane78 is 16792407-b40f-3d76-abf0-8f5d52ec9316
[00:35:18] [Server thread/INFO]: antoane78[/78.37.138.66:51805] logged in with entity id 513 at ([world]-627.99203420229, 67.0, 260.5083444637921)

[/SPOILER]
 
I
Обратите внимание, данный пользователь получил бан от администрации проекта.
Не нарушайте правила проекта, чтобы избежать подобной блокировки.
как пофиксил то?
 
_Dead_
  • _Dead_
  • Жiнка з ароматом пива, шкiра снiжного кальвiна.
  • 130
Я вижу несовместимостью классов. первый класс MMOCoreAttributeStatHandler из плагина MMOcore не может реализовать интерфейс StatHandler из плагина MythicLib из-за несовместимости.

А это значит что MythicLib и MMOCore обновлены до версий, которые не совместимы между собой.
 
ВерхНиз