> For the complete documentation index, see [llms.txt](https://docs.hidencloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidencloud.com/minecraft/server-optimization-guide/download-optimization-plugins.md).

# Download optimization plugins

**Chunky Plugin:**\
Pre-generating your world

A vital step in lag removal is pre-generating the world. This should be done before anything else. The best way to do this is with the [Chunky plugin](https://www.spigotmc.org/resources/chunky.81534/). All you have to do is install the plugin and run the following commands: /chunky radius 5000 followed by /chunky start.

This will pre-generate a 5,000 block radius around your world spawn. The server will lag heavily while the process is running, but once it is done your performance will improve dramatically. You can increase the radius as much as you like, but we recommend keeping it under 20,000 blocks. Any larger and you could possibly create more lag than you would be preventing.\
\
**Spark Plugin**:\
To install spark, just need to download the latest spark **.jar** file from [downloads page](https://spark.lucko.me/download) and place in the server `mods` or `plugins` folder.

spark will load the next time your server (re)starts.

You will be able to control spark with the `/spark` command.\
\
**Optional Plugins:**\
[**RoseStacker**](https://www.spigotmc.org/resources/rosestacker.82729/) (This plugin is perfect for servers that wish to alleviate common sources of lag, whilst also gaining access to features that improve the functionality and feel of the server.)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hidencloud.com/minecraft/server-optimization-guide/download-optimization-plugins.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
