You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mining the block should drop the correct number of items without duplication.
Actual behavior
Mining the block results in multiple drops of the same item, leading to duplication.
How to reproduce
Ensure the server is running Paper 1.20.1 with the latest builds of AuraSkills and ItemsAdder installed.
Configure a profession in AuraSkills to gain experience from a specific block (e.g., "miner" from "ancient_debris").
Place a note_block and then place the specific block (e.g., "ancient_debris") next to it.
Mine the specific block.
Observe that multiple identical blocks are dropped.
The duplicated block must be a source of experience for a profession in the AuraSkills plugin. For example, if the profession "miner" gains experience from mining "ancient_debris," placing "ancient_debris" next to a note block and then mining it will cause the duplication.
Removing either AuraSkills or ItemsAdder resolves the issue.
Additional information
Removing either AuraSkills or ItemsAdder resolves the issue, but this is not ideal as both plugins are needed for the server's functionality.
ItemsAdder might be canceling the BlockPlaceEvent and using their own, so AuraSkills can't detect the ancient debris as a player placed block. I believe ItemsAdder has a CustomBlockPlaceEvent for this but it's hard to know what's going on since its closed source and I can't test it. Anyone can feel free to PR to add support if they need this quickly.
Server software and version
Paper 1.20.1
Expected behavior
Mining the block should drop the correct number of items without duplication.
Actual behavior
Mining the block results in multiple drops of the same item, leading to duplication.
How to reproduce
Additional information
Removing either AuraSkills or ItemsAdder resolves the issue, but this is not ideal as both plugins are needed for the server's functionality.
Agreements
The text was updated successfully, but these errors were encountered: