-
Notifications
You must be signed in to change notification settings - Fork 92
API
bloodmc edited this page Jul 27, 2021
·
20 revisions
- Build the latest master GD API at https://github.com/GriefDefenderAPI
- Add jar as a
compileOnlydependency. (Do not include GD's API in your jar as it is provided by GriefDefender) - Make sure to relocate the following if used via GD API
- "com.flowpowered", "com.griefdefender.lib.flowpowered"
- "net.kyori", "com.griefdefender.lib.kyori"
See the official GD addon https://github.com/bloodmc/GDHooks to learn how to create a plugin for use with GD's API.