This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
Releases: aivruu/title
Releases · aivruu/title
v1.0.5-dev204w3
- Move 'parsedMessage' var into 'BukkitRunnable' code block.
v1.0.5-dev203w1
- Remove unnecessary adapts.
- Improve code structure.
- Remove static instance methods from
SimpleAdaptManagerImpl
andSimpleTitleManagerImpl
- For server-version checks use
SERVER_VERSION
field from Constants class.
v1.0.4-b1
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
Modified
- Inverted parameters order on
TitleManager#sendTabList
method to avoid confusions.
Full Changelog: 1.0.1...1.0.3
v0.4-b2
v1.0.2
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)
chore(SimpleAdaptManager): remove `version` single String object
v0.2-b1 (BETA TESTING)
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
Modified
- Renamed
XTitle#supports()
method toXTitle#canSupport()
. - Renamed
XTitle#adaptManager()
method toXTitle#newAdaptManager()
. - Renamed
XTitle#titleManager()
method toXTitle#newTitleManager()
. - Adapts classes renaming to
AdaptHandler
and modifyPacketPlayOutTitle
constructor removing enum and null parameters for the times.