Links
Tags
Creators
Details
Licensed GPL-2.0-only
Published 2 months ago
Updated 4 months ago
All versions
Investigation (
1.0
Release
AltChecker 1.04 months ago 36
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Dedicated servers only
Changes
Features
- Track player login IP usage over time
- Detect potential alts via shared IP relationships
- View grouped IP links and player history
- Session tracking (join/leave durations, online/offline status)
- Risk scoring (VPN + behavioral signal blend)
- Permission-based command access
- IP masking in chat with optional hover/click reveal (
altcheck.view.ip) - Admin utilities for hide/purge/cleanup/statistics
Commands
Core
/altcheck trace <player>- Trace linked accounts for a player/altcheck lookup <ip>- Find players associated with an IP/altcheck history <player>- Show player IP history/altcheck list- Show grouped shared-IP relationships
Investigation (inv)
/altcheck alts <player>- Show alternate accounts/altcheck ip <player>- Show known IPs for a player/altcheck sessions <player> [page]- Show session history (paged)/altcheck score <player>- Show risk score breakdown
Admin
/altcheck purge <player>- Delete a player's stored data/altcheck hide <player>- Toggle player visibility in results/altcheck cleanup- Remove old records/altcheck stats- Show database statistics
Help
/altcheck help- Show commands you can access/altcheck help core/altcheck help inv/altcheck help admin
Permissions
Notes:
- Access is controlled by Fabric Permissions API.
- Command visibility in help is permission-aware.
| Permission | Description | Suggested Level |
|---|---|---|
altcheck.use |
Base access to root command | 2 |
altcheck.trace |
Use trace command | 2 |
altcheck.lookup |
Use lookup command | 4 |
altcheck.history |
Use history command | 4 |
altcheck.list |
Use list command | 4 |
altcheck.alts |
Use alts command | 2 |
altcheck.ip |
Use ip command | 4 |
altcheck.sessions |
Use sessions command | 4 |
altcheck.score |
Use score command | 2 |
altcheck.purge |
Use purge command | 4 |
altcheck.hide |
Use hide command | 4 |
altcheck.cleanup |
Use cleanup command | 4 |
altcheck.stats |
Use stats command | 2 |
altcheck.view.ip |
View hover/click full IP instead of masked-only | 4 |
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:SAtQRL9Q:mrwjNKRy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SAtQRL9Q:mrwjNKRy"
}

