Insights icon indicating copy to clipboard operation
Insights copied to clipboard

Insight Bug Report

Open AccioAce opened this issue 1 year ago • 1 comments

Hello frank, I'm here to report a bug. So I have insights setup for the 1.20.1 version of Pufferfish. I do have a random limit setup however there seems to be an issue with insight interfering with the spawners. It tells them they have reached the spawner limit per chunk which they haven't yet. They had to mine the spawner to replace it to fix the limit. But I do believe this could be a bug from insight, I've uploaded a video from a player report about this for more details.

Pufferfish Version: 1.20.1 Insight Version: 6.15.0

https://youtu.be/pq26gCmtkzc

AccioAce avatar Aug 29 '23 18:08 AccioAce

This is caused by the plugin you're using for spawners. It seems from the video it used the BlockDamageEvent, which I think if cancelled, does not fire a BlockBreakEvent. The plugin you're using should hook into Insights to notify the plugin of the broken block, or it should use BlockBreakEvent, and give the player a spawner if successfully broken.

FrankHeijden avatar Dec 11 '23 12:12 FrankHeijden