{"id":114038,"date":"2026-06-06T20:20:24","date_gmt":"2026-06-06T17:20:24","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/notzscoreboard\/"},"modified":"2026-06-06T20:20:24","modified_gmt":"2026-06-06T17:20:24","slug":"notzscoreboard","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/notzscoreboard\/","title":{"rendered":"NotzScoreboard"},"content":{"rendered":"<div align=\"center\">\n<p>##### **NotzPlugins**<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/repo.kaato.dev\/images\/plugins\/NotzExcavate2.png\" alt=\"Notz Excavate\" width=\"150\"\/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/repo.kaato.dev\/images\/plugins\/NotzScoreboard2.png\" alt=\"Notz Scoreboard\" width=\"150\"\/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/repo.kaato.dev\/images\/plugins\/NotzWarps2.png\" alt=\"Notz Warps\" width=\"150\"\/><\/p>\n<p>#<br \/>\n<img decoding=\"async\" src=\"https:\/\/repo.kaato.dev\/images\/plugins\/NotzScoreboard2.png\" alt=\"NotzScoreboardV3\" height=\"300\" ><\/p>\n<p>#<br \/>\nNotzScoreboard is a complete and fully customizable scoreboard plugin that features: support for multiple simultaneous scoreboards; multiline and animation support; ViaVersion support for legacy players in 1.20\/1.21 servers; its own placeholders and PlaceholderAPI; database via MySQL or SQLite and dynamic updating for greater efficiency.<\/p>\n<p><\/p>\n<p>## Information<\/p>\n<p>### Scoreboards<br \/>\nThe plugin has dynamic scoreboards that only update the placeholders inserted in each line, without having to reload the scoreboard completely!<br \/>\nIt also contains multiple customization commands so that they can be created and modified directly from the server without having to mess with the files.<\/p>\n<p>### Groups<br \/>\nThe scoreboards are separated by groups and pre-programmed so that it is possible to view players from other groups (and even from the same group) on your scoreboard or from the group itself on other scoreboards.<\/p>\n<p>### Templates<br \/>\nIt also has a system of templates that can be created in the plugin&#8217;s configuration file and set through the game using them as Header, Footer or the main template, thus allowing greater customization and standardization of each scoreboard.<\/p>\n<p>### Placeholders<br \/>\nYou can choose to use dynamic placeholders from other plugins via the PlaceholderAPI or your own static placeholders that can be created via the plugin&#8217;s configuration file.<\/p>\n<p>### Color codes<br \/>\nThe plugin allows you to use the old color code system and short color codes instead of creating long <color> strings in every scoreboard line or in messages sent to players. (v4 only)<\/p>\n<p>### Tip<br \/>\nFor questions or issues: Discord @Gago32<\/p>\n<p><\/p>\n<p>## Scoreboard Demo<\/p>\n<p><\/p>\n<p>### Player example with staff on and off<\/p>\n<div>\n<img decoding=\"async\" src=\"https:\/\/repo.kaato.dev\/images\/plugins\/NotzScoreboard\/Player3-1.png\" alt=\"Player1 scoreboard\" width=\"300\"\/><br \/>\n<img decoding=\"async\" src=\"https:\/\/repo.kaato.dev\/images\/plugins\/NotzScoreboard\/Player3-2.png\" alt=\"Player2 scoreboard\" width=\"300\"\/>\n<\/div>\n<\/details>\n<p><\/p>\n<p>### Helper and Trial example<\/p>\n<details>\n<summary>Show<\/summary>\n<div>\n<img decoding=\"async\" src=\"https:\/\/repo.kaato.dev\/images\/plugins\/NotzScoreboard\/Helper3.png\" alt=\"Helper scoreboard\" width=\"300\"\/><br \/>\n<img decoding=\"async\" src=\"https:\/\/repo.kaato.dev\/images\/plugins\/NotzScoreboard\/Trial3.png\" alt=\"Trial scoreboard\" width=\"300\"\/>\n<\/div>\n<\/details>\n<p><\/p>\n<p>### Mod and Admin example<\/p>\n<details>\n<summary>Show<\/summary>\n<div>\n<img decoding=\"async\" src=\"https:\/\/repo.kaato.dev\/images\/plugins\/NotzScoreboard\/Mod3.png\" alt=\"Mod scoreboard\" width=\"300\"\/><br \/>\n<img decoding=\"async\" src=\"https:\/\/repo.kaato.dev\/images\/plugins\/NotzScoreboard\/Admin3.png\" alt=\"Admin scoreboard\" width=\"300\"\/>\n<\/div>\n<\/details>\n<p><\/p>\n<p>### Manager and Owner example<\/p>\n<details>\n<summary>Show<\/summary>\n<div>\n<img decoding=\"async\" src=\"https:\/\/repo.kaato.dev\/images\/plugins\/NotzScoreboard\/Manager3.png\" alt=\"Manager scoreboard\" width=\"300\"\/><br \/>\n<img decoding=\"async\" src=\"https:\/\/repo.kaato.dev\/images\/plugins\/NotzScoreboard\/Owner3.png\" alt=\"Owner scoreboard\" width=\"300\"\/>\n<\/div>\n<\/details>\n<\/div>\n<p><\/p>\n<p>## Scoreboard system (v4 only)<\/p>\n<p>### Multiline separator: `&#8211;`<br \/>\nUse `&#8211;` or more hyphens to distinguish lines.<\/p>\n<p>### Prefix and Suffix line separators:<br \/>\n`Placeholder` (the suffix), `:` (separate and keeps the &#8220;:&#8221;), `::` (only separates).<\/p>\n<p>### Placeholder system<br \/>\nIt doesn&#8217;t matter if you put a placeholder with `{}` or `%%`!<br \/>\nThe `:` in placeholders defines a default message if the placeholder doesn&#8217;t exist.<\/p>\n<p>### Note:<br \/>\nPlayer clients in versions <1.20.3 have short lines, so the max lenght for an area in a scoreboard line (prefix, entry and suffix) is 16 chars each, making the prefix area (before a 'placeholder' or ':') only 32 chars long (counting the color codes \u00a7\/&#038;).\n\n\n\n<details>\n<summary>Example<\/summary>\n<p>&#8220;`yml<br \/>\ntemplates:<br \/>\n  &#8211; player:<br \/>\n      &#8211; &#8221;<br \/>\n      &#8211; &#8216;\u29fd {player_displayname}&#8217;<br \/>\n      &#8211; &#8221;<br \/>\n      &#8211; &#8216;\u23a7 {rank}&#8217;<br \/>\n      &#8211; &#8216;\u23a9 {status_rankup}&#8217;<br \/>\n      &#8211; &#8221;<br \/>\n      &#8211; &#8216;\u23a7 Money: {money:0.0}&#8217;<br \/>\n      &#8211; &#8216;&#8211;\u23a9 Cash&#038;f: {cash:0c}&#8217;     # same line, but it will<br \/>\n      &#8211; &#8216;&#8211;\u23a9 Tokens&#038;f: {tokens:0t}&#8217; # alternate every X seconds<br \/>\n      &#8211; &#8221;<br \/>\n      &#8211; &#8216;\u23a7 Clan: {simpleclans_clan:No clan}&#8217;<br \/>\n      &#8211; &#8216;\u23a9 KDR: {simpleclans_kdr:0.0}&#8217;<br \/>\n&#8220;`<br \/>\n<\/details>\n<p><\/p>\n<p>## Custom color code system (v4 only)<\/p>\n<p>### Legacy color codes<br \/>\nUse `&#038;` along with any legacy color code.<br \/>\nExample: `&#038;b` (Old color AQUA).<\/p>\n<p>### Gradient with old color codes<br \/>\nUse `&#038;g` along with any legacy color code.<br \/>\nExample: `&#038;g2b` (Gradient from GREEN to AQUA).<\/p>\n<p>### Gradient with hexadecimal colors<br \/>\nUse `&#038;g[_color1_:_color&#8230;_]` along with the hexadecimal color, whether short (#f0f) or long (#ff00ff).<br \/>\nExample: `&#038;g[#fff:#000]` (Gradient from WHITE to BLACK).<\/p>\n<p>### Pride colors<br \/>\nUse `&#038;p` alone or `&#038;p[_flag_]` together with any pride flag name.<br \/>\nExample: `&#038;p[bi]` (Bi flag gradient).<\/p>\n<p>### Rainbow<br \/>\nUse `&#038;!` alone or together with ! or phase.<br \/>\nExample: `&#038;!` (Normal rainbow).<br \/>\nExample: `&#038;!!` (Inverted rainbow).<br \/>\nExample: `&#038;!2` (Rainbow phase 2).<br \/>\nExample: `&#038;!!2` (Inverted rainbow and phase 2).<\/p>\n<p>### Chat event<br \/>\nUse `&#038;&#038;_action_[_value_](_message_)` with any supported action:<br \/>\ncopy, url, run, sug|suggest<br \/>\nhover<br \/>\nExample: `&#038;&#038;hover[Boooo!](Hover over this message to see something.)` (Display a message on hover).<br \/>\nExample: `&#038;&#038;copy[You copied me!](Click here to copy something.)` (Copies a message).<br \/>\nExample: `&#038;&#038;run[\/tutorial](Click here to run the tutorial!)` (Executes a command).<br \/>\nExample: `&#038;&#038;sug[\/bc yipeee](Click here to be happy!)` (Suggests a command).<\/p>\n<p>### End color code<br \/>\nUse `&#038;.` to terminate a color code (the &#8216;&#038;.&#8217; will be removed from the message). It will also be terminated when another color code begins (auto detects another `&#038;`).<\/p>\n<p><\/p>\n<p>## Dependencies<br \/>\n&#8211; PlaceholderAPI (Optional)<br \/>\n&#8211; ViaVersion (Optional) (v4 only)<\/p>\n<p><\/p>\n<p>## Placeholders<br \/>\n| Placeholder | Description |<br \/>\n|:&#8212;&#8212;&#8212;&#8211;:|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n|`{money}` | Player money straight from Vault and formmated by NotzAPI. [PlaceholderAPI-Vault]|<br \/>\n|`{staff}` | Get the nick of one of the online players in the visible groups for that group.|<br \/>\n|`{supstaff}` | Same thing as {staff}, but returns an alternative message if there is no online player in the visible groups for that group.|<br \/>\n|`{staff_list}` | Number of online players in the visible groups for that group.|<br \/>\n|`{staff_&#8217;group&#8217;}` | Get one of the players in that group.|<br \/>\n|`{&#8216;group&#8217;_list}` | Gets the number of online players in that group.|<\/p>\n<p><\/p>\n<p>## Permissions<br \/>\n&#8211; `notzscoreboard.admin` &#8211; Enables the player to use the \/notzsb admin command.<\/p>\n<p><\/p>\n<p>## Commands<br \/>\n### `\/notzsb`<br \/>\n &#8211; `create` <name> <display> (header) (template) (footer) &#8211; Creates the scoreboard with the option of already setting the templates.<br \/>\n &#8211; `delete` <scoreboard> &#8211; Deletes a scoreboard.<br \/>\n &#8211; `list` &#8211; Lists all the scoreboards created.<br \/>\n &#8211; `players` &#8211; Lists all registered players and their respective scoreboards.<br \/>\n &#8211; `reset` <player> &#8211; Resets the player&#8217;s scoreboard to the default scoreboard.<br \/>\n &#8211; `set` <scoreboard> &#8211; Sets the scoreboard itself.<br \/>\n &#8211; `update` &#8211; Updates all scoreboards.<br \/>\n &#8211; `<scoreboard>`<br \/>\n   &#8211; `addplayer` <player> &#8211; Adds a player to the scoreboard.<br \/>\n   &#8211; `addgroup` <group> &#8211; Adds a group to the scoreboard&#8217;s VisibleGroups.<br \/>\n   &#8211; `clearheader` &#8211; Clears the scoreboard header.<br \/>\n   &#8211; `clearfooter` &#8211; Clears the footer of the scoreboard.<br \/>\n   &#8211; `cleartemplate` &#8211; Clears the scoreboard template.<br \/>\n   &#8211; `pause` (minutes) &#8211; Pause the scoreboard update for X minutes (by default it is paused for 1 minute).<br \/>\n   &#8211; `players` &#8211; View the players registered on the scoreboard.<br \/>\n   &#8211; `remplayer` <player> &#8211; Remove a player from the scoreboard.<br \/>\n   &#8211; `remgroup` <group> &#8211; Remove a VisibleGroups group from the scoreboard<br \/>\n   &#8211; `setcolor` <color> &#8211; Sets a new color for the scoreboard.<br \/>\n   &#8211; `setdisplay` <display> &#8211; Sets a new display on the scoreboard.<br \/>\n   &#8211; `setheader` <template> &#8211; Set a new header on the scoreboard.<br \/>\n   &#8211; `setfooter` <template> &#8211; Set a new footer on the scoreboard.<br \/>\n   &#8211; `settemplate` <template> &#8211; Sets a new template on the scoreboard.<br \/>\n   &#8211; `view` &#8211; View the scoreboard without having to set it.<br \/>\n   &#8211; `visiblegroups` &#8211; View the visible groups inserted in the group.<\/p>\n<p>\n<sub> | <> required argument. | ( ) optional argument. | <\/sub><\/p>\n<p>#<\/p>\n<p><sub> Tested versions: 1.8 &#8211; 1.21.11 <\/sub><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A multi scoreboard plugin for staff, ranks and VIPs with multilines and animation support. Fully customizable.<\/p>\n","protected":false},"featured_media":114039,"template":"","meta":{"_minecraft_slug":"notzscoreboard","_minecraft_project_id":"j8S8Osco","_minecraft_author":"KaaDev","_minecraft_license":"Apache-2.0","_minecraft_downloads":974,"_minecraft_follows":4,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"notzscoreboard.zip","_minecraft_size_bytes":212908552,"_minecraft_version_count":9,"_minecraft_updated_at":"2026-05-16T08:43:54.665633Z","_minecraft_date_created":"2025-03-16T23:25:17.269178Z","_minecraft_date_modified":"2026-02-22T01:06:08.904279Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/notzscoreboard","_minecraft_icon_attachment_id":114039,"_minecraft_imported_at":"2026-06-06T17:20:25+00:00","_minecraft_import_hash":"09d1c6f2bda6bd73a4b40565c2c656fe","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,156,89,126,127,128,129,123,92],"mod_loader":[130,132,133,134],"minecraft_version":[339,340,341,357,359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864,83,167,163],"class_list":["post-114038","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-decoration","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-10","minecraft_version-1-10-1","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","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-1-8","minecraft_version-1-8-1","minecraft_version-1-8-2","minecraft_version-1-8-3","minecraft_version-1-8-4","minecraft_version-1-8-5","minecraft_version-1-8-6","minecraft_version-1-8-7","minecraft_version-1-8-8","minecraft_version-1-8-9","minecraft_version-1-9","minecraft_version-1-9-1","minecraft_version-1-9-2","minecraft_version-1-9-3","minecraft_version-1-9-4","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>NotzScoreboard - 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\/notzscoreboard\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"NotzScoreboard - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A multi scoreboard plugin for staff, ranks and VIPs with multilines and animation support. Fully customizable.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/notzscoreboard\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/repo.kaato.dev\/images\/plugins\/NotzExcavate2.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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notzscoreboard\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notzscoreboard\\\/\",\"name\":\"NotzScoreboard - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notzscoreboard\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notzscoreboard\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/notzscoreboard-icon-7d3397d7ca92776a09d95951d4a6ac1b37392d4c.gif\",\"datePublished\":\"2026-06-06T17:20:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notzscoreboard\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notzscoreboard\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notzscoreboard\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/notzscoreboard-icon-7d3397d7ca92776a09d95951d4a6ac1b37392d4c.gif\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/notzscoreboard-icon-7d3397d7ca92776a09d95951d4a6ac1b37392d4c.gif\",\"width\":232,\"height\":232},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notzscoreboard\\\/#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\":\"NotzScoreboard\"}]},{\"@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":"NotzScoreboard - 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\/notzscoreboard\/","og_locale":"en_US","og_type":"article","og_title":"NotzScoreboard - Minecraft","og_description":"A multi scoreboard plugin for staff, ranks and VIPs with multilines and animation support. Fully customizable.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/notzscoreboard\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/repo.kaato.dev\/images\/plugins\/NotzExcavate2.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/notzscoreboard\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/notzscoreboard\/","name":"NotzScoreboard - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/notzscoreboard\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/notzscoreboard\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/notzscoreboard-icon-7d3397d7ca92776a09d95951d4a6ac1b37392d4c.gif","datePublished":"2026-06-06T17:20:24+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/notzscoreboard\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/notzscoreboard\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/notzscoreboard\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/notzscoreboard-icon-7d3397d7ca92776a09d95951d4a6ac1b37392d4c.gif","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/notzscoreboard-icon-7d3397d7ca92776a09d95951d4a6ac1b37392d4c.gif","width":232,"height":232},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/notzscoreboard\/#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":"NotzScoreboard"}]},{"@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\/114038","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\/114039"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=114038"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=114038"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=114038"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=114038"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}