# Leaderboards

## Signs

## Parameter Explanation

Parameters:

* `<context>` needs to be replaced with either `land` or `nation`.
* `<sorting>` needs to be replaced with `balance`, `chunks`, `members`, `level`, `ratio_kd` (kills/deaths in wars ratio) or `ratio_wl` (won/lost wars ratio).
* `<place>` needs to be replaced with the place. Example: `1`

### Sign Lines

* Line 1: \[lands]
* Line 2: top
* Line 3: `<context> <sorting>`
* Line 4: `<place>`

## Holograms

To create holograms you need to install a supported hologram plugin. When installed, execute `/lands admin hologram` to get a list of hologram specific commands.\
Supported plugins are:

* HolographicDisplays
* CMI
* DecentHolograms


---

# 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://wiki.incredibleplugins.com/lands/configuration/leaderboards.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.
