max1mde / FancyPhysics

3D block particles, realistic explosions and more
https://www.spigotmc.org/resources/110500/
GNU General Public License v3.0
19 stars 0 forks source link

Small blocks don't disappear. #1

Closed ichiru5555 closed 4 months ago

ichiru5555 commented 4 months ago

As you can see in the image, the small block does not disappear. I have now deleted the plugin, but how do I get rid of the block? I could not get rid of it with worldedit. スクリーンショット 2024-05-08 202715

max1mde commented 4 months ago

As you can see in the image, the small block does not disappear.

I have now deleted the plugin, but how do I get rid of the block?

I could not get rid of it with worldedit.

スクリーンショット 2024-05-08 202715

This only can happen if the server crashes or the chunks where unloaded... You can remove them using this command: /kill @e[type=block_display,distance=..20]

ichiru5555 commented 4 months ago

thank you.