MineInAbyss / MineInAbyss

The main plugin for Mine in Abyss, a recreation of Made in Abyss in Minecraft. Includes the curse, relics, and more.

Home Page:https://mineinabyss.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>")
}

About

The main plugin for Mine in Abyss, a recreation of Made in Abyss in Minecraft. Includes the curse, relics, and more.

https://mineinabyss.com

License:MIT License


Languages

Language:Kotlin 100.0%