{"id":118735,"date":"2026-06-07T02:34:38","date_gmt":"2026-06-06T23:34:38","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/p_topjogadores\/"},"modified":"2026-06-07T02:34:38","modified_gmt":"2026-06-06T23:34:38","slug":"p_topjogadores","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/p_topjogadores\/","title":{"rendered":"P_TopJogadores"},"content":{"rendered":"<p># P_TopJogadores<\/p>\n<p>Top-player ranking plugin for Paper, with support for PlaceholderAPI, Citizens, and DecentHolograms.<\/p>\n<p>## What it does<\/p>\n<p>&#8211; Calculates category-based rankings using placeholders.<br \/>\n&#8211; Exposes rankings through PlaceholderAPI.<br \/>\n&#8211; Creates Citizens NPCs by ranking position.<br \/>\n&#8211; Creates DecentHolograms holograms.<br \/>\n&#8211; Displays an automatic hologram above the NPC with `title` and `subtitle`.<br \/>\n&#8211; Supports NPC click commands executed as `console` or `player`.<br \/>\n&#8211; Supports compact values such as `k`, `m`, `b`, and `t`.<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; Paper 1.21+<br \/>\n&#8211; PlaceholderAPI<br \/>\n&#8211; Citizens<br \/>\n&#8211; DecentHolograms<\/p>\n<p>## Commands<\/p>\n<p>### Main command<\/p>\n<p>&#8220;`text<br \/>\n\/ptop<br \/>\n\/ptop reload<br \/>\n\/ptop recalcular<br \/>\n\/ptop npc criar <category> <position> [npcName]<br \/>\n\/ptop npc remover <category> [position]<br \/>\n\/ptop holograma criar <category> [height]<br \/>\n\/ptop holograma remover <category><br \/>\n&#8220;`<\/p>\n<p>### Permissions<\/p>\n<p>&#8211; `ptop.admin`<br \/>\n&#8211; `ptop.reload`<br \/>\n&#8211; `ptop.recalcular`<br \/>\n&#8211; `ptop.npc`<br \/>\n&#8211; `ptop.holograma`<\/p>\n<p>## PlaceholderAPI<\/p>\n<p>The expansion identifier is `p_topjogadores`.<\/p>\n<p>### Category ranking<\/p>\n<p>&#8220;`text<br \/>\n%p_topjogadores_top_<position>_<category>_<field>%<br \/>\n&#8220;`<\/p>\n<p>Available fields:<\/p>\n<p>&#8211; `nome`<br \/>\n&#8211; `valor`<br \/>\n&#8211; `uuid`<br \/>\n&#8211; `posicao`<\/p>\n<p>Examples:<\/p>\n<p>&#8220;`text<br \/>\n%p_topjogadores_top_1_kills_nome%<br \/>\n%p_topjogadores_top_1_kills_valor%<br \/>\n%p_topjogadores_top_1_kills_uuid%<br \/>\n%p_topjogadores_top_1_kills_posicao%<br \/>\n&#8220;`<\/p>\n<p>### Player data in a category<\/p>\n<p>&#8220;`text<br \/>\n%p_topjogadores_jogador_<category>_<field>%<br \/>\n&#8220;`<\/p>\n<p>Available fields:<\/p>\n<p>&#8211; `posicao`<br \/>\n&#8211; `valor`<\/p>\n<p>Examples:<\/p>\n<p>&#8220;`text<br \/>\n%p_topjogadores_jogador_kills_posicao%<br \/>\n%p_topjogadores_jogador_kills_valor%<br \/>\n&#8220;`<\/p>\n<p>### Category data<\/p>\n<p>&#8220;`text<br \/>\n%p_topjogadores_categoria_<category>_<field>%<br \/>\n&#8220;`<\/p>\n<p>Available fields:<\/p>\n<p>&#8211; `titulo`<br \/>\n&#8211; `placeholder`<br \/>\n&#8211; `limite`<\/p>\n<p>Examples:<\/p>\n<p>&#8220;`text<br \/>\n%p_topjogadores_categoria_kills_titulo%<br \/>\n%p_topjogadores_categoria_kills_placeholder%<br \/>\n%p_topjogadores_categoria_kills_limite%<br \/>\n&#8220;`<\/p>\n<p>## Category configuration<\/p>\n<p>Each category is defined in `categorias.yml`.<\/p>\n<p>Example:<\/p>\n<p>&#8220;`yml<br \/>\ncategorias:<br \/>\n  kills:<br \/>\n    habilitada: true<br \/>\n    placeholder: &#8216;%statistic_player_kills%&#8217;<br \/>\n    titulo: &#8216;&#038;cTop Kills&#8217;<br \/>\n    formato-valor: &#8216;#,##0&#8217;<br \/>\n    formato-compacto: false<br \/>\n    ordem-decrescente: true<br \/>\n    npc-holograma:<br \/>\n      habilitado: true<br \/>\n      altura: 2.35<br \/>\n      titulo: &#8216;&#038;cTop %posicao%&#8217;<br \/>\n      subtitulo: &#8216;&#038;f%nome% &#038;7- &#038;f%valor%&#8217;<br \/>\n    limite: 10<br \/>\n    mundo-especifico: false<br \/>\n    mundos-permitidos: []<br \/>\n    linhas:<br \/>\n      &#8211; &#8216;&#038;8&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&#8216;<br \/>\n      &#8211; &#8216;&#038;f1. &#038;e%top_1_nome% &#038;7- &#038;f%top_1_valor%&#8217;<br \/>\n      &#8211; &#8216;&#038;f2. &#038;e%top_2_nome% &#038;7- &#038;f%top_2_valor%&#8217;<br \/>\n      &#8211; &#8216;&#038;8&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&#8216;<br \/>\n    comandos-clique:<br \/>\n      esquerdo: []<br \/>\n      direito:<br \/>\n        &#8211; &#8216;[console] msg %player% &#038;aYou clicked the kills ranking NPC!&#8217;<br \/>\n&#8220;`<\/p>\n<p>## NPC hologram<\/p>\n<p>The automatic hologram above the NPC uses:<\/p>\n<p>&#8211; `npc-holograma.habilitado`<br \/>\n&#8211; `npc-holograma.altura`<br \/>\n&#8211; `npc-holograma.titulo`<br \/>\n&#8211; `npc-holograma.subtitulo`<\/p>\n<p>These values support the plugin placeholders:<\/p>\n<p>&#8211; `%categoria%`<br \/>\n&#8211; `%posicao%`<br \/>\n&#8211; `%nome%`<br \/>\n&#8211; `%valor%`<\/p>\n<p>`titulo` and `subtitulo` support `n` for line breaks.<\/p>\n<p>## Manual ranking hologram<\/p>\n<p>The command `\/ptop holograma criar <category> [height]` creates the ranking hologram at the chosen location.<\/p>\n<p>Global hologram settings:<\/p>\n<p>&#8211; `holograma.altura-padrao`<br \/>\n&#8211; `holograma.espaco-entre-linhas`<br \/>\n&#8211; `holograma.deslocamento-extra`<\/p>\n<p>## NPC clicks<\/p>\n<p>In `comandos-clique.direito` and `comandos-clique.esquerdo`, each line can start with:<\/p>\n<p>&#8211; `[console]` to run as console<br \/>\n&#8211; `[jogador]` to run as the player who clicked<\/p>\n<p>If no prefix is provided, the default is `console`.<\/p>\n<p>Example:<\/p>\n<p>&#8220;`yml<br \/>\ncomandos-clique:<br \/>\n  direito:<br \/>\n    &#8211; &#8216;[console] give %player% diamond 1&#8217;<br \/>\n    &#8211; &#8216;[jogador] spawn&#8217;<br \/>\n&#8220;`<\/p>\n<p>## Global configuration<\/p>\n<p>File: `config.yml`<\/p>\n<p>&#8220;`yml<br \/>\ngeral:<br \/>\n  prefixo: &#8216;&#038;8[&#038;6P_TopJogadores&#038;8] &#8216;<br \/>\n  debug: false<br \/>\n  casas-decimais-padrao: 2<br \/>\n  placeholder-vazio: &#8216;&#038;7Ninguem&#8217;<br \/>\n  valor-vazio: &#8216;0&#8217;<\/p>\n<p>atualizacao:<br \/>\n  ranking-segundos: 120<br \/>\n  visual-segundos: 20<br \/>\n  atualizar-ao-entrar: true<br \/>\n  atualizar-no-enable: true<br \/>\n  max-jogadores-por-ciclo: 5000<\/p>\n<p>performance:<br \/>\n  cache-placeholders-segundos: 60<br \/>\n  ignorar-jogadores-sem-dado: true<br \/>\n  ignorar-valor-zero: false<\/p>\n<p>integracoes:<br \/>\n  placeholderapi-obrigatorio-para-rankings: true<br \/>\n  citizens: true<br \/>\n  decentholograms: true<\/p>\n<p>holograma:<br \/>\n  altura-padrao: 2.3<br \/>\n  espaco-entre-linhas: 0.28<br \/>\n  deslocamento-extra: 0.8<br \/>\n&#8220;`<\/p>\n<p>## Notes<\/p>\n<p>&#8211; If `placeholderapi-obrigatorio-para-rankings` is `true`, rankings only recalculate when PlaceholderAPI is available.<br \/>\n&#8211; If `formato-compacto` is `true`, the category value is displayed as `k\/m\/b\/t`.<br \/>\n&#8211; The NPC uses the ranking player&#8217;s skin when possible.<br \/>\n&#8211; If no NPC or hologram exists at the requested position during removal, the plugin reports that instead of pretending it was removed.<\/p>\n<p># P_TopJogadores<\/p>\n<p>Plugin de ranking\/top jogadores para Paper, com suporte a PlaceholderAPI, Citizens e DecentHolograms.<\/p>\n<p>## O que o plugin faz<\/p>\n<p>&#8211; Calcula rankings por categoria usando placeholders.<br \/>\n&#8211; Exibe rankings via PlaceholderAPI.<br \/>\n&#8211; Cria NPCs do Citizens por posicao do ranking.<br \/>\n&#8211; Cria hologramas do DecentHolograms.<br \/>\n&#8211; Exibe um holograma automatico acima do NPC com `titulo` e `subtitulo`.<br \/>\n&#8211; Permite comandos no clique do NPC com execucao como `console` ou `jogador`.<br \/>\n&#8211; Suporta valores compactos como `k`, `m`, `b` e `t`.<\/p>\n<p>## Dependencias<\/p>\n<p>&#8211; Paper 1.21+<br \/>\n&#8211; PlaceholderAPI<br \/>\n&#8211; Citizens<br \/>\n&#8211; DecentHolograms<\/p>\n<p>## Comandos<\/p>\n<p>### Comando principal<\/p>\n<p>&#8220;`text<br \/>\n\/ptop<br \/>\n\/ptop reload<br \/>\n\/ptop recalcular<br \/>\n\/ptop npc criar <categoria> <posicao> [nomeNpc]<br \/>\n\/ptop npc remover <categoria> [posicao]<br \/>\n\/ptop holograma criar <categoria> [altura]<br \/>\n\/ptop holograma remover <categoria><br \/>\n&#8220;`<\/p>\n<p>### Permissoes<\/p>\n<p>&#8211; `ptop.admin`<br \/>\n&#8211; `ptop.reload`<br \/>\n&#8211; `ptop.recalcular`<br \/>\n&#8211; `ptop.npc`<br \/>\n&#8211; `ptop.holograma`<\/p>\n<p>## PlaceholderAPI<\/p>\n<p>O identificador da expansion e `p_topjogadores`.<\/p>\n<p>### Ranking da categoria<\/p>\n<p>&#8220;`text<br \/>\n%p_topjogadores_top_<posicao>_<categoria>_<campo>%<br \/>\n&#8220;`<\/p>\n<p>Campos disponiveis:<\/p>\n<p>&#8211; `nome`<br \/>\n&#8211; `valor`<br \/>\n&#8211; `uuid`<br \/>\n&#8211; `posicao`<\/p>\n<p>Exemplos:<\/p>\n<p>&#8220;`text<br \/>\n%p_topjogadores_top_1_kills_nome%<br \/>\n%p_topjogadores_top_1_kills_valor%<br \/>\n%p_topjogadores_top_1_kills_uuid%<br \/>\n%p_topjogadores_top_1_kills_posicao%<br \/>\n&#8220;`<\/p>\n<p>### Dados do jogador na categoria<\/p>\n<p>&#8220;`text<br \/>\n%p_topjogadores_jogador_<categoria>_<campo>%<br \/>\n&#8220;`<\/p>\n<p>Campos disponiveis:<\/p>\n<p>&#8211; `posicao`<br \/>\n&#8211; `valor`<\/p>\n<p>Exemplos:<\/p>\n<p>&#8220;`text<br \/>\n%p_topjogadores_jogador_kills_posicao%<br \/>\n%p_topjogadores_jogador_kills_valor%<br \/>\n&#8220;`<\/p>\n<p>### Dados da categoria<\/p>\n<p>&#8220;`text<br \/>\n%p_topjogadores_categoria_<categoria>_<campo>%<br \/>\n&#8220;`<\/p>\n<p>Campos disponiveis:<\/p>\n<p>&#8211; `titulo`<br \/>\n&#8211; `placeholder`<br \/>\n&#8211; `limite`<\/p>\n<p>Exemplos:<\/p>\n<p>&#8220;`text<br \/>\n%p_topjogadores_categoria_kills_titulo%<br \/>\n%p_topjogadores_categoria_kills_placeholder%<br \/>\n%p_topjogadores_categoria_kills_limite%<br \/>\n&#8220;`<\/p>\n<p>## Configuracao de categorias<\/p>\n<p>Cada categoria fica em `categorias.yml`.<\/p>\n<p>Exemplo:<\/p>\n<p>&#8220;`yml<br \/>\ncategorias:<br \/>\n  kills:<br \/>\n    habilitada: true<br \/>\n    placeholder: &#8216;%statistic_player_kills%&#8217;<br \/>\n    titulo: &#8216;&#038;cTop Kills&#8217;<br \/>\n    formato-valor: &#8216;#,##0&#8217;<br \/>\n    formato-compacto: false<br \/>\n    ordem-decrescente: true<br \/>\n    npc-holograma:<br \/>\n      habilitado: true<br \/>\n      altura: 2.35<br \/>\n      titulo: &#8216;&#038;cTop %posicao%&#8217;<br \/>\n      subtitulo: &#8216;&#038;f%nome% &#038;7- &#038;f%valor%&#8217;<br \/>\n    limite: 10<br \/>\n    mundo-especifico: false<br \/>\n    mundos-permitidos: []<br \/>\n    linhas:<br \/>\n      &#8211; &#8216;&#038;8&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&#8216;<br \/>\n      &#8211; &#8216;&#038;f1. &#038;e%top_1_nome% &#038;7- &#038;f%top_1_valor%&#8217;<br \/>\n      &#8211; &#8216;&#038;f2. &#038;e%top_2_nome% &#038;7- &#038;f%top_2_valor%&#8217;<br \/>\n      &#8211; &#8216;&#038;8&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&#8216;<br \/>\n    comandos-clique:<br \/>\n      esquerdo: []<br \/>\n      direito:<br \/>\n        &#8211; &#8216;[console] msg %player% &#038;aVoce clicou no NPC do ranking de kills!&#8217;<br \/>\n&#8220;`<\/p>\n<p>## Holograma do NPC<\/p>\n<p>O holograma automatico acima do NPC usa as chaves:<\/p>\n<p>&#8211; `npc-holograma.habilitado`<br \/>\n&#8211; `npc-holograma.altura`<br \/>\n&#8211; `npc-holograma.titulo`<br \/>\n&#8211; `npc-holograma.subtitulo`<\/p>\n<p>Esses textos aceitam placeholders internos do plugin:<\/p>\n<p>&#8211; `%categoria%`<br \/>\n&#8211; `%posicao%`<br \/>\n&#8211; `%nome%`<br \/>\n&#8211; `%valor%`<\/p>\n<p>Os campos `titulo` e `subtitulo` aceitam `n` para quebrar linha.<\/p>\n<p>## Holograma manual do ranking<\/p>\n<p>O comando `\/ptop holograma criar <categoria> [altura]` cria o holograma do ranking na posicao informada.<\/p>\n<p>Configuracao global:<\/p>\n<p>&#8211; `holograma.altura-padrao`<br \/>\n&#8211; `holograma.espaco-entre-linhas`<br \/>\n&#8211; `holograma.deslocamento-extra`<\/p>\n<p>## Clique no NPC<\/p>\n<p>Em `comandos-clique.direito` e `comandos-clique.esquerdo`, cada linha pode comecar com:<\/p>\n<p>&#8211; `[console]` para executar no console<br \/>\n&#8211; `[jogador]` para executar como o jogador que clicou<\/p>\n<p>Se nenhum prefixo for informado, o padrao atual e `console`.<\/p>\n<p>Exemplo:<\/p>\n<p>&#8220;`yml<br \/>\ncomandos-clique:<br \/>\n  direito:<br \/>\n    &#8211; &#8216;[console] give %player% diamond 1&#8217;<br \/>\n    &#8211; &#8216;[jogador] spawn&#8217;<br \/>\n&#8220;`<\/p>\n<p>## Configuracao global<\/p>\n<p>Arquivo `config.yml`:<\/p>\n<p>&#8220;`yml<br \/>\ngeral:<br \/>\n  prefixo: &#8216;&#038;8[&#038;6P_TopJogadores&#038;8] &#8216;<br \/>\n  debug: false<br \/>\n  casas-decimais-padrao: 2<br \/>\n  placeholder-vazio: &#8216;&#038;7Ninguem&#8217;<br \/>\n  valor-vazio: &#8216;0&#8217;<\/p>\n<p>atualizacao:<br \/>\n  ranking-segundos: 120<br \/>\n  visual-segundos: 20<br \/>\n  atualizar-ao-entrar: true<br \/>\n  atualizar-no-enable: true<br \/>\n  max-jogadores-por-ciclo: 5000<\/p>\n<p>performance:<br \/>\n  cache-placeholders-segundos: 60<br \/>\n  ignorar-jogadores-sem-dado: true<br \/>\n  ignorar-valor-zero: false<\/p>\n<p>integracoes:<br \/>\n  placeholderapi-obrigatorio-para-rankings: true<br \/>\n  citizens: true<br \/>\n  decentholograms: true<\/p>\n<p>holograma:<br \/>\n  altura-padrao: 2.3<br \/>\n  espaco-entre-linhas: 0.28<br \/>\n  deslocamento-extra: 0.8<br \/>\n&#8220;`<\/p>\n<p>## Observacoes<\/p>\n<p>&#8211; Se `placeholderapi-obrigatorio-para-rankings` estiver `true`, os rankings so recalculam com PlaceholderAPI ativo.<br \/>\n&#8211; Se `formato-compacto` estiver `true`, o valor da categoria sai no formato `k\/m\/b\/t`.<br \/>\n&#8211; O NPC usa a skin do jogador do ranking quando possivel.<br \/>\n&#8211; Se nao houver NPC ou holograma spawnado na posicao informada na remocao, o plugin avisa isso em vez de confirmar remocao.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Top Players via placeholders, NPC support, and holograms.<\/p>\n","protected":false},"featured_media":118736,"template":"","meta":{"_minecraft_slug":"p_topjogadores","_minecraft_project_id":"qzz8ssod","_minecraft_author":"Mr_Haruki","_minecraft_license":"MIT","_minecraft_downloads":7,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"p_topjogadores.zip","_minecraft_size_bytes":53214,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T12:24:17.219409Z","_minecraft_date_created":"2026-04-29T23:48:15.592945Z","_minecraft_date_modified":"2026-04-14T01:11:33.446382Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/p_topjogadores","_minecraft_icon_attachment_id":118736,"_minecraft_imported_at":"2026-06-06T23:34:39+00:00","_minecraft_import_hash":"d833bf340125d504961820ba64985340","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,156,89,873,126,127,129,123,92],"mod_loader":[130,132,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-118735","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-decoration","mod_category-game-mechanics","mod_category-library","mod_category-management","mod_category-paper","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-spigot","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>P_TopJogadores - 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\/p_topjogadores\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"P_TopJogadores - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Top Players via placeholders, NPC support, and holograms.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/p_topjogadores\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/p_topjogadores\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/p_topjogadores\\\/\",\"name\":\"P_TopJogadores - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/p_topjogadores\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/p_topjogadores\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/p_topjogadores-icon-5258b12f2e09ba331fa8c65f0ee333205fb696f8_96.webp\",\"datePublished\":\"2026-06-06T23:34:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/p_topjogadores\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/p_topjogadores\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/p_topjogadores\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/p_topjogadores-icon-5258b12f2e09ba331fa8c65f0ee333205fb696f8_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/p_topjogadores-icon-5258b12f2e09ba331fa8c65f0ee333205fb696f8_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/p_topjogadores\\\/#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\":\"P_TopJogadores\"}]},{\"@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":"P_TopJogadores - 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\/p_topjogadores\/","og_locale":"en_US","og_type":"article","og_title":"P_TopJogadores - Minecraft","og_description":"Top Players via placeholders, NPC support, and holograms.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/p_topjogadores\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/p_topjogadores\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/p_topjogadores\/","name":"P_TopJogadores - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/p_topjogadores\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/p_topjogadores\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/p_topjogadores-icon-5258b12f2e09ba331fa8c65f0ee333205fb696f8_96.webp","datePublished":"2026-06-06T23:34:38+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/p_topjogadores\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/p_topjogadores\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/p_topjogadores\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/p_topjogadores-icon-5258b12f2e09ba331fa8c65f0ee333205fb696f8_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/p_topjogadores-icon-5258b12f2e09ba331fa8c65f0ee333205fb696f8_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/p_topjogadores\/#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":"P_TopJogadores"}]},{"@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\/118735","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\/118736"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=118735"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=118735"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=118735"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=118735"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}