[SPIGOT-5301] Please implement BlockIgniteEvent + BlockIgniteEvent.IgniteCause for flame arrows relighting extinguished campfires. Created: 31/Aug/19 Updated: 02/Sep/19 Resolved: 02/Sep/19 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | totemo | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Environment: |
Linux x86_64, Java 12
|
Version: | git-Spigot-065a373-96bc85f (MC: 1.14.4) (build 2460) |
Guidelines Read: | Yes |
Description |
You can extinguish a campfire with a water bucket and reignite it with a flame arrow. I know that WorldGuard doesn't currently catch that, and the Spigot BlockIgniteEvent.IgniteCause does not reflect that possibility. I've pored over the Spigot sources and I can see where this is implemented in n.m.s.BlockCampfire. I haven't been able to find any Spigot API hooks in the obvious suspects (CraftCampFire, CraftArrow). I do admit, I haven't raised a bug with the WorldGuard guys about this yet, mainly because their dev server has experienced hardware failure. But I'm reasonably confident that the lack of a Spigot API for flame arrows igniting things indicates that it has not yet been implemented by the Spigot project.
|
Comments |
Comment by Black Hole [ 31/Aug/19 ] |
Related to |