> For the complete documentation index, see [llms.txt](https://intellectualsites.gitbook.io/plotsquared/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://intellectualsites.gitbook.io/plotsquared/getting-started/why-plotsquared.md).

# Why should you switch to PlotSquared?

## Support

* Works on SpigotMC and PaperMC server systems
* Support for Minecraft 1.13.2 to 1.21.x
* Works with offline-mode servers
* Is considered a world generator and is therefore supported by most world management tools, such as [MultiverseCore](https://www.spigotmc.org/resources/390)
* [Community Translations](https://intellectualsites.crowdin.com/plotsquared)
* [Translation Download](https://github.com/IntellectualSites/Translations/tree/main/PlotSquared)
* Fast [Discord](https://discord.gg/intellectualsites) support
* Very popular among players

## Speed

* Plots are cleared asynchronously and are therefore particularly high-performance
* Auto-plotting doesn't lag or crash the server
* Much faster chunk generation, plot moving, swapping, etc.
* Supports huge plot sizes (e.g. 1024x1024 of custom terrain)
* Works with hundreds of thousands of plots

## Reduce Lag

* Optional plot purging and old plot removal
* Optional dynamic world border and world chunk trimming
* Optional Redstone clock prevention
* Mass plot condensation
* Mob limiting

## Safety

* Distinction between different [membership tiers](/plotsquared/features/plot-membership-tiers.md)
* Per plot use / interact flags for different materials and some other restrictions via [plot flags](/plotsquared/features/plot-flags.md)
* Reliable [WorldEdit](https://dev.bukkit.org/projects/worldedit) / [FastAsyncWorldEdit](https://modrinth.com/plugin/fastasyncworldedit) restrictions
* Reliable [FastAsyncVoxelSniper](https://github.com/IntellectualSites/fastasyncvoxelsniper) restrictions also apply when using FAWE
* Chunk and WorldEdit processor to prevent lag, crashes and data corruption
* Many permissions
* Lots of redundancies. e.g. Backup your database with `/plot database`, or if you lose both, you can still recover based on plot sign information

## Looks

* Add amazing roads schematics and plot schematics to existing worlds
* All messages are customizable with [MiniMessage](https://docs.advntr.dev/minimessage/format.html) support
* Titles (entry notifications)
* Per plot time / weather / music and more via [plot flags](/plotsquared/features/plot-flags.md)

## Features

* Plot merging, moving and plot switching
* Extensive flag system (\~100+ flags)
* Plot clusters in normal worlds
* Augmented generation (e.g. Vanilla, Islands, TerrainControl)
* PlotSquared Web interface with plot info
* Plot components with percent composition control
* plot-chat, plot-rate, mark a plot as *done*
* And much more...

## Official plugins and plugin support

* Plot-Regions on Dynmap with [Plot2Dynmap](https://modrinth.com/plugin/plot2dynmap)
* Plot-Holograms as alternative to the plot-signs with [HoloPlots](https://modrinth.com/plugin/holoplots)
* Hide a specific plot with [PlotHider](https://modrinth.com/plugin/plothider)
* New Placeholders for [PlaceholderAPI](https://www.spigotmc.org/resources/6245)


---

# 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://intellectualsites.gitbook.io/plotsquared/getting-started/why-plotsquared.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.
