Updated API (markdown)

bloodmc 2021-07-26 21:56:25 -04:00
parent 50489ef95b
commit d899eacfa5

2
API.md

@ -1,5 +1,5 @@
* Build the latest master GD API at https://github.com/GriefDefenderAPI
* Add jar as a `compileOnly` dependency. (Do not include GD's API in your jar as it is provided by GriefDefender)
* Add jar as a `compileOnly` dependency. (Do not include GD's API in your jar or any of its dependencies as it is provided by GriefDefender)
* Make sure to relocate the following if used via GD API
* `com.flowpowered` to `com.griefdefender.lib.flowpowered`
* `net.kyori` to `com.griefdefender.lib.kyori`