Hello,
I built a framework that is spreading through the community pretty fast called ACF (Spigot Thread), as well as other libraries such as TaskChain, IDB, and Minecraft Timings.
So my repo is common for plugins using my libraries, so recommending adding it:
maven {
name 'aikar'
url 'https://repo.aikar.co/content/groups/aikar/'
}
Might also be useful to add an dependencies { acf-paper 0.5.0 } support too, that auto follows my gradle configuration guide:
https://github.com/aikar/commands/wiki/Gradle-Setup to setup shading and automatic relocation for the user.
Hello, I built a framework that is spreading through the community pretty fast called ACF (Spigot Thread), as well as other libraries such as TaskChain, IDB, and Minecraft Timings.
So my repo is common for plugins using my libraries, so recommending adding it:
Might also be useful to add an
dependencies { acf-paper 0.5.0 }
support too, that auto follows my gradle configuration guide: https://github.com/aikar/commands/wiki/Gradle-Setup to setup shading and automatic relocation for the user.