Changelog

v4.3.2

November 21, 2024


Minor non-breaking changes:

  • ProtocolLib.jar included in the repository to avoid other errors with the repository.

v4.3.0

November 21, 2024


Major non-breaking changes:

  • Now when creating a hologram use the blockLine method for the blocks, and the itemLine method for the dropped items.

Minor non-breaking changes:

  • ILine interface renamed to Line
  • Line interface now exposes only usable methods, not internal ones.
  • BlockLineModifiers now removed.

v4.2.1

November 4, 2024


Major non-breaking changes:

  • Project uses Gradle instead of Maven.

Minor non-breaking changes:

  • PacketEvents hologram lines now support colors.

v4.2.0

November 3, 2024


Major non-breaking changes:

  • Added support for PacketEvents library. Tested in 1.20.2.

v4.1.0

October 6, 2024


Minor changes:

  • Pool now support generics holograms.

v4.0.0

October 5, 2024


This update introduces lots of breaking changes.

Major breaking changes:

  • Functional approach is dropped in favor of typesafe Hologram classes.
  • Added support for holograms serialization and deserialization.

Minor breaking changes:

  • TextLineModifiers and BlockLineModifiers for line customization.
  • Plugin is now set once.