Serverless ping mod for Minecraft https://modrinth.com/mod/client-ping/
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-06 15:14:57 -04:00
gradle Bump gradle deps 2026-06-06 15:14:57 -04:00
src Update to 1.20 2023-06-12 18:50:39 -04:00
.editorconfig Initial commit 2023-04-26 12:13:58 -04:00
.gitattributes Initial commit 2023-04-26 12:13:58 -04:00
.gitignore Initial commit 2023-04-26 12:13:58 -04:00
.java-version Bump gradle deps 2026-06-06 15:14:57 -04:00
build.gradle Bump gradle deps 2026-06-06 15:14:57 -04:00
gradle.properties Update to 1.20 2023-06-12 18:50:39 -04:00
gradlew Initial commit 2023-04-26 12:13:58 -04:00
gradlew.bat Initial commit 2023-04-26 12:13:58 -04:00
LICENSE GPL license 2023-04-26 12:23:33 -04:00
LICENSE-TEMPLATE.md Initial commit 2023-04-26 12:13:58 -04:00
README.md Sync README to modrinth 2023-04-27 15:50:41 -04:00
settings.gradle Initial commit 2023-04-26 12:13:58 -04:00

Client Ping

Client Ping is a client-side Minecraft mod that implements "pinging" (marking an object as a point of interest) on vanilla servers.

Usage

By default, Client Ping uses the z key to ping the block you are looking at (within 1000m). You can change this key bind in the Minecraft controls menu.

Pings will be visible for a short time to yourself and all players on the same server with this mod installed.

  • Pings disappear after 10 seconds (configurable through Mod Menu)
  • You may ping once per second

How it works

Client Ping works by sending pings through vanilla server chat. This way, even players without the mod installed can see the coordinate you have pinged. No more copying from the F3 menu!

Chat messages come in the following format:

<Player> Ping at {x.xx, y.yy, z.zz}

When a client receives and parses one of these ping messages, a temporary waypoint is injected into Xaero's Minimap. This allows the ping mark to be rendered on screen according to your existing waypoint rendering settings. It'll also be marked on your map if you have Xaero's World Map installed.