项目作者: MineInAbyss

项目描述 :
The main plugin for Mine in Abyss, a recreation of Made in Abyss in Minecraft. Includes the curse, relics, and more.
高级语言: Kotlin
项目地址: git://github.com/MineInAbyss/MineInAbyss.git
创建时间: 2017-12-24T18:06:18Z
项目社区:https://github.com/MineInAbyss/MineInAbyss

开源协议:MIT License

下载




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:

  1. repositories {
  2. maven("https://repo.mineinabyss.com/releases")
  3. }
  4. dependencies {
  5. compileOnly("com.mineinabyss:mineinabyss:<version>")
  6. }