# TOTEM

`Be the first to succeed in completely destroying the monument.`

```
event: TOTEM
name: "East Totem"
numberOfBlocks: 5 # Number of blocks to destroy
materialBlocks: IRON_BLOCK # Material of block to destroy
messages: # Messages questions
  onStart: "{PREFIX} &7The event &bTotem &7started at {location}."
  onStop: "{PREFIX} &7The event &bTotem &7stopped."
  onFinish: "{PREFIX} &7The event &bTotem &7finished."
  useCorrectItem: "{PREFIX} &7Please use diamond sword."
  mustGroup: "{PREFIX} &cYou must have a group."
  cancelMessage: "{PREFIX} &e{player} &7of group &b{group} &7cancelled &b{current}."
  destroyMessage: "{PREFIX} &e{player} &7of group &b{group} &7destroyed another blocks. &b{remaining} &7blocks are remaining."
rewards: # Rewards section
  - "give {player} diamond 3"
  - "say {player} destroyed the last block"
  - "say {group} GG"
lines: # Lines to appears in title start decount
  - "&fEvent: &bTotem"
  - "&f&l» &fDestroy the {remaining} blocks"
  - "&f&l» &fWin $10000 for the winner."
area: # Location of totem
  world-name: "world"
  x: 500
  y: 120
  z: 500
```


---

# Agent Instructions: 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/totem.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.
