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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: