# Конфигурации сервера

## <mark style="color:$primary;">▌Конфигурация выделенного сервера</mark>

> **CPU** *(Процессор)*: AMD Ryzen 9 9950X\
> **RAM** *(Оперативная память)*: 64gb DDR5\
> **SSD** *(Накопитель)*: 1000 NVMe\
> **Сеть:** 1000 Мбит/сек\
> **Стоимость:** 19.990₽/мес\
> **Местоположение:** Россия, Москва\
> **ОС:** Ubuntu 22.04.1 LTS

***

## <mark style="color:$primary;">▌Ядро наших серверов</mark>

> На наших всех серверах стоит ядро [Purpur](https://purpurmc.org/) 1.21.10

***

## <mark style="color:$primary;">▌spigot.yml</mark>

```yaml
world-settings:
  default:
    mob-spawn-range: 4 # Радиус в чанках от игрока, где будут спавнится мобы
    entity-activation-range: # Радиус в котором ентити будут активничать
      animals: 32
      monsters: 32
      raiders: 64
      misc: 16
      water: 16
      villagers: 32
      flying-monsters: 32
```


---

# 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.zeroworlds.ru/prochee/konfiguracii-servera.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.
