# TwoCubeCore Plugin

- [Installation Guide](https://docs.twocube.in/plugins/twocubecore-plugin/installation-guide.md): Learn how to set up the TwoCube SurvivalRPG Server Setup with ease!
- [Commands](https://docs.twocube.in/plugins/twocubecore-plugin/commands.md): Its Not All Commands its Basic Commands
- [Database Setup](https://docs.twocube.in/plugins/twocubecore-plugin/database-setup.md): Configured in database.yml. Default is SQLite no setup required.
- [Scoreboard Setup](https://docs.twocube.in/plugins/twocubecore-plugin/scoreboard-setup.md): Per-player sidebar scoreboard updated every 2 seconds. Sends NMS packets directly works on both Paper and Folia without the Bukkit Scoreboard API.
- [Clearlag Config](https://docs.twocube.in/plugins/twocubecore-plugin/clearlag-config.md): Clears entities on a timer to reduce server lag. Broadcasts warnings before each clear.
- [Regions (Spawn Protection)](https://docs.twocube.in/plugins/twocubecore-plugin/regions-spawn-protection.md): Define a protected spawn region using the in-game wand tool (/twocubecore wand)
- [Misc Features](https://docs.twocube.in/plugins/twocubecore-plugin/misc-features.md)
- [Permissions](https://docs.twocube.in/plugins/twocubecore-plugin/permissions.md)
- [TwoCubeCore Placeholders](https://docs.twocube.in/plugins/twocubecore-plugin/twocubecore-placeholders.md): Requires PlaceholderAPI installed. Format: %twocubecore\_identifier%
- [Developer API](https://docs.twocube.in/plugins/twocubecore-plugin/developer-api.md): TwoCubeCore registers a public economy service so other plugins can interact with player balances without depending on internals.


---

# 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://docs.twocube.in/plugins/twocubecore-plugin.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.
