Updated Home (markdown)

filoghost 2014-07-26 07:02:33 -07:00
parent 6d7889a0e7
commit 3bde8c5f41
1 changed files with 3 additions and 3 deletions

@ -2,7 +2,7 @@ Welcome to the Holographic Displays wiki. Here you can find a useful list of tut
## Useful links
* [Bukkit Page](http://dev.bukkit.org/bukkit-plugins/holographic-displays)
* [API classes](https://github.com/filoghost/HolographicDisplays/tree/master/HolographicDisplays/src/com/gmail/filoghost/holograms/api)(not for beginners)
* [API classes](https://github.com/filoghost/HolographicDisplays/tree/master/HolographicDisplays/src/com/gmail/filoghost/holograms/api) (not for beginners)
* [Thread on the Bukkit Forums](http://forums.bukkit.org/threads/lib-holographic-displays-an-easy-way-to-manage-holograms.269886)
@ -10,8 +10,8 @@ If you're going to make a Bukkit plugin using this API please send me a PM on [B
If you need help with this API, send me a PM.
# Tutorials
* [Adding Holographic Displays as dependancy]
* [Basic tutorial]
* [[Adding Holographic Displays as dependancy]]
* [[Basic tutorial]]
# API Tutorial
This tutorial explains how to use the HolographicDisplays API to dynamically create Holograms, as you would do with normal entities. You don't have to use any NMS code.