# Extra Information

<details>

<summary>Arena Create Commands</summary>

Arenas are the PvP environments used in StrikePractice for matches, duels, and training modes. You can create new arenas to match your server’s theme and gameplay experience.

To create a new arena, use the StrikePractice arena creation command. This lets you define the arena name, select the region, and set important properties such as spawn points. After running the command, follow the setup process in-game to complete the arena configuration.

<mark style="color:$primary;">**Commands:**</mark>

* `/arena create arenaname`  To create a new arena \[You must set the pos1, pos2, and the center.]
* `/arena pos1 arenaname` To set the first spawn position at your current position. \[Duels]
* `/arena pos2 arenaname` to set the center position at your current position. \[Duels]
* `/arena center arenaname` to set the center position at your current position. \[Both]
* `/arena build arenaname` To toggle the build mode. Build kits will only go to build arenas and non-build kits will only go to non-build arenas by default \[Both]
* `/arena corner1 arenaname` To set the first corner at your current position \[both]
* &#x20;`/arena corner2 arenaname`  To set the second corner at your current position \[both]
* `/arena ffa arenaname` For FFA Enable \[FFA]
* `/battlekit build <kit name>` to toggle whether the kit is a build kit.

<mark style="color:green;">**Plugins used for this feature:**</mark>

* [StrikePractice](https://www.spigotmc.org/resources/strikepractice-%E2%80%93-1v1-2v2-bots-fights-pvp-events-parties-build-fights-and-more.46906/)

</details>

<details>

<summary>FFA Setup Commands</summary>

Create a normal arena (follow the arena creation tutorial)

<mark style="color:$primary;">**Commands:**</mark>

* /arena kits to specify the kit.
* `/arena ffa`. The arena will no longer be used for other fights.
* Restart the server and use `/arenaname` to join the arena.

{% hint style="info" %} <mark style="color:yellow;">Note the command is not actually a real command.</mark>
{% endhint %}

<mark style="color:green;">**Plugins used for this feature:**</mark>

* [StrikePractice](https://www.spigotmc.org/resources/strikepractice-%E2%80%93-1v1-2v2-bots-fights-pvp-events-parties-build-fights-and-more.46906/)

</details>

<details>

<summary>Kit Creation Commands</summary>

Create a normal kit (follow the kit creation tutorial)

<mark style="color:$primary;">**Commands:**</mark>

* `/battlekit create` to create a new kit. If possible, the system will automatically create a kit with inventory and armor based on the kit's name.
* `/battlekit setinv`  to set the inventory, armor and potion effects.
* `/battlekit seticon` to set the kit’s icon. Hold the item in your hand
* `/battlekit build`  to toggle whether the kit is a build kit.

<mark style="color:green;">**Plugins used for this feature:**</mark>

* [StrikePractice](https://www.spigotmc.org/resources/strikepractice-%E2%80%93-1v1-2v2-bots-fights-pvp-events-parties-build-fights-and-more.46906/)

</details>


---

# 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/server-setups/strikepractice-setup/extra-information.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.
