Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protocolib 1.19 error #1672

Closed
ChoqueCastroLD opened this issue Jun 19, 2022 · 9 comments
Closed

Protocolib 1.19 error #1672

ChoqueCastroLD opened this issue Jun 19, 2022 · 9 comments

Comments

@ChoqueCastroLD
Copy link

Describe the bug
Protocolib doesnt work on 1.19

To Reproduce
Steps to reproduce the behavior:

  1. Install latest paper
  2. Install latest dev protocolib
  3. Install latest plugin compatible with protocolib (none will work)

Expected behavior
Expected plugins to work with protocolib

Version Info
Provide your ProtocolLib install info with /protocol dump through pastebin.

Additional context
Add any other context about the problem here.

@ifloppy
Copy link

ifloppy commented Jun 20, 2022

Please download the latest version of Protocol Lib from actions, it works on 1.19

@ChoqueCastroLD
Copy link
Author

This error also happens on 1.18.2 with build from spigot

@Hikutaatti
Copy link

Indeed as the op said, does not seem to work.
No matter if I use the build from spigotmc or github, I keep getting the same errors.
currently running papermc#27

@Zippyduda
Copy link

Zippyduda commented Jun 20, 2022

Latest version of ProtocolLib (4.8.0) not working for me either on latest version of Paper 1.19 (#27).

Without this many dependant plugins don't work.

Getting a lot of this in my logs.

[11:47:48] [INFO]: Error Unable to intercept a read client packet. (java.lang.IllegalArgumentException: Unable to find a field null with the type com.mojang.authlib.GameProfile in net.minecraft.network.protocol.login.PacketLoginInStart) occured in com.comphenix.protocol.injector.netty.ChannelInjector@417ba535. [11:47:48] [ERROR]: [ProtocolLib]: INTERNAL ERROR: Unable to intercept a read client packet. If this problem hasn't already been reported, please open a ticket at https://github.com/dmulloy2/ProtocolLib/issues with the following data: Stack Trace: java.lang.IllegalArgumentException: Unable to find a field null with the type com.mojang.authlib.GameProfile in net.minecraft.network.protocol.login.PacketLoginInStart at ProtocolLib.jar//com.comphenix.protocol.reflect.FuzzyReflection.getFieldByType(FuzzyReflection.java:397) at ProtocolLib.jar//com.comphenix.protocol.reflect.accessors.Accessors.getFieldAccessor(Accessors.java:57) at ProtocolLib.jar//com.comphenix.protocol.injector.netty.ChannelInjector.handleLogin(ChannelInjector.java:658) at ProtocolLib.jar//com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:591) at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:510) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:449) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:279) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at ProtocolLib.jar//com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:292) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:327) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:314) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:435) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:279) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at net.minecraft.server.network.LegacyPingHandler.channelRead(LegacyPingHandler.java:120) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.handler.flush.FlushConsolidationHandler.channelRead(FlushConsolidationHandler.java:152) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:487) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:385) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base/java.lang.Thread.run(Thread.java:833) Dump: Parameters: io.netty.buffer.PooledUnsafeDirectByteBuf@2d5b41ff[ memoryAddress=140564079195232 recyclerHandle=NOOP_HANDLE chunk=Chunk(1f220fa2: 1%, 16384/4194304) handle=562980018192384 memory=java.nio.DirectByteBuffer[pos=0 lim=4194304 cap=4194304] offset=8192 length=20 maxLength=32 cache=io.netty.buffer.PoolThreadCache@5f928617 tmpNioBuf=<null> allocator=PooledByteBufAllocator(directByDefault: true) refCnt=2 readerIndex=20 writerIndex=20 markedReaderIndex=0 markedWriterIndex=0 maxCapacity=2147483647 ] manager: com.comphenix.protocol.injector.PacketFilterManager@1034a7fe[ unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@1fe4e545 packetListeners=[PacketAdapter[plugin=Themis, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[ABILITIES[class=PacketPlayInAbilities, id=25]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=Themis, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[PONG[class=ServerboundPongPacket, id=29]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=Themis, sending=ListeningWhitelist[priority=NORMAL, packets=[EXPLOSION[class=PacketPlayOutExplosion, id=28]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=Images, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[SET_CREATIVE_SLOT[class=PacketPlayInSetCreativeSlot, id=40], USE_ENTITY[class=PacketPlayInUseEntity, id=13]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=CustomCrafting, sending=ListeningWhitelist[priority=HIGH, packets=[RECIPE_UPDATE[class=PacketPlayOutRecipeUpdate, id=102]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=CustomCrafting, sending=ListeningWhitelist[priority=HIGH, packets=[RECIPES[class=PacketPlayOutRecipes, id=57]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=CustomCrafting, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=HIGH, packets=[AUTO_RECIPE[class=PacketPlayInAutoRecipe, id=24]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=Themis, sending=ListeningWhitelist[priority=NORMAL, packets=[KEEP_ALIVE[class=PacketPlayInKeepAlive, id=15], KEEP_ALIVE[class=PacketPlayOutKeepAlive, id=33]], gamephase=PLAYING, options=[]], receiving=ListeningWhitelist[priority=NORMAL, packets=[KEEP_ALIVE[class=PacketPlayInKeepAlive, id=15], KEEP_ALIVE[class=PacketPlayOutKeepAlive, id=33]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=Themis, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=LOW, packets=[GROUND[class=d, id=20], POSITION[class=PacketPlayInPosition, id=17], POSITION_LOOK[class=PacketPlayInPositionLook, id=18], LOOK[class=PacketPlayInLook, id=19]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=Themis, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[GROUND[class=d, id=20], POSITION[class=PacketPlayInPosition, id=17], POSITION_LOOK[class=PacketPlayInPositionLook, id=18], LOOK[class=PacketPlayInLook, id=19]], gamephase=PLAYING, options=[]]]] packetInjector=com.comphenix.protocol.injector.netty.ProtocolInjector$5@548d6a90 playerInjection=com.comphenix.protocol.injector.netty.ProtocolInjector$4@779aacda inputBufferedPackets=[] recievedListeners=com.comphenix.protocol.injector.SortedPacketListenerList@4224ee80 sendingListeners=com.comphenix.protocol.injector.SortedPacketListenerList@7a52e54c hasClosed=false classLoader=PluginClassLoader{plugin=ProtocolLib v4.8.0, pluginEnabled=true, url=plugins/ProtocolLib.jar} reporter=com.comphenix.protocol.ProtocolLib$1@45b4c97c server=CraftServer{serverName=Paper,serverVersion=git-Paper-29,minecraftVersion=1.19} library=ProtocolLib v4.8.0 asyncFilterManager=com.comphenix.protocol.async.AsyncFilterManager@25ff3ef knowsServerPackets=true knowsClientPackets=true phaseLoginCount=0 phasePlayingCount=11 packetCreation=false nettyInjector=com.comphenix.protocol.injector.netty.ProtocolInjector@443f5842 pluginVerifier=com.comphenix.protocol.injector.PluginVerifier@7b399fde hasRecycleDistance=true minecraftVersion=(MC: 1.19.0) debug=false ] Sender: com.comphenix.protocol.injector.netty.ChannelInjector@417ba535[ decodeBuffer=protected void net.minecraft.network.PacketDecoder.decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) throws java.lang.Exception encodeBuffer=protected void net.minecraft.network.PacketEncoder.encode(io.netty.channel.ChannelHandlerContext,java.lang.Object,io.netty.buffer.ByteBuf) throws java.lang.Exception factory=com.comphenix.protocol.injector.netty.InjectionFactory@61c331db player=com.comphenix.protocol.injector.server.TemporaryPlayerInvocationHandler@7d8d62db updated=<null> playerName=<null> playerConnection=<null> networkManager=net.minecraft.network.NetworkManager@1449bbb9 originalChannel=[id: 0x0bf4da8b, L:/51.89.214.137:25565 - R:/51.89.214.136:55606] channelField=VolatileField [accessor=DefaultFieldAccessor [field=public io.netty.channel.Channel net.minecraft.network.NetworkManager.m], container=net.minecraft.network.NetworkManager@1449bbb9, previous=[id: 0x0bf4da8b, L:/51.89.214.137:25565 - R:/51.89.214.136:55606], current=com.comphenix.protocol.injector.netty.ChannelInjector$3@58e7103a, previousLoaded=true, currentSet=true, forceAccess=true] packetMarker={} currentEvent=<null> finalEvent=<null> unfilteredProcessedPackets=com.comphenix.protocol.injector.netty.PacketFilterQueue@3c474425 vanillaDecoder=net.minecraft.network.PacketDecoder@27b81929 vanillaEncoder=net.minecraft.network.PacketEncoder@a3235b3 finishQueue=[] channelListener=com.comphenix.protocol.injector.netty.ProtocolInjector@443f5842 processor=com.comphenix.protocol.injector.NetworkProcessor@6c549500 injected=true closed=false cumulation=PooledUnsafeDirectByteBuf(ridx: 20, widx: 20, cap: 20) cumulator=io.netty.handler.codec.ByteToMessageDecoder$1@bc2b8f2 singleDecode=false first=true firedChannelRead=false selfFiredChannelRead=true decodeState=1 discardAfterReads=16 numReads=0 added=true ] Version: ProtocolLib v4.8.0 Java Version: 17.0.3 Server: git-Paper-29 (MC: 1.19)

@Elikill58
Copy link

@Zippyduda You should download dev build of 5.0.0 here: https://ci.dmulloy2.net/job/ProtocolLib

@Zippyduda
Copy link

Zippyduda commented Jun 21, 2022

@Zippyduda You should download dev build of 5.0.0 here: https://ci.dmulloy2.net/job/ProtocolLib

Thanks, I found the dev builds after posting this last night and installed it. Can confirm it fixed my error. Cheers! :)

@ChoqueCastroLD
Copy link
Author

Updated everything to 1.19, same error (Using latest Protocolib from https://ci.dmulloy2.net/job/ProtocolLib)
image
image
image

[15:18:42] [ServerMain/INFO]: Building unoptimized datafixer
[15:18:44] [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'
[15:18:46] [ServerMain/INFO]: Loaded 7 recipes
[15:18:48] [Server thread/INFO]: Starting minecraft server version 1.19
[15:18:48] [Server thread/WARN]: ****************************
[15:18:48] [Server thread/WARN]: YOU ARE RUNNING THIS SERVER AS AN ADMINISTRATIVE OR ROOT USER. THIS IS NOT ADVISED.
[15:18:48] [Server thread/WARN]: YOU ARE OPENING YOURSELF UP TO POTENTIAL RISKS WHEN DOING THIS.
[15:18:48] [Server thread/WARN]: FOR MORE INFORMATION, SEE https://madelinemiller.dev/blog/root-minecraft-server/
[15:18:48] [Server thread/WARN]: ****************************
[15:18:48] [Server thread/INFO]: Loading properties
[15:18:48] [Server thread/INFO]: This server is running Purpur version git-Purpur-1670 (MC: 1.19) (Implementing API version 1.19-R0.1-SNAPSHOT) (Git: 4f47e9c on HEAD)
[15:18:48] [Server thread/INFO]: Server Ping Player Sample Count: 12
[15:18:48] [Server thread/INFO]: Using 4 threads for Netty based IO
[15:18:48] [Server thread/WARN]: [Pufferfish] SIMD operations are available for your server, but are not configured!
[15:18:48] [Server thread/WARN]: [Pufferfish] To enable additional optimizations, add "--add-modules=jdk.incubator.vector" to your startup flags, BEFORE the "-jar".
[15:18:48] [Server thread/WARN]: [Pufferfish] If you have already added this flag, then SIMD operations are not supported on your JVM or CPU.
[15:18:48] [Server thread/WARN]: [Pufferfish] Debug: Java: 17.0.3, test run: true
[15:18:48] [Server thread/INFO]: Default game type: SURVIVAL
[15:18:48] [Server thread/INFO]: Generating keypair
[15:18:48] [Server thread/INFO]: Starting Minecraft server on *:25568
[15:18:49] [Server thread/INFO]: Using epoll channel type
[15:18:49] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[15:18:49] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[15:18:50] [Server thread/ERROR]: [STDERR] [org.bukkit.craftbukkit.v1_19_R1.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[15:18:57] [Server thread/WARN]: Legacy plugin MongoSK v2.2.1 does not specify an api-version.
[15:18:57] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.11-beta-01+6200-0877589
[15:18:58] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@69ac138d]
[15:18:58] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.0.0-SNAPSHOT-b569
[15:19:00] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.8-SNAPSHOT+2201-6efdb10
[15:19:00] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.30-SNAPSHOT (build 2582)
[15:19:00] [Server thread/INFO]: [MechanicsCore] Loading MechanicsCore v1.3.2-BETA
[15:19:00] [Server thread/INFO]: [Skript] Loading Skript v2.6.2-mc-1.19
[15:19:00] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.26.0-SNAPSHOT
[15:19:00] [Server thread/INFO]: [WeaponMechanics] Loading WeaponMechanics v1.8.2-BETA
[15:19:01] [Server thread/INFO]: [WeaponMechanics] Detected WorldGuard, registering flags
[15:19:01] [Server thread/INFO]: [BungeeGuard] Loading BungeeGuard v1.3-SNAPSHOT
[15:19:01] [Server thread/INFO]: [InteractionVisualizer] Loading InteractionVisualizer v1.18.0.0
[15:19:01] [Server thread/INFO]: [skript-reflect] Loading skript-reflect v2.3
[15:19:01] [Server thread/INFO]: [Skacket] Loading Skacket v1.0.10
[15:19:01] [Server thread/INFO]: [skript-gui] Loading skript-gui v1.3-beta1
[15:19:01] [Server thread/INFO]: [MongoSK] Loading MongoSK v2.2.1
[15:19:01] [Server thread/INFO]: [Sentinel] Loading Sentinel v2.6.0-SNAPSHOT (build 472)
[15:19:01] [Server thread/INFO]: [PlugManX] Loading PlugManX v2.3.0
[15:19:01] [Server thread/INFO]: true
[15:19:01] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[15:19:01] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.11-beta-01+6200-0877589
[15:19:01] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[15:19:01] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[15:19:02] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R1.PaperweightAdapter as the Bukkit adapter
[15:19:03] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b569
[15:19:14] [Server thread/ERROR]: [ProtocolLib] SLF4J: No SLF4J providers were found.
[15:19:14] [Server thread/ERROR]: [ProtocolLib] SLF4J: Defaulting to no-operation (NOP) logger implementation
[15:19:14] [Server thread/ERROR]: [ProtocolLib] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
[15:19:20] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[15:19:20] [Server thread/INFO]: [PlugManX] Enabling PlugManX v2.3.0
[15:19:21] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[15:19:21] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[15:19:21] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord or Velocity, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[15:19:21] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[15:19:21] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[15:19:21] [Server thread/INFO]: Preparing level "world"
[15:19:21] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[15:19:22] [Server thread/INFO]: Time elapsed: 431 ms
[15:19:22] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[15:19:22] [Server thread/INFO]: Time elapsed: 240 ms
[15:19:22] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.8-SNAPSHOT+2201-6efdb10
[15:19:22] [Server thread/ERROR]: [WorldGuard] 
**********************************************
** /!\    SEVERE WARNING    /!\
** 
** A plugin developer has included a portion of 
** WorldGuard into their own plugin, so rather than using
** the version of WorldGuard that you downloaded, you
** will be using a broken mix of old WorldGuard (that came
** with the plugin) and your downloaded version. THIS MAY
** SEVERELY BREAK WORLDGUARD AND ALL OF ITS FEATURES.
**
** This may have happened because the developer is using
** the WorldGuard API and thinks that including
** WorldGuard is necessary. However, it is not!
**
** Here are some files that have been overridden:
** 
** 'WorldGuard' came from 'WorldEdit (file:/root/mc/gta/plugins/worldedit-bukkit-7.2.11-beta-01-dist.jar)'
** 'ProtectedRegion' came from 'WorldEdit (file:/root/mc/gta/plugins/worldedit-bukkit-7.2.11-beta-01-dist.jar)'
** 'Flag' came from 'WorldEdit (file:/root/mc/gta/plugins/worldedit-bukkit-7.2.11-beta-01-dist.jar)'
**
** Please report this to the plugins' developers.
**********************************************

[15:19:23] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[15:19:23] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[15:19:23] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[15:19:23] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[15:19:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[15:19:23] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[15:19:23] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[15:19:23] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[15:19:23] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[15:19:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[15:19:23] [Server thread/INFO]: [WorldGuard] Loading region data...
[15:19:23] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.30-SNAPSHOT (build 2582)
[15:19:24] [Server thread/INFO]: [MechanicsCore] Enabling MechanicsCore v1.3.2-BETA
[15:19:36] [Server thread/INFO]: [Skript] Enabling Skript v2.6.2-mc-1.19
[15:19:36] [Server thread/INFO]: [Skript] You're currently running a custom Skript version. No updates will be automatically installed.
[15:19:41] [Server thread/INFO]: [Skript] Loaded 143241 aliases in 5304ms
[15:19:42] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[15:19:42] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.26.0-SNAPSHOT
[15:19:42] [Server thread/INFO]: [WeaponMechanics] Enabling WeaponMechanics v1.8.2-BETA
[15:19:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[15:19:44] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[15:19:44] [pool-31-thread-1/INFO]: [DiscordSRV] This build of DiscordSRV is identical to develop. [latest public dev build]
[15:19:45] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:LatGames Network • Community(872505924919640177)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔮│lobby(880127244503248936)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📜│reglas(880227406974165023)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔗│enlaces(880227537207300197)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📢│noticias(987523192677629962)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📢│actualizaciones(882733832221126696)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📢│eventos(931567808804962415)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📫│postulaciones(980195362549686332)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📜│estado(984523422073749544)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📃│cambios-discord(880229114563399710)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎊│texture-pack(880229368964735007)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📩│sugerencias(880229202899640342)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📩│como-entrar(933836048960720977)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌟│autoroles(965330451436798033)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🤝│alianzas(967475474588651520)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌍│general(874400877006434376)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌅│chat-lobby(983047811681644554)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🏢│chat-gta(983033738877358111)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🏡│chat-survival-box(983034443352637460)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧟│chat-zombies(983193111696130088)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🏝│chat-skyblock(984163753643868221)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:⛓│chat-prison-op(984163616213319741)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌳│chat-survival-sf(978627182891008040)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📷│imagenes(931909826143993927)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:😀│memes(872505925439750206)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔧│comandos(983141221495107614)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧠│zsurvive-1(979026590845509643)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧠│zsurvive-2(979026528568479754)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧠│zsurvive-3(979026829732102254)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🃏│𝗨no(979027097311920209)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:❌│⭕tres-en-raya(979027779897147402)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎰│𝗖𝗼𝗻𝘁𝗮𝗱𝗼𝗿(979028181581451394)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:❓│𝗧𝗿𝗶𝘃𝗶𝗮(979040799054495765)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:4│𝑪𝒐𝒏𝒆𝒄𝒕𝒂4(979044329874133073)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎫│tickets-soporte(984271217727004732)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔎│soporte-comunidad(984271384966467605)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📢│staff-actualizaciones(980250405726453800)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📜│staff-modalidades(985209361666293861)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📜│staff-chat(965317076292083732)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💻│dev-chat(984865126853259355)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📝│𝙏𝙖𝙧𝙚𝙖𝙨(979069042461646908)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📜│recursos-discord(943549655940231249)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📜│basura-para-que-discordsrv-no-de-error(983243485232627762)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌐│cmd-lobby(985218113001898036)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌐│cmd-survival-slimefun(985218878152007680)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌐│cmd-prision-op(985230810225455134)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌐│cmd-gta(985233850131181589)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💯logs(985274316134432829)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:❌logs-anti-raid(985274866141888532)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:config(965331456161374260)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📸│publicidad(981736558325538846)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:gta-ideas-duvan(981042746246725652)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎶│comandos-musica(872508379866730516)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🗣│kdbot(872506693043515393)
[15:19:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:🌐│cmd-gta(985233850131181589)
[15:19:53] [Server thread/INFO]: [WeaponMechanics] Enabled WeaponMechanics in 4.45s
[15:19:53] [Server thread/INFO]: [BungeeGuard] Enabling BungeeGuard v1.3-SNAPSHOT
[15:19:53] [Server thread/INFO]: [BungeeGuard] Using Paper's PlayerHandshakeEvent to listen for connections.
[15:19:53] [Server thread/INFO]: [InteractionVisualizer] Enabling InteractionVisualizer v1.18.0.0
[15:19:56] [Server thread/INFO]: [InteractionVisualizer] Loading languages...
[15:19:56] [Server thread/INFO]: [InteractionVisualizer] Opened Sqlite database successfully
[15:19:57] [Server thread/INFO]: [InteractionVisualizer] InteractionVisualizer has been enabled!
[15:19:57] [Server thread/INFO]: [skript-reflect] Enabling skript-reflect v2.3
[15:19:58] [Server thread/INFO]: [Skacket] Enabling Skacket v1.0.10
[15:19:58] [Server thread/ERROR]: Error occurred while enabling Skacket v1.0.10 (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "com.comphenix.protocol.ProtocolManager.addPacketListener(com.comphenix.protocol.events.PacketListener)" because "this.protocolManager" is null
	at com.sitrica.glowing.GlowingAPI.<init>(GlowingAPI.java:74) ~[Skacket-1.0.10 (5).jar:?]
	at me.limeglass.skacket.Skacket.onEnable(Skacket.java:28) ~[Skacket-1.0.10 (5).jar:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[purpur-api-1.19-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[purpur-api-1.19-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:536) ~[purpur-api-1.19-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:561) ~[purpur-1.19.jar:git-Purpur-1670]
	at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:475) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:424) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:342) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1137) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:307) ~[purpur-1.19.jar:git-Purpur-1670]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
[15:19:58] [Server thread/INFO]: [Skacket] Disabling Skacket v1.0.10
[15:19:58] [Server thread/INFO]: [skript-gui] Enabling skript-gui v1.3-beta1
[15:19:58] [Thread-595/WARN]: Exception in thread "Thread-595" java.lang.NoClassDefFoundError: com/tools/reflect/ced_/awdawww
[15:19:58] [Thread-595/WARN]: 	at Skacket-1.0.10 (5).jar//com.tools.reflect.c.awdwad.run(awdwad.java:59)
[15:19:58] [Thread-595/WARN]: 	at Skacket-1.0.10 (5).jar//com.scopedpool.SecureRandom.lambda$static$0(SecureRandom.java:13)
[15:19:58] [Thread-595/WARN]: 	at java.base/java.lang.Thread.run(Thread.java:833)
[15:20:01] [Server thread/INFO]: [Skript] Missing version in default.lang
[15:20:01] [Server thread/INFO]: [MongoSK] Enabling MongoSK v2.2.1*
[15:20:03] [Server thread/INFO]: [MongoSK] [MongoSK] Checking the availability of Skript...
[15:20:03] [Server thread/INFO]: [MongoSK] [MongoSK] Registration of the MongoSK syntaxes...
[15:20:03] [Server thread/INFO]: [MongoSK] [MongoSK] Loading MongoSK adapters and codecs...
[15:20:03] [Server thread/INFO]: [MongoSK] [MongoSK] Oops, the return class of the fr.romitou.mongosk.adapters.codecs.DamageCauseCodec codec doesn't exists! Try updating Skript?
[15:20:03] [Server thread/INFO]: [MongoSK] [MongoSK] Loaded 22 codecs!
[15:20:03] [Server thread/INFO]: [MongoSK] [MongoSK] MongoSK has been activated and the syntaxes has been loaded successfully in 157ms!
[15:20:03] [Server thread/INFO]: [MongoSK] [MongoSK] If you need help, go to GitHub or to our Discord: https://discord.com/invite/6jeQkRcMkk
[15:20:03] [Server thread/INFO]: [Sentinel] Enabling Sentinel v2.6.0-SNAPSHOT (build 472)
[15:20:03] [Server thread/INFO]: [Sentinel] Sentinel loading...
[15:20:03] [Server thread/INFO]: [Sentinel] Running on java version: 17.0.3
[15:20:03] [Server thread/INFO]: [Sentinel] Sentinel loaded on a fully supported Minecraft version. If you encounter any issues or need to ask a question, please join our Discord at https://discord.gg/Q6pZGSR and post in the '#sentinel' channel.
[15:20:03] [Server thread/INFO]: [Sentinel] Sentinel found WorldGuard! Adding support for it!
[15:20:03] [Server thread/INFO]: [Sentinel] Sentinel loaded!
[15:20:03] [Server thread/INFO]: Running delayed init tasks
[15:20:03] [Craft Scheduler Thread - 6 - InteractionVisualizer/INFO]: [InteractionVisualizer] Downloading and extracting latest Language files...
[15:20:04] [Server thread/INFO]: [Skript] Loading variables...
[15:20:04] [Server thread/INFO]: [Skript] Loaded 0 variables in 0.0 seconds
[15:20:04] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[15:20:04] [Server thread/INFO]: [Skript] No scripts were found, maybe you should write some ;)
[15:20:04] [Server thread/INFO]: [Skript] Finished loading.
[15:20:04] [Server thread/INFO]: [Citizens] Loaded 0 NPCs.
[15:20:04] [Server thread/INFO]: Done (76.175s)! For help, type "help"
[15:20:04] [Server thread/INFO]: Timings Reset
[15:20:04] [Craft Scheduler Thread - 6 - InteractionVisualizer/INFO]: [InteractionVisualizer] Sucessfully downloaded the latest Language files!
[15:20:05] [Craft Scheduler Thread - 5 - InteractionVisualizer/INFO]: [InteractionVisualizer] Loaded all 1 languages!
[15:20:09] [User Authenticator #1/INFO]: UUID of player ShokoCC is 15c0f825-a8c2-367d-ba07-c10672a91243
[15:20:10] [Server thread/INFO]: ShokoCC joined the game
[15:20:10] [Server thread/INFO]: ShokoCC[/38.25.7.27:55545] logged in with entity id 12 at ([world]-2816.2008314994073, 44.0625, -2306.9087371615096)
[15:20:10] [Craft Scheduler Thread - 4 - DiscordSRV/ERROR]: [DiscordSRV] Your AvatarUrl does not contain the {username} placeholder even though this server is using offline UUIDs.
[15:20:10] [Craft Scheduler Thread - 4 - DiscordSRV/ERROR]: [DiscordSRV] https://cravatar.eu/helmavatar/{username}/{size}.png#{texture} will be used because the default value does not support offline mode servers
[15:20:10] [Craft Scheduler Thread - 4 - DiscordSRV/ERROR]: [DiscordSRV] You should set your AvatarUrl to https://cravatar.eu/helmavatar/{username}/{size}.png#{texture} (or another url that supports usernames) to get rid of this error
[15:20:25] [Netty Epoll Server IO #2/WARN]: ShokoCC sent expired chat: 'pl'. Is the client/server system time unsynchronized?
[15:20:25] [Server thread/INFO]: ShokoCC issued server command: /pl
[15:20:34] [Server thread/WARN]: [InteractionVisualizer] Task #6920 for InteractionVisualizer v1.18.0.0 generated an exception
java.lang.NullPointerException: Cannot invoke "com.comphenix.protocol.ProtocolManager.sendServerPacket(org.bukkit.entity.Player, com.comphenix.protocol.events.PacketContainer)" because "com.loohp.interactionvisualizer.protocol.ServerPacketSender.protocolManager" is null
	at com.loohp.interactionvisualizer.protocol.ServerPacketSender.lambda$removeArmorStand$5(ServerPacketSender.java:200) ~[InteractionVisualizer-1.18.0.0 (4).jar:?]
	at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[purpur-1.19.jar:git-Purpur-1670]
	at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1517) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:485) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1441) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1208) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:307) ~[purpur-1.19.jar:git-Purpur-1670]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
[15:20:34] [Server thread/WARN]: [InteractionVisualizer] Task #6921 for InteractionVisualizer v1.18.0.0 generated an exception
java.lang.NullPointerException: Cannot invoke "com.comphenix.protocol.ProtocolManager.sendServerPacket(org.bukkit.entity.Player, com.comphenix.protocol.events.PacketContainer)" because "com.loohp.interactionvisualizer.protocol.ServerPacketSender.protocolManager" is null
	at com.loohp.interactionvisualizer.protocol.ServerPacketSender.lambda$removeArmorStand$5(ServerPacketSender.java:200) ~[InteractionVisualizer-1.18.0.0 (4).jar:?]
	at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[purpur-1.19.jar:git-Purpur-1670]
	at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1517) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:485) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1441) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1208) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:307) ~[purpur-1.19.jar:git-Purpur-1670]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
[15:20:34] [Server thread/WARN]: [InteractionVisualizer] Task #6922 for InteractionVisualizer v1.18.0.0 generated an exception
java.lang.NullPointerException: Cannot invoke "com.comphenix.protocol.ProtocolManager.sendServerPacket(org.bukkit.entity.Player, com.comphenix.protocol.events.PacketContainer)" because "com.loohp.interactionvisualizer.protocol.ServerPacketSender.protocolManager" is null
	at com.loohp.interactionvisualizer.protocol.ServerPacketSender.lambda$removeArmorStand$5(ServerPacketSender.java:200) ~[InteractionVisualizer-1.18.0.0 (4).jar:?]
	at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[purpur-1.19.jar:git-Purpur-1670]
	at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1517) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:485) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1441) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1208) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:307) ~[purpur-1.19.jar:git-Purpur-1670]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
[15:20:34] [Server thread/WARN]: [InteractionVisualizer] Task #6925 for InteractionVisualizer v1.18.0.0 generated an exception
java.lang.NullPointerException: Cannot invoke "com.comphenix.protocol.ProtocolManager.sendServerPacket(org.bukkit.entity.Player, com.comphenix.protocol.events.PacketContainer)" because "com.loohp.interactionvisualizer.protocol.ServerPacketSender.protocolManager" is null
	at com.loohp.interactionvisualizer.protocol.ServerPacketSender.lambda$removeArmorStand$5(ServerPacketSender.java:200) ~[InteractionVisualizer-1.18.0.0 (4).jar:?]
	at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[purpur-1.19.jar:git-Purpur-1670]
	at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1517) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:485) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1441) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1208) ~[purpur-1.19.jar:git-Purpur-1670]
	at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:307) ~[purpur-1.19.jar:git-Purpur-1670]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
[15:21:39] [Netty Epoll Server IO #2/WARN]: ShokoCC sent expired chat: 'protocol version'. Is the client/server system time unsynchronized?
[15:21:39] [Server thread/INFO]: ShokoCC issued server command: /protocol version
[15:21:48] [Netty Epoll Server IO #2/WARN]: ShokoCC sent expired chat: 'about'. Is the client/server system time unsynchronized?
[15:21:48] [Server thread/INFO]: ShokoCC issued server command: /about

@ChoqueCastroLD
Copy link
Author

Plugins can't access to ProtocolManager because it's null

Repository owner deleted a comment from ChoqueCastroLD Jun 29, 2022
@HigherLightz
Copy link

I got the exact same errors, solved it by building the .jar with Maven instead of artifacts. Hope it helps :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants