Skip to content

MineInAbyss/MineInAbyss

Repository files navigation

Mine in Abyss Maven Discord Contribute

Mine In Abyss is a Paper plugin made for the Mine In Abyss Minecraft server. The server aims to recreate the world of Made in Abyss within Minecraft. You can join our Discord for more information about the server. Visit our site mineinabyss.com for news and our social media links.

Features

  • (WIP) Custom Item/Artifact system using Geary ECS and Looty.
  • Extremely deep world using DeeperWorld
    • Stacked sections automatically and seamlessly teleported betwen
  • The Curse of Ascension
    • Varying curse effects mimicking the curses in the manga/anime as close as possible
  • Using Idofront API
    • Shares commonly used code between our projects
    • Many extension functions and Kotlin specific features
    • Command API (which we aren't using here yet!)
  • GUIs made with Guiy-compose

Setup and contributions

Please read our Setup and Contribution guide.

Plugin dependencies

Optional:

Recommended for development:

Gradle

repositories {
    maven("https://repo.mineinabyss.com/releases")
}

dependencies {
    compileOnly("com.mineinabyss:mineinabyss:<version>")
}