You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/'
}
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.
The text was updated successfully, but these errors were encountered: