Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/filoghost/holographicdisplays

Create modern looking holograms in Minecraft.
https://github.com/filoghost/holographicdisplays

bukkit bukkit-plugin java minecraft spigot spigot-plugin

Last synced: about 12 hours ago
JSON representation

Create modern looking holograms in Minecraft.

Awesome Lists containing this project

README

        

Holographic Displays
===================

Bukkit Dev Page: http://dev.bukkit.org/bukkit-plugins/holographic-displays

API tutorial: https://github.com/filoghost/HolographicDisplays/wiki

Development Builds: https://ci.codemc.io/job/filoghost/job/HolographicDisplays

## Maven
```xml

codemc-repo
https://repo.codemc.io/repository/maven-public/

```

```xml

me.filoghost.holographicdisplays
holographicdisplays-api
3.0.0
provided

```

## Gradle
```groovy
maven {
url "https://repo.codemc.io/repository/maven-public/"
}
```

```groovy
compileOnly 'me.filoghost.holographicdisplays:holographicdisplays-api:3.0.0'
```

## License
Holographic Displays is free software/open source, and is distributed under the [GPL 3.0 License](https://opensource.org/licenses/GPL-3.0). It contains third-party code, see the included THIRD-PARTY.txt file for the license information on third-party code.