基本信息
我的世界Java版本
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
平台
Bukkit
运行环境
其他链接
搬运团队
详情信息
许可证 GPL-3.0-only
发布于 4 months ago
更新于 3 months ago
欢迎来到 NDailyRewards
NDailyRewards 是一个简单且轻量级的插件,允许你为每天在服务器上游玩的玩家提供奖励。
ℹ️ 信息
- NDailyRewards 完全支持从
1.16
到1.21
的 Minecraft 版本。 - 需要 Java 17 或更高版本才能正常工作。对于较旧版本的 Java,这可能会影响插件的功能。
✨ 功能
- 📇 支持 MariaDB 和 SQLite
- ⚙️ 高度可调整且简单的配置
- 🌈 支持 HEX 颜色和渐变
- ⌨️ 各种奖励动作类型
- 📄 PlaceholderAPI 支持
- 📝 可自定义和可翻译的消息
- 😎 自定义模型数据支持
- 🔁 自动领取奖励
- 🔔 加入通知和自动打开 GUI -...等等!
🛠️ 开发版本
从我们的 GitHub Actions 获取最新的开发版本。
👷 开发者 API
要使用 NDailyRewards API,你首先需要将 NDailyRewards 添加到你的项目中。请按照以下步骤操作:
添加仓库:
对于 Gradle 项目,请使用:
repositories {
maven("https://repo.bx-team.space/releases")
}
对于 Maven 项目,请使用:
<repository>
<id>bx-team-releases</id>
<url>https://repo.bx-team.space/releases</url>
</repository>
添加依赖:
对于 Gradle 项目,请使用:
dependencies {
compileOnly("space.bxteam.ndailyrewards:VERSION")
}
对于 Maven 项目,请使用:
<dependency>
<groupId>space.bxteam</groupId>
<artifactId>ndailyrewards</artifactId>
<version>VERSION</version>
<scope>provided</scope>
</dependency>
你可以在此处查看最新的版本号 这里。
🏗️ 构建
要构建 NDailyRewards,请按照以下步骤操作(确保你有 JDK 17 或更高版本):
./gradlew shadowJar
- 输出文件将位于
build/libs
中。
📚 贡献
如果你想为 NDailyRewards 做出贡献,请查看 CONTRIBUTING.md 以了解更多信息。
📑 依赖项和许可证
为了使 NDailyRewards 正常工作,我们使用了以下依赖项:
NDailyRewards 依据 GPL-3.0 许可证 授权。