Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published 3 months ago
Updated 2 weeks ago
All versions
1.0.8
Release
Pen Tracker 1.0.82 weeks ago 18
Compatibility
Minecraft: Java Edition
1.21.10–1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
PEN Tracker — Changelog
v1.0.8
Added
- Discord ignore list — messages relayed into chat from Discord (
[Discord] [] Name » …) can now be hidden per sender. The mod learns every Discord name it sees, so the picker fills itself in as you play. - Ignore list screen — new Discord section in the settings screen with a Manage List button. The screen has a box for typing a name that hasn't appeared in chat yet, a search field, and the auto-populated list of known senders; click any row to toggle between
IGNOREDandSHOWN. /phignore <name>and/phunignore <name>— client-side commands to add/remove names, with tab-completion (known senders for ignore, ignored names for unignore). Bare/phignorelists who is currently ignored.discord_filter_enabled— new toggle ("Hide Ignored Users", default on) to switch filtering off without clearing the list.
Notes
- The ignore list and the remembered sender names live in
config/pen_tracker_discord.txt, separate frompen_tracker.toml. Name matching is case-insensitive; up to 500 seen senders are remembered.
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:pvxYppQe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Cd1ZgLpf:pvxYppQe"
}


