Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Releases: aivruu/title

v1.0.5-dev204w3

01 Aug 19:59
9163d4f
Compare
Choose a tag to compare
  • Move 'parsedMessage' var into 'BukkitRunnable' code block.

v1.0.5-dev203w1

01 Aug 16:07
3f6fdce
Compare
Choose a tag to compare
  • Remove unnecessary adapts.
  • Improve code structure.
  • Remove static instance methods from SimpleAdaptManagerImpl and SimpleTitleManagerImpl
  • For server-version checks use SERVER_VERSION field from Constants class.

v1.0.4-b1

19 Feb 06:02
b94243e
Compare
Choose a tag to compare
v1.0.4-b1 Pre-release
Pre-release

Changes

  • Removed XTitle main interface for simplify and reduce library size (small difference)
  • Moved utility canSupport() method to the inheretors.

Features

  • Implemented animation methods for the Titles and ActionBars (Not tested). This also probably is available for the TabList.
  • Implemented singleton methods on the inheretors for register/unregister and get an instance of these.

What's Changed

  • Library Update -> 1.0.4 - Features and more. by @InitSync in #1

Full Changelog: 1.0.3...1.0.4

v1.0.3

10 Jan 16:08
242ba79
Compare
Choose a tag to compare

Modified

  • Inverted parameters order on TitleManager#sendTabList method to avoid confusions.

Full Changelog: 1.0.1...1.0.3

v0.4-b2

10 Jan 05:30
Compare
Choose a tag to compare
v0.4-b2 Pre-release
Pre-release
Merge remote-tracking branch 'origin/main'

v1.0.2

09 Jan 21:56
44ce4f5
Compare
Choose a tag to compare

Added

  • TabList Official Feature. Implemented methods to modify the Header/Footer of the list of player (Clientbound).

Improvements

  • Simplify project structure, removed lib subproject.

Full Changelog: 1.0.1...1.0.2

v0.3-b1 (BETA TESTING)

08 Jan 20:55
Compare
Choose a tag to compare
Pre-release
chore(SimpleAdaptManager): remove `version` single String object

v0.2-b1 (BETA TESTING)

08 Jan 02:13
7676218
Compare
Choose a tag to compare
Pre-release

Added (BETA)

  • TabList feature, now you can establish and send a header/footer to the player.
  • Implemented TitleManager#sendTabList method for send a new Header/Footer to player.

v1.0.1

23 Dec 02:31
Compare
Choose a tag to compare

Modified

  • Renamed XTitle#supports() method to XTitle#canSupport().
  • Renamed XTitle#adaptManager() method to XTitle#newAdaptManager().
  • Renamed XTitle#titleManager() method to XTitle#newTitleManager().
  • Adapts classes renaming to AdaptHandler and modify PacketPlayOutTitle constructor removing enum and null parameters for the times.

v1.0.0

20 Dec 22:45
5a9e632
Compare
Choose a tag to compare
docs(README): update features description