Tags
Creators
Details
1.0.0
Compatibility
Changes
Pen Tracker 1.0.0
Overlay Modes
/phprestige — Prestige progress, money and shards remaining to next prestige /phmining — Live inventory sell value breakdown per item with running totals /phshards — Shards/hr rate and rolling 1-hour earned total /phmoney — Money earned per hour across all sell sources /phfishing — Key counts, key menu balance, and fish inventory sell values /phcookies — Baking ingredient scanner and cookie counter
Keybinds
K — Toggle overlay on/off R — Reload config from disk V — Open Vault Browser Mine Top — Sends /minetop (unbound by default) AH Sell — Sends /ah sell 100000000000 -b (unbound by default)
Vault System
Full-screen Vault Browser with cached vault contents (no server commands just to browse) Left/right arrow navigation in the browser and inside live vault GUIs Vault contents persist to disk between sessions Auto-expands vault count as new vaults are opened
Chat Suppression (individually toggleable)
Shard balance responses Balance responses Key delivery messages Key withdrawal messages Key received messages Fish sell confirmations Mining notifications
Other
Prestige auto-detection on prestige-up Config auto-generates on first launch ModMenu support for in-game settings screen All values scaled to your current prestige multiplier
Optional dependencies
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:Cd1ZgLpf:BfJc5a3t"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Cd1ZgLpf:BfJc5a3t"
}


