> 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-br/arquivos/sumoplugin.md).

# SumoPlugin

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

```
# ─────────────────────────────────────────────────────────────
#  SumoPlugin - messages.yml
#  Suporta códigos & de cor. Use {0}, {1}... para placeholders.
# ─────────────────────────────────────────────────────────────

# ── Geral ──────────────────────────────────────────────────
prefix:                    "&8[&6Sumo&8] &r"
no-permission:             "&cVocê não tem permissão."
only-players:              "&cApenas jogadores podem usar este comando."

# ── Entrar / Sair ─────────────────────────────────────────────
player-joined:             "&e{0} &7entrou! &f({1})"
player-left-waiting:       "&c{0} &7saiu. Aguardando jogadores..."
already-in-game:           "&cVocê já está em uma partida!"
arena-busy:                "&cEssa arena está ocupada no momento!"
arena-full:                "&cEssa arena está cheia!"
left-arena:                "&eVocê saiu da arena."
cant-leave-running:        "&cVocê não pode sair durante uma partida ativa!"

# ── Títulos ───────────────────────────────────────────────────
title-start:               "&aCOMEÇOU!"
title-start-subtitle:      ""
title-win:                 "&6VOCÊ VENCEU!"
title-win-subtitle:        "&eVocê derrubou o oponente!"
title-win-disconnect:      "&6VOCÊ VENCEU!"
title-win-disconnect-sub:  "&eO oponente desconectou!"
title-lose:                "&cVOCÊ PERDEU!"
title-lose-subtitle:       "&7Você caiu!"
title-draw:                "&eEMPATE!"
title-draw-subtitle:       "&7O tempo acabou!"

# ── Itens ─────────────────────────────────────────────────────
item-leave-name:           "&cVoltar para o lobby"
item-stick-name:           "&6Bastão de knockback"

# ── Comando stats ─────────────────────────────────────────────
stats-header:              "&6&l» Estatísticas Sumo"
stats-wins:                "&a  Vitórias: &f{0}"
stats-losses:              "&c  Derrotas: &f{0}"

# ── Feedback admin ────────────────────────────────────────────
arena-created:             "&aArena '&f{0}&a' criada! Configure spawns e lobby."
arena-already-exists:      "&cA arena '&f{0}&c' já existe!"
arena-not-found:           "&cArena não encontrada!"
spawn-set:                 "&aSpawn &f{0}&a definido!"
arena-lobby-set:           "&aLobby de espera definida para '&f{0}&a'!"
arena-deleted:             "&aArena '&f{0}&a' excluída!"
arena-type-set:            "&aTipo da arena '&f{0}&a' definido para &f{1}&a!"
general-lobby-set:         "&aLobby geral definida!"
server-ip-set:             "&aIP do servidor definido como: &f{0}"
reload-done:               "&aConfiguração e mensagens recarregadas com sucesso!"
world-mobs-cleared:        "&bMundo '&f{0}&b': spawn de mobs desativado, &f{1}&b mob(s) removido(s)."

# ── GUI ───────────────────────────────────────────────────────
gui-title:                 "&3&lSumo &8- &3Selecionar Arena"
gui-no-arenas-name:        "&cNenhuma arena disponível!"
gui-no-arenas-lore:        "&7Peça para um admin criar uma."
gui-arena-status-waiting:  "&aAguardando"
gui-arena-status-starting: "&eIniciando"
gui-arena-status-running:  "&cEm partida"
gui-arena-status-ending:   "&7Finalizando"
gui-arena-lore-status:     "&7Status: {0}"
gui-arena-lore-players:    "&7Jogadores: &f{0}"
gui-arena-lore-join:       "&a▶ Clique para entrar!"
gui-arena-lore-busy:       "&c✗ Arena ocupada"

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

scoreboard:
  title: "&6&lSUMO"

  waiting:
    line3: "&eAguardando jogadores.."
    line2: "&f{0}"
    line1: " "
    line0: "&8{ip}"

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

  running:
    line3: "&aPartida iniciada"
    line2: "&fTempo {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-br/arquivos/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.
