> For the complete documentation index, see [llms.txt](https://wshzxng.gitbook.io/ultimate-event/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wshzxng.gitbook.io/ultimate-event/template/giant-koth.md).

# GIANT KOTH

`Capture the area, every second you will earn a point, reach the required number. A penalty can cripple your party if you die.`

```
event: GIANT_KOTH
name: "Giant Koth"
targetScore: 1500 # The target score to get to finish the event
deathScore: 10 # The percentage of points that a group will lose if a player of this group die
messages: # Messages section
  onStart: "{PREFIX} &7The event &6Giant Koth &7started at {location}."
  onStop: "{PREFIX} &7The event &6Giant Koth &7stopped."
  onFinish: "{PREFIX} &7The event &6Giant Koth &7finished."
  onDeath: "{PREFIX} &b{killer} &7killed &e{player}. &e{group} &7lost &b{lostPoints} &7points."
rewards: # Rewards section
  - "give {player} diamond 3"
  - "classement give {group} 10"
  - "say {player} won the event"
  - "GG {group}"
lines: # Lines to appears in title start decount
  - "&fEvent: &6Giant Koth"
  - "&f&l» &fCapture the area to gain {targetScore} points"
  - "&f&l» &fEvery deaths will make you lose {deathScore}% points."
  - "&f&l» &fWin $3000 for the winner."
area: # Cuboid of area
  world-name: "world"
  first-corner:
    x: 100
    y: 85
    z: 100
  second-corner:
    x: 105
    y: 85
    z: 105
```


---

# 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://wshzxng.gitbook.io/ultimate-event/template/giant-koth.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.
