- Text animations
- Minimessage support
- Packet based
- Per player holograms
- ItemsAdder emoji support
- Download packet events https://www.spigotmc.org/resources/80279/
- Download HologramAPI-[version].jar file from the latest release
- Upload the HologramAPI-[version].jar and packet events file on your server (yourserver/plugins folder)
- Add the plugin as a dependency to your plugin and use it
Gradle installation
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compileOnly 'com.github.max1mde:HologramAPI:1.2.5'
}
Maven installation
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.max1mde</groupId>
<artifactId>HologramAPI</artifactId>
<version>1.2.5</version>
<scope>provided</scope>
</dependency>
Add this to your plugin
plugin.yml
depend:
- HologramAPI
Code examples & more https://github.com/max1mde/HologramAPI/wiki/Getting-started
https://github.com/max1mde/ExampleHologramPlugin
Contributions to this repo or the example plugin are welcome!