# NEXUS

`Destroy the core of the nexus, the player with the most damage inflicted wins.`

```
event: NEXUS
name: "Mega Nexus"
healthScore: 1000 # Health of nexus
healthFormat: "&dHealth: {health}/{maxhealth} ❤" # Name of nexus
messages: # Messages section
  onStart: "{PREFIX} &7The event &dNexus &7started at {location}."
  onStop: "{PREFIX} &7The event &dNexus &7stopped."
  onFinish: "{PREFIX} &7The event &dNexus &7finished."
rewards: # Rewards section
  - "give {player} diamond 3"
  - "say {player} made the more damage"
lines: # Lines to appears in title start decount
  - "&fEvent: &dNexus"
  - "&f&l» &fDestroy the Nexus with &d{health} ❤"
  - "&f&l» &fWin $10000 for the winner."
area: # Location of nexus
  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/nexus.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.
