Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years ago
Updated 4 months ago
All versions
3.4.0
Release
NDailyRewards 3.4.04 months ago 3,271
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Folia
Paper
Purpur
Spigot
Changes
๐ Features
eb43afbfeat: upgrade to quark 1.1.029ccd8efeat(ci): use new release system6d49353feat: first day on resetcf71850feat: implement minimessage support, timezones and new placeholders9a5acddfeat: add debug where it needed
๐ Refactor
๐ Documentation
2aa85bfdocs: update readme
๐จ Build
1adffcbchore: move renovate to root1b6ccb9chore: rollback gradle to 8.14.393be350chore(deps): update setup-java to v5a9d0beechore(deps): Update patch (#144)6744a17chore(deps): Update minor (#145)b8315fbchore(deps): Update dependency org.mariadb.jdbc:mariadb-java-client to v3.5.6 (#146)abe6002chore(deps): Update patch (#148)7792718chore(deps): Update plugin shadow to v9.2.2 (#150)6389071chore(deps): Update softprops/action-gh-release action to v2.3.4 (#152)abe7aa6chore(deps): Update softprops/action-gh-release action to v2.4.1 (#154)84580d0chore(deps): update workflowsecdb513chore(deps): bump quark to 1.2.09b20919chore(deps): Update patch to v4.0.0-rc.14 (#156)56f1049chore(deps): Update funnyboy-roks/modrinth-auto-desc action to v1.7 (#157)5bb2380chore(deps): update actions/upload-artifact to v5.0.0dcff4c5chore(deps): bump quark to 1.2.1dfe7fa5chore: update renovate config1a08225chore(deps): Update mikepenz/release-changelog-builder-action action to v6.0.137d3244chore: add new minecraft versions40aa1e5chore(deps): Update all non-major dependencies (#161)fd74ab4chore(deps): bump quark to 1.3.04cd84a5chore(deps): Update actions/checkout action to v6 (#162)81f4a13chore(deps): Update all non-major dependencies (#163)0e8124echore(deps): Update actions/upload-artifact action to v6 (#164)e2ad3e9chore(deps): Update all non-major dependencies (#165)7046b51chore(deps): Update plugin shadow to v9.3.1 (#166)3c07a53chore(deps): Update mikepenz/release-changelog-builder-action action to v6.1.0 (#167)2c05f2echore(deps): Update dependency me.clip:placeholderapi to v2.12.2 (#168)6ac5ab1chore(deps): Update all non-major dependencies (#169)936a626chore(deps): Update actions/upload-artifact action to v7 (#170)184af4cchore(deps): Update dependency org.apache.maven:maven-artifact to v3.9.13 (#171)889af6dchore(deps): Update all non-major dependencies (#172)b66ed67chore(deps): Update all non-major dependencies (#173)c0ac1a9chore(deps): Update plugin shadow to v9.4.1 (#175)3744df8chore(deps): Update all non-major dependencies (#176)0f454f3chore(deps): Update dependency org.mariadb.jdbc:mariadb-java-client to v3.5.8 (#177)016c400chore(deps): Update all non-major dependencies (#179)20a3cb9chore(deps): Update gradle/actions action to v6 (#178)658c815chore(deps): Update softprops/action-gh-release action to v3 (#180)8a1bd43chore(deps): Update dependency org.apache.maven:maven-artifact to v3.9.15 (#181)809a22dchore: update config.yml comments for clarity8933c45chore: bump to 3.4.0-SNAPSHOTaa859cfchore: bump runServer deps87c563achore: consolidate Adventure into a bundlee9708c0ci: upload artifact without zip70b5008chore: bump to 3.4.0f726e58chore: update adventure to latest19e48a4ci: update release versions
๐ฌ Other
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ZiFzQAnz:ywtEJLmX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZiFzQAnz:ywtEJLmX"
}

