Compatibility
Minecraft: Java Edition
26.1.x
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
Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years 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
- ๐ MiniMessage with ampersand color code 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 our Repository
maven("https://repo.bxteam.org/releases")
<repository>
<id>bx-team-releases</id>
<url>https://repo.bxteam.org/releases</url>
</repository>
โ Add NDailyRewards to dependencies
dependencies {
compileOnly("org.bxteam:ndailyrewards:3.4.0")
}
<dependency>
<groupId>org.bxteam</groupId>
<artifactId>ndailyrewards</artifactId>
<version>3.4.0</version>
<scope>provided</scope>
</dependency>
๐ฆ 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.


