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

Big console spam when changing the inventory slot #105

Open
okzerus opened this issue Dec 22, 2022 · 0 comments · Fixed by WolfyScript/WolfyUtils-Spigot#46
Open

Big console spam when changing the inventory slot #105

okzerus opened this issue Dec 22, 2022 · 0 comments · Fixed by WolfyScript/WolfyUtils-Spigot#46
Labels
bug Something isn't working

Comments

@okzerus
Copy link

okzerus commented Dec 22, 2022

Describe the bug
Big console spam when changing the inventory slot

To Reproduce
Steps to reproduce the behavior:

  1. Title says everything

Expected behavior
No spam :D

Screenshots
[06:12:21 ERROR]: Could not pass event PlayerItemHeldEvent to WolfyUtilities v4.16.9.5
com.wolfyscript.lib.com.typesafe.config.ConfigException$Parse: Reader: 1: Key 'null' may not be followed by token: end of file
at com.wolfyscript.lib.com.typesafe.config.impl.ConfigDocumentParser$ParseContext.parseError(ConfigDocumentParser.java:201) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at com.wolfyscript.lib.com.typesafe.config.impl.ConfigDocumentParser$ParseContext.parseError(ConfigDocumentParser.java:197) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at com.wolfyscript.lib.com.typesafe.config.impl.ConfigDocumentParser$ParseContext.parseObject(ConfigDocumentParser.java:459) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at com.wolfyscript.lib.com.typesafe.config.impl.ConfigDocumentParser$ParseContext.parse(ConfigDocumentParser.java:646) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at com.wolfyscript.lib.com.typesafe.config.impl.ConfigDocumentParser.parse(ConfigDocumentParser.java:14) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at com.wolfyscript.lib.com.typesafe.config.impl.Parseable.rawParseValue(Parseable.java:260) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at com.wolfyscript.lib.com.typesafe.config.impl.Parseable.rawParseValue(Parseable.java:248) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at com.wolfyscript.lib.com.typesafe.config.impl.Parseable.parseValue(Parseable.java:180) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at com.wolfyscript.lib.com.typesafe.config.impl.Parseable.parseValue(Parseable.java:174) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at com.wolfyscript.lib.com.typesafe.config.impl.Parseable.parse(Parseable.java:299) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at com.wolfyscript.lib.com.typesafe.config.ConfigFactory.parseReader(ConfigFactory.java:622) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at com.wolfyscript.lib.com.typesafe.config.ConfigFactory.parseReader(ConfigFactory.java:636) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at com.wolfyscript.jackson.dataformat.hocon.HoconFactory._createParser(HoconFactory.java:339) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at com.wolfyscript.jackson.dataformat.hocon.HoconFactory.createParser(HoconFactory.java:222) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at com.wolfyscript.jackson.dataformat.hocon.HoconFactory.createParser(HoconFactory.java:34) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at me.wolfyscript.lib.com.fasterxml.jackson.databind.ObjectReader.createParser(ObjectReader.java:1155) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at me.wolfyscript.lib.com.fasterxml.jackson.databind.ObjectReader.readValue(ObjectReader.java:1546) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at com.wolfyscript.utilities.bukkit.persistent.player.PlayerStorage.lambda$getData$2(PlayerStorage.java:130) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at java.util.Optional.map(Optional.java:260) ~[?:?]
at com.wolfyscript.utilities.bukkit.persistent.player.PlayerStorage.getData(PlayerStorage.java:117) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at me.wolfyscript.utilities.util.entity.PlayerUtils.getParticleData(PlayerUtils.java:42) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at me.wolfyscript.utilities.util.entity.PlayerUtils.stopActiveParticleEffect(PlayerUtils.java:78) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at com.wolfyscript.utilities.bukkit.listeners.custom_item.CustomParticleListener.onItemHeld(CustomParticleListener.java:56) ~[wolfyutils-spigot-4.16.9.5.jar:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor28.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:75) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:git-Paper-45]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:664) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.handleSetCarriedItem(ServerGamePacketListenerImpl.java:2086) ~[?:?]
at net.minecraft.network.protocol.game.ServerboundSetCarriedItemPacket.handle(ServerboundSetCarriedItemPacket.java:24) ~[?:?]
at net.minecraft.network.protocol.game.ServerboundSetCarriedItemPacket.a(ServerboundSetCarriedItemPacket.java:10) ~[?:?]
at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:51) ~[?:?]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.19.jar:git-Paper-45]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1358) ~[paper-1.19.jar:git-Paper-45]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:183) ~[paper-1.19.jar:git-Paper-45]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1335) ~[paper-1.19.jar:git-Paper-45]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1328) ~[paper-1.19.jar:git-Paper-45]
at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1306) ~[paper-1.19.jar:git-Paper-45]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1191) ~[paper-1.19.jar:git-Paper-45]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:302) ~[paper-1.19.jar:git-Paper-45]
at java.lang.Thread.run(Thread.java:833) ~[?:?]

Server (please complete the following information):

  • Server Software Paper
  • Minecraft version 1.19
  • Java version 17

Additional context
If there's not that much information, please tell me. I have no idea how to report issues on github.

@okzerus okzerus added the bug Something isn't working label Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant