← Назад к ресурсам

NDailyRewards

Reward players for playing on your server

Modrinth economy management utility

Описание

# NDailyRewards Simple and lightweight plugin that allows you to reward your players for playing on your server every day. [![Available on Modrinth](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/modrinth_vector.svg)](https://modrinth.com/plugin/ndailyrewards) [![Available on Hangar](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/hangar_vector.svg)](https://hangar.papermc.io/BX-Team/NDailyRewards) [![Chat on Discord](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/social/discord-plural_vector.svg)](https://discord.gg/qNyybSSPm5) [![Read the Docs](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/documentation/generic_vector.svg)](https://bxteam.org/docs/ndailyrewards) [![Available on BStats](https://raw.githubusercontent.com/NONPLAYT/badges/refs/heads/master/available-on-bstats.svg)](https://bstats.org/plugin/bukkit/NDailyRewards/13844) ## ⚙️ 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 and item model (1.21.4+) 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 ```kts maven("https://repo.bxteam.org/releases") ``` ```xml bx-team-releases https://repo.bxteam.org/releases ``` ### ➕ Add NDailyRewards to dependencies ```kts dependencies { compileOnly("org.bxteam:ndailyrewards:3.4.0") } ``` ```xml org.bxteam ndailyrewards 3.4.0 provided ``` ## 📦 Building To build NDailyRewards, follow these steps (Make sure you have **JDK 17 or higher**): ```shell ./gradlew build ``` - The output file will be located at `build/libs`. ## ⚖️ License ![Static Badge](https://img.shields.io/badge/license-GPL_3.0-lightgreen) NDailyRewards is licensed under the GNU General Public License v3.0. You can find the license [here](LICENSE).