Skip to content

minekube/common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eda4072 · Dec 11, 2024

History

29 Commits
Dec 11, 2024
Jul 13, 2020
Dec 11, 2024
Jul 22, 2020
Dec 11, 2024
Dec 11, 2024
Dec 21, 2022

Repository files navigation

common

Minekube's Commons Library

Get it: go get -u go.minekube.com/common

Libraries:

  • minecraft/component
    • A Minecraft text components library.
    • Marshal/Unmarshal in different formats
      • json components (faster than Go's standard encoding/json, thanks to Gojay)
      • plain text marshalling
      • legacy colors & formats
      • Minecraft 1.16+ hex colors
      • click/hover events
      • options for encoding/decoding
      • support older Minecraft client versions by default!