Updated Basic tutorial (markdown)

filoghost 2014-07-26 11:05:13 -07:00
parent ce8469c0c1
commit c4bfd07885

@ -4,9 +4,9 @@ This basic tutorial will explain you how to check that HolographicDisplays is en
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.
## 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 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**.
**Add a soft-dependency to your plugin.yml:**
Add a soft-dependency to your plugin.yml:
```
softdepend: [HolographicDisplays]
```