欢迎使用 RyseInventory!这是一个受 SmartInventory 启发的强大库存系统 API,旨在让 Minecraft 插件的库存创建与管理变得更加简单高效。它提供了丰富的功能,包括自动分页、自定义选项和事件系统,让开发者可以轻松构建复杂的交互界面。详细的使用方法请查阅官方 Wiki。
onEnable 方法中注册 InventoryManager。请确保正确引入 API。新版本中,您可以在 plugin.yml 的 libraries 下指定 API,这样就无需再进行代码混淆(shade)。
Gradle (Groovy):
repositories {
mavenCentral()
maven {
url "https://s01.oss.sonatype.org/content/groups/public/"
}
}
dependencies {
implementation 'io.github.rysefoxx.inventory:RyseInventory-Plugin:1.6.5'
}Gradle (Kotlin):
repositories {
mavenCentral()
maven {url = uri("https://s01.oss.sonatype.org/content/groups/public/")}
}
dependencies {
implementation("io.github.rysefoxx.inventory:RyseInventory-Plugin:1.6.5")
}Maven:
<repositories>
<repository>
<id>sonatype</id>
<url>https://s01.oss.sonatype.org/content/groups/public/</url>
</repository>
</repositories>
<dependency>
<groupId>io.github.rysefoxx.inventory</groupId>
<artifactId>RyseInventory-Plugin</artifactId>
<version>1.6.5</version>
</dependency>友情链接: 网易我的世界 | 泰拉瑞亚 | ocent云计算 | 米饭Minecraft插件文档 | 友链合作
历史访问人数:2,623,894 | 历史访问人次:3,181,200
今日访问人数:45,113 | 今日访问人次:50,821
昨日访问人数:24,332 | 昨日访问人次:29,698
Copyright © 2019-2026 我的世界服务器列表站. All rights reserved.
❤ Powered by GermMC 京ICP备17023959号-6