# Optimisations

Modern Minecraft Java server jars are, unfortunately, very poorly optimised. To maintain our stable experience with our peak player counts, we've had to make some compromises. We aim to only make optimisations that have little impact on vanilla gameplay, however it's a constant task. We're always open to making changes to suit your farms or other builds.

Our server configurations are public : <https://github.com/mythiccal/configs> *(these are not always up to date, changes are constant and it's difficult to keep updated).*

## Changes

**View Distance** = **10 Chunks** (vanilla)

**Simulation Distance** = **8 Chunks**&#x20;

**Monster Spawn Limit** = Reduced to **40** (kill mobs quickly and this wont impact rates drastically)

Other values such as Spawn Range, Ticks per Monster Spawn are vanilla.

## Redstone

We haven't modified hopper behaviour, clocks will all still work.

We Utilise [Alternate Current](https://github.com/SpaceWalkerRS/alternate-current/blob/main/README.md) for Redstone, it will only affect the extremely technical aspect of the game.

### Otherside

We use the "Otherside" plugin on our server, meaning a lot of farms using multiple dimensions, that previously wouldn't have worked, are now functional with only one account needed!

{% embed url="<https://hangar.papermc.io/Kyle/Otherside>" %}
This does not apply to all farms, some technical multi-dimensional farms will still not function and instead require two accounts.
{% endembed %}


---

# 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://guide.chillzone.cc/getting-started/technical/optimisations.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.
