Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Rekomendowane odpowiedzi

Opublikowano (edytowane)

Jeśli te chunki w ogóle się nie renderują (nawet po godzinie stania w takim) to podobny problem zaobserwowałem gdy serwer stoi na wersji 1.16.5, a gracz dołącza z nowszej niż 1.16.5. Wyślij logi serwera powiedzą dużo więcej niż screenshoty. Przydałaby się też lista modyfikacji, z których korzystasz na cliencie.

Edytowane przez Helios1993
Opublikowano (edytowane)

Serwer stoi na 1.18.1 Mam Feather Client a to mody w nim. W kolejnej wiadomości wyśle log.image.png

[10:03:37] [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'

[10:03:38] [ServerMain/INFO]: Reloading ResourceManager: Default, bukkit

[10:03:38] [Worker-Main-4/INFO]: Loaded 7 recipes

[10:03:40] [Server thread/INFO]: Starting minecraft server version 1.18.1

[10:03:40] [Server thread/INFO]: Loading properties

[10:03:40] [Server thread/INFO]: This server is running Paper version git-Paper-68 (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT) (Git: 1c779c2)

[10:03:40] [Server thread/INFO]: Server Ping Player Sample Count: 12

[10:03:40] [Server thread/INFO]: Using 4 threads for Netty based IO

[10:03:40] [Server thread/INFO]: Default game type: SURVIVAL

[10:03:40] [Server thread/INFO]: Generating keypair

[10:03:40] [Server thread/INFO]: Starting Minecraft server on 10.3.66.213:43850

[10:03:40] [Server thread/INFO]: Using epoll channel type

[10:03:40] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.

[10:03:40] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.

[10:03:41] [Server thread/ERROR]: [STDERR] [org.bukkit.craftbukkit.v1_18_R1.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!

[10:03:45] [Server thread/WARN]: Legacy plugin nDzialki v0.1 does not specify an api-version.

[10:03:45] [Server thread/WARN]: Legacy plugin AdvancedLogin v3.21 does not specify an api-version.

[10:03:45] [Server thread/WARN]: Legacy plugin CheckPlayer v0.4.3 does not specify an api-version.

[10:03:45] [Server thread/WARN]: Legacy plugin SetSpawn v2.3.5 does not specify an api-version.

[10:03:45] [Server thread/ERROR]: Could not load 'plugins/CommandNPC-1.9.1 (1).jar' in folder 'plugins'

org.bukkit.plugin.UnknownDependencyException: Unknown/missing dependency plugins: [Citizens]. Please download and install these plugins to run 'CommandNPC'.

at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:290) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]

at org.bukkit.craftbukkit.v1_18_R1.CraftServer.loadPlugins(CraftServer.java:421) ~[paper-1.18.1.jar:git-Paper-68]

at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:285) ~[paper-1.18.1.jar:git-Paper-68]

at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1202) ~[paper-1.18.1.jar:git-Paper-68]

at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.18.1.jar:git-Paper-68]

at java.lang.Thread.run(Thread.java:833) ~[?:?]

[10:03:45] [Server thread/WARN]: Legacy plugin Essentials v2.0.1-b276 does not specify an api-version.

[10:03:45] [Server thread/INFO]: [CombatLogX] This plugin is using SirBlobmanAPI by SirBlobman.

[10:03:45] [Server thread/INFO]: [CombatLogX] Searching for a handler that matches NMS version 1_18_R1

[10:03:45] [Server thread/WARN]: [CombatLogX] A handler could not be found for NMS version 1_18_R1:

java.lang.ClassNotFoundException: com.SirBlobman.combatlogx.api.shaded.nms.NMS_1_18_R1

at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:151) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]

at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]

at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]

at java.lang.Class.forName0(Native Method) ~[?:?]

at java.lang.Class.forName(Class.java:375) ~[?:?]

at com.SirBlobman.combatlogx.api.shaded.nms.MultiVersionHandler.getInterfaceClass(MultiVersionHandler.java:53) ~[CombatLogX.jar:?]

at com.SirBlobman.combatlogx.api.shaded.nms.MultiVersionHandler.setupInterface(MultiVersionHandler.java:27) ~[CombatLogX.jar:?]

at com.SirBlobman.combatlogx.api.shaded.nms.MultiVersionHandler.<init>(MultiVersionHandler.java:14) ~[CombatLogX.jar:?]

at com.SirBlobman.combatlogx.api.shaded.plugin.SirBlobmanPlugin.<init>(SirBlobmanPlugin.java:28) ~[CombatLogX.jar:?]

at com.SirBlobman.combatlogx.CombatLogX.<init>(CombatLogX.java:44) ~[CombatLogX.jar:?]

at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]

at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]

at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]

at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]

at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?]

at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:347) ~[?:?]

at java.lang.Class.newInstance(Class.java:645) ~[?:?]

at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:83) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]

at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]

at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]

at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]

at org.bukkit.craftbukkit.v1_18_R1.CraftServer.loadPlugins(CraftServer.java:421) ~[paper-1.18.1.jar:git-Paper-68]

at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:285) ~[paper-1.18.1.jar:git-Paper-68]

at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1202) ~[paper-1.18.1.jar:git-Paper-68]

at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.18.1.jar:git-Paper-68]

at java.lang.Thread.run(Thread.java:833) ~[?:?]

[10:03:45] [Server thread/INFO]: [CombatLogX] Attempting to find a fallback handler...

[10:03:45] [Server thread/INFO]: [CombatLogX] Using fallback NMS handler for version 1_18_R1

[10:03:45] [Server thread/INFO]: [CombatLogX] Please contact SirBlobman and ask him to add support for it.

[10:03:45] [Server thread/INFO]: [CombatLogX] Successfully found NMS Handler class 'com.SirBlobman.combatlogx.api.shaded.nms.NMS_Fallback'.

[10:03:45] [Server thread/INFO]: [nDzialki] Loading nDzialki v0.1

[10:03:45] [Server thread/INFO]: [AdvancedLogin] Loading AdvancedLogin v3.21

[10:03:45] [Server thread/INFO]: [CheckPlayer] Loading CheckPlayer v0.4.3

[10:03:45] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2

[10:03:45] [Server thread/INFO]: [QuickSave] Loading QuickSave v1.3.0.1

[10:03:45] [Server thread/INFO]: [SetSpawn] Loading SetSpawn v2.3.5

[10:03:45] [Server thread/INFO]: [ServersNPC] Loading ServersNPC v3.7

[10:03:45] [Server thread/INFO]: [nokaut] Loading nokaut v1.14.1

[10:03:45] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.2.1

[10:03:45] [Server thread/INFO]: [ViaVersion] ViaVersion 4.2.1 is now loaded, injecting!

[10:03:45] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...

[10:03:46] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...

[10:03:46] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...

[10:03:46] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...

[10:03:46] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...

[10:03:46] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...

[10:03:46] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...

[10:03:46] [Via-Mappingloader-6/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...

[10:03:46] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.17 -> 1.18 mappings...

[10:03:46] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v4.2.1

[10:03:46] [Server thread/INFO]: [ViaBackwards] Loading translations...

[10:03:46] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.10 -> 1.9.4 mappings...

[10:03:46] [Via-Mappingloader-6/INFO]: [ViaBackwards] Loading 1.11 -> 1.10 mappings...

[10:03:46] [Via-Mappingloader-6/INFO]: [ViaBackwards] Loading 1.12 -> 1.11 mappings...

[10:03:46] [Via-Mappingloader-1/INFO]: [ViaBackwards] Loading 1.13 -> 1.12 mappings...

[10:03:46] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.13.2 -> 1.13 mappings...

[10:03:46] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.14 -> 1.13.2 mappings...

[10:03:46] [Via-Mappingloader-6/INFO]: [ViaBackwards] Loading 1.15 -> 1.14 mappings...

[10:03:46] [Via-Mappingloader-6/INFO]: [ViaBackwards] Loading 1.16 -> 1.15 mappings...

[10:03:46] [Via-Mappingloader-1/INFO]: [ViaBackwards] Loading 1.16.2 -> 1.16 mappings...

[10:03:46] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.17 -> 1.16.2 mappings...

[10:03:46] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v2.0.2

[10:03:46] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.3.86

[10:03:46] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.18 -> 1.17 mappings...

[10:03:46] [Server thread/INFO]: [LoneLibs] Loading LoneLibs v1.0.18

[10:03:46] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.0.0-SNAPSHOT-b553

[10:03:48] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.17-SNAPSHOT-Updated-b101

[10:03:48] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.

[10:03:48] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.

[10:03:48] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.18.1

[10:03:48] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v10.0.28

[10:03:48] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v14.1.15

[10:03:48] [Server thread/INFO]: [Images] Loading Images v2.2.5

[10:03:48] [Server thread/INFO]: [Orebfuscator] Loading Orebfuscator v5.2.6

[10:03:48] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131

[10:03:48] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.7.2

[10:03:48] [Server thread/INFO]: [LPC] Loading LPC v3.5.0

[10:03:48] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.9+e20e013

[10:03:49] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@523f444d]

[10:03:49] [Server thread/INFO]: [DecentHolograms] Loading DecentHolograms v2.3.1

[10:03:49] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b276

[10:03:49] [Server thread/INFO]: [ServerBooster] Loading ServerBooster v1.0.58

[10:03:49] [Server thread/INFO]: [RandomTP] Loading RandomTP v1.7.4

[10:03:49] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.7+216b061

[10:03:49] [Server thread/INFO]: [GSit] Loading GSit v[6.0.4.1]

[10:03:49] [Server thread/INFO]: [CombatLogX] Loading CombatLogX v10.3.6.0

[10:03:49] [Server thread/INFO]: [CombatLogX] Loading expansions...

[10:03:49] [Server thread/INFO]: [CombatLogX] There are no expansions to load.

[10:03:49] [Server thread/INFO]: [CombatLogX] CombatLogX loaded successfully.

[10:03:49] [Server thread/INFO]: [PlayerParticles] Loading PlayerParticles v8.0

[10:03:49] [Server thread/INFO]: [Skript] Loading Skript v2.6.1

[10:03:49] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it

[10:03:49] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v2.0.2

[10:03:49] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.3.86

[10:03:49] [Server thread/INFO]: __

[10:03:49] [Server thread/INFO]: | |__) LuckPerms v5.3.86

[10:03:49] [Server thread/INFO]: |___ | Running on Bukkit - Paper

[10:03:49] [Server thread/INFO]:

[10:03:49] [Server thread/INFO]: [LuckPerms] Loading configuration...

[10:03:49] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]

[10:03:50] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...

[10:03:50] [Server thread/INFO]: [LuckPerms] Performing initial data load...

[10:03:50] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1612ms)

[10:03:50] [Server thread/INFO]: [LoneLibs] Enabling LoneLibs v1.0.18

[10:03:50] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b553

[10:03:50] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.

[10:03:50] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131

[10:03:50] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.0.1-b276 which is not a depend, softdepend or loadbefore of this plugin.

[10:03:50] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting

[10:03:50] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.

[10:03:51] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131

[10:03:51] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.

[10:03:51] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.9+e20e013

[10:03:51] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface

[10:03:51] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions

[10:03:51] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_18_R1.PaperweightAdapter as the Bukkit adapter

[10:03:52] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!

[10:03:52] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.

[10:03:52] [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.

[10:03:52] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.

[10:03:52] [Server thread/INFO]: Preparing level "world"

[10:03:54] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld

[10:03:54] [Server thread/INFO]: Time elapsed: 146 ms

[10:03:54] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether

[10:03:54] [Server thread/INFO]: Time elapsed: 56 ms

[10:03:54] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end

[10:03:54] [Server thread/INFO]: Time elapsed: 19 ms

[10:03:54] [Server thread/INFO]: [nDzialki] Enabling nDzialki v0.1*

[10:03:54] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:<ID>'. Please ask the author to give their recipe a static key using NamespacedKey.

[10:03:54] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.<init>(ShapedRecipe.java:28)

[10:03:54] [Server thread/WARN]: at nDzialki.jar//me.n4maleq.dzialki.Main.onEnable(Main.java:39)

[10:03:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)

[10:03:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)

[10:03:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)

[10:03:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R1.CraftServer.enablePlugin(CraftServer.java:563)

[10:03:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R1.CraftServer.enablePlugins(CraftServer.java:477)

[10:03:54] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:727)

[10:03:54] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:503)

[10:03:54] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:313)

[10:03:54] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1202)

[10:03:54] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317)

[10:03:54] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)

[10:03:54] [Server thread/INFO]: [AdvancedLogin] Enabling AdvancedLogin v3.21*

[10:03:54] [Server thread/INFO]: [AdvancedLogin] [STDOUT] Enabeling files-system

[10:03:54] [Server thread/WARN]: Nag author(s): '[Leoko]' of 'AdvancedLogin' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).

[10:03:54] [Server thread/INFO]: [AdvancedLogin] [STDOUT] Checking PINs!

[10:03:54] [Server thread/INFO]: [AdvancedLogin] [STDOUT] Done!

[10:03:54] [Server thread/INFO]: [AdvancedLogin] [STDOUT]

[=]---------------------------[=]

-= AdvancedLogin =-

Dev: Leoko

Status: Enabled

License: Privat

[=]---------------------------[=]

[10:03:54] [Server thread/INFO]: [CheckPlayer] Enabling CheckPlayer v0.4.3*

[10:03:54] [Server thread/INFO]: [CheckPlayer] # CheckPlayer v0.4.3 on #

[10:03:54] [Server thread/INFO]: [CheckPlayer] Author: filippop1

[10:03:54] [Server thread/INFO]: [CheckPlayer] Kontynuacja: MinecraftKondziu

[10:03:54] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2

[10:03:54] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter

[10:03:54] [Server thread/INFO]: [ClearLag] Loading modules...

[10:03:54] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_18_R1.MinecraftServer)

[10:03:54] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values

[10:03:54] [Server thread/INFO]: [ClearLag] Modules have been loaded!

[10:03:54] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!

[10:03:54] [Thread-13/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.18]...

[10:03:54] [Server thread/INFO]: [QuickSave] Enabling QuickSave v1.3.0.1

[10:03:54] [Server thread/INFO]: [QuickSave] RockyHawk's QuickSave v1.3.0.1 Plugin Loading...

[10:03:54] [Server thread/INFO]: [QuickSave] RockyHawk's QuickSave v1.3.0.1 Plugin Loaded!

[10:03:54] [Server thread/INFO]: [SetSpawn] Enabling SetSpawn v2.3.5*

[10:03:54] [Server thread/INFO]: [org.minecraftlist.setspawn.UpdateCheck] Checking for updates for setspawn on mclist.io

[10:03:54] [Thread-13/INFO]: [ClearLag] No updates found!

[10:03:54] [Server thread/INFO]: [org.minecraftlist.setspawn.UpdateCheck] There is an update for setspawn on mclist.io - https://mclist.io/resource/setspawn

[10:03:54] [Server thread/INFO]: [SetSpawn] =-=-=-=-=-=-=-=-=-=-=-=

[10:03:54] [Server thread/INFO]: [SetSpawn] Thanks for downloading SetSpawn

[10:03:54] [Server thread/INFO]: [SetSpawn] Advertise your Minecraft server today at

[10:03:54] [Server thread/INFO]: [SetSpawn] https://mclist.io

[10:03:54] [Server thread/INFO]: [SetSpawn] =-=-=-=-=-=-=-=-=-=-=-=

[10:03:54] [Server thread/INFO]: [ServersNPC] Enabling ServersNPC v3.7

[10:03:54] [Server thread/INFO]: [nokaut] Enabling nokaut v1.14.1

[10:03:54] [Server thread/INFO]:

[10:03:54] [Server thread/INFO]: |\ | | /

[10:03:54] [Server thread/INFO]: | \ | | /

[10:03:54] [Server thread/INFO]: | \ | |/

[10:03:54] [Server thread/INFO]: | \ | |\

[10:03:54] [Server thread/INFO]: | \ | | \

[10:03:54] [Server thread/INFO]: | \| | \

[10:03:54] [Server thread/INFO]:

[10:03:54] [Server thread/INFO]: Enabling the plugin nokaut BY smaks6

[10:03:54] [Server thread/INFO]: Server version: v1_18_R1

[10:03:55] [Server thread/WARN]: [nokaut] Loaded class com.sk89q.worldguard.protection.flags.Flag from WorldGuard v7.0.7+216b061 which is not a depend, softdepend or loadbefore of this plugin.

[10:03:55] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.2.1

[10:03:55] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.2.1

[10:03:55] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.17-SNAPSHOT-Updated-b101

[10:03:55] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.13-1.17|? / Bukkit-API

[10:03:55] [Server thread/INFO]: [NoCheatPlus] Applied block patches for multi client protocol support: water_lily, soil, vine, honey_block, shulker_box

[10:03:55] [Server thread/INFO]: [NoCheatPlus] Update block-info: Block shape patch for multi client protocol support around 1.7.x - 1.16.x.

[10:03:55] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.

[10:03:55] [Server thread/WARN]: [NoCheatPlus] Packet level access via ProtocolLib not available, supported configurations: | ProtocolLib 4.7.0 or later for Minecraft 1.17.x | ProtocolLib 4.6.0 or later for Minecraft 1.16.x | ProtocolLib 4.5.0 or later for Minecraft 1.14.x to 1.15.x | ProtocolLib 4.4.0 or later for Minecraft 1.13.x | ProtocolLib 4.3.0 or later for Minecraft 1.12.x | ProtocolLib 4.2.0 or later for Minecraft 1.11.x | ProtocolLib 4.1 or later for Minecraft 1.8.x to 1.10.x | ProtocolLib 3.7.0 for Minecraft 1.7.x and earlier | ProtocolLib 3.6.6 for PaperSpigot 1.8.x

[10:03:55] [Server thread/INFO]: [NoCheatPlus] Force disable FastHeal, FastConsume, PacketFrequency and InstantBow on Minecraft 1.9 and later.

[10:03:55] [Server thread/INFO]: [NoCheatPlus] Version 3.17-SNAPSHOT-Updated-b101 is enabled.

[10:03:55] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.28

[10:03:55] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.28-Free.jar

[10:03:55] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_18_R1

[10:03:55] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #1086

[10:03:55] [Server thread/INFO]: [LibsDisguises] Build Date: 22/03/2022 06:37

[10:03:55] [Server thread/WARN]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/

[10:03:55] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)

[10:03:58] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict

[10:03:58] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise

[10:03:58] [Server thread/INFO]: [LibsDisguises] Config is up to date!

[10:03:59] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.1.15

[10:03:59] [Server thread/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1mDetected Minecraft [33;1mv1_18_R1[32;1m, using [33;1mMappingSpigotSkinRefresher[32;1m.[0;39m

[10:03:59] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!

[10:03:59] [Server thread/INFO]: [Images] Enabling Images v2.2.5

[10:03:59] [Server thread/INFO]: [Images] ProtocolLib detected. Enabling generic packet handling...

[10:03:59] [Server thread/INFO]: [Orebfuscator] Enabling Orebfuscator v5.2.6

[10:03:59] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.2

[10:03:59] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.2*-=-=-=-=-=-=-=-=-=-*

[10:03:59] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131

[10:03:59] [Server thread/ERROR]: Cannot load plugins/MyCommand/commands/Siemanoo.yml

org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping

in 'string', line 16, column 3:

command: /Vip

^

expected <block end>, but found '<scalar>'

in 'string', line 22, column 6:

- "-Dost�p do /workbench

^

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:59) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]

at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]

at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]

at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:188) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]

at it.emmerrei.mycommand.InitializeConfigFiles.LoadCommandsFiles(InitializeConfigFiles.java:328) ~[MyCommand.jar:?]

at it.emmerrei.mycommand.InitializeConfigFiles.checkConfig(InitializeConfigFiles.java:157) ~[MyCommand.jar:?]

at it.emmerrei.mycommand.Main.onEnable(Main.java:331) ~[MyCommand.jar:?]

at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]

at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]

at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]

at org.bukkit.craftbukkit.v1_18_R1.CraftServer.enablePlugin(CraftServer.java:563) ~[paper-1.18.1.jar:git-Paper-68]

at org.bukkit.craftbukkit.v1_18_R1.CraftServer.enablePlugins(CraftServer.java:477) ~[paper-1.18.1.jar:git-Paper-68]

at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:727) ~[paper-1.18.1.jar:git-Paper-68]

at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:503) ~[paper-1.18.1.jar:git-Paper-68]

at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:313) ~[paper-1.18.1.jar:git-Paper-68]

at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1202) ~[paper-1.18.1.jar:git-Paper-68]

at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.18.1.jar:git-Paper-68]

at java.lang.Thread.run(Thread.java:833) ~[?:?]

Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping

in 'string', line 16, column 3:

command: /Vip

^

expected <block end>, but found '<scalar>'

in 'string', line 22, column 6:

- "-Dost�p do /workbench

^

at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:617) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:165) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:59) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:45) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:140) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:119) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:255) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:193) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:313) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:304) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:288) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:195) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:313) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:304) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:288) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:195) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:115) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:146) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:151) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[snakeyaml-1.28.jar:?]

at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[snakeyaml-1.28.jar:?]

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]

... 17 more

[10:03:59] [Server thread/INFO]: | Command file(s) found : 2

[10:03:59] [Server thread/INFO]: | Config : Ready.

[10:03:59] [Server thread/INFO]: | ProtocolLib found, features availables (SignMenu)

[10:03:59] [Server thread/INFO]: | PlaceholderAPI: Not Found

[10:03:59] [Server thread/INFO]: | Custom commands loaded : 44

[10:03:59] [Server thread/INFO]: | You're running the latest version of MyCommand.

[10:03:59] [Server thread/WARN]: [MyCommand] Loaded class com.comphenix.protocol.events.PacketListener from ProtocolLib v5.0.0-SNAPSHOT-b553 which is not a depend, softdepend or loadbefore of this plugin.

[10:03:59] [Server thread/INFO]: | by emmerrei a.k.a. ivanfromitaly.

[10:03:59] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*

[10:03:59] [Server thread/INFO]: [LPC] Enabling LPC v3.5.0

[10:03:59] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.3.1

[10:03:59] [Server thread/INFO]: [DecentHolograms] Using ProtocolLib for packet listening.

[10:03:59] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b276*

[10:03:59] [Server thread/WARN]: [Essentials] Ignoring attempt to change parent of plugin logger

[10:03:59] [Server thread/INFO]: [Essentials] Using locale en_US

[10:04:00] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as spawner provider.

[10:04:00] [Server thread/INFO]: [Essentials] Using locale en_US

[10:04:00] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.

[10:04:00] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.

[10:04:00] [Server thread/INFO]: [Essentials] Using Vault based permissions (generic)

[10:04:00] [Server thread/INFO]: [ServerBooster] Enabling ServerBooster v1.0.58

[10:04:00] [Server thread/INFO]: [ServerBooster] [STDOUT] [36;1m Downloaded from https://directleaks.to [0m

[10:04:00] [Server thread/WARN]: Nag author(s): '[LoneDev, Travis Watkins, redwall_hp, Esmorall]' of 'ServerBooster' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).

[10:04:00] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_18_R1! Trying to find NMS support

[10:04:00] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_18_R1' loaded!

[10:04:00] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson

[10:04:00] [Server thread/WARN]: [ServerBooster] Invalid configuration for mob type: pig_zombie

[10:04:00] [Server thread/WARN]: [ServerBooster] Loaded class com.comphenix.protocol.reflect.FieldUtils from ProtocolLib v5.0.0-SNAPSHOT-b553 which is not a depend, softdepend or loadbefore of this plugin.

[10:04:00] [Server thread/INFO]: [ServerBooster] Override of spigot.yml and bukkit.yml configs completed

[10:04:00] [Server thread/INFO]: [Essentials] Using Vault based permissions (generic)

[10:04:00] [Server thread/INFO]: [RandomTP] Enabling RandomTP v1.7.4

[10:04:01] [Server thread/INFO]: [RandomTP] Successfully loaded config.yml and lang.yml

[10:04:01] [Server thread/INFO]: [Essentials] Using Vault based permissions (generic)

[10:04:01] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.7+216b061

[10:04:01] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.

[10:04:01] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.

[10:04:01] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.

[10:04:01] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.

[10:04:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'

[10:04:01] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.

[10:04:01] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.

[10:04:01] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.

[10:04:01] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.

[10:04:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'

[10:04:01] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.

[10:04:01] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.

[10:04:01] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.

[10:04:01] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.

[10:04:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'

[10:04:01] [Server thread/INFO]: [WorldGuard] Loading region data...

[10:04:01] [Server thread/INFO]: [Essentials] Using Vault based permissions (generic)

[10:04:01] [Server thread/INFO]: [GSit] Enabling GSit v[6.0.4.1]

[10:04:01] [Server thread/INFO]: [GSit] The Plugin was successfully enabled.

[10:04:01] [Server thread/INFO]: [GSit] Link with WorldGuard successful!

[10:04:01] [Server thread/INFO]: [Essentials] Using Vault based permissions (generic)

[10:04:01] [Server thread/INFO]: [CombatLogX] Enabling CombatLogX v10.3.6.0

[10:04:01] [Server thread/INFO]: [CombatLogX] Registered command '/combatlogx'.

[10:04:01] [Server thread/INFO]: [CombatLogX] Registered command '/combat-timer'.

[10:04:01] [Server thread/INFO]: [CombatLogX] There are no expansions to enable.

[10:04:01] [Server thread/INFO]: [CombatLogX] CombatLogX is now enabled.

[10:04:01] [Server thread/INFO]: [Essentials] Using Vault based permissions (generic)

[10:04:01] [Server thread/INFO]: [PlayerParticles] Enabling PlayerParticles v8.0

[10:04:01] [Server thread/INFO]: [Essentials] Using Vault based permissions (generic)

[10:04:01] [Server thread/INFO]: [Skript] Enabling Skript v2.6.1

[10:04:01] [ForkJoinPool.commonPool-worker-1/INFO]: [Skript] You're currently running the latest stable version of Skript.

[10:04:06] [Server thread/INFO]: [Skript] Loaded 143127 aliases in 4372ms

[10:04:06] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~

[10:04:06] [Server thread/INFO]: [Essentials] Using Vault based permissions (generic)

[10:04:06] [Server thread/INFO]: Starting GS4 status listener

[10:04:06] [Server thread/INFO]: Thread Query Listener started

[10:04:06] [Query Listener #1/INFO]: Query running on 10.3.66.213:25565

[10:04:06] [Server thread/INFO]: Running delayed init tasks

[10:04:06] [Craft Scheduler Thread - 1 - SetSpawn/INFO]: [org.minecraftlist.setspawn.UpdateCheck] Checking for updates for setspawn on mclist.io

[10:04:06] [Craft Scheduler Thread - 2 - NoCheatPlus/INFO]: [NoCheatPlus] Could not register an instance for: fr.neatmonster.nocheatplus.components.entity.IEntityAccessLastPositionAndLook

[10:04:06] [Craft Scheduler Thread - 2 - NoCheatPlus/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].

[10:04:06] [Craft Scheduler Thread - 2 - NoCheatPlus/INFO]: [NoCheatPlus] Added hook: ViolationFrequency(NCP) [1.0].

[10:04:07] [Craft Scheduler Thread - 1 - SetSpawn/INFO]: [org.minecraftlist.setspawn.UpdateCheck] There is an update for setspawn on mclist.io - https://mclist.io/resource/setspawn

[10:04:07] [Craft Scheduler Thread - 0 - nokaut/INFO]: You have the latest version of the plugin

[10:04:07] [Craft Scheduler Thread - 0 - nokaut/INFO]: Nokaut plugin BY smaks6

[10:04:07] [Craft Scheduler Thread - 1 - CombatLogX/INFO]: [CombatLogX] Checking for updates using the Spigot API...

[10:04:07] [Craft Scheduler Thread - 13 - PlayerParticles/INFO]: [PlayerParticles] Data handler connected using SQLite.

[10:04:07] [Craft Scheduler Thread - 12 - Vault/INFO]: [Vault] Checking for Updates ...

[10:04:07] [Craft Scheduler Thread - 12 - Vault/INFO]: [Vault] No new version available

[10:04:07] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.18/1.18.1 (757)

[10:04:07] [Craft Scheduler Thread - 1 - CombatLogX/INFO]: [CombatLogX] ==============================================

[10:04:07] [Craft Scheduler Thread - 1 - CombatLogX/INFO]: [CombatLogX] CombatLogX Update Checker

[10:04:07] [Craft Scheduler Thread - 1 - CombatLogX/INFO]: [CombatLogX]

[10:04:07] [Craft Scheduler Thread - 1 - CombatLogX/INFO]: [CombatLogX] There is an update available!

[10:04:07] [Craft Scheduler Thread - 1 - CombatLogX/INFO]: [CombatLogX] Latest Version: 10.4.2.4

[10:04:07] [Craft Scheduler Thread - 1 - CombatLogX/INFO]: [CombatLogX] Your Version: 10.3.6.0

[10:04:07] [Craft Scheduler Thread - 1 - CombatLogX/INFO]: [CombatLogX]

[10:04:07] [Craft Scheduler Thread - 1 - CombatLogX/INFO]: [CombatLogX] https://www.spigotmc.org/resources/31689/

[10:04:07] [Craft Scheduler Thread - 1 - CombatLogX/INFO]: [CombatLogX] &8==============================================

[10:04:07] [Server thread/WARN]: [NoCheatPlus] The block data is incomplete:

--- Missing entries -------------------------------

* BLOCK BREAKING (POWDER_SNOW / IGN_PASSABLE)

[10:04:07] [Server thread/INFO]: [NoCheatPlus] Post-enable running...

[10:04:07] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.

[10:04:07] [Server thread/INFO]: [DecentHolograms] Loading holograms...

[10:04:07] [Server thread/INFO]: [DecentHolograms] Loaded 8 holograms!

[10:04:07] [Craft Scheduler Thread - 5 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m----------------------------------------------[0;39m

[10:04:07] [Craft Scheduler Thread - 5 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m +==================+[0;39m

[10:04:07] [Craft Scheduler Thread - 5 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m | SkinsRestorer |[0;39m

[10:04:07] [Craft Scheduler Thread - 5 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m |------------------|[0;39m

[10:04:07] [Craft Scheduler Thread - 5 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m | [34;1m[4m[21mStandalone Mode[0;39m[32;1m |[0;39m

[10:04:07] [Craft Scheduler Thread - 5 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m +==================+[0;39m

[10:04:07] [Craft Scheduler Thread - 5 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m----------------------------------------------[0;39m

[10:04:07] [Craft Scheduler Thread - 5 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[36;1m Current version: [32;1m14.1.15[0;39m

[10:04:07] [Craft Scheduler Thread - 5 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m This is the latest version![0;39m

[10:04:07] [Craft Scheduler Thread - 5 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m----------------------------------------------[0;39m

[10:04:07] [Server thread/INFO]: [Skript] Loading variables...

[10:04:07] [Server thread/INFO]: [Skript] Loaded 1 variables in 0.0 seconds

[10:04:07] [Server thread/INFO]: [Skript] All scripts loaded without errors.

[10:04:07] [Server thread/WARN]: [Skript] Line 205: (config.sk)

No scripts were found, maybe you should write some 😉

Line: databases:

[10:04:07] [Server thread/INFO]: [Skript] Finished loading.

[10:04:07] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!

[10:04:07] [Server thread/INFO]: Done (27.237s)! For help, type "help"

[10:04:07] [Server thread/INFO]: Timings Reset

[10:04:08] [Craft Scheduler Thread - 1 - CheckPlayer/INFO]: +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Aktualizacja pluginu CheckPlayer. Twoja wersja 0.4.3 - najnowsza <!doctype html>

Mozesz pobrac ze strony http://minecraftkondziu.wc.lt/CheckPlayer/

+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

[10:04:08] [Craft Scheduler Thread - 1 - Images/INFO]: [Images] Loaded 0 images...

[10:04:18] [User Authenticator #1/INFO]: UUID of player XJokerGaming is 84e42803-27e5-372e-854c-90c12b009c2e

[10:04:19] [Server thread/INFO]: XJokerGaming joined the game

[10:04:19] [Server thread/INFO]: XJokerGaming[/178.183.99.149:5822] logged in with entity id 190 at ([world]-173.31268369727903, 90.6295206183253, -47.58916131770821)

[10:04:44] [Server thread/INFO]: XJokerGaming issued server command: /lagg

[10:04:49] [Server thread/INFO]: XJokerGaming issued server command: /lagg chunk

[10:04:55] [Server thread/INFO]: XJokerGaming issued server command: /lagg chunk reload

[10:05:09] [Server thread/INFO]: XJokerGaming issued server command: /lagg

[10:05:39] [Server thread/INFO]: XJokerGaming issued server command: /lagg admin

[10:05:45] [Server thread/INFO]: XJokerGaming issued server command: /lagg admin reload

[10:06:02] [Server thread/INFO]: XJokerGaming issued server command: /lagg admin reload cleartask

[10:09:07] [Server thread/INFO]: [ServerBooster] Unloaded 178 chunks: world

[10:09:44] [Server thread/INFO]: XJokerGaming issued server command: /chunkinfo

[10:09:48] [Server thread/INFO]: XJokerGaming issued server command: /lagg

[10:09:55] [Server thread/INFO]: XJokerGaming issued server command: /lagg reload

[10:09:55] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_18_R1.MinecraftServer)

[10:10:01] [Server thread/INFO]: XJokerGaming issued server command: /lagg tps

[10:10:16] [Server thread/INFO]: XJokerGaming issued server command: /lagg chuks

[10:10:20] [Server thread/INFO]: XJokerGaming issued server command: /lagg chunks

[10:10:32] [Server thread/INFO]: XJokerGaming issued server command: /lagg chunk

[10:10:40] [Server thread/INFO]: XJokerGaming issued server command: /lagg chunk 1

[10:10:43] [Server thread/INFO]: XJokerGaming issued server command: /lagg chunk 2

[10:10:53] [Server thread/INFO]: XJokerGaming issued server command: /lagg chunk reload

[10:11:01] [Server thread/INFO]: XJokerGaming issued server command: /lagg chunk reload 1

[10:11:03] [Server thread/INFO]: XJokerGaming issued server command: /lagg chunk reload 2

[10:11:05] [Server thread/INFO]: XJokerGaming issued server command: /lagg chunk reload 3

[10:11:09] [Server thread/INFO]: XJokerGaming issued server command: /lagg chunk

[10:14:07] [Server thread/INFO]: [ServerBooster] Unloaded 201 chunks: world

[10:15:28] [Server thread/INFO]: XJokerGaming issued server command: /spawn

[10:19:07] [Server thread/INFO]: [ServerBooster] Unloaded 168 chunks: world

[10:24:07] [Server thread/INFO]: [ServerBooster] Unloaded 168 chunks: world

[10:29:07] [Server thread/INFO]: [ServerBooster] Unloaded 168 chunks: world

[10:30:45] [Server thread/INFO]: XJokerGaming issued server command: /spawn

[10:34:06] [Craft Scheduler Thread - 17 - LibsDisguises/INFO]: [LibsDisguises] Now looking for update on Github..

[10:34:07] [Server thread/INFO]: [ServerBooster] Unloaded 168 chunks: world

[10:35:59] [Server thread/INFO]: XJokerGaming lost connection: Timed out

[10:35:59] [Server thread/INFO]: XJokerGaming left the game

[10:40:05] [User Authenticator #2/INFO]: UUID of player XJokerGaming is 84e42803-27e5-372e-854c-90c12b009c2e

[10:40:05] [Server thread/INFO]: XJokerGaming joined the game

[10:40:05] [Server thread/INFO]: XJokerGaming[/178.183.99.149:3964] logged in with entity id 30975 at ([world]-173.38505353760306, 71.0, -65.30745665308666)

[10:40:49] [Server thread/INFO]: XJokerGaming lost connection: Timed out

[10:40:49] [Server thread/INFO]: XJokerGaming left the game

[10:42:09] [User Authenticator #3/INFO]: UUID of player XJokerGaming is 84e42803-27e5-372e-854c-90c12b009c2e

[10:42:09] [Server thread/INFO]: XJokerGaming joined the game

[10:42:10] [Server thread/INFO]: XJokerGaming[/178.183.99.149:7593] logged in with entity id 31565 at ([world]-173.31100040759608, 71.0, -65.21707585381556)

[10:42:13] [Server thread/INFO]: XJokerGaming lost connection: Disconnected

[10:42:13] [Server thread/INFO]: XJokerGaming left the game

[11:04:06] [Craft Scheduler Thread - 32 - SetSpawn/INFO]: [org.minecraftlist.setspawn.UpdateCheck] Checking for updates for setspawn on mclist.io

[11:04:06] [Craft Scheduler Thread - 32 - SetSpawn/INFO]: [org.minecraftlist.setspawn.UpdateCheck] There is an update for setspawn on mclist.io - https://mclist.io/resource/setspawn

[11:20:09] [User Authenticator #4/INFO]: UUID of player Szymex_PvP is b79a6533-46a0-377e-bf86-4fff30bc0506

[11:20:09] [Server thread/INFO]: Szymex_PvP joined the game

[11:20:09] [Server thread/INFO]: Szymex_PvP[/31.0.127.59:25502] logged in with entity id 31603 at ([world]-4163.3125, 54.0, -2802.6875)

[11:20:45] [Server thread/INFO]: Szymex_PvP issued server command: /recipes

[11:20:45] [Server thread/INFO]: [Essentials] Szymex_PvP was denied access to command.

[11:21:03] [Server thread/INFO]: Szymex_PvP issued server command: /rtp

[11:21:08] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5021ms or 100 ticks behind

[11:21:10] [Server thread/WARN]: [nokaut] Loaded class com.sk89q.worldedit.bukkit.BukkitAdapter from WorldEdit v7.2.9+e20e013 which is not a depend, softdepend or loadbefore of this plugin.

[11:21:34] [Server thread/INFO]: Szymex_PvP issued server command: /spawm

[11:21:36] [Server thread/INFO]: Szymex_PvP issued server command: /spawn

[11:22:32] [Server thread/INFO]: Szymex_PvP issued server command: /gamemode 1

[11:22:32] [Server thread/INFO]: [Essentials] Szymex_PvP was denied access to command.

[11:24:11] [Server thread/INFO]: [QuickSave] Backing up world world_nether...

[11:24:12] [Server thread/INFO]: [ServerBooster] Unloaded 243 chunks: world

[11:24:13] [Thread-79/INFO]: [QuickSave] Finished backing up world_nether

[11:26:40] [Server thread/WARN]: Boat (vehicle of Szymex_PvP) moved wrongly! 0.2768357103636845

[11:27:40] [Async Chat Thread - #0/INFO]: Gracz Szymex_PvP: szymon

[11:27:46] [Async Chat Thread - #0/INFO]: Gracz Szymex_PvP: daj 15 chankow

[11:27:50] [Async Chat Thread - #0/INFO]: Gracz Szymex_PvP: na sprobowanie

[11:29:12] [Server thread/INFO]: [ServerBooster] Unloaded 258 chunks: world

[11:30:01] [Server thread/INFO]: Szymex_PvP has made the advancement [Hot Stuff]

[11:32:46] [Async Chat Thread - #1/INFO]: Gracz Szymex_PvP: Szymex_PvP s

[11:34:10] [Async Chat Thread - #2/INFO]: Gracz Szymex_PvP: 106 -- 1015

[11:34:12] [Server thread/INFO]: [ServerBooster] Unloaded 249 chunks: world

[11:34:45] [Server thread/INFO]: Szymex_PvP has made the advancement [We Need to Go Deeper]

[11:39:12] [Server thread/INFO]: [ServerBooster] Unloaded 249 chunks: world_nether

[11:44:12] [Server thread/INFO]: [ServerBooster] Unloaded 249 chunks: world_nether

[11:46:19] [Server thread/INFO]: Szymex_PvP has made the advancement [Those Were the Days]

[11:48:33] [Server thread/INFO]: Szymex_PvP has made the advancement [Who is Cutting Onions?]

[11:49:00] [Server thread/INFO]: Szymex_PvP has made the advancement [Ice Bucket Challenge]

[11:49:12] [Server thread/INFO]: [ServerBooster] Unloaded 249 chunks: world_nether

[11:51:44] [Server thread/INFO]: Szymex_PvP has made the advancement [War Pigs]

[11:54:12] [Server thread/INFO]: [ServerBooster] Unloaded 249 chunks: world_nether

[11:59:12] [Server thread/INFO]: [ServerBooster] Unloaded 249 chunks: world_nether

[11:59:58] [Server thread/INFO]: Szymex_PvP has made the advancement [Hidden in the Depths]

[12:04:11] [Craft Scheduler Thread - 51 - SetSpawn/INFO]: [org.minecraftlist.setspawn.UpdateCheck] Checking for updates for setspawn on mclist.io

[12:04:12] [Craft Scheduler Thread - 51 - SetSpawn/INFO]: [org.minecraftlist.setspawn.UpdateCheck] There is an update for setspawn on mclist.io - https://mclist.io/resource/setspawn

[12:04:12] [Server thread/INFO]: [ServerBooster] Unloaded 249 chunks: world_nether

[12:09:12] [Server thread/INFO]: [ServerBooster] Unloaded 249 chunks: world_nether

[12:10:48] [Server thread/INFO]: Szymex_PvP has made the advancement [Ol' Betsy]

[12:11:45] [Server thread/INFO]: Incorrect argument for command

[12:11:45] [Server thread/INFO]: effect add Szymex_p<--[HERE]

[12:12:49] [Server thread/INFO]: Incorrect argument for command

[12:12:49] [Server thread/INFO]: effect add Szymex_PvP night_vision 255 100000<--[HERE]

[12:14:12] [Server thread/INFO]: [ServerBooster] Unloaded 249 chunks: world_nether

[12:18:01] [Server thread/INFO]: Unknown command. Type "/help" for help.

[12:18:28] [Server thread/INFO]: Unknown command. Type "/help" for help.

[12:18:40] [Server thread/INFO]: Unknown effect: minecraft:

[12:19:12] [Server thread/INFO]: [ServerBooster] Unloaded 249 chunks: world_nether

[12:19:15] [Server thread/INFO]: Unknown effect: minecraft:

[12:24:12] [Server thread/INFO]: [ServerBooster] Unloaded 249 chunks: world_nether

[12:26:22] [Server thread/INFO]: Applied effect Night Vision to Szymex_PvP

[12:29:12] [Server thread/INFO]: [ServerBooster] Unloaded 249 chunks: world_nether

[12:34:12] [Server thread/INFO]: [ServerBooster] Unloaded 249 chunks: world_nether

[12:39:12] [Server thread/INFO]: [ServerBooster] Unloaded 249 chunks: world_nether

[12:40:21] [Server thread/INFO]: Szymex_PvP died

[12:43:06] [Server thread/INFO]: [NC+] Szymex_PvP failed SelfHit: tried to hit themselves (VL1)

[12:43:06] [Craft Scheduler Thread - 65 - NoCheatPlus/INFO]: [NoCheatPlus] Szymex_PvP failed SelfHit: tried to hit themselves (VL1)

[12:43:06] [Server thread/INFO]: Szymex_PvP died

[12:43:06] [Server thread/INFO]: Szymex_PvP lost connection: (!) You tried to hit yourself!

[12:43:06] [Server thread/INFO]: Szymex_PvP left the game

[12:43:06] [Craft Scheduler Thread - 65 - NoCheatPlus/INFO]: [NoCheatPlus] (CONSOLE) Kicked Szymex_PvP : (!) You tried to hit yourself!

[12:43:13] [User Authenticator #5/INFO]: UUID of player Szymex_PvP is b79a6533-46a0-377e-bf86-4fff30bc0506

[12:43:13] [Server thread/INFO]: Szymex_PvP joined the game

[12:43:13] [Server thread/INFO]: Szymex_PvP[/31.0.127.59:25393] logged in with entity id 73609 at ([world]-195.5, 81.0999984741211, -72.5)

[12:44:11] [Server thread/INFO]: [QuickSave] Backing up world world_the_end...

[12:44:12] [Thread-116/INFO]: [QuickSave] Finished backing up world_the_end

[12:44:12] [Server thread/INFO]: [ServerBooster] Unloaded 168 chunks: world

[12:47:56] [Server thread/INFO]: Szymex_PvP was slain by Zombie

[12:48:11] [Server thread/INFO]: Szymex_PvP lost connection: Disconnected

[12:48:11] [Server thread/INFO]: Szymex_PvP left the game

[13:04:11] [Craft Scheduler Thread - 73 - SetSpawn/INFO]: [org.minecraftlist.setspawn.UpdateCheck] Checking for updates for setspawn on mclist.io

[13:04:12] [Craft Scheduler Thread - 73 - SetSpawn/INFO]: [org.minecraftlist.setspawn.UpdateCheck] There is an update for setspawn on mclist.io - https://mclist.io/resource/setspawn

[13:08:28] [User Authenticator #6/INFO]: UUID of player Matrix8642 is 02339992-2a22-35dc-b559-b5f424ca3a5b

[13:08:28] [Server thread/INFO]: Matrix8642 joined the game

[13:08:28] [Server thread/INFO]: Matrix8642[/80.238.118.16:2211] logged in with entity id 76082 at ([world]-188.5, 82.0, -69.5)

[13:08:28] [pool-20-thread-1/INFO]: [Essentials] Creating empty config: /game/bin/plugins/Essentials/userdata/02339992-2a22-35dc-b559-b5f424ca3a5b.yml

[13:09:12] [Server thread/INFO]: [ServerBooster] Unloaded 168 chunks: world

[13:09:16] [Server thread/INFO]: Matrix8642 lost connection: Disconnected

[13:09:16] [Server thread/INFO]: Matrix8642 left the game

[14:04:11] [Server thread/INFO]: [QuickSave] Backing up world world...

[14:04:11] [Craft Scheduler Thread - 82 - SetSpawn/INFO]: [org.minecraftlist.setspawn.UpdateCheck] Checking for updates for setspawn on mclist.io

[14:04:11] [Craft Scheduler Thread - 82 - SetSpawn/INFO]: [org.minecraftlist.setspawn.UpdateCheck] There is an update for setspawn on mclist.io - https://mclist.io/resource/setspawn

[14:04:21] [Thread-132/INFO]: [QuickSave] Finished backing up world

[14:39:27] [User Authenticator #7/INFO]: UUID of player XJokerGaming is 84e42803-27e5-372e-854c-90c12b009c2e

[14:39:27] [Server thread/INFO]: XJokerGaming joined the game

[14:39:27] [Server thread/INFO]: XJokerGaming[/178.183.99.149:11779] logged in with entity id 76381 at ([world]-173.31100040759608, 71.0, -65.21707585381556)

[14:39:52] [Server thread/INFO]: XJokerGaming lost connection: Disconnected

[14:39:52] [Server thread/INFO]: XJokerGaming left the game

[14:39:53] [User Authenticator #7/INFO]: UUID of player XJokerGaming is 84e42803-27e5-372e-854c-90c12b009c2e

[14:39:54] [Server thread/INFO]: XJokerGaming joined the game

[14:39:54] [Server thread/INFO]: XJokerGaming[/178.183.99.149:10327] logged in with entity id 76737 at ([world]-173.35496968601922, 71.0, -65.25611575190756)

[14:44:12] [Server thread/INFO]: [ServerBooster] Unloaded 168 chunks: world

Edytowane przez XJokerGaming
Opublikowano (edytowane)

Więc wywal tego cheata i skorzystaj z paczki Fabulously Optimized. Problem zapewne powoduje optifine, który sam w sobie jest niestabilny, a jego nieoficjalny port na fabrica uczynił go jednym z najbardziej niestabilnych modów w historii minecrafta. Innym możliwym powodem może być orebfuscator, który jest bardzo zasobożerny, przede wszystkim w przypadku łącza. Widzę tu też nielegalnie pobrane pluginy, więc dalej ci nie pomogę.

Edytowane przez Helios1993
  • sk8erace1 zmienił(a) tytuł na Problem z nierenderującymi się chunkami

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...