> 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-it/file/sumoplugin.md).

# SumoPlugin

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

```
# ─────────────────────────────────────────────────────────────
#  SumoPlugin - messages.yml
#  Supporta codici & colore. Usa {0}, {1}... per i placeholder.
# ─────────────────────────────────────────────────────────────

# ── Generale ──────────────────────────────────────────────────
prefix:                    "&8[&6Sumo&8] &r"
no-permission:             "&cNon hai il permesso."
only-players:              "&cSolo i giocatori possono usare questo comando."

# ── Join / Leave ─────────────────────────────────────────────
player-joined:             "&e{0} &7è entrato! &f({1})"
player-left-waiting:       "&c{0} &7è uscito. In attesa di giocatori..."
already-in-game:           "&cSei già in una partita!"
arena-busy:                "&cQuell'arena è attualmente occupata!"
arena-full:                "&cQuell'arena è piena!"
left-arena:                "&eSei uscito dall'arena."
cant-leave-running:        "&cNon puoi uscire durante una partita attiva!"

# ── Titoli ───────────────────────────────────────────────────
title-start:               "&aVIA!"
title-start-subtitle:      ""
title-win:                 "&6HAI VINTO!"
title-win-subtitle:        "&eHai buttato giù l'avversario!"
title-win-disconnect:      "&6HAI VINTO!"
title-win-disconnect-sub:  "&eL'avversario si è disconnesso!"
title-lose:                "&cHAI PERSO!"
title-lose-subtitle:       "&7Sei caduto!"
title-draw:                "&ePAREGGIO!"
title-draw-subtitle:       "&7Tempo scaduto!"

# ── Oggetti ─────────────────────────────────────────────────────
item-leave-name:           "&cRitorna alla lobby"
item-stick-name:           "&6Bastone knockback"

# ── Comando stats ─────────────────────────────────────────────
stats-header:              "&6&l» Statistiche Sumo"
stats-wins:                "&a  Vittorie: &f{0}"
stats-losses:              "&c  Sconfitte: &f{0}"

# ── Feedback admin ────────────────────────────────────────────
arena-created:             "&aArena '&f{0}&a' creata! Imposta spawn e lobby."
arena-already-exists:      "&cArena '&f{0}&c' già esistente!"
arena-not-found:           "&cArena non trovata!"
spawn-set:                 "&aSpawn &f{0}&a impostato!"
arena-lobby-set:           "&aLobby d'attesa impostata per '&f{0}&a'!"
arena-deleted:             "&aArena '&f{0}&a' eliminata!"
arena-type-set:            "&aTipo dell'arena '&f{0}&a' impostato su &f{1}&a!"
general-lobby-set:         "&aLobby generale impostata!"
server-ip-set:             "&aIP del server impostato a: &f{0}"
reload-done:               "&aConfig e messaggi ricaricati con successo!"
world-mobs-cleared:        "&bMondo '&f{0}&b': spawn dei mob disabilitato, &f{1}&b mob rimossi."

# ── GUI ───────────────────────────────────────────────────────
gui-title:                 "&3&lSumo &8- &3Seleziona Arena"
gui-no-arenas-name:        "&cNessuna arena disponibile!"
gui-no-arenas-lore:       "&7Chiedi a un admin di crearne una."
gui-arena-status-waiting:  "&aIn attesa"
gui-arena-status-starting: "&eIn avvio"
gui-arena-status-running:  "&cIn partita"
gui-arena-status-ending:   "&7In chiusura"
gui-arena-lore-status:     "&7Stato: {0}"
gui-arena-lore-players:    "&7Giocatori: &f{0}"
gui-arena-lore-join:       "&a▶ Clicca per entrare!"
gui-arena-lore-busy:       "&c✗ Arena occupata"

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

scoreboard:
  title: "&6&lSUMO"

  waiting:
    line3: "&eIn attesa di giocatori.."
    line2: "&f{0}"
    line1: " "
    line0: "&8{ip}"

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

  running:
    line3: "&aPartita iniziata"
    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-it/file/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.
