Compatibility
Minecraft: Java Edition
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
Platforms
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 3 months ago
NDailyRewards
Simple and lightweight plugin that allows you to reward your players for playing on your server every day.
✨ Features
- 📇 MariaDB and SQLite support
- ⚙️ High adjustable and simple configuration
- 🌈 HEX Colors with gradient support
- ⌨️ Various action types for rewards
- 📄 PlaceholderAPI Support
- 📝 Customizable and Translatable Messages
- 😎 Custom model data support
- 🔁 Auto claim rewards
- 🔔 Join notifications and auto-GUI opening
- ...and more!
⚒️ Developer API
To use NDailyRewards API, you first need to add NDailyRewards to your project. To do that follow these steps:
Add repository:
For Gradle projects use:
repositories {
maven("https://repo.bxteam.org/releases")
}
For Maven projects use:
<repository>
<id>bx-team-releases</id>
<url>https://repo.bxteam.org/releases</url>
</repository>
Add dependency:
For Gradle projects use:
dependencies {
compileOnly("org.bxteam.ndailyrewards:VERSION")
}
For Maven projects use:
<dependency>
<groupId>org.bxteam</groupId>
<artifactId>ndailyrewards</artifactId>
<version>VERSION</version>
<scope>provided</scope>
</dependency>
You can check the latest version number here.
📦 Building
To build NDailyRewards, follow these steps (Make sure you have JDK 17 or higher):
./gradlew build
- The output file will be located at
build/libs
.
🧾 License 
NDailyRewards is licensed under the GNU General Public License v3.0. You can find the license here.