Tags
Creators
Details
2.0
Compatibility
Required content
Changes
Ping It! 2.0
Ping It! 2.0 is a complete rework of the mod. It keeps the fast Look, Alert, and Danger ping system from 1.0, but rebuilds everything around it to be clearer and more reliable.
What's New
- A completely redesigned settings interface with search, adaptive scaling, clear sections, color palettes, and live previews.
- Two radial menu styles: the redesigned Classic menu and the new Wheel menu.
- Quick phrases now work as replies to existing pings and can show several responding players.
- Repeated pings on the same target refresh one shared ping instead of creating overlapping cards.
- Rebuilt multiplayer with server-confirmed pings, validation, configurable limits, and operator settings.
- Improved cards, compact mode, sonar, outlines, edge indicators, player faces, containers, and modded-item icons.
- Smooth animations for ping appearance, expiration, distance, compacting, and behind-wall visibility.
- Local custom sounds for Look, Alert, and Danger pings.
- Preferred Ping, temporary hiding,
/pingit settings, and improved targeting. - Complete localization coverage for every supported language.
Removed
- Routes, presets, UI style switching, the old configuration preview, and obsolete legacy options.
Compatibility
- Minecraft 1.21.1, Fabric and NeoForge.
- Existing 1.0 configs are migrated where possible.
- Server-controlled features require Ping It! on the server. Visual settings and custom sounds remain client-side.
Enjoy Ping It <3
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:hdLwGiza:lpRrrj0k"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hdLwGiza:lpRrrj0k"
}

