mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-11-22 18:35:14 +01:00
Updated Basic tutorial (markdown)
parent
ccc7017b35
commit
dc8b77ae89
@ -4,7 +4,7 @@ This basic tutorial will explain you how to check that HolographicDisplays is en
|
||||
## 1) Download and recommandations
|
||||
First of all, use the latest version of HolographicDisplays while coding and ask your plugin's users to do the same. The API is constantly being expanded, and some methods could be missing in previous versions.
|
||||
|
||||
Download the API: [click to download](https://www.dropbox.com/s/du97h0cvvpakxfx/HolographicDisplaysAPI.jar?dl=1) (**without the actual plugin's classes**, to avoid being confused. It's just like downloading Bukkit instead of CraftBukkit)
|
||||
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**.
|
||||
|
Loading…
Reference in New Issue
Block a user