Skip to content

java-crowd-control v3.5.3

Compare
Choose a tag to compare
@qixils qixils released this 17 Mar 20:16
· 91 commits to master since this release

What's Changed

  • ✨ Added Request.Type.PLAYER_INFO for identifying who a connected streamer is (a proper API for this will be created once the CC-side implementation is finalized)
  • ✨ Added callbacks to TimedEffect for listening to calls to #pause/#resume
  • ✨ Added TimedEffect#[pause/resume]All for i.e. pausing all effects during a loading screen
  • 🧹 Renamed the method in @Subscribe from effect to value (to allow omitting the method name)
  • 📜 Refactored example project from pseudo-code to a proper compiled file to ensure it is updated with new API versions
Full Changelog: v3.5.2...v3.5.3