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

Insight Bug Report #205

Open
AccioAce opened this issue Aug 29, 2023 · 1 comment
Open

Insight Bug Report #205

AccioAce opened this issue Aug 29, 2023 · 1 comment
Labels
invalid This doesn't seem right

Comments

@AccioAce
Copy link

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

@FrankHeijden
Copy link
Member

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 FrankHeijden added the invalid This doesn't seem right label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants