Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day ago
JSON representation
Create modern looking holograms in Minecraft.
- Host: GitHub
- URL: https://github.com/filoghost/holographicdisplays
- Owner: filoghost
- License: gpl-3.0
- Archived: true
- Created: 2014-03-24T14:25:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T22:43:31.000Z (11 months ago)
- Last Synced: 2024-09-27T11:42:37.467Z (4 months ago)
- Topics: bukkit, bukkit-plugin, java, minecraft, spigot, spigot-plugin
- Language: Java
- Homepage: https://dev.bukkit.org/projects/holographic-displays
- Size: 3.76 MB
- Stars: 370
- Watchers: 19
- Forks: 201
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```xmlcodemc-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.