{"id":164501,"date":"2026-06-09T20:14:11","date_gmt":"2026-06-09T17:14:11","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/vanilla-pings\/"},"modified":"2026-06-09T20:14:11","modified_gmt":"2026-06-09T17:14:11","slug":"vanilla-pings","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/vanilla-pings\/","title":{"rendered":"Vanilla Pings"},"content":{"rendered":"<p># Vanilla Pings<\/p>\n<p>A Minecraft mod to easily ping entities and locations like in most popular shooter games. The pings show up using armor stands and have **glowing** on them. This makes it possible for the mod to be server-side only. Using it on the client will **add a hotkey**.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/P6Y8Vr1q\/images\/3217cf61ecadc4927ce902033af7a80c5f4c551c.png\" alt=\"drawing\" width=\"700\"\/><br \/>\n<img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/P6Y8Vr1q\/images\/daafdfde862a189de9eec894368119d77f837f33.gif\" alt=\"drawing\" width=\"700\"\/><\/p>\n<p>It&#8217;s possible to customize the language used for messages (see: [custom messages](#custom-messages)).<\/p>\n<p>The mod uses the game rules `sendCommandFeedback` and `logAdminCommands` for command feedback and logging (just like vanilla commands) on all [admin commands](admin-commands-only-for-operators-work-from-the-console).<\/p>\n<p>## Usage<br \/>\nThe mod is required on the server. But not mandatory for clients. However, using it on the client adds a customizable hotkey for pinging. **Admin commands** behave like vanilla operator commands and **can only be run by operators**.<\/p>\n<p>### Client-side Hotkey (Optional)<br \/>\nUsing it on the client adds a customizable hotkey for pinging.<br \/>\n* **Default Key:** By default, the hotkey to ping is **Z** on US Keyboards.<br \/>\n* **Configure:** Change at any time in the standard Minecraft controls menu (`Options&#8230;` > `Controls&#8230;` > `Key Binds&#8230;`) under the **&#8221;Vanilla Pings&#8221;** category.<\/p>\n<p>### Commands<\/p>\n<p>#### Public commands *(can be run by everyone)*<br \/>\n* `\/ping` to ping the block or any entity in front of you<br \/>\n#### Admin commands *(only for operators, work from the console)*<br \/>\n* `\/vanillapings reload` to reload all [settings](#settings-file).<br \/>\n* `\/vanillapings removeOld` to remove pings that didn&#8217;t disappear on their own ([ping-remove-old (settings)](#settings-file)).<br \/>\n* `\/vanillapings language <name>` to set your desired language ([lang (settings)](#settings-file) more info [here](#creating-your-own-language-file)).<br \/>\n* `\/vanillapings sound (<true|false>)` to disable\/enable playing sounds when a ping appears ([ping-sound (settings)](#settings-file)).<br \/>\n* `\/vanillapings cooldown <ticks>` to set the cooldown which a player needs to wait for between each ping ([ping-cooldown (settings)](#settings-file)).<br \/>\n* `\/vanillapings item <item>` to set the item used for the ping ([ping-item (settings)](#settings-file)).<br \/>\n* `\/vanillapings item count <true|false>` to disable\/enable displaying the amount of items in a ping ([ping-item-count (settings)](#settings-file)).<br \/>\n* `\/vanillapings item count range <value>` to set the range in which items will be counted ([ping-item-count-range (settings)](#settings-file)).<br \/>\n* `\/vanillapings glowing (<true|false>)` to disable\/enable the glowing effect pings have ([ping-glowing (settings)](#settings-file)).<br \/>\n* `\/vanillapings glowing flash (<true|false>)` to disable\/enable the flashing effect pings have before disappearing ([ping-glowing-flash (settings)](#settings-file)).<br \/>\n* `\/vanillapings range <value>` to set the maximum range a player can ping from their position ([ping-max-range (settings)](#settings-file)).<br \/>\n* `\/vanillapings range chat <value>` to set the maximum range a player needs to be near a ping to see chat messages ([ping-chat-message-range (settings)](#settings-file)).<br \/>\n* `\/vanillapings range direction <value>` to set the maximum range a player needs to be near a ping to see direction messages in the action bar ([ping-direction-message-range (settings)](#settings-file)).<\/p>\n<p>## Configuration<br \/>\n### Settings file<br \/>\nFor general settings use the **vanillapings.properties** file found in the &#8220;config\/vanillapings&#8220; folder of your server or minecraft folder. Settings should be configured on the **server side** or on your **local client** if you play single player or share your world via open to lan.<br \/>\n&#8220;`properties<br \/>\n#vanillapings.properties<br \/>\n#Mon May 13 11:39:38 CEST 2024<br \/>\nlang=en_us                             # Language used for ping chat messages<br \/>\nping-chat-message-range=160.0          # Range a player needs to be near a ping to see chat messages (-1=no limit, 0=disabled)<br \/>\nping-cooldown=5                        # Server side cooldown for pings sent by players in game ticks. Players ping speed using the hotkey is limited to 5 ticks per ping so that&#8217;s also the default. (Note: &#8220;\/ping&#8221; can be used to ping faster if the cooldown is set lower)<br \/>\nping-direction-message-range=160.0     # Range a player needs to be near a ping to see direction messages in the action bar (-1=no limit, 0=disabled)<br \/>\nping-glowing=true                      # If pings should be highlighted with glowing.<br \/>\nping-glowing-flash=true                # Start flashing the ping (only if ping-glowing is enabled) when it&#8217;s about to disappear.<br \/>\nping-item=minecraft:red_stained_glass # The type of item that&#8217;s used for a ping. (empty=default, nonexistent item=default)<br \/>\nping-item-count=true                   # Show the count of items near an item ping<br \/>\nping-item-count-range=1.0              # Range for counting items near an item ping<br \/>\nping-max-range=500.0                   # Max range a player can ping. (Note: horizontal range is still limited to 256 due to that also being the max render distance) (-1=max-range, 0=disabled)<br \/>\nping-remove-old=true                   # If old pings should be removed automatically every 20s. Old pings are created when a ping hasn&#8217;t deleted itself due to the world unloading.<br \/>\nping-sound=true                        # If a sound should be played when a ping appears<br \/>\n&#8220;`<br \/>\n*You may delete the file to regenerate the default configuration upon a restart. A reload only reconstructs current values into the file (This behaviour will likely change in future updates).*<\/p>\n<p>### Custom messages<br \/>\nWhen a player pings an entity the server sends a message with information about the ping in the chat. The language of that message (and other messages) can be configured in the [vanillapings.properties](#settings-file) file.<br \/>\n*By default, only en_us and de_de are available as I only know these languages.*<\/p>\n<p>#### Creating your own language file<br \/>\n* Copy the **en_us.json** out of the GitHub repo found in the resource folder into your local &#8220;config\/vanillapings\/lang&#8220; folder. *You might have to create it if it doesn&#8217;t exist.*<br \/>\n* Fill out the json in your language and select the language in the config **lang** field. E.g. if your file is named **fr_fr.json** you have to specify **fr_fr** as the **lang** in the **vanillapings.properties** config file.<br \/>\n* Restart your server or use &#8220;\/vanillapings reload&#8220; to reload the configuration.<\/p>\n<p>You may also select your custom language using the new &#8220;\/vanillapings language&#8220; command.<\/p>\n<p>*In spectator mode you can see the invisible armor stand wearing the highlighted block (in case you&#8217;re curious).*<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A Minecraft mod to easily ping entities and locations.<\/p>\n","protected":false},"featured_media":164502,"template":"","meta":{"_minecraft_slug":"vanilla-pings","_minecraft_project_id":"P6Y8Vr1q","_minecraft_author":"crossyl","_minecraft_license":"MIT","_minecraft_downloads":10480,"_minecraft_follows":50,"_minecraft_client_side":"optional","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"vanilla-pings.zip","_minecraft_size_bytes":3013239,"_minecraft_version_count":44,"_minecraft_updated_at":"2026-05-16T05:11:38.860359Z","_minecraft_date_created":"2023-06-19T00:42:55.723663Z","_minecraft_date_modified":"2026-03-16T15:51:13.996899Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/vanilla-pings","_minecraft_icon_attachment_id":164502,"_minecraft_imported_at":"2026-06-09T17:14:11+00:00","_minecraft_import_hash":"46907493b950762cf992530da4fc0e28","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,97,89,867,92],"mod_loader":[99],"minecraft_version":[56,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,722,772],"class_list":["post-164501","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-fabric","mod_category-game-mechanics","mod_category-social","mod_category-utility","mod_loader-fabric","minecraft_version-1-19-2","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-23w43b","minecraft_version-25w14craftmine"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Vanilla Pings - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/vanilla-pings\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Vanilla Pings - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A Minecraft mod to easily ping entities and locations.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/vanilla-pings\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.modrinth.com\/data\/P6Y8Vr1q\/images\/3217cf61ecadc4927ce902033af7a80c5f4c551c.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/vanilla-pings\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/vanilla-pings\\\/\",\"name\":\"Vanilla Pings - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/vanilla-pings\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/vanilla-pings\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/vanilla-pings-icon-b4767a1ef463bcc6a054da577b4a2af8b18da6f9_96.webp\",\"datePublished\":\"2026-06-09T17:14:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/vanilla-pings\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/vanilla-pings\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/vanilla-pings\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/vanilla-pings-icon-b4767a1ef463bcc6a054da577b4a2af8b18da6f9_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/vanilla-pings-icon-b4767a1ef463bcc6a054da577b4a2af8b18da6f9_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/vanilla-pings\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Vanilla Pings\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Vanilla Pings - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/vanilla-pings\/","og_locale":"en_US","og_type":"article","og_title":"Vanilla Pings - Minecraft","og_description":"A Minecraft mod to easily ping entities and locations.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/vanilla-pings\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/cdn.modrinth.com\/data\/P6Y8Vr1q\/images\/3217cf61ecadc4927ce902033af7a80c5f4c551c.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/vanilla-pings\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/vanilla-pings\/","name":"Vanilla Pings - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/vanilla-pings\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/vanilla-pings\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/vanilla-pings-icon-b4767a1ef463bcc6a054da577b4a2af8b18da6f9_96.webp","datePublished":"2026-06-09T17:14:11+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/vanilla-pings\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/vanilla-pings\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/vanilla-pings\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/vanilla-pings-icon-b4767a1ef463bcc6a054da577b4a2af8b18da6f9_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/vanilla-pings-icon-b4767a1ef463bcc6a054da577b4a2af8b18da6f9_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/vanilla-pings\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Vanilla Pings"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/164501","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/164502"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=164501"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=164501"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=164501"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=164501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}