Skip to content

1.3

Compare
Choose a tag to compare
@RoboMWM RoboMWM released this 09 Oct 15:51
· 51 commits to master since this release

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 if keepInventory 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...)