Reward players for playing on your server
Simple and lightweight plugin that allows you to reward your players for playing on your server every day.
To use NDailyRewards API, you first need to add NDailyRewards to your project. To do that follow these steps:
maven("https://repo.bxteam.org/releases")
<repository>
<id>bx-team-releases</id>
<url>https://repo.bxteam.org/releases</url>
</repository>
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>
To build NDailyRewards, follow these steps (Make sure you have JDK 17 or higher):
./gradlew build
build/libs.NDailyRewards is licensed under the GNU General Public License v3.0. You can find the license here.