作者:rebot | 分类:模组
Minecraft 版本: 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
平台: folia paper purpur
标签: library technology utility
This is the base plugin for every Aurora plugin.
It requires PaperMC as the server software and Java 21 or higher.
Folia is also supported.
You can view the full documentation here.
It provides the following utilities:
PlayerRegionEnterEvent and PlayerRegionLeaveEventCommandDispatcher to easily dispatch commands from config files<repository>
<id>auroramc</id>
<url>https://repo.auroramc.gg/releases/</url>
</repository>
<dependency>
<groupId>gg.auroramc</groupId>
<artifactId>Aurora</artifactId>
<version>{VERSION}</version>
<scope>provided</scope>
</dependency>
Groovy DSL:
repositories {
maven {
url "https://repo.auroramc.gg/releases/"
}
}
dependencies {
compileOnly 'gg.auroramc:Aurora:{VERSION}'
}
Kotlin DSL:
repositories {
maven("https://repo.auroramc.gg/releases/")
}
dependencies {
compileOnly("gg.auroramc:Aurora:{VERSION}")
}请登录后举报
暂无评论,抢个沙发吧~