# WildStacker

- [Overview](https://wiki.bg-software.com/wildstacker/overview.md): WildStacker is suitable for servers with a lot of entities and drops which want to reduce the server-lag that they cause without changing the game experience.
- [Commands and Permissions](https://wiki.bg-software.com/wildstacker/overview/commands-and-permissions.md): The plugin provides a few commands that can be used by your players.
- [Items Stacker](https://wiki.bg-software.com/wildstacker/overview/items-stacker.md): The plugin can stack similar items together and reduce the amount of items in your world and the lag caused by those items.
- [Entities Stacker](https://wiki.bg-software.com/wildstacker/overview/entities-stacker.md): The plugin can stack similar entities together and reduce the amount of entities in your world and the lag caused by these entities.
- [Loot Tables](https://wiki.bg-software.com/wildstacker/overview/entities-stacker/loot-tables.md): Loot tables are used to store all the loot data of entities. Using this system, the plugin can calculate drops for large amount of mobs.
- [Linked Entities](https://wiki.bg-software.com/wildstacker/overview/entities-stacker/linked-entities.md): Linked entities is a feature for optimizing lookups of nearby entities when entities spawn by spawners.
- [Spawners Stacker](https://wiki.bg-software.com/wildstacker/overview/spawners-stacker.md): The plugin can stack similar spawners together and reduce the amount of spawners in your world and the lag caused by these entities.
- [Spawners Override](https://wiki.bg-software.com/wildstacker/overview/spawners-stacker/spawners-override.md): The plugin has a feature to override spawners behavior. When enabled, the plugin will override the spawning mechanism of spawners and will add optimizations to the spawning mechanism of the game.
- [Spawn Conditions](https://wiki.bg-software.com/wildstacker/overview/spawners-stacker/spawners-override/spawn-conditions.md)
- [Spawner Upgrades](https://wiki.bg-software.com/wildstacker/overview/spawners-stacker/spawner-upgrades.md)
- [Blocks Stacker](https://wiki.bg-software.com/wildstacker/overview/blocks-stacker.md): The plugin can stack similar blocks together in form of "barrels". This is helpful mainly on Skyblock servers where players want as many valuable blocks on their island as possible.


---

# 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.bg-software.com/wildstacker.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.
