Skip to content

Eradiator/DecentHolograms

Repository files navigation

Decent Holograms

A lightweight but powerful hologram plugin with many features and configuration options.

Support

We are mostly active on Discord so the best way to get support is joining our Discord Server. Also, it is okay to report bugs here on GitHub or in the 'Discussion' page on the Spigot Page of Decent Holograms.

bStats

API

How to get DecentHolograms API into your project:

Replace TAG with the current version of DecentHolograms. (Latest release)

Gradle:

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.decentsoftware-eu:decentholograms:TAG'
}

Maven:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.github.decentsoftware-eu</groupId>
        <artifactId>decentholograms</artifactId>
        <version>TAG</version>
    </dependency>
</dependencies>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages