Skip to content

NMS to Bukkit update !

Compare
Choose a tag to compare
@Anarchick Anarchick released this 07 Jul 20:17
· 48 commits to main since this release

Works with 1.17 if you use the right version of ProtocolLib.

FIX

  • Fix NPE with "Packet Fields"
  • Fix NPE with "Packet Fields Classes"

CHANGED

  • [packet] field %number% of %packet% -> [object] [packet] field %number% [of %-packet%]
  • [all] fields of [packet] %packet% -> [all] [packet] fields [of %-packet%]
  • [all] fields class[es] of [packet] %packet% -> [all] [packet] fields class[es] [of %-packet%]

ADDED

  • Get net.md_5.bungee.api.chat.BaseComponent from a string
  • Get the NMS (net.minecraft.server) TextComponent from a string
  • Add expressions to get Chunk / Location / World / Entity / Player / ItemStack / Material from an NMS Object
  • Convert an NMS (net.minecraft.server) ChatComponentText to a Json string
  • Get NMS NBTTagCompound from a Json String
  • Get an Enum from a class
  • Get a java.util.UUID from a String UUID or create new one
  • Get a readable text from a Json string (json Chat Format)