Ender Crystal generates tons of fire place events
Mirviy opened this issue · 7 comments
This is the ender crystal entity that heals ender dragon, not player placed blocks.
The dragon is killed, player pushed the crystal away by pistons out and keep them as Tutorials/Indestructible end crystals.
I can replicate the issue:
- start a new server (latest Paperclip-235, latest coreprotect, no other plugins, all settings/configs default)
- Enter server, goto end (/setblock ~ ~ ~ end_portal ) , kill dragon (/kill @e[type=ender_dragon])
- stop server and copy .mca to world_the_end/DIM1/entities
- restart server, issue replicated.
r.0.0.zip
That appears to be just from exploited end crystals floating in the air, which causes the BlockIgniteEvent
to be spammed. (Not a CoreProtect bug)
However, I'll add a patch to prevent unnecessary data from being logged.