HolographicDisplays/README.md
2019-06-04 10:05:58 +02:00

28 lines
911 B
Markdown

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.org/job/filoghost/job/HolographicDisplays
## Maven
```xml
<repository>
<id>codemc-repo</id>
<url>https://repo.codemc.org/repository/maven-public/</url>
</repository>
```
```xml
<dependency>
<groupId>com.gmail.filoghost.holographicdisplays</groupId>
<artifactId>holographicdisplays-api</artifactId>
<version>2.3.2</version>
<scope>provided</scope>
</dependency>
```
## 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.