GuilleX7 / ExplodeAny

Bukkit plugin that allows to control any explosion
GNU General Public License v3.0
0 stars 0 forks source link

Trouble with drop items #21

Closed Ollie31212 closed 3 months ago

Ollie31212 commented 8 months ago

Hi, once my blocks have exploded they dont drop. Ive tried editting the config ie: PackDroppedItems: true DropChance: 100.0 but im still unable to get blocks to drop

GuilleX7 commented 8 months ago

Hi @Ollie31212 ! Could you please tell more info about your environment?

Blocks should drop whenever a given material's DropChance is set to 100.0, as you said. PackDroppedItems does not need to be enabled for it (actually, having it set to false will result in more "realistic" drops).

Feel free to reach out to my Discord if you need to further describe your case, I'll summarize it here.

P.S. if multiple entities are exploding at once (for example, if you have some TNT blocks together), make sure the subsequent explosions are not destroying the drops!

GuilleX7 commented 3 months ago

Closed due to stagnation. The described behaviour could not be reproduced.