1.3
Minor background stuff, mostly API-related changes to make the plugin even more extensible (I think that's the right word) in addons without reimplementing parts of the plugin.
- Titles have been refactored to exist directly within
SpectateTask.
Setters and getters added for title/subtitle. keepLevel
(variable that determines if player keeps their experience level) is assumed to be true ifkeepInventory
is true.- Prevent spectators from changing speed (can disable in
SpectateTask
) - Cancel PlayerAnimationEvent while death spectating
- Attempt to gracefully handle plugin conflicts (i.e. minigames that respawn the player and do their logic within the death event...)