Skip to content

1.8.5

Latest

Choose a tag to compare

@maximjsx maximjsx released this 15 Apr 13:37
· 3 commits to master since this release
  • Megalodon translation support

Super simple to use

TextHologram hologram = new TextHologram(hologramId)
                .setTranslation(Translation.of(megalodon, "key"))
repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    compileOnly("com.github.o7studios:hologramlib:1.8.5")
}