From 19c216bc31d22eb6bcc8670ec3cae853da762f88 Mon Sep 17 00:00:00 2001 From: filoghost Date: Mon, 6 Apr 2015 13:16:08 +0200 Subject: [PATCH] Updated Basic tutorial (markdown) --- Basic-tutorial.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Basic-tutorial.md b/Basic-tutorial.md index 4d18841..b92d8e7 100644 --- a/Basic-tutorial.md +++ b/Basic-tutorial.md @@ -6,6 +6,7 @@ First of all, use the latest version of HolographicDisplays while coding and ask Download the API: [link to the page](API-download-page) (**without the actual plugin's classes**, to avoid being confused. It's just like downloading Bukkit instead of CraftBukkit) + ## 2) Check if HolographicDisplays is enabled To use the API, you have to check if the plugin is installed and enabled. You can use the following code in your plugin.yml and in your onEnable() to check that the plugin is installed and **enabled**.