Skip to content

v1.16.4_R19

Compare
Choose a tag to compare
@jakobkmar jakobkmar released this 23 Dec 03:22
· 273 commits to master since this release
  • IPAddressData values now do not contain " at the beginning and the end anymore
  • Color conversion between bungee colors, bukkit colors and java awt colors
    • example: KColors.AQUA.bukkitColor.javaAwtColor.bungeeColor.javaAwtColor
    • (org.bukkit.ChatColor) can only be converted one way, because it is limited in its color variations
  • the fireworkItemStack function allows you to easily create firework items with custom firework meta
    • use addEffect { } inside of the FireworkMeta builder
  • the editMeta function can be called on any Firework entity, to change the firework effects (this is possible until it explodes)
  • added Player.give(itemStacks)
    • itemStacks is a vararg
  • the legacyText function for chat component building now has a new builder parameter