Dependencies
You may want to access MohistAPI in your plugin or mod, this page is for you. It is recommended to use the official template (opens in a new tab) for plugin development.
repositories {
maven { url "https://maven.mohistmc.com/"}
maven { url 'https://hub.spigotmc.org/nexus/content/groups/public/' }
maven { url 'https://libraries.minecraft.net/' }
maven { url 'https://maven.minecraftforge.net/' }
}
dependencies {
implementation 'com.mohistmc:mohistdev:0.1-SNAPSHOT'
}
Others version is not available yet.