# How to optimize paper minecraft server ?

#### How to optimize paper minecraft server ?

### Paper Server Optimization Guide

Since 1.13, Minecraft servers have gotten progressively harder to run.

There are a few ways to make your server run better, we will be outlining some here.

But first, it's good to note that a "perfect" optimization guide does not exist, most optimization changes include changing or removing gameplay features. Each server will be different, *you* have to decide how much you want to change and sacrifice for performance.

If you have performance headroom you might even want to do the opposite! For example, maybe you want an extra high view distance because you think it looks cool.

***

&#x20;

### Guides to optimize your server[​](https://docs.godlike.host/en/optimization#guides-to-optimize-your-server)

There are **many** different options you can utilize to change your servers gameplay and performance.

**We recommend checking out** [**https://github.com/YouHaveTrouble/minecraft-optimization**](https://github.com/YouHaveTrouble/minecraft-optimization) **for an in depth guide on how to optimize your server.**

Remember that each server is be different, and that *you* have to decide for yourself which features you want to change. **Don't blindly copy paste values ;)**

You can also check this [guide](https://paper-chan.moe/paper-optimization/) which goes way more in depth of what each option does and how each one may affect your server.

***

### What to avoid:[​](https://docs.godlike.host/en/optimization#what-to-avoid)

Plugins that promise to fix your lag often end op doing the opposite, stay away from plugins like Clearlagg! - Plugins like these will promise to do things like removing entities. This will in fact help with lag, for a short bit. But your server will immediately try to spawn more entities again, which just results in more lag!

What you should do instead, is change your server options and just lower the max entities allowed.

An analogy `by Craftboy`:

> Lets say IRL you are tasked with keeping 50 trees (pretend these are your entities in game) in your yard, but some guy (clearlagg) comes around every 5 minutes and chops them all down. its your job to make sure there's always 50 trees there at a MINIMUM. so you have to go plant more. then mr clearlagg comes along 5 minutes later and chops them down again. (rinse and repeat)
>
> Same could be said about any mob stacking plugins. imagine you have to keep 50 trees in your land, but some other guy (mob stacker) deletes 49 of them and puts a sign on that 1 remaining that says "x50". theres really only 1 tree there, and you still have to keep a MINIMUM of 50, so you plant 49 more.


---

# 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://know.endercloud.in/faq-minecraft/how-to-optimize-paper-minecraft-server.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.
