Вопрос Плагин DeluxeMenus не работает

Ядро
Paper

thefimod

Пользователь
Сообщения
6
Плагин
DeluxeMenus
Ядро сервера
  1. Paper
Версия сервера
  1. 1.21
Ссылка
https://www.spigotmc.org/resources/deluxemenus.11734/
Выдает эту ошибку:

[08:59:05 ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'deluxemenus' in plugin DeluxeMenus v1.14.0-Release - plugin is disabled.
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:987) ~[paper-1.20.1.jar:git-Paper-196]
at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.1.jar:git-Paper-196]
at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[paper-1.20.1.jar:?]
at net.minecraft.commands.Commands.performCommand(Commands.java:324) ~[?:?]
at net.minecraft.commands.Commands.performCommand(Commands.java:308) ~[?:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2354) ~[?:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$21(ServerGamePacketListenerImpl.java:2314) ~[?:?]
at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1338) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1315) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1308) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1286) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1174) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
at java.lang.Thread.run(Thread.java:840) ~[?:?]

Скажите пожалуйста что делать, на всех моих серверах плагин не работает
 
Может версия плагина свежая, и автор ещё не пофиксил ошибки? Попробуй на форуме написать автору плагина узнать за ошибку.
До этого были, но я когда второй раз смотрел что произошло все вышли давно
 
Разрешается выкладывание кода, файлов конфигураций, логов и т.д. только под BB-код CODE
полный лог дай
[08:54:57] [ServerMain/INFO]: Environment: authHost=' ', accountsHost=' ', sessionHost=' ', servicesHost=' ', name='PROD'
[08:55:01] [ServerMain/INFO]: Loaded 7 recipes
[08:55:04] [Server thread/INFO]: Starting minecraft server version 1.20.1
[08:55:04] [Server thread/INFO]: Loading properties
[08:55:04] [Server thread/INFO]: This server is running Paper version git-Paper-196 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: 773dd72)
[08:55:05] [Server thread/INFO]: Using 4 threads for Netty based IO
[08:55:05] [Server thread/INFO]: Server Ping Player Sample Count: 12
[08:55:06] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
We recommend installing the spark profiler as a replacement:
For more information please visit:
[08:55:06] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[08:55:06] [Server thread/INFO]: Default game type: SURVIVAL
[08:55:06] [Server thread/INFO]: Generating keypair
[08:55:07] [Server thread/INFO]: Starting Minecraft server on *:13212
[08:55:07] [Server thread/INFO]: Using epoll channel type
[08:55:07] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[08:55:07] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
[08:55:09] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v4.10.0-24w09a-SNAPSHOT
[08:55:09] [Server thread/INFO]: [ViaVersion] ViaVersion 4.10.0-24w09a-SNAPSHOT is now loaded. Registering protocol transformers and injecting...
[08:55:09] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[08:55:10] [Server thread/INFO]: [ViaBackwards] Loading translations...
[08:55:10] [Server thread/INFO]: [ViaBackwards] Registering protocols...
[08:55:10] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[08:55:11] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.102
[08:55:11] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[08:55:11] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v4.10.0-24w09a-SNAPSHOT
[08:55:11] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.20+6667-f0f1e66
[08:55:12] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@5e53c898]
[08:55:12] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.1
[08:55:12] [Server thread/INFO]: [ViaRewind] Loading server plugin ViaRewind v3.0.6-SNAPSHOT
[08:55:12] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.9+5934e49
[08:55:12] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.12
[08:55:12] [Server thread/INFO]: [OpeNLogin] Loading server plugin OpeNLogin v1.6.6
[08:55:12] [Server thread/INFO]: [HolographicDisplays] Loading server plugin HolographicDisplays v3.0.4
[08:55:12] [Server thread/INFO]: [CataMines] Loading server plugin CataMines v2.5.11
[08:55:12] [Server thread/INFO]: [JoinMessagePlus] Loading server plugin JoinMessagePlus v3.3
[08:55:12] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.1.2
[08:55:12] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.7.0
[08:55:13] [Server thread/INFO]: [LPC] Loading server plugin LPC v3.6.0
[08:55:13] [Server thread/INFO]: [ClearLag] Loading server plugin ClearLag v3.2.2
[08:55:13] [Server thread/INFO]: [NametagEdit] Loading server plugin NametagEdit v4.5.23
[08:55:13] [Server thread/INFO]: [ServersNPC] Loading server plugin ServersNPC v4.6
[08:55:13] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.20.1
[08:55:13] [Server thread/INFO]: [DeluxeMenus] Loading server plugin DeluxeMenus v1.14.0-Release
[08:55:13] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup successfully!
[08:55:13] [Server thread/INFO]: [HubThat] Loading server plugin HubThat v10.1.184
[08:55:13] [Server thread/INFO]: [BetterRTP] Loading server plugin BetterRTP v3.6.12
[08:55:13] [Server thread/INFO]: [ViaVersionStatus] Loading server plugin ViaVersionStatus v3.13
[08:55:13] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v22.2
[08:55:13] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[08:55:13] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.102
[08:55:14] [Server thread/INFO]: __
[08:55:14] [Server thread/INFO]: | |__) LuckPerms v5.4.102
[08:55:14] [Server thread/INFO]: |___ | Running on Bukkit - Paper
[08:55:14] [Server thread/INFO]:
[08:55:14] [Server thread/INFO]: [LuckPerms] Loading configuration...
[08:55:15] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[08:55:17] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[08:55:17] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[08:55:18] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 5406ms)
[08:55:18] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[08:55:18] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[08:55:18] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[08:55:18] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[08:55:18] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[08:55:18] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.20+6667-f0f1e66
[08:55:18] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[08:55:19] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[08:55:19] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_20_R1.PaperweightAdapter as the Bukkit adapter
[08:55:24] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v3.0.6-SNAPSHOT
[08:55:24] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[08:55:24] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[08:55:24] [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.
[08:55:24] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[08:55:24] [Server thread/INFO]: Preparing level "world"
[08:55:25] [Server thread/INFO]: Preparing start region for dimension minecraft:eek:verworld
[08:55:26] [Server thread/INFO]: Time elapsed: 509 ms
[08:55:26] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[08:55:26] [Server thread/INFO]: Time elapsed: 325 ms
[08:55:26] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[08:55:26] [Server thread/INFO]: Time elapsed: 153 ms
[08:55:26] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.10.0-24w09a-SNAPSHOT
[08:55:27] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.20/1.20.1 (763)
[08:55:27] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.10.0-24w09a-SNAPSHOT
[08:55:27] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1
[08:55:28] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[08:55:28] [Server thread/INFO]: [Essentials] No kits found to migrate.
[08:55:29] [Server thread/INFO]: [Essentials] Loaded 39094 items from items.json.
[08:55:29] [Server thread/INFO]: [Essentials] Using locale en_US
[08:55:30] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[08:55:30] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[08:55:30] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[08:55:30] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[08:55:30] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.9+5934e49
[08:55:31] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[08:55:31] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[08:55:31] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[08:55:31] [Server thread/INFO]: [WorldGuard] Loading region data...
[08:55:32] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.12
[08:55:32] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.12" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
[08:55:32] [Server thread/INFO]: [Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[08:55:33] [Server thread/INFO]: Preparing start region for dimension minecraft:realworld
[08:55:34] [Server thread/INFO]: Time elapsed: 1398 ms
[08:55:34] [Server thread/INFO]: [WorldGuard] (realworld) TNT ignition is PERMITTED.
[08:55:34] [Server thread/INFO]: [WorldGuard] (realworld) Lighters are PERMITTED.
[08:55:34] [Server thread/INFO]: [WorldGuard] (realworld) Lava fire is PERMITTED.
[08:55:34] [Server thread/INFO]: [WorldGuard] (realworld) Fire spread is UNRESTRICTED.
[08:55:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'realworld'
[08:55:34] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[08:55:34] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
[08:55:34] [Server thread/INFO]: [Multiverse-Core] Version 4.3.12 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[08:55:34] [Server thread/INFO]: [OpeNLogin] Enabling OpeNLogin v1.6.6
[08:55:34] [Server thread/INFO]: [OpeNLogin] ___ __ __ _
[08:55:34] [Server thread/INFO]: [OpeNLogin] /___\_ __ ___ /\ \ \/ / ___ __ _(_)_ __
[08:55:34] [Server thread/INFO]: [OpeNLogin] // // '_ \ / _ \/ \/ / / / _ \ / _` | | '_ \
[08:55:34] [Server thread/INFO]: [OpeNLogin] / \_//| |_) | __/ /\ / /__| (_) | (_| | | | | |
[08:55:34] [Server thread/INFO]: [OpeNLogin] \___/ | .__/ \___\_\ \/\____/\___/ \__, |_|_| |_|
[08:55:34] [Server thread/INFO]: [OpeNLogin] |_| |___/
[08:55:34] [Server thread/INFO]: [OpeNLogin] By: / github.com/nickuc/OpeNLogin - V 1.6.6
[08:55:34] [Server thread/INFO]: [OpeNLogin]
[08:55:34] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v3.0.4
[08:55:35] [Server thread/INFO]: [CataMines] Enabling CataMines v2.5.11
[08:55:35] [Server thread/INFO]: [CataMines] Loading config file
[08:55:35] [Server thread/INFO]: [JoinMessagePlus] Enabling JoinMessagePlus v3.3
[08:55:35] [Server thread/INFO]: [JoinMessagePlus] [#]==========< JoinMessagePlus >==========[#]
[08:55:35] [Server thread/INFO]: [JoinMessagePlus] Version: 3.3
[08:55:35] [Server thread/INFO]: [JoinMessagePlus] Web:
[08:55:35] [Server thread/INFO]: [JoinMessagePlus] Mode: BungeeCord + Standalone
[08:55:35] [Server thread/INFO]: [JoinMessagePlus] Plugin by AndyCraftz
[08:55:35] [Server thread/INFO]: [TAB] Enabling TAB v4.1.2
[08:55:36] [Server thread/INFO]: [TAB] Enabled in 621ms
[08:55:36] [Server thread/INFO]: [GSit] Enabling GSit v1.7.0
[08:55:36] [Server thread/INFO]: [GSit] Плагин был включен.
[08:55:36] [Server thread/INFO]: [GSit] Соединение с ViaVersion Успешно!
[08:55:36] [Server thread/INFO]: [GSit] Соединение с WorldGuard Успешно!
[08:55:36] [Server thread/INFO]: [LPC] Enabling LPC v3.6.0
[08:55:36] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[08:55:36] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
[08:55:36] [Server thread/INFO]: [ClearLag] Loading modules...
[08:55:36] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_20_R1.MinecraftServer)
[08:55:36] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[08:55:36] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[08:55:36] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[08:55:36] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.5.23
[08:55:36] [Thread-13/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.20]...
[08:55:36] [Server thread/INFO]: [NametagEdit] Successfully loaded using bukkit version: v1_20_R1
[08:55:36] [Thread-13/WARN]: [ClearLag] Clearlag failed to check for updates - bukkit may be down
[08:55:36] [Thread-13/WARN]: java.lang.NullPointerException: Cannot invoke "org.json.simple.JSONObject.get(Object)" because "line" is null
[08:55:36] [Thread-13/WARN]: at Clearlag.jar//me.minebuilders.clearlag.BukkitUpdater.updateAvailable(BukkitUpdater.java:59)
[08:55:36] [Thread-13/WARN]: at Clearlag.jar//me.minebuilders.clearlag.BukkitUpdater.run(BukkitUpdater.java:82)
[08:55:36] [Thread-13/WARN]: at java.base/java.lang.Thread.run(Thread.java:840)
[08:55:36] [Server thread/INFO]: [NametagEdit] Found LuckPerms! Hooking in.
[08:55:36] [Server thread/INFO]: [ServersNPC] Enabling ServersNPC v4.6
[08:55:37] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.20.1
[08:55:37] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[08:55:37] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.14.0-Release
[08:55:37] [Server thread/ERROR]: [DeluxeMenus] Could not hook into PlaceholderAPI!
DeluxeMenus will now disable!
[08:55:37] [Server thread/INFO]: [DeluxeMenus] Disabling DeluxeMenus v1.14.0-Release
[08:55:37] [Server thread/ERROR]: Error occurred (in the plugin loader) while disabling DeluxeMenus v1.14.0-Release (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "java.util.Map.clear()" because "this.itemHooks" is null
at com.extendedclip.deluxemenus.DeluxeMenus.onDisable(DeluxeMenus.java:190) ~[DeluxeMenus-1.14.0-Release.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:283) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:224) ~[paper-1.20.1.jar:git-Paper-196]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.20.1.jar:git-Paper-196]
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:537) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at com.extendedclip.deluxemenus.DeluxeMenus.onEnable(DeluxeMenus.java:97) ~[DeluxeMenus-1.14.0-Release.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[paper-1.20.1.jar:git-Paper-196]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.1.jar:git-Paper-196]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:642) ~[paper-1.20.1.jar:git-Paper-196]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:553) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1100) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
at java.lang.Thread.run(Thread.java:840) ~[?:?]
[08:55:37] [Server thread/INFO]: [HubThat] Enabling HubThat v10.1.184
[08:55:37] [Server thread/WARN]: [HubThat] HubThat: Checking if config exists...
[08:55:37] [Server thread/WARN]: [HubThat] Loading config...
[08:55:37] [Server thread/INFO]: [HubThat] All files are working correctly.
[08:55:37] [Server thread/INFO]: [HubThat] Plugin HubThat Successfully Loaded!
[08:55:37] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.12
[08:55:37] [Server thread/INFO]: [BetterRTP] Cooldown = 600
[08:55:37] [Server thread/INFO]: [ViaVersionStatus] Enabling ViaVersionStatus v3.13
[08:55:37] [Server thread/INFO]: [ViaVersionStatus] Using ViaVersion to determine versions.
[08:55:37] [Server thread/INFO]: [ViaVersionStatus] Metrics enabled if allowed by plugins/bStats/config.yml
[08:55:37] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v22.2
[08:55:38] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[08:55:38] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[08:55:38] [Server thread/INFO]: --------------------
[08:55:38] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[08:55:38] [Server thread/INFO]: [CoreProtect] Discord:
[08:55:38] [Server thread/INFO]: --------------------
[08:55:38] [Server thread/INFO]: Starting GS4 status listener
[08:55:38] [Server thread/INFO]: Thread Query Listener started
[08:55:38] [Query Listener #1/INFO]: Query running on 0.0.0.0:9898
[08:55:38] [Server thread/INFO]: JMX monitoring enabled
[08:55:38] [Server thread/INFO]: Running delayed init tasks
[08:55:38] [Craft Scheduler Thread - 5 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[08:55:38] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[08:55:38] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[08:55:38] [Craft Scheduler Thread - 6 - Essentials/INFO]: [Essentials] Fetching version information...
[08:55:38] [Server thread/INFO]: [CataMines] Loading mines from files...
[08:55:39] [Server thread/INFO]: [CataMines] Starting mines and registering commands. Running version 2.5.11
[08:55:39] [Server thread/INFO]: [CataMines] Registering listeners
[08:55:39] [Server thread/INFO]: [ViaVersion] You are running a development version of the plugin, please report any bugs to GitHub.
[08:55:39] [Server thread/INFO]: Done (35.089s)! For help, type "help"
[08:55:39] [Server thread/INFO]: Timings Reset
[08:55:39] [Craft Scheduler Thread - 12 - Vault/INFO]: [Vault] Checking for Updates ...
[08:55:39] [Craft Scheduler Thread - 12 - Vault/INFO]: [Vault] No new version available
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] ViaVersion supported protocols:
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.7.2-1.7.5(4)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.7.6-1.7.10(5)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.8.x(47)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.9(107)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.9.1(108)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.9.2(109)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.9.3/1.9.4(110)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.10.x(210)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.11(315)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.11.1/1.11.2(316)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.12(335)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.12.1(338)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.12.2(340)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.13(393)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.13.1(401)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.13.2(404)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.14(477)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.14.1(480)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.14.2(485)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.14.3(490)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.14.4(498)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.15(573)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.15.1(575)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.15.2(578)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.16(735)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.16.1(736)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.16.2(751)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.16.3(753)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.16.4/1.16.5(754)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.17(755)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.17.1(756)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.18/1.18.1(757)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.18.2(758)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.19(759)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.19.1/1.19.2(760)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.19.3(761)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.19.4(762)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.20/1.20.1(763)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.20.2(764)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.20.3/1.20.4(765)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.20.5(766)
[08:55:50] [User Authenticator #0/INFO]: UUID of player WaterBool is a0cfa4a8-b483-3f6b-9114-ae7b886f62f2
[08:55:50] [Server thread/INFO]: [+] WaterBool
[08:55:51] [Server thread/INFO]: WaterBool[/**.**.**.**:2040] logged in with entity id 181 at ([world]-299.8746336352427, 108.57285131274638, 6.899462674783554)
[08:55:56] [Server thread/INFO]: WaterBool issued server command: /plugins
[08:55:58] [Server thread/INFO]: WaterBool lost connection: Пароль неверный. Попробуйте еще раз.
[08:55:58] [Server thread/INFO]: [-] WaterBool
[08:56:02] [User Authenticator #0/INFO]: UUID of player WaterBool is a0cfa4a8-b483-3f6b-9114-ae7b886f62f2
[08:56:02] [Server thread/INFO]: [+] WaterBool
[08:56:02] [Server thread/INFO]: WaterBool[/**.**.**.**:2707] logged in with entity id 229 at ([world]-289.28411507718397, 86.0625, 14.554718242298188)
[08:56:10] [Server thread/INFO]: WaterBool issued server command: /plugins
[08:56:26] [Server thread/INFO]: WaterBool issued server command: /gm 1
[08:57:09] [Server thread/INFO]: WaterBool issued server command: /gm 3
[08:57:13] [Server thread/INFO]: WaterBool issued server command: /gm 1
[08:57:19] [Server thread/INFO]: WaterBool issued server command: //set 0
[08:58:47] [Server thread/INFO]: WaterBool issued server command: /help
[08:59:00] [Server thread/INFO]: WaterBool issued server command: /help deluxemenus
[08:59:05] [Server thread/INFO]: WaterBool issued server command: /deluxemenus
[08:59:05] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'deluxemenus' in plugin DeluxeMenus v1.14.0-Release - plugin is disabled.
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:987) ~[paper-1.20.1.jar:git-Paper-196]
at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.1.jar:git-Paper-196]
at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[paper-1.20.1.jar:?]
at net.minecraft.commands.Commands.performCommand(Commands.java:324) ~[?:?]
at net.minecraft.commands.Commands.performCommand(Commands.java:308) ~[?:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2354) ~[?:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$21(ServerGamePacketListenerImpl.java:2314) ~[?:?]
at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1338) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1315) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1308) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1286) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1174) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
at java.lang.Thread.run(Thread.java:840) ~[?:?]
[09:08:26] [Server thread/INFO]: WaterBool lost connection: Disconnected
[09:08:26] [Server thread/INFO]: [-] WaterBool
[09:10:58] [Server thread/INFO]: Stopping the server
[09:10:58] [Server thread/INFO]: Stopping server
[09:10:58] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v22.2
[09:10:58] [Server thread/INFO]: [CoreProtect] Finishing up data logging. Please wait...
[09:10:59] [Server thread/INFO]: [CoreProtect] Success! Disabled CoreProtect v22.2
[09:10:59] [Server thread/INFO]: [ViaVersionStatus] Disabling ViaVersionStatus v3.13
[09:10:59] [Server thread/INFO]: [HubThat] Disabling HubThat v10.1.184
[09:10:59] [Server thread/INFO]: [HubThat] Plugin HubThat Successfully Unloaded!
[09:10:59] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.20.1
[09:10:59] [Server thread/INFO]: [ServersNPC] Disabling ServersNPC v4.6
[09:10:59] [Server thread/INFO]: [NametagEdit] Disabling NametagEdit v4.5.23
[09:10:59] [Server thread/INFO]: [ClearLag] Disabling ClearLag v3.2.2
[09:10:59] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
[09:10:59] [Server thread/INFO]: [LPC] Disabling LPC v3.6.0
[09:10:59] [Server thread/INFO]: [GSit] Disabling GSit v1.7.0
[09:10:59] [Server thread/INFO]: [GSit] Плагин был успешно отключен.
[09:10:59] [Server thread/INFO]: [TAB] Disabling TAB v4.1.2
[09:10:59] [Server thread/INFO]: [TAB] Disabled in 0ms
[09:10:59] [Server thread/INFO]: [JoinMessagePlus] Disabling JoinMessagePlus v3.3
[09:10:59] [Server thread/INFO]: [CataMines] Disabling CataMines v2.5.11
[09:10:59] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v3.0.4
[09:10:59] [Server thread/INFO]: [OpeNLogin] Disabling OpeNLogin v1.6.6
[09:10:59] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v4.3.12
[09:10:59] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.9+5934e49
[09:10:59] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
[09:10:59] [Server thread/INFO]: [ViaRewind] Disabling ViaRewind v3.0.6-SNAPSHOT
[09:10:59] [Server thread/INFO]: [Essentials] Disabling Essentials v2.20.1
[09:10:59] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked.
[09:10:59] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.2.20+6667-f0f1e66
[09:10:59] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
[09:10:59] [Server thread/INFO]: [ViaBackwards] Disabling ViaBackwards v4.10.0-24w09a-SNAPSHOT
[09:10:59] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
[09:10:59] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.102
[09:10:59] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
[09:10:59] [Server thread/INFO]: [LuckPerms] Closing storage...
[09:10:59] [Server thread/INFO]: [LuckPerms] Goodbye!
[09:10:59] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.10.0-24w09a-SNAPSHOT
[09:10:59] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
[09:10:59] [Server thread/INFO]: Saving players
[09:10:59] [Server thread/INFO]: Saving worlds
[09:10:59] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:eek:verworld
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Saved 5 block chunks, 45 entity chunks, 0 poi chunks in world 'world' in 0.05s
[09:10:59] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[09:10:59] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_nether'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_nether'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_nether'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 2 entity chunks, 0 poi chunks in world 'world_nether' in 0.00s
[09:10:59] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[09:10:59] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_the_end'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_the_end'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_the_end'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Saved 2 block chunks, 48 entity chunks, 0 poi chunks in world 'world_the_end' in 0.03s
[09:10:59] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[09:10:59] [Server thread/INFO]: Saving chunks for level 'ServerLevel[realworld]'/minecraft:realworld
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'realworld'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'realworld'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'realworld'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 24 entity chunks, 0 poi chunks in world 'realworld' in 0.02s
[09:10:59] [Server thread/INFO]: ThreadedAnvilChunkStorage (realworld): All chunks are saved
[09:10:59] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[09:10:59] [Server thread/INFO]: Flushing Chunk IO
[09:10:59] [Server thread/INFO]: Closing Thread Pool
[09:10:59] [Server thread/INFO]: Closing Server
Объединено
 
[08:54:57] [ServerMain/INFO]: Environment: authHost=' ', accountsHost=' ', sessionHost=' ', servicesHost=' ', name='PROD'
[08:55:01] [ServerMain/INFO]: Loaded 7 recipes
[08:55:04] [Server thread/INFO]: Starting minecraft server version 1.20.1
[08:55:04] [Server thread/INFO]: Loading properties
[08:55:04] [Server thread/INFO]: This server is running Paper version git-Paper-196 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: 773dd72)
[08:55:05] [Server thread/INFO]: Using 4 threads for Netty based IO
[08:55:05] [Server thread/INFO]: Server Ping Player Sample Count: 12
[08:55:06] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
We recommend installing the spark profiler as a replacement:
For more information please visit:
[08:55:06] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[08:55:06] [Server thread/INFO]: Default game type: SURVIVAL
[08:55:06] [Server thread/INFO]: Generating keypair
[08:55:07] [Server thread/INFO]: Starting Minecraft server on *:13212
[08:55:07] [Server thread/INFO]: Using epoll channel type
[08:55:07] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[08:55:07] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
[08:55:09] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v4.10.0-24w09a-SNAPSHOT
[08:55:09] [Server thread/INFO]: [ViaVersion] ViaVersion 4.10.0-24w09a-SNAPSHOT is now loaded. Registering protocol transformers and injecting...
[08:55:09] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[08:55:10] [Server thread/INFO]: [ViaBackwards] Loading translations...
[08:55:10] [Server thread/INFO]: [ViaBackwards] Registering protocols...
[08:55:10] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[08:55:11] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.102
[08:55:11] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[08:55:11] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v4.10.0-24w09a-SNAPSHOT
[08:55:11] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.20+6667-f0f1e66
[08:55:12] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@5e53c898]
[08:55:12] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.1
[08:55:12] [Server thread/INFO]: [ViaRewind] Loading server plugin ViaRewind v3.0.6-SNAPSHOT
[08:55:12] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.9+5934e49
[08:55:12] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.12
[08:55:12] [Server thread/INFO]: [OpeNLogin] Loading server plugin OpeNLogin v1.6.6
[08:55:12] [Server thread/INFO]: [HolographicDisplays] Loading server plugin HolographicDisplays v3.0.4
[08:55:12] [Server thread/INFO]: [CataMines] Loading server plugin CataMines v2.5.11
[08:55:12] [Server thread/INFO]: [JoinMessagePlus] Loading server plugin JoinMessagePlus v3.3
[08:55:12] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.1.2
[08:55:12] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.7.0
[08:55:13] [Server thread/INFO]: [LPC] Loading server plugin LPC v3.6.0
[08:55:13] [Server thread/INFO]: [ClearLag] Loading server plugin ClearLag v3.2.2
[08:55:13] [Server thread/INFO]: [NametagEdit] Loading server plugin NametagEdit v4.5.23
[08:55:13] [Server thread/INFO]: [ServersNPC] Loading server plugin ServersNPC v4.6
[08:55:13] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.20.1
[08:55:13] [Server thread/INFO]: [DeluxeMenus] Loading server plugin DeluxeMenus v1.14.0-Release
[08:55:13] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup successfully!
[08:55:13] [Server thread/INFO]: [HubThat] Loading server plugin HubThat v10.1.184
[08:55:13] [Server thread/INFO]: [BetterRTP] Loading server plugin BetterRTP v3.6.12
[08:55:13] [Server thread/INFO]: [ViaVersionStatus] Loading server plugin ViaVersionStatus v3.13
[08:55:13] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v22.2
[08:55:13] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[08:55:13] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.102
[08:55:14] [Server thread/INFO]: __
[08:55:14] [Server thread/INFO]: | |__) LuckPerms v5.4.102
[08:55:14] [Server thread/INFO]: |___ | Running on Bukkit - Paper
[08:55:14] [Server thread/INFO]:
[08:55:14] [Server thread/INFO]: [LuckPerms] Loading configuration...
[08:55:15] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[08:55:17] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[08:55:17] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[08:55:18] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 5406ms)
[08:55:18] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[08:55:18] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[08:55:18] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[08:55:18] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[08:55:18] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[08:55:18] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.20+6667-f0f1e66
[08:55:18] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[08:55:19] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[08:55:19] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_20_R1.PaperweightAdapter as the Bukkit adapter
[08:55:24] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v3.0.6-SNAPSHOT
[08:55:24] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[08:55:24] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[08:55:24] [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.
[08:55:24] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[08:55:24] [Server thread/INFO]: Preparing level "world"
[08:55:25] [Server thread/INFO]: Preparing start region for dimension minecraft:eek:verworld
[08:55:26] [Server thread/INFO]: Time elapsed: 509 ms
[08:55:26] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[08:55:26] [Server thread/INFO]: Time elapsed: 325 ms
[08:55:26] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[08:55:26] [Server thread/INFO]: Time elapsed: 153 ms
[08:55:26] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.10.0-24w09a-SNAPSHOT
[08:55:27] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.20/1.20.1 (763)
[08:55:27] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.10.0-24w09a-SNAPSHOT
[08:55:27] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1
[08:55:28] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[08:55:28] [Server thread/INFO]: [Essentials] No kits found to migrate.
[08:55:29] [Server thread/INFO]: [Essentials] Loaded 39094 items from items.json.
[08:55:29] [Server thread/INFO]: [Essentials] Using locale en_US
[08:55:30] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[08:55:30] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[08:55:30] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[08:55:30] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[08:55:30] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.9+5934e49
[08:55:31] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[08:55:31] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[08:55:31] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[08:55:31] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[08:55:31] [Server thread/INFO]: [WorldGuard] Loading region data...
[08:55:32] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.12
[08:55:32] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.12" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
[08:55:32] [Server thread/INFO]: [Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[08:55:33] [Server thread/INFO]: Preparing start region for dimension minecraft:realworld
[08:55:34] [Server thread/INFO]: Time elapsed: 1398 ms
[08:55:34] [Server thread/INFO]: [WorldGuard] (realworld) TNT ignition is PERMITTED.
[08:55:34] [Server thread/INFO]: [WorldGuard] (realworld) Lighters are PERMITTED.
[08:55:34] [Server thread/INFO]: [WorldGuard] (realworld) Lava fire is PERMITTED.
[08:55:34] [Server thread/INFO]: [WorldGuard] (realworld) Fire spread is UNRESTRICTED.
[08:55:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'realworld'
[08:55:34] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[08:55:34] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
[08:55:34] [Server thread/INFO]: [Multiverse-Core] Version 4.3.12 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[08:55:34] [Server thread/INFO]: [OpeNLogin] Enabling OpeNLogin v1.6.6
[08:55:34] [Server thread/INFO]: [OpeNLogin] ___ __ __ _
[08:55:34] [Server thread/INFO]: [OpeNLogin] /___\_ __ ___ /\ \ \/ / ___ __ _(_)_ __
[08:55:34] [Server thread/INFO]: [OpeNLogin] // // '_ \ / _ \/ \/ / / / _ \ / _` | | '_ \
[08:55:34] [Server thread/INFO]: [OpeNLogin] / \_//| |_) | __/ /\ / /__| (_) | (_| | | | | |
[08:55:34] [Server thread/INFO]: [OpeNLogin] \___/ | .__/ \___\_\ \/\____/\___/ \__, |_|_| |_|
[08:55:34] [Server thread/INFO]: [OpeNLogin] |_| |___/
[08:55:34] [Server thread/INFO]: [OpeNLogin] By: / github.com/nickuc/OpeNLogin - V 1.6.6
[08:55:34] [Server thread/INFO]: [OpeNLogin]
[08:55:34] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v3.0.4
[08:55:35] [Server thread/INFO]: [CataMines] Enabling CataMines v2.5.11
[08:55:35] [Server thread/INFO]: [CataMines] Loading config file
[08:55:35] [Server thread/INFO]: [JoinMessagePlus] Enabling JoinMessagePlus v3.3
[08:55:35] [Server thread/INFO]: [JoinMessagePlus] [#]==========< JoinMessagePlus >==========[#]
[08:55:35] [Server thread/INFO]: [JoinMessagePlus] Version: 3.3
[08:55:35] [Server thread/INFO]: [JoinMessagePlus] Web:
[08:55:35] [Server thread/INFO]: [JoinMessagePlus] Mode: BungeeCord + Standalone
[08:55:35] [Server thread/INFO]: [JoinMessagePlus] Plugin by AndyCraftz
[08:55:35] [Server thread/INFO]: [TAB] Enabling TAB v4.1.2
[08:55:36] [Server thread/INFO]: [TAB] Enabled in 621ms
[08:55:36] [Server thread/INFO]: [GSit] Enabling GSit v1.7.0
[08:55:36] [Server thread/INFO]: [GSit] Плагин был включен.
[08:55:36] [Server thread/INFO]: [GSit] Соединение с ViaVersion Успешно!
[08:55:36] [Server thread/INFO]: [GSit] Соединение с WorldGuard Успешно!
[08:55:36] [Server thread/INFO]: [LPC] Enabling LPC v3.6.0
[08:55:36] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[08:55:36] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
[08:55:36] [Server thread/INFO]: [ClearLag] Loading modules...
[08:55:36] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_20_R1.MinecraftServer)
[08:55:36] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[08:55:36] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[08:55:36] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[08:55:36] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.5.23
[08:55:36] [Thread-13/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.20]...
[08:55:36] [Server thread/INFO]: [NametagEdit] Successfully loaded using bukkit version: v1_20_R1
[08:55:36] [Thread-13/WARN]: [ClearLag] Clearlag failed to check for updates - bukkit may be down
[08:55:36] [Thread-13/WARN]: java.lang.NullPointerException: Cannot invoke "org.json.simple.JSONObject.get(Object)" because "line" is null
[08:55:36] [Thread-13/WARN]: at Clearlag.jar//me.minebuilders.clearlag.BukkitUpdater.updateAvailable(BukkitUpdater.java:59)
[08:55:36] [Thread-13/WARN]: at Clearlag.jar//me.minebuilders.clearlag.BukkitUpdater.run(BukkitUpdater.java:82)
[08:55:36] [Thread-13/WARN]: at java.base/java.lang.Thread.run(Thread.java:840)
[08:55:36] [Server thread/INFO]: [NametagEdit] Found LuckPerms! Hooking in.
[08:55:36] [Server thread/INFO]: [ServersNPC] Enabling ServersNPC v4.6
[08:55:37] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.20.1
[08:55:37] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[08:55:37] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.14.0-Release
[08:55:37] [Server thread/ERROR]: [DeluxeMenus] Could not hook into PlaceholderAPI!
DeluxeMenus will now disable!
[08:55:37] [Server thread/INFO]: [DeluxeMenus] Disabling DeluxeMenus v1.14.0-Release
[08:55:37] [Server thread/ERROR]: Error occurred (in the plugin loader) while disabling DeluxeMenus v1.14.0-Release (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "java.util.Map.clear()" because "this.itemHooks" is null
at com.extendedclip.deluxemenus.DeluxeMenus.onDisable(DeluxeMenus.java:190) ~[DeluxeMenus-1.14.0-Release.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:283) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:224) ~[paper-1.20.1.jar:git-Paper-196]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.20.1.jar:git-Paper-196]
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:537) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at com.extendedclip.deluxemenus.DeluxeMenus.onEnable(DeluxeMenus.java:97) ~[DeluxeMenus-1.14.0-Release.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[paper-1.20.1.jar:git-Paper-196]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.1.jar:git-Paper-196]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:642) ~[paper-1.20.1.jar:git-Paper-196]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:553) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1100) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
at java.lang.Thread.run(Thread.java:840) ~[?:?]
[08:55:37] [Server thread/INFO]: [HubThat] Enabling HubThat v10.1.184
[08:55:37] [Server thread/WARN]: [HubThat] HubThat: Checking if config exists...
[08:55:37] [Server thread/WARN]: [HubThat] Loading config...
[08:55:37] [Server thread/INFO]: [HubThat] All files are working correctly.
[08:55:37] [Server thread/INFO]: [HubThat] Plugin HubThat Successfully Loaded!
[08:55:37] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.12
[08:55:37] [Server thread/INFO]: [BetterRTP] Cooldown = 600
[08:55:37] [Server thread/INFO]: [ViaVersionStatus] Enabling ViaVersionStatus v3.13
[08:55:37] [Server thread/INFO]: [ViaVersionStatus] Using ViaVersion to determine versions.
[08:55:37] [Server thread/INFO]: [ViaVersionStatus] Metrics enabled if allowed by plugins/bStats/config.yml
[08:55:37] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v22.2
[08:55:38] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[08:55:38] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[08:55:38] [Server thread/INFO]: --------------------
[08:55:38] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[08:55:38] [Server thread/INFO]: [CoreProtect] Discord:
[08:55:38] [Server thread/INFO]: --------------------
[08:55:38] [Server thread/INFO]: Starting GS4 status listener
[08:55:38] [Server thread/INFO]: Thread Query Listener started
[08:55:38] [Query Listener #1/INFO]: Query running on 0.0.0.0:9898
[08:55:38] [Server thread/INFO]: JMX monitoring enabled
[08:55:38] [Server thread/INFO]: Running delayed init tasks
[08:55:38] [Craft Scheduler Thread - 5 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[08:55:38] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[08:55:38] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[08:55:38] [Craft Scheduler Thread - 6 - Essentials/INFO]: [Essentials] Fetching version information...
[08:55:38] [Server thread/INFO]: [CataMines] Loading mines from files...
[08:55:39] [Server thread/INFO]: [CataMines] Starting mines and registering commands. Running version 2.5.11
[08:55:39] [Server thread/INFO]: [CataMines] Registering listeners
[08:55:39] [Server thread/INFO]: [ViaVersion] You are running a development version of the plugin, please report any bugs to GitHub.
[08:55:39] [Server thread/INFO]: Done (35.089s)! For help, type "help"
[08:55:39] [Server thread/INFO]: Timings Reset
[08:55:39] [Craft Scheduler Thread - 12 - Vault/INFO]: [Vault] Checking for Updates ...
[08:55:39] [Craft Scheduler Thread - 12 - Vault/INFO]: [Vault] No new version available
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] ViaVersion supported protocols:
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.7.2-1.7.5(4)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.7.6-1.7.10(5)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.8.x(47)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.9(107)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.9.1(108)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.9.2(109)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.9.3/1.9.4(110)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.10.x(210)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.11(315)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.11.1/1.11.2(316)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.12(335)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.12.1(338)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.12.2(340)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.13(393)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.13.1(401)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.13.2(404)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.14(477)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.14.1(480)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.14.2(485)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.14.3(490)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.14.4(498)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.15(573)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.15.1(575)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.15.2(578)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.16(735)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.16.1(736)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.16.2(751)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.16.3(753)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.16.4/1.16.5(754)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.17(755)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.17.1(756)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.18/1.18.1(757)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.18.2(758)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.19(759)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.19.1/1.19.2(760)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.19.3(761)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.19.4(762)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.20/1.20.1(763)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.20.2(764)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.20.3/1.20.4(765)
[08:55:43] [Server thread/INFO]: [ViaVersionStatus] 1.20.5(766)
[08:55:50] [User Authenticator #0/INFO]: UUID of player WaterBool is a0cfa4a8-b483-3f6b-9114-ae7b886f62f2
[08:55:50] [Server thread/INFO]: [+] WaterBool
[08:55:51] [Server thread/INFO]: WaterBool[/**.**.**.**:2040] logged in with entity id 181 at ([world]-299.8746336352427, 108.57285131274638, 6.899462674783554)
[08:55:56] [Server thread/INFO]: WaterBool issued server command: /plugins
[08:55:58] [Server thread/INFO]: WaterBool lost connection: Пароль неверный. Попробуйте еще раз.
[08:55:58] [Server thread/INFO]: [-] WaterBool
[08:56:02] [User Authenticator #0/INFO]: UUID of player WaterBool is a0cfa4a8-b483-3f6b-9114-ae7b886f62f2
[08:56:02] [Server thread/INFO]: [+] WaterBool
[08:56:02] [Server thread/INFO]: WaterBool[/**.**.**.**:2707] logged in with entity id 229 at ([world]-289.28411507718397, 86.0625, 14.554718242298188)
[08:56:10] [Server thread/INFO]: WaterBool issued server command: /plugins
[08:56:26] [Server thread/INFO]: WaterBool issued server command: /gm 1
[08:57:09] [Server thread/INFO]: WaterBool issued server command: /gm 3
[08:57:13] [Server thread/INFO]: WaterBool issued server command: /gm 1
[08:57:19] [Server thread/INFO]: WaterBool issued server command: //set 0
[08:58:47] [Server thread/INFO]: WaterBool issued server command: /help
[08:59:00] [Server thread/INFO]: WaterBool issued server command: /help deluxemenus
[08:59:05] [Server thread/INFO]: WaterBool issued server command: /deluxemenus
[08:59:05] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'deluxemenus' in plugin DeluxeMenus v1.14.0-Release - plugin is disabled.
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:987) ~[paper-1.20.1.jar:git-Paper-196]
at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.1.jar:git-Paper-196]
at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[paper-1.20.1.jar:?]
at net.minecraft.commands.Commands.performCommand(Commands.java:324) ~[?:?]
at net.minecraft.commands.Commands.performCommand(Commands.java:308) ~[?:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2354) ~[?:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$21(ServerGamePacketListenerImpl.java:2314) ~[?:?]
at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1338) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1315) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1308) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1286) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1174) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
at java.lang.Thread.run(Thread.java:840) ~[?:?]
[09:08:26] [Server thread/INFO]: WaterBool lost connection: Disconnected
[09:08:26] [Server thread/INFO]: [-] WaterBool
[09:10:58] [Server thread/INFO]: Stopping the server
[09:10:58] [Server thread/INFO]: Stopping server
[09:10:58] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v22.2
[09:10:58] [Server thread/INFO]: [CoreProtect] Finishing up data logging. Please wait...
[09:10:59] [Server thread/INFO]: [CoreProtect] Success! Disabled CoreProtect v22.2
[09:10:59] [Server thread/INFO]: [ViaVersionStatus] Disabling ViaVersionStatus v3.13
[09:10:59] [Server thread/INFO]: [HubThat] Disabling HubThat v10.1.184
[09:10:59] [Server thread/INFO]: [HubThat] Plugin HubThat Successfully Unloaded!
[09:10:59] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.20.1
[09:10:59] [Server thread/INFO]: [ServersNPC] Disabling ServersNPC v4.6
[09:10:59] [Server thread/INFO]: [NametagEdit] Disabling NametagEdit v4.5.23
[09:10:59] [Server thread/INFO]: [ClearLag] Disabling ClearLag v3.2.2
[09:10:59] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
[09:10:59] [Server thread/INFO]: [LPC] Disabling LPC v3.6.0
[09:10:59] [Server thread/INFO]: [GSit] Disabling GSit v1.7.0
[09:10:59] [Server thread/INFO]: [GSit] Плагин был успешно отключен.
[09:10:59] [Server thread/INFO]: [TAB] Disabling TAB v4.1.2
[09:10:59] [Server thread/INFO]: [TAB] Disabled in 0ms
[09:10:59] [Server thread/INFO]: [JoinMessagePlus] Disabling JoinMessagePlus v3.3
[09:10:59] [Server thread/INFO]: [CataMines] Disabling CataMines v2.5.11
[09:10:59] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v3.0.4
[09:10:59] [Server thread/INFO]: [OpeNLogin] Disabling OpeNLogin v1.6.6
[09:10:59] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v4.3.12
[09:10:59] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.9+5934e49
[09:10:59] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
[09:10:59] [Server thread/INFO]: [ViaRewind] Disabling ViaRewind v3.0.6-SNAPSHOT
[09:10:59] [Server thread/INFO]: [Essentials] Disabling Essentials v2.20.1
[09:10:59] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked.
[09:10:59] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.2.20+6667-f0f1e66
[09:10:59] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
[09:10:59] [Server thread/INFO]: [ViaBackwards] Disabling ViaBackwards v4.10.0-24w09a-SNAPSHOT
[09:10:59] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
[09:10:59] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.102
[09:10:59] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
[09:10:59] [Server thread/INFO]: [LuckPerms] Closing storage...
[09:10:59] [Server thread/INFO]: [LuckPerms] Goodbye!
[09:10:59] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.10.0-24w09a-SNAPSHOT
[09:10:59] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
[09:10:59] [Server thread/INFO]: Saving players
[09:10:59] [Server thread/INFO]: Saving worlds
[09:10:59] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:eek:verworld
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Saved 5 block chunks, 45 entity chunks, 0 poi chunks in world 'world' in 0.05s
[09:10:59] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[09:10:59] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_nether'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_nether'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_nether'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 2 entity chunks, 0 poi chunks in world 'world_nether' in 0.00s
[09:10:59] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[09:10:59] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_the_end'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_the_end'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_the_end'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Saved 2 block chunks, 48 entity chunks, 0 poi chunks in world 'world_the_end' in 0.03s
[09:10:59] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[09:10:59] [Server thread/INFO]: Saving chunks for level 'ServerLevel[realworld]'/minecraft:realworld
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'realworld'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'realworld'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'realworld'
[09:10:59] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 24 entity chunks, 0 poi chunks in world 'realworld' in 0.02s
[09:10:59] [Server thread/INFO]: ThreadedAnvilChunkStorage (realworld): All chunks are saved
[09:10:59] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[09:10:59] [Server thread/INFO]: Flushing Chunk IO
[09:10:59] [Server thread/INFO]: Closing Thread Pool
[09:10:59] [Server thread/INFO]: Closing Server
Объединено
PlaceholderAPI скачай
 
Назад
Сверху Снизу