Tags
Creators
Details
All versions
4.0
Release
Day Counter 4.02 years ago 169.5K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Added:
- 4 optional Rewards settings that will be triggered on the specified day.
- Rewards type: Message, Command, EXP, Item
- Option to change the Calendar Item
- Optimization
- Help at the top of the config where you can check the color codes and a help for the Title text customization.
- "/daycounter reload" command to reload the config file.
- Item lore to the configured item with this variables: $server_days$, $player_days$
- Option to disable/enable the item lore
- Two line to the item lore config
Changed:
- Config Description for Days to this: "You can choose which day(s) to show on texts and which day should the system watch for the Rewards. You can choose between: player, server"
- /daycounter add/set/reset server command to now modify the world day count.
- Color/format codes (Example: §f to $f$)
- Website link in the mod list to our Linktree page
Fixed:
- Nothing
Removed:
- MOD type counter
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:rvq6KsSD:cDn73Gl0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rvq6KsSD:cDn73Gl0"
}


