io.netty.handler.codec.DecoderException: achievement.openInventory has no mapping for key class com.github.steveice10.mc.protocol.data.game.statistic.GenericStatistic.
See original GitHub issueio.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: Value achievement.openInventory has no mapping for key class com.github.steveice10.mc.protocol.data.game.statistic.GenericStatistic.
i started getting this error when joining hypixel i have no clue how to fix it
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
How to keep the `QuicChannel` alive? · Issue #132 - GitHub
I tried to send data from the client side to the server using IdleStateHandler , as follows: QuicChannel quicChannel = QuicChannel.newBootstrap( ...
Read more >achievement.openInventory ignored - SpigotMC
Spigot configuration help says this [ATTACH] So this is my config: stats: disable-saving: true forced-stats: achievement.openInventory: 1...
Read more >How solve Error: java.lang.ClassNotFoundException: io.netty ...
Looks like you are missing a dependency. You can get it from. https://mvnrepository.com/artifact/io.netty/netty-all/5.0.0.Alpha2.
Read more >The lambdaattack from games647 - Coder Social Home
IllegalArgumentException: Value achievement.openInventory has no mapping for key class com.github.steveice10.mc.protocol.v1_12.data.game.statistic.
Read more >Error on 1.8 server using ViaVersion,about games647 ...
DecoderException : java.lang. ... openInventory has no mapping for key class com.github.steveice10.mc.protocol.v1_12.data.game.statistic.GenericStatistic.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Added CustomStatistic as a fallback for any unknown statistic IDs. Let me know if there are any further problems.
Advancements are not mapped to enums, so this does not happen for custom advancements. I suppose I could change statistics to just use strings, although I’m away for Thanksgiving holiday right now.