Updated Basic tutorial (markdown)

filoghost 2014-07-26 11:06:00 -07:00
parent d64494df00
commit 167f5dbcdf

@ -8,6 +8,8 @@ First of all, use the latest version of HolographicDisplays while coding and ask
## 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**.
 
Add a soft-dependency to your plugin.yml:
```
softdepend: [HolographicDisplays]