Skip to content

Fork of PatBox's hologram-api with the goal to make it snapshot-friendly.

License

Notifications You must be signed in to change notification settings

Server-Utilities/hologram-api

Repository files navigation

Hologram API

It's a small, jij-able library for creating server side holograms showing text, items or even entities. They can be fully interactive with different actions depending on where players click.

Usage:

Add it to your dependencies like this:

repositories {
	maven { url 'https://maven.nucleoid.xyz' }
}

dependencies {
	modImplementation include("eu.pb4:hologram-api:[TAG]")
}

Next you just need to create instance of hologram (WorldHologram/EntityHologram), set every element and call hologram.show(). For example code see Test Mod

About

Fork of PatBox's hologram-api with the goal to make it snapshot-friendly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages