{"id":27381423,"url":"https://github.com/bx-team/ndailyrewards","last_synced_at":"2025-04-13T14:56:41.770Z","repository":{"id":37783232,"uuid":"444158926","full_name":"BX-Team/NDailyRewards","owner":"BX-Team","description":"Reward players for playing on your server!","archived":false,"fork":false,"pushed_at":"2025-03-27T12:49:03.000Z","size":904,"stargazers_count":7,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T14:56:28.441Z","etag":null,"topics":["bukkit","bukkit-plugin","bukkit-plugins","collaborate","java","minecraft","papermc","plugin","spigot","spigot-plugin","spigotmc"],"latest_commit_sha":null,"homepage":"https://modrinth.com/plugin/ndailyrewards","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BX-Team.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-03T18:19:09.000Z","updated_at":"2025-03-27T12:49:05.000Z","dependencies_parsed_at":"2023-12-21T22:29:06.502Z","dependency_job_id":"854160bd-5fed-4699-b98b-dcce9928dd00","html_url":"https://github.com/BX-Team/NDailyRewards","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BX-Team%2FNDailyRewards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BX-Team%2FNDailyRewards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BX-Team%2FNDailyRewards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BX-Team%2FNDailyRewards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BX-Team","download_url":"https://codeload.github.com/BX-Team/NDailyRewards/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248732492,"owners_count":21152851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bukkit","bukkit-plugin","bukkit-plugins","collaborate","java","minecraft","papermc","plugin","spigot","spigot-plugin","spigotmc"],"created_at":"2025-04-13T14:56:41.092Z","updated_at":"2025-04-13T14:56:41.762Z","avatar_url":"https://github.com/BX-Team.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![Banner](/assets/readme-banner.png)\n### NDailyRewards\nSimple and lightweight plugin that allows you to reward your players for playing on your server every day.\n\n[![Available on Modrinth](https://raw.githubusercontent.com/vLuckyyy/badges/main/avaiable-on-modrinth.svg)](https://modrinth.com/plugin/ndailyrewards)\n\n[![Chat on Discord](https://raw.githubusercontent.com/vLuckyyy/badges/main//chat-with-us-on-discord.svg)](https://discord.gg/p7cxhw7E2M)\n[![Read the Docs](https://raw.githubusercontent.com/vLuckyyy/badges/main/read-the-documentation.svg)](https://docs.bxteam.org/documentation/ndailyrewards/about)\n[![Available on BStats](https://raw.githubusercontent.com/vLuckyyy/badges/main/available-on-bstats.svg)](https://bstats.org/plugin/bukkit/NDailyRewards/13844)\n\u003c/div\u003e\n\n## About\nNDailyRewards 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.\n\n- 📇 MariaDB and SQLite support\n- ⚙️ High adjustable and simple configuration\n- 🌈 HEX Colors with gradient support\n- ⌨️ Various action types for rewards\n- 📄 PlaceholderAPI Support\n- 📝 Customizable and Translatable Messages\n- 😎 Custom model data support\n- 🔁 Auto claim rewards\n- 🔔 Join notifications and auto-GUI opening\n- ...and more!\n\n## Installation\n\n### Stable Builds\nYou can download the latest stable builds from our [Modrinth page](https://modrinth.com/plugin/ndailyrewards).\n\n### Development Builds\nGet the latest development builds from our [GitHub Actions](https://github.com/BX-Team/NDailyRewards/actions/workflows/gradle.yml?query=branch%3Amaster).\n\n## Developer API\nTo use NDailyRewards API, you first need to add NDailyRewards to your project. To do that follow these steps:\n\n### Add repository:\n\nFor Gradle projects use:\n```groovy\nrepositories {\n    maven(\"https://repo.bxteam.org/releases\")\n}\n```\n\nFor Maven projects use:\n```xml\n\u003crepository\u003e\n    \u003cid\u003ebx-team-releases\u003c/id\u003e\n    \u003curl\u003ehttps://repo.bxteam.org/releases\u003c/url\u003e\n\u003c/repository\u003e\n```\n\n### Add dependency:\n\nFor Gradle projects use:\n```groovy\ndependencies {\n    compileOnly(\"org.bxteam.ndailyrewards:VERSION\")\n}\n```\n\nFor Maven projects use:\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.bxteam\u003c/groupId\u003e\n    \u003cartifactId\u003endailyrewards\u003c/artifactId\u003e\n    \u003cversion\u003eVERSION\u003c/version\u003e\n    \u003cscope\u003eprovided\u003c/scope\u003e\n\u003c/dependency\u003e\n```\n\nYou can check the latest version number [here](https://github.com/BX-Team/NDailyRewards/releases/latest).\n\n## Building\nTo build NDailyRewards, follow these steps (Make sure you have **JDK 17 or higher**):\n\n```shell\n./gradlew shadowJar\n```\n- The output file will be located at `build/libs`.\n\n## Contributing\nIf you want to contribute to NDailyRewards, see [CONTRIBUTING.md](https://github.com/BX-Team/NDailyRewards/blob/master/.github/CONTRIBUTING.md) to find out more.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbx-team%2Fndailyrewards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbx-team%2Fndailyrewards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbx-team%2Fndailyrewards/lists"}