Archived
1
Fork 0
Serverless ping mod for Minecraft
This repository is archived. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2023-08-16 14:25:46 -04:00
gradle wip 2023-08-15 12:03:39 -04:00
src/main party manager screen launch 2023-08-16 14:25:46 -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
build.gradle switch to protobuf for compact transport 2023-08-16 14:06:07 -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.