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.