Create modern looking holograms in Minecraft.
Go to file
kmecpp fc0840c9d3 Made the commands easier to use
Display the command list when the user uses the base command in addition
to /hd help. Move the plugin information to the subcommand /hd version
2018-07-20 14:32:49 -04:00
API Better Javadocs support 2018-02-02 17:56:34 +01:00
Examples Convert to Maven 2017-12-21 18:05:32 +01:00
NMS More generic Forge detection 2018-01-29 16:06:26 +01:00
Plugin Made the commands easier to use 2018-07-20 14:32:49 -04:00
Utils More generic Forge detection 2018-01-29 16:06:26 +01:00
.gitignore Convert to Maven 2017-12-21 18:05:32 +01:00
pom.xml Better Javadocs support 2018-02-02 17:56:34 +01:00
README.md Add maven repository info 2018-02-08 13:23:31 +01:00

HolographicDisplays

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

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

Development Builds: https://ci.filoghost.me/job/HolographicDisplays

Maven

<repository>
  <id>filoghost-repo</id>
  <url>https://ci.filoghost.me/plugin/repository/everything/</url>
</repository>
<dependency>
	<groupId>com.gmail.filoghost.holographicdisplays</groupId>
	<artifactId>holographicdisplays-api</artifactId>
	<version>2.2.7-SNAPSHOT</version>
	<scope>provided</scope>
</dependency>