HSGamer / UniHologram

A unified library to work with Minecraft's Hologram

Home Page:https://hsgamer.github.io/UniHologram/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UniHologram

Sonatype Nexus (Releases) Maven Central

A unified library to work with Minecraft's Hologram

Add as a dependency

<!-- Spigot -->
<dependency>
    <groupId>me.hsgamer</groupId>
    <artifactId>uni-hologram-spigot-bundle</artifactId>
    <version>VERSION</version>
</dependency>

<!-- Hologram Providers for Spigot -->
<dependency>
    <groupId>me.hsgamer</groupId>
    <artifactId>uni-hologram-spigot-holographicdisplays</artifactId>
    <version>VERSION</version>
</dependency>
<dependency>
    <groupId>me.hsgamer</groupId>
    <artifactId>uni-hologram-spigot-decentholograms</artifactId>
    <version>VERSION</version>
</dependency>
<dependency>
    <groupId>me.hsgamer</groupId>
    <artifactId>uni-hologram-spigot-cmi</artifactId>
    <version>VERSION</version>
</dependency>
<dependency>
    <groupId>me.hsgamer</groupId>
    <artifactId>uni-hologram-spigot-fancyholograms</artifactId>
    <version>VERSION</version>
</dependency>
<dependency>
    <groupId>me.hsgamer</groupId>
    <artifactId>uni-hologram-spigot-vanilla</artifactId>
    <version>VERSION</version>
</dependency>

About

A unified library to work with Minecraft's Hologram

https://hsgamer.github.io/UniHologram/

License:MIT License


Languages

Language:Java 99.8%Language:Shell 0.2%