{"id":118721,"date":"2026-06-07T02:33:34","date_gmt":"2026-06-06T23:33:34","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/p_dominararena\/"},"modified":"2026-06-07T02:33:34","modified_gmt":"2026-06-06T23:33:34","slug":"p_dominararena","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/p_dominararena\/","title":{"rendered":"P_DominarArena"},"content":{"rendered":"<p># P_DominarArena<\/p>\n<p>**P_DominarArena** is a premium plugin for Minecraft servers (Spigot\/Paper 1.20+) that creates an automatic arena domination event in the style of **KoTH (King of the Hill)**.<\/p>\n<p>The objective is simple: players (or clans) enter the arena and try to stay inside it for as long as possible. Whoever accumulates the most domination time wins the event and receives configurable rewards.<\/p>\n<p>## Main Features<\/p>\n<p>&#8211; **Scheduled Event** \u2014 Automatically starts at the times defined in `config.yml`.<br \/>\n&#8211; **Time-based Domination System** \u2014 Counts the time each player\/clan stays inside the arena without interruptions.<br \/>\n&#8211; **Clan Support** \u2014 Integration with **FactionsUUID** and **SaberFactions** for clan domination mode (optional).<br \/>\n&#8211; **Informative Hologram** \u2014 Compatible with **DecentHolograms**, **HolographicDisplays** or native TextDisplay (vanilla). Updates in real-time with status, remaining time, dominating clan\/player, tops, etc.<br \/>\n&#8211; **Full Placeholders** \u2014 Integration with **PlaceholderAPI** (`%dominararena_status%`, `%dominararena_tempo_restante%`, etc.).<br \/>\n&#8211; **Complete Menus\/GUIs** \u2014 Intuitive interface to configure the arena, view tops, event status, and more.<br \/>\n&#8211; **Announcements and Calls** \u2014 Configurable broadcasts to notify when the event is about to start, is in progress, and when it ends.<br \/>\n&#8211; **Reward System** \u2014 Rewards for the winning player and\/or clan (commands executed by the console).<br \/>\n&#8211; **Flexible Configuration** \u2014 Everything editable via `config.yml` and language files.<\/p>\n<p>## Dependencies<\/p>\n<p>**Required Dependencies (Hard):**<br \/>\n&#8211; None (works standalone in individual mode).<\/p>\n<p>**Optional Dependencies (Soft):**<br \/>\n&#8211; **PlaceholderAPI** \u2192 to use the placeholders.<br \/>\n&#8211; **DecentHolograms** or **HolographicDisplays** \u2192 for more advanced holograms (otherwise uses vanilla TextDisplay).<br \/>\n&#8211; **FactionsUUID** or **SaberFactions** \u2192 for clan domination mode.<\/p>\n<p>## Installation<\/p>\n<p>1. Place the `P_DominarArena.jar` file in the `\/plugins\/` folder.<br \/>\n2. Start or restart the server.<br \/>\n3. The **DominarArena** folder will be created inside `\/plugins\/` containing:<br \/>\n   &#8211; `config.yml`<br \/>\n   &#8211; `lang\/en_us.yml` (or other language)<br \/>\n   &#8211; `data.yml` (saved top data)<br \/>\n4. Configure the plugin by editing `config.yml` (see the configuration section below).<br \/>\n5. Use the command `\/dominararena reload` to apply the changes.<\/p>\n<p>## Commands and Permissions<\/p>\n<p>**Main Command:** `\/dominararena` (alias: `\/da`)<\/p>\n<p>| Subcommand      | Description                                      | Permission             |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/da`           | Opens the main menu                              | `dominararena.use`     |<br \/>\n| `\/da reload`    | Reloads config, lang, holograms, and schedules   | `dominararena.admin`   |<br \/>\n| `\/da setarena`  | Sets the two points of the arena (pos1 and pos2) | `dominararena.admin`   |<br \/>\n| `\/da sethologram` | Sets the hologram location                     | `dominararena.admin`   |<br \/>\n| `\/da forcastart`| Starts the event manually                        | `dominararena.admin`   |<br \/>\n| `\/da forcestop` | Stops the event manually                         | `dominararena.admin`   |<br \/>\n| `\/da top`       | Opens the tops menu                              | `dominararena.use`     |<\/p>\n<p>## Main Configuration (config.yml)<\/p>\n<p>Example of the most important sections:<\/p>\n<p>&#8220;`yaml<br \/>\n# Default language (file in lang\/)<br \/>\nlanguage: en_us<\/p>\n<p># Event schedules (24h format &#8211; HH:mm)<br \/>\nschedules:<br \/>\n  &#8211; &#8220;14:00&#8221;<br \/>\n  &#8211; &#8220;20:00&#8221;<\/p>\n<p># Event duration in minutes<br \/>\nduration-minutes: 30<\/p>\n<p># Minimum time inside the arena to count (seconds) &#8211; avoids quick touches<br \/>\nmin-time-seconds: 5<\/p>\n<p># Domination mode: &#8220;individual&#8221; or &#8220;clan&#8221;<br \/>\nmode: &#8220;clan&#8221;<\/p>\n<p># Arena (set with \/da setarena)<br \/>\narena:<br \/>\n  world: &#8220;world&#8221;<br \/>\n  pos1: x,y,z<br \/>\n  pos2: x,y,z<\/p>\n<p># Hologram<br \/>\nhologram:<br \/>\n  enabled: true<br \/>\n  onlyWhenRunning: true<br \/>\n  location: &#8220;world,100,65,100&#8221; # set with \/da sethologram<br \/>\n  updateIntervalTicks: 20<br \/>\n  linesKey: &#8220;hologram.lines&#8221;<\/p>\n<p># Announcements before the event (in minutes)<br \/>\npre-announcements:<br \/>\n  &#8211; 10<br \/>\n  &#8211; 5<br \/>\n  &#8211; 1<\/p>\n<p># Rewards (commands executed as console)<br \/>\nrewards:<br \/>\n  player-winner:<br \/>\n    &#8211; &#8220;give %player% diamond 10&#8221;<br \/>\n  clan-winner:<br \/>\n    &#8211; &#8220;f money give %clan% 10000&#8221;<\/p>\n<p>&#8220;`<br \/>\n## Placeholders (with PlaceholderAPI)<\/p>\n<p>| Placeholder                          | Description                                           |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `%dominararena_status%`              | Current status (Waiting, In progress, etc.)           |<br \/>\n| `%dominararena_tempo_restante%`      | Formatted remaining time (ex: 12:34)                  |<br \/>\n| `%dominararena_cla_domina%`          | Name of the dominating clan                           |<br \/>\n| `%dominararena_cla_domina_tag%`      | Tag of the dominating clan                            |<br \/>\n| `%dominararena_jogador_domina%`      | Name of the dominating player (individual mode)       |<br \/>\n| `%dominararena_top_jogador%`         | Name of the player with the most time                 |<br \/>\n| `%dominararena_top_jogador_tempo%`   | Time of the top player                                |<br \/>\n| `%dominararena_top_cla%`             | Name of the top clan                                  |<br \/>\n| `%dominararena_top_cla_tempo%`       | Time of the top clan                                  |<\/p>\n<p>## Support and Updates<\/p>\n<p>Plugin developed by **Pedro**.<\/p>\n<p>In case of bugs or suggestions, contact via **Discord** or the plugin purchase location.<\/p>\n<p>**Current Version:** 1.0.0<\/p>\n<p>**Supported Minecraft Versions:** 1.20.x &#8211; 1.21.x<\/p>\n<p>**Have fun and dominate the arena!** <\/p>\n<p># P_DominarArena<\/p>\n<p>**P_DominarArena** \u00e9 um plugin premium para servidores Minecraft (Spigot\/Paper 1.20+) que cria um evento autom\u00e1tico de domina\u00e7\u00e3o de arena no estilo **KoTH (King of the Hill)**.<\/p>\n<p>O objetivo \u00e9 simples: os jogadores (ou cl\u00e3s) entram na arena e tentam permanecer o maior tempo poss\u00edvel dentro dela. Quem acumular mais tempo dominando vence o evento e recebe recompensas configur\u00e1veis.<\/p>\n<p>## Principais Funcionalidades<\/p>\n<p>&#8211; **Evento com hor\u00e1rio programado** \u2014 Inicia automaticamente nos hor\u00e1rios definidos no `config.yml`.<br \/>\n&#8211; **Sistema de domina\u00e7\u00e3o por tempo** \u2014 Conta o tempo que cada jogador\/cl\u00e3 fica dentro da arena sem interrup\u00e7\u00f5es.<br \/>\n&#8211; **Suporte a cl\u00e3s** \u2014 Integra\u00e7\u00e3o com **FactionsUUID** e **SaberFactions** para modo de domina\u00e7\u00e3o por cl\u00e3 (opcional).<br \/>\n&#8211; **Holograma informativo** \u2014 Compat\u00edvel com **DecentHolograms**, **HolographicDisplays** ou TextDisplay nativo (vanilla). Atualiza em tempo real com status, tempo restante, cl\u00e3\/jogador dominando, tops, etc.<br \/>\n&#8211; **Placeholders completos** \u2014 Integra\u00e7\u00e3o com **PlaceholderAPI** (`%dominararena_status%`, `%dominararena_tempo_restante%`, etc.).<br \/>\n&#8211; **Menus\/GUIs completos** \u2014 Interface intuitiva para configurar a arena, visualizar tops, status do evento, entre outros.<br \/>\n&#8211; **An\u00fancios e chamadas** \u2014 Broadcasts configur\u00e1veis para avisar quando o evento vai come\u00e7ar, est\u00e1 em andamento e quando termina.<br \/>\n&#8211; **Sistema de recompensas** \u2014 Recompensas para o jogador vencedor e\/ou cl\u00e3 vencedor (comandos executados pelo console).<br \/>\n&#8211; **Configura\u00e7\u00e3o flex\u00edvel** \u2014 Tudo edit\u00e1vel via `config.yml` e arquivos de idioma.<\/p>\n<p>## Depend\u00eancias<\/p>\n<p>**Depend\u00eancias obrigat\u00f3rias (Hard):**<br \/>\n&#8211; Nenhuma (funciona standalone no modo individual).<\/p>\n<p>**Depend\u00eancias opcionais (Soft):**<br \/>\n&#8211; **PlaceholderAPI** \u2192 para utilizar os placeholders.<br \/>\n&#8211; **DecentHolograms** ou **HolographicDisplays** \u2192 hologramas mais avan\u00e7ados (caso contr\u00e1rio usa TextDisplay vanilla).<br \/>\n&#8211; **FactionsUUID** ou **SaberFactions** \u2192 para modo de domina\u00e7\u00e3o por cl\u00e3.<\/p>\n<p>## Instala\u00e7\u00e3o<\/p>\n<p>1. Coloque o arquivo `P_DominarArena.jar` na pasta `\/plugins\/`.<br \/>\n2. Inicie ou reinicie o servidor.<br \/>\n3. Ser\u00e1 criada a pasta **DominarArena** dentro de `\/plugins\/` contendo:<br \/>\n   &#8211; `config.yml`<br \/>\n   &#8211; `lang\/pt_br.yml` (ou outro idioma)<br \/>\n   &#8211; `data.yml` (dados salvos dos tops)<br \/>\n4. Configure o plugin editando o `config.yml` (veja a se\u00e7\u00e3o de configura\u00e7\u00e3o abaixo).<br \/>\n5. Use o comando `\/dominararena reload` para aplicar as altera\u00e7\u00f5es.<\/p>\n<p>## Comandos e Permiss\u00f5es<\/p>\n<p>**Comando principal:** `\/dominararena` (alias: `\/da`)<\/p>\n<p>| Subcomando             | Descri\u00e7\u00e3o                                           | Permiss\u00e3o                     |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/da`                  | Abre o menu principal                               | `dominararena.use`            |<br \/>\n| `\/da reload`           | Recarrega config, lang, hologramas e hor\u00e1rios       | `dominararena.admin`          |<br \/>\n| `\/da setarena`         | Define os dois pontos da arena (pos1 e pos2)        | `dominararena.admin`          |<br \/>\n| `\/da sethologram`      | Define a localiza\u00e7\u00e3o do holograma                   | `dominararena.admin`          |<br \/>\n| `\/da forcastart`       | Inicia o evento manualmente                         | `dominararena.admin`          |<br \/>\n| `\/da forcestop`        | Para o evento manualmente                           | `dominararena.admin`          |<br \/>\n| `\/da top`              | Abre o menu de tops                                 | `dominararena.use`            |<\/p>\n<p>## Configura\u00e7\u00e3o Principal (config.yml)<\/p>\n<p>Exemplo das se\u00e7\u00f5es mais importantes:<\/p>\n<p>&#8220;`yaml<br \/>\n# Idioma padr\u00e3o (arquivo em lang\/)<br \/>\nidioma: pt_br<\/p>\n<p># Hor\u00e1rios do evento (formato 24h &#8211; HH:mm)<br \/>\nhorarios:<br \/>\n  &#8211; &#8220;14:00&#8221;<br \/>\n  &#8211; &#8220;20:00&#8221;<\/p>\n<p># Dura\u00e7\u00e3o do evento em minutos<br \/>\nduracao-minutos: 30<\/p>\n<p># Tempo m\u00ednimo dentro da arena para contar (segundos) &#8211; evita &#8220;toques r\u00e1pidos&#8221;<br \/>\ntempo-minimo-segundos: 5<\/p>\n<p># Modo de domina\u00e7\u00e3o: &#8220;individual&#8221; ou &#8220;clan&#8221;<br \/>\nmodo: &#8220;clan&#8221;<\/p>\n<p># Arena (definida com \/da setarena)<br \/>\narena:<br \/>\n  mundo: &#8220;world&#8221;<br \/>\n  pos1: x,y,z<br \/>\n  pos2: x,y,z<\/p>\n<p># Holograma<br \/>\nhologram:<br \/>\n  enabled: true<br \/>\n  onlyWhenRunning: true<br \/>\n  location: &#8220;world,100,65,100&#8221;  # definido com \/da sethologram<br \/>\n  updateIntervalTicks: 20<br \/>\n  linesKey: &#8220;hologram.lines&#8221;<\/p>\n<p># An\u00fancios antes do evento (em minutos)<br \/>\nanuncios-antes:<br \/>\n  &#8211; 10<br \/>\n  &#8211; 5<br \/>\n  &#8211; 1<\/p>\n<p># Recompensas (comandos executados como console)<br \/>\nrecompensas:<br \/>\n  jogador-vencedor:<br \/>\n    &#8211; &#8220;give %player% diamond 10&#8221;<br \/>\n  cla-vencedor:<br \/>\n    &#8211; &#8220;f money give %clan% 10000&#8221;<\/p>\n<p>&#8220;`<\/p>\n<p>## Placeholders (com PlaceholderAPI)<\/p>\n<p>| Placeholder                          | Descri\u00e7\u00e3o                                          |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `%dominararena_status%`              | Status atual (Aguardando, Em andamento, etc.)      |<br \/>\n| `%dominararena_tempo_restante%`      | Tempo restante formatado (ex: 12:34)               |<br \/>\n| `%dominararena_cla_domina%`          | Nome do cl\u00e3 que est\u00e1 dominando                     |<br \/>\n| `%dominararena_cla_domina_tag%`      | Tag do cl\u00e3 dominando                               |<br \/>\n| `%dominararena_jogador_domina%`      | Nome do jogador dominando (modo individual)        |<br \/>\n| `%dominararena_top_jogador%`         | Nome do jogador com mais tempo                     |<br \/>\n| `%dominararena_top_jogador_tempo%`   | Tempo do top jogador                               |<br \/>\n| `%dominararena_top_cla%`             | Nome do cl\u00e3 top                                    |<br \/>\n| `%dominararena_top_cla_tempo%`       | Tempo do cl\u00e3 top                                   |<\/p>\n<p>## Suporte e Atualiza\u00e7\u00f5es<\/p>\n<p>Plugin desenvolvido por **Pedro**.  <\/p>\n<p>Em caso de bugs ou sugest\u00f5es, entre em contato pelo **Discord** ou pelo local de compra do plugin.<\/p>\n<p>**Vers\u00e3o atual:** 1.0.0<br \/>\n**Vers\u00f5es do Minecraft suportadas:** 1.20.x &#8211; 1.21.x  <\/p>\n<p>**Divirta-se e domine a arena!**<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Dominate the arena and be the ultimate winner, bring your clan!<\/p>\n","protected":false},"featured_media":118722,"template":"","meta":{"_minecraft_slug":"p_dominararena","_minecraft_project_id":"JF1By2he","_minecraft_author":"Mr_Haruki","_minecraft_license":"MIT","_minecraft_downloads":35,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"p_dominararena.zip","_minecraft_size_bytes":217507,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T21:51:42.871805Z","_minecraft_date_created":"2026-01-24T19:32:00.742873Z","_minecraft_date_modified":"2026-04-15T00:17:38.702024Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/p_dominararena","_minecraft_icon_attachment_id":118722,"_minecraft_imported_at":"2026-06-06T23:33:35+00:00","_minecraft_import_hash":"56c4fb631753f42c98aeea1bd51a83b7","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,844,88,89,866,127,867,129,123,92],"mod_loader":[130,132,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82,22,23,24,25,26,27,28,29,30,31],"class_list":["post-118721","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-economy","mod_category-equipment","mod_category-game-mechanics","mod_category-minigame","mod_category-paper","mod_category-social","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","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>P_DominarArena - 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_dominararena\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"P_DominarArena - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Dominate the arena and be the ultimate winner, bring your clan!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/p_dominararena\/\" \/>\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_dominararena\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/p_dominararena\\\/\",\"name\":\"P_DominarArena - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/p_dominararena\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/p_dominararena\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/p_dominararena-icon-af8ecac129b0a05beda4f0fdfdcc930cd60fb57f_96.webp\",\"datePublished\":\"2026-06-06T23:33:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/p_dominararena\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/p_dominararena\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/p_dominararena\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/p_dominararena-icon-af8ecac129b0a05beda4f0fdfdcc930cd60fb57f_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/p_dominararena-icon-af8ecac129b0a05beda4f0fdfdcc930cd60fb57f_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/p_dominararena\\\/#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_DominarArena\"}]},{\"@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_DominarArena - 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_dominararena\/","og_locale":"en_US","og_type":"article","og_title":"P_DominarArena - Minecraft","og_description":"Dominate the arena and be the ultimate winner, bring your clan!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/p_dominararena\/","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_dominararena\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/p_dominararena\/","name":"P_DominarArena - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/p_dominararena\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/p_dominararena\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/p_dominararena-icon-af8ecac129b0a05beda4f0fdfdcc930cd60fb57f_96.webp","datePublished":"2026-06-06T23:33:34+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/p_dominararena\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/p_dominararena\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/p_dominararena\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/p_dominararena-icon-af8ecac129b0a05beda4f0fdfdcc930cd60fb57f_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/p_dominararena-icon-af8ecac129b0a05beda4f0fdfdcc930cd60fb57f_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/p_dominararena\/#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_DominarArena"}]},{"@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\/118721","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\/118722"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=118721"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=118721"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=118721"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=118721"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}