About
Stache-Libraries are Gradle / Maven dependencies (packages) designed to be used with Minestom when building Minecraft servers. Currently, they are only used by Stachetopia.
How to install a Stache-Library?
Looking up the version
Look up the latest version of the package on stachetopia packages
Importing the dependency
Add the dependency name with its version to your build.gradle file:
dependencies {
implementation 'net.stachetopia.library:*LIBRARY*:*VERSION*'
}Last updated on