Skip to content

max1mde/HologramAPI

Repository files navigation

License Version Version jitpack jitpack

Features

  • Text animations
  • Minimessage support
  • Packet based
  • Per player holograms
  • ItemsAdder emoji support

Installation

  • 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

Wiki

Code examples & more https://github.com/max1mde/HologramAPI/wiki/Getting-started

Example/Showcase Plugin

https://github.com/max1mde/ExampleHologramPlugin

Contributions to this repo or the example plugin are welcome!