[SPIGOT-2439] Inconsistent ChunkLoadEvent and ChunkUnloadEvent Created: 21/Jun/16 Updated: 23/Jun/16 Resolved: 23/Jun/16 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Daniel Ennis | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 1 |
Labels: | None |
Description |
These 2 events are not consistently called on Chunk Load and Unload actions. This leaves plugins unable to act upon chunk state changes, which is a very common behavior in plugins. These events should be guaranteed to be called anytime a chunk unloads or loads, so that plugins may act on that to update their own local states. |