Skip to content

Releases: unldenis/holoeasy

Fixed ProtocolLib dependency

30 May 13:24
47a504c
Compare
Choose a tag to compare
Merge pull request #30 from ThomasWega/master

Fixed ProtocolLib dependency

2.1.0 Release

14 May 12:33
5950b3f
Compare
Choose a tag to compare
  • added ClickableTextLine
  • improved README.md

2.0.0 Release

01 May 21:16
78ff8eb
Compare
Choose a tag to compare
  • Code rewriting using the 'composition over inheritance' principle.
  • now you can configure any part of the library (Lines, Holograms, Pools, Animations, Loaders etc.) and create your own custom part.
  • added 1.19.4 support.

1.4.1 Release

25 Apr 20:07
Compare
Choose a tag to compare
  • 1.8 errors fixed
  • added 1.19.3 support

1.4.0 Release

03 Sep 12:48
Compare
Choose a tag to compare
  • TextLines without content are now automatically hidden
  • ArmorStand are made small, this should block fewer hitboxes
  • Now following Google's coding standards

1.3.0 Release

25 Jun 10:41
Compare
Choose a tag to compare
  • Fixed issues with VersionUtil on 1.18.2

1.2.9 Release

22 Jun 21:32
Compare
Choose a tag to compare
  • Code refactoring of packets (performance improvements)
  • Added support for 1.19.

1.2.8 Release

14 Jun 20:09
Compare
Choose a tag to compare
  • CircleAnimation fixed for 1.8.8.

1.2.7 Release

12 Jun 16:46
Compare
Choose a tag to compare

Update 1.2.7

  • added the possibility to listen to clicks on a hologram. (Synchronous?)
  • made classes more immutable.

1.2.6 Release

18 Mar 19:06
Compare
Choose a tag to compare

Added AbstractLine#update method for any placeholders as per request #4