Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
๐ฅ EmberStamp
EmberStamp is a lightweight utility library that automatically records how many times each installed mod has been launched. Every time the game starts, EmberStamp updates a simple JSON database, making it easy for developers to track first launches, returning players, progression milestones, unlock systems, tutorials, achievements, or custom events without maintaining their own tracking logic.
Perfect for horror maps and immersive experiences, EmberStamp allows mods to react differently depending on how many times they've been launched. Imagine subtle changes on a player's second playthrough, hidden events after multiple launches, or unique dialogue that only appears after repeated sessions. ๐๏ธ๐ฏ๏ธ
The launch database is stored in:
.minecraft/config/emberstamp_mod_launches.json
Example:
{
"minecraft": 1,
"forge": 1,
"burnedconfig": 1,
"emberstamp": 1
}
โจ Features
- ๐ฅ Automatically counts mod launches
- ๐ Lightweight JSON database
- ๐ Zero setup required
- ๐พ Persists between game launches
- ๐ฎ Ideal for horror mods, story mods, progression systems, tutorials, achievements, and hidden events
- โก Minimal overhead with fast startup
- ๐งฉ Simple API for retrieving launch counts
- ๐ Safe, reliable, and developer-friendly
License
MIT โ bnBurned. Please keep the original license and copyright notice when redistributing or modifying the project, as required by the MIT License.

