[go: nahoru, domu]

Skip to content

Modern and maintained fork from Minestom

License

Notifications You must be signed in to change notification settings

Joltras/Microtus

Repository files navigation

Microtus

Microtus is a fork of the original minestom but patch based.

Our projects get names of animals but in latin.

Discord for discussion: OneLiteFeather.net

Our goals

  • Include patches from open pull requests on minestom repository
  • Fixes issues from original minestom repository
  • Make useful decisions
    • Include new features
    • Try to stay updated with original minecraft cycle
  • Release cycle of 2 weeks

Usage of microtus

Since 23.07.2023 we are now official on the maven central for releases and snapshots.
To use Microtus in your projects you need:

Snapshot

Please replace the <version> with the right one. You can find the versions here: Central
For example: 1.1.0-SNAPSHOT+9284d26

Repositories Section

repositories {
  mavenCentral()
  maven("https://oss.sonatype.org/content/repositories/snapshots")
}

Dependency Section

dependencies {
    implementation("net.onelitefeather.microtus:Minestom:<VERSION>")
    testImplementation("net.onelitefeather.microtus.testing:testing:<VERSION>")
}
Release

Please replace the <version> with the right one. You can find the versions here: Central
For example: 1.1.0

Dependency Section

dependencies {
    implementation("net.onelitefeather.microtus:Minestom:<VERSION>")
    testImplementation("net.onelitefeather.microtus.testing:testing:<VERSION>")
}

About

Modern and maintained fork from Minestom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages