SirBlobman / CombatLogX

A modular Spigot plugin that prevents players from logging out during combat and has many expansions for extra features.
https://www.spigotmc.org/resources/31689/
GNU General Public License v3.0
154 stars 53 forks source link

Error Spam in Server Console #865

Open Scratchycarl opened 4 hours ago

Scratchycarl commented 4 hours ago

Server Implementation

Paper

Server Version

1.21

Describe the bug

[Sun 16:41:38 ERROR Minecraft] Could not pass event PlayerReTagEvent to CombatLogX v11.5.0.0.1242 java.lang.IncompatibleClassChangeError: Found interface org.bukkit.inventory.InventoryView, but class was expected at combatlogx.expansion.cheat.prevention.listener.ListenerInventories.onReTag(ListenerInventories.java:43) at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor115.execute(Unknown Source) at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:630) at CombatLogX.jar//com.github.sirblobman.combatlogx.manager.CombatManager.tag(CombatManager.java:100) at CombatLogX.jar//com.github.sirblobman.combatlogx.manager.CombatManager.tag(CombatManager.java:65) at combatlogx.expansion.mob.tagger.listener.ListenerDamage.checkTag(ListenerDamage.java:200) at combatlogx.expansion.mob.tagger.listener.ListenerDamage.onDamage(ListenerDamage.java:77) at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor159.execute(Unknown Source) at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:630) at org.bukkit.craftbukkit.event.CraftEventFactory.call

Reproduction Steps

The error shows on startup.

Expected behaviour

Kept spamming the console.

Screenshots / Videos

No response

latest log file (if applicable)

No response

CombatLogX Version

v11.5.0.0.1242

Anything else?

No response

Olivoz commented 4 hours ago

This has already been fixed in beta builds. If you do not want to update disable the inventory closing feature of the Cheat Prevention expansion.

Related to #837, #839, #847, #851, #852, #855, #856, #857 and #863

Scratchycarl commented 4 hours ago

Got it, thanks. My players are reporting that they are getting tagged for fall damage. How can I fix that? Thanks a lot!

Olivoz commented 4 hours ago

Depending on your needs remove or configure the Damage Tagger expansion. For smaller questions like this I recommend joining our discord or using the discussions tab.