Skip to content

1.18.2

Compare
Choose a tag to compare
@l4zs l4zs released this 29 Mar 18:06
· 26 commits to master since this release
faaa11d

This release is focused on bringing compatibility for Minecraft 1.18.2 and further enforce the Paper first policy:

  • nearly everything that used Bungee ChatColors is replaced with TextColor and TextDecoration
  • where possible, Strings were replaced with Components
  • the LiteralTextBuilder was adapted to Components
  • Component extensions requested in #36
  • fixed Chunk.allBlocks height (thanks to @Krxwallo)
  • ArmorStand locking extensions (thanks to @mooziii)

Some mentions on Components and TranslatableComponents:

  • When you add a Component that has newLines in it to a lore, only the content before the linebreak will be shown (Maybe there'll be a paper method in the future to split the Components to fix this)
  • You'll have to render TranslatableComponents before using them in ItemStacks (displayname, lore)