From d2df407aa6ea64b1282a4888220487e52f2bc1d6 Mon Sep 17 00:00:00 2001 From: filoghost Date: Sat, 26 Jul 2014 07:00:50 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 20483b4..bc45f4c 100644 --- a/Home.md +++ b/Home.md @@ -2,13 +2,19 @@ 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) -**Discussion page (Bukkit Forums)**: [link](http://forums.bukkit.org/threads/lib-holographic-displays-an-easy-way-to-manage-holograms.269886) +[Thread on the Bukkit Forums](http://forums.bukkit.org/threads/lib-holographic-displays-an-easy-way-to-manage-holograms.269886) + If you're going to make a Bukkit plugin using this API send me a PM on [Bukkit](http://dev.bukkit.org/profiles/filoghost) and I will add it to the description. If you need help with this API, send me a PM. +# Tutorials +* [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.