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

Problem with Drop2Inv plugin #19

Open
supertakeru opened this issue Jul 18, 2023 · 1 comment
Open

Problem with Drop2Inv plugin #19

supertakeru opened this issue Jul 18, 2023 · 1 comment

Comments

@supertakeru
Copy link

https://www.spigotmc.org/resources/%E2%AD%90-drop2inventory-plus-%E2%AD%90.87784/

Problem is that ParticleHats has a trail that drops items that aren't able to be picked up, but when player does something like break bamboo with the trail on it sucks up the items spawned by ParticleHats and turns them into real items like diamonds, nether stars, gold, etc.

Possible solutions? Is there a way to disable the item trails?

@MediusEcho
Copy link
Owner

There's not much I can do to prevent other plugins from interacting with items spawned in the world. Each item spawned from ParticleHats is given the "PH_DroppedItem" MetaData value to distinguish from regular items.

Until a solution is found you can disable the affected particle effects either through the editor /h edit particles.yml or through the particles.yml file, assuming you are using the included menu. Removing them from the menu will prevent players from equipping them. If you delete them from the .yml file make sure to run /h reload to reload your changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants