https://github.com/bx-team/ndailyrewards
Reward players for playing on your server!
https://github.com/bx-team/ndailyrewards
bukkit bukkit-plugin bukkit-plugins collaborate java minecraft papermc plugin spigot spigot-plugin spigotmc
Last synced: 7 months ago
JSON representation
Reward players for playing on your server!
- Host: GitHub
- URL: https://github.com/bx-team/ndailyrewards
- Owner: BX-Team
- License: gpl-3.0
- Created: 2022-01-03T18:19:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T12:49:03.000Z (7 months ago)
- Last Synced: 2025-04-13T14:56:28.441Z (7 months ago)
- Topics: bukkit, bukkit-plugin, bukkit-plugins, collaborate, java, minecraft, papermc, plugin, spigot, spigot-plugin, spigotmc
- Language: Java
- Homepage: https://modrinth.com/plugin/ndailyrewards
- Size: 883 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

### NDailyRewards
Simple and lightweight plugin that allows you to reward your players for playing on your server every day.
[](https://modrinth.com/plugin/ndailyrewards)
[](https://discord.gg/p7cxhw7E2M)
[](https://docs.bxteam.org/documentation/ndailyrewards/about)
[](https://bstats.org/plugin/bukkit/NDailyRewards/13844)
## About
NDailyRewards is a simple and lightweight plugin that allows you to reward your players for playing on your server every day. It supports MySQL, MariaDB, and SQLite databases, and has a lot of features that you can customize to your liking.
- 📇 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!
## Installation
### Stable Builds
You can download the latest stable builds from our [Modrinth page](https://modrinth.com/plugin/ndailyrewards).
### Development Builds
Get the latest development builds from our [GitHub Actions](https://github.com/BX-Team/NDailyRewards/actions/workflows/gradle.yml?query=branch%3Amaster).
## 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:
```groovy
repositories {
maven("https://repo.bxteam.org/releases")
}
```
For Maven projects use:
```xml
bx-team-releases
https://repo.bxteam.org/releases
```
### Add dependency:
For Gradle projects use:
```groovy
dependencies {
compileOnly("org.bxteam.ndailyrewards:VERSION")
}
```
For Maven projects use:
```xml
org.bxteam
ndailyrewards
VERSION
provided
```
You can check the latest version number [here](https://github.com/BX-Team/NDailyRewards/releases/latest).
## Building
To build NDailyRewards, follow these steps (Make sure you have **JDK 17 or higher**):
```shell
./gradlew shadowJar
```
- The output file will be located at `build/libs`.
## Contributing
If you want to contribute to NDailyRewards, see [CONTRIBUTING.md](https://github.com/BX-Team/NDailyRewards/blob/master/.github/CONTRIBUTING.md) to find out more.