> For the complete documentation index, see [llms.txt](https://augu0107.gitbook.io/auguplugin-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://augu0107.gitbook.io/auguplugin-docs/auguplugin-docs-es/archivos/sumoplugin.md).

# SumoPlugin

{% tabs %}
{% tab title="Mensajes" %}

```
# ─────────────────────────────────────────────────────────────
#  SumoPlugin - messages.yml
#  Soporta códigos & de color. Usa {0}, {1}... para los placeholders.
# ─────────────────────────────────────────────────────────────

# ── General ──────────────────────────────────────────────────
prefix:                    "&8[&6Sumo&8] &r"
no-permission:             "&cNo tienes permiso."
only-players:              "&cSolo los jugadores pueden usar este comando."

# ── Join / Leave ─────────────────────────────────────────────
player-joined:             "&e{0} &7se ha unido! &f({1})"
player-left-waiting:       "&c{0} &7se ha salido. Esperando jugadores..."
already-in-game:           "&c¡Ya estás en una partida!"
arena-busy:                "&c¡Esa arena está ocupada!"
arena-full:                "&c¡Esa arena está llena!"
left-arena:                "&eHas salido de la arena."
cant-leave-running:        "&c¡No puedes salir durante una partida en curso!"

# ── Titles ───────────────────────────────────────────────────
title-start:               "&a¡YA!"
title-start-subtitle:      ""
title-win:                 "&6¡HAS GANADO!"
title-win-subtitle:        "&e¡Has derribado al oponente!"
title-win-disconnect:      "&6¡HAS GANADO!"
title-win-disconnect-sub:  "&e¡El oponente se desconectó!"
title-lose:                "&c¡HAS PERDIDO!"
title-lose-subtitle:       "&7¡Te has caído!"
title-draw:                "&e¡EMPATE!"
title-draw-subtitle:       "&7¡Se acabó el tiempo!"

# ── Items ─────────────────────────────────────────────────────
item-leave-name:           "&cVolver al lobby"
item-stick-name:           "&6Palo de retroceso"

# ── Stats command ─────────────────────────────────────────────
stats-header:              "&6&l» Estadísticas Sumo"
stats-wins:                "&a  Victorias: &f{0}"
stats-losses:              "&c  Derrotas: &f{0}"

# ── Admin feedback ────────────────────────────────────────────
arena-created:             "&aArena '&f{0}&a' creada! Configura spawns y lobby."
arena-already-exists:      "&c¡La arena '&f{0}&c' ya existe!"
arena-not-found:           "&c¡Arena no encontrada!"
spawn-set:                 "&a¡Spawn &f{0}&a establecido!"
arena-lobby-set:           "&aLobby de espera establecida para '&f{0}&a'!"
arena-deleted:             "&aArena '&f{0}&a' eliminada!"
arena-type-set:            "&aTipo de arena '&f{0}&a' cambiado a &f{1}&a!"
general-lobby-set:         "&aLobby general establecida!"
server-ip-set:             "&aIP del servidor establecida en: &f{0}"
reload-done:               "&a¡Configuración y mensajes recargados correctamente!"
world-mobs-cleared:        "&bMundo '&f{0}&b': spawn de mobs desactivado, &f{1}&b mobs eliminados."

# ── GUI ───────────────────────────────────────────────────────
gui-title:                 "&3&lSumo &8- &3Seleccionar Arena"
gui-no-arenas-name:        "&c¡No hay arenas disponibles!"
gui-no-arenas-lore:        "&7Pide a un admin que cree una."
gui-arena-status-waiting:  "&aEsperando"
gui-arena-status-starting: "&eIniciando"
gui-arena-status-running:  "&cEn partida"
gui-arena-status-ending:   "&7Finalizando"
gui-arena-lore-status:     "&7Estado: {0}"
gui-arena-lore-players:    "&7Jugadores: &f{0}"
gui-arena-lore-join:       "&a▶ ¡Haz clic para unirte!"
gui-arena-lore-busy:       "&c✗ Arena ocupada"

# ─────────────────────────────────────────────────────────────
#  SCOREBOARD
# ─────────────────────────────────────────────────────────────

scoreboard:
  title: "&6&lSUMO"

  waiting:
    line3: "&eEsperando jugadores.."
    line2: "&f{0}"
    line1: " "
    line0: "&8{ip}"

  starting:
    line3: "&eIniciando..."
    line2: "&f{0}"
    line1: " "
    line0: "&8{ip}"

  running:
    line3: "&aPartida iniciada"
    line2: "&fTiempo {0}"
    line1: " "
    line0: "&8{ip}"
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://augu0107.gitbook.io/auguplugin-docs/auguplugin-docs-es/archivos/sumoplugin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
