{"id":53177,"date":"2026-06-03T01:58:42","date_gmt":"2026-06-02T22:58:42","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/customnametags\/"},"modified":"2026-06-03T01:58:42","modified_gmt":"2026-06-02T22:58:42","slug":"customnametags","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/customnametags\/","title":{"rendered":"CustomNameTags"},"content":{"rendered":"<p># <img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/senseiwells\/CustomNameTags\/1.20.2\/src\/main\/resources\/assets\/nametag\/icon.png\" align=\"center\" width=\"64px\"\/> CustomNameTags<\/p>\n<p>This mod provides you with a way to customize your player&#8217;s<br \/>\nname tags completely server-side with no need for any client mods.<\/p>\n<p>![nametags.png](https:\/\/raw.githubusercontent.com\/senseiwells\/CustomNameTags\/1.20.2\/assets\/nametags.png)<\/p>\n<p>## Commands<\/p>\n<p>You are able to do some basic actions from within the game with the `\/nametag`<br \/>\ncommand, this requires permission level 2 or if you are using a permissions mod<br \/>\nyou can have the permission `&#8221;customnametags.command.nametag&#8221;`.<\/p>\n<p>#### `\/nametag create <identifier> <text>`<br \/>\nThis creates a nametag with a given identifier and text, this supports the<br \/>\nplaceholder api.<\/p>\n<p>#### `\/nametag delete <identifier>`<br \/>\nThis deletes a given nametag with identifier.<\/p>\n<p>#### `\/nametag reload`<br \/>\nThis reloads the config file.<\/p>\n<p>## Configuration<\/p>\n<p>This mod allows a high level of customization, from the text being<br \/>\ndisplayed, whether it is being displayed and who it can be displayed to.<\/p>\n<p>All of this is configured using a json located in `config\/CustomNameTags\/config.json`.<br \/>\nThe above image used the following configuration:<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;nametags&#8221;: [<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;example:admin_name&#8221;,<br \/>\n      &#8220;update_interval&#8221;: -1,<br \/>\n      &#8220;literal&#8221;: &#8220;[Admin] <rainbow>%player:displayname_visual%<rainbow> &#8220;,<br \/>\n      &#8220;observee_predicate&#8221;: {<br \/>\n        &#8220;type&#8221;: &#8220;operator&#8221;,<br \/>\n        &#8220;operator&#8221;: 4<br \/>\n      }<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;example:name&#8221;,<br \/>\n      &#8220;update_interval&#8221;: -1,<br \/>\n      &#8220;literal&#8221;: &#8220;[Player] %player:displayname_visual%&#8221;,<br \/>\n      &#8220;observee_predicate&#8221;: {<br \/>\n        &#8220;type&#8221;: &#8220;negate&#8221;,<br \/>\n        &#8220;value&#8221;: {<br \/>\n          &#8220;type&#8221;: &#8220;operator&#8221;,<br \/>\n          &#8220;operator&#8221;: 4<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;example:held_item&#8221;,<br \/>\n      &#8220;update_interval&#8221;: 1,<br \/>\n      &#8220;literal&#8221;: &#8220;Holding: <green>%player:equipment_slot mainhand%<\/green>&#8220;,<br \/>\n      &#8220;observee_predicate&#8221;: {<br \/>\n        &#8220;type&#8221;: &#8220;negate&#8221;,<br \/>\n        &#8220;value&#8221;: {<br \/>\n          &#8220;type&#8221;: &#8220;entity&#8221;,<br \/>\n          &#8220;value&#8221;: {<br \/>\n            &#8220;equipment&#8221;: {<br \/>\n              &#8220;mainhand&#8221;: {<br \/>\n                &#8220;items&#8221;: [<br \/>\n                  &#8220;minecraft:air&#8221;<br \/>\n                ]<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;id&#8221;: &#8220;example:data&#8221;,<br \/>\n      &#8220;update_interval&#8221;: 1,<br \/>\n      &#8220;literal&#8221;: &#8220;%player:health%\u2665 %player:hunger%\ud83c\udf56 %player:statistic minecraft:killed minecraft:player%\u2694 %player:statistic minecraft:deaths%uD83DuDC80&#8221;<br \/>\n    }<br \/>\n  ]<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>### Creating a Nametag<\/p>\n<p>In the config json, there will be an array which contains all the nametags<br \/>\nthat will be displayed for your players. Each nametag is its own object.<\/p>\n<p>Let&#8217;s have a look at what makes up a nametag:<\/p>\n<p>#### `&#8221;id&#8221;`<br \/>\nThis is the identifier unique to your nametag, and follows this convention:<br \/>\n`&#8221;namespace:name&#8221;`.<\/p>\n<p>#### `&#8221;update_interval&#8221;`<br \/>\nThis is the interval at which the nametag will be updated, in ticks.<br \/>\nSet to -1 if your nametag doesn&#8217;t need to be updated.<\/p>\n<p>#### `&#8221;literal&#8221;`<br \/>\nThis is the text that will be displayed on your nametag. This supports<br \/>\nthe placeholder api,<br \/>\nwhich means you can add contextual data. <\/p>\n<p>For example `&#8221;%player:displayname&#8221;` which will insert the display name of the current player.<br \/>\nFor all the details reference the placeholder api.<\/p>\n<p>#### `&#8221;visible_radius&#8221;`, `&#8221;hidden_radius&#8221;`<\/p>\n<p>These two settings specify a range where the nametag will be visible to other players.<\/p>\n<p>Set these to a negative value to disable them.<\/p>\n<p>For example, if you only wanted players in range from a 5.3 to 10.7 block radius to see each others nametags,<br \/>\nyou can set:<br \/>\n&#8220;`json5<br \/>\n{<br \/>\n  \/\/ &#8230;<br \/>\n  &#8220;hidden_radius&#8221;: 5.3,<br \/>\n  &#8220;visible_radius&#8221;: 10.7,<br \/>\n  \/\/ &#8230;<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>#### `&#8221;observee_predicate&#8221;`<br \/>\nThis is optional and doesn&#8217;t need to be defined, but if defined will allow<br \/>\nyou to decide which players will have this given nametag. <\/p>\n<p>For example, in the example, above only operators are given the `&#8221;example:admin_name&#8221;`<br \/>\nnametag and only non-operators are given the `&#8221;example:name&#8221;` nametag.<\/p>\n<p>This uses the predicate api;<br \/>\nyou can view the documentation for more details about what predicates you<br \/>\ncan define.<\/p>\n<p>#### `&#8221;observer_predicate&#8221;`<br \/>\nThis is optional and doesn&#8217;t need to be defined, but if defined will determine<br \/>\nwhether an observing player will be able to see this nametag.<\/p>\n<p>This uses the predicate api;<br \/>\nyou can view the documentation for more details about what predicates you<br \/>\ncan define.<\/p>\n<p># Caveats<\/p>\n<p>There are some limitations of CustomNameTags, while for almost all the cases<br \/>\nthe nametags will behave as expected, there are inconsistencies with the<br \/>\ncustom nametags.<\/p>\n<p>&#8211; When players press F1 to hide their HUD player custom nametags will remain visible.<br \/>\n&#8211; If the player is part of a team, their normal nametag will render.<br \/>\n  &#8211; This can be solved by hiding all nametags for the given team:<br \/>\n  &#8211; `\/team modify <team> nametagVisibility never`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This mod provides you with a way to customize your player&#8217;s name tags completely server-side with no need for any client mods.<\/p>\n","protected":false},"featured_media":53178,"template":"","meta":{"_minecraft_slug":"customnametags","_minecraft_project_id":"TizFPouK","_minecraft_author":"senseiwells","_minecraft_license":"MIT","_minecraft_downloads":15186,"_minecraft_follows":53,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"customnametags.zip","_minecraft_size_bytes":27427903,"_minecraft_version_count":31,"_minecraft_updated_at":"2026-05-15T21:14:05.629117Z","_minecraft_date_created":"2023-12-01T04:23:33.247440Z","_minecraft_date_modified":"2026-04-03T22:55:21.305867Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/customnametags","_minecraft_icon_attachment_id":53178,"_minecraft_imported_at":"2026-06-02T22:58:43+00:00","_minecraft_import_hash":"1ab3476837113ae0be63062d8b7ae04c","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,126,867,92],"mod_loader":[99],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-53177","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-management","mod_category-social","mod_category-utility","mod_loader-fabric","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-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CustomNameTags - 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\/customnametags\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CustomNameTags - Minecraft\" \/>\n<meta property=\"og:description\" content=\"This mod provides you with a way to customize your player&#039;s name tags completely server-side with no need for any client mods.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/customnametags\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/raw.githubusercontent.com\/senseiwells\/CustomNameTags\/1.20.2\/src\/main\/resources\/assets\/nametag\/icon.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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customnametags\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customnametags\\\/\",\"name\":\"CustomNameTags - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customnametags\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customnametags\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/customnametags-icon-1cd797811df543cadab3563ac46b012608a29dd8_96.webp\",\"datePublished\":\"2026-06-02T22:58:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customnametags\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customnametags\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customnametags\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/customnametags-icon-1cd797811df543cadab3563ac46b012608a29dd8_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/customnametags-icon-1cd797811df543cadab3563ac46b012608a29dd8_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customnametags\\\/#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\":\"CustomNameTags\"}]},{\"@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":"CustomNameTags - 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\/customnametags\/","og_locale":"en_US","og_type":"article","og_title":"CustomNameTags - Minecraft","og_description":"This mod provides you with a way to customize your player's name tags completely server-side with no need for any client mods.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/customnametags\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/raw.githubusercontent.com\/senseiwells\/CustomNameTags\/1.20.2\/src\/main\/resources\/assets\/nametag\/icon.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/customnametags\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/customnametags\/","name":"CustomNameTags - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/customnametags\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/customnametags\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/customnametags-icon-1cd797811df543cadab3563ac46b012608a29dd8_96.webp","datePublished":"2026-06-02T22:58:42+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/customnametags\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/customnametags\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/customnametags\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/customnametags-icon-1cd797811df543cadab3563ac46b012608a29dd8_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/customnametags-icon-1cd797811df543cadab3563ac46b012608a29dd8_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/customnametags\/#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":"CustomNameTags"}]},{"@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\/53177","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\/53178"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=53177"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=53177"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=53177"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=53177"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}