All versions
1.0.0
Release
BetterRewards 1.0.03 months ago 18
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Changes
[1.0.0] - 2026-04-07
⨠Added
- Full promotional code system for Minecraft Forge 1.16.5
/promoGUI interface for players to redeem codes/promocodealias command- Support for multiple item rewards per code
- Admin commands:
/promo create/promo createraw/promo delete/promo deleteall/promo list/promo help
- Config-based code creation via
server_config/promocodemod-server.toml - Persistent data storage in
world_folder/promocodes_data.json - Usage limits system (max redemptions per code)
- Expiration system using Unix timestamps
- Anti-abuse system:
- One redemption per player per code
- Persists across restarts and name changes
- Statistics tracking:
- Total redemptions
- Unique players per code
- Inventory overflow handling (drops items on ground)
š Features
- Works in both offline-mode and online-mode servers
- Server-side compatible (clients do not require the mod)
- Case-insensitive promo codes
- Auto-saving system (no manual saving required)
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:FBR8weIr:SuTLCvpL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FBR8weIr:SuTLCvpL"
}

