# Commands & permissions

## Commands

<table><thead><tr><th width="200">Command</th><th width="245.33333333333331">Permission</th><th>Description</th></tr></thead><tbody><tr><td>/gensplus help</td><td>none</td><td>Display basic plugin info</td></tr><tr><td>/gensplus reload</td><td>gensplus.admin.reload</td><td>Reloads plugin config.</td></tr><tr><td>/gensplus give &#x3C;player> &#x3C;tier> [amount]</td><td>gensplus.admin.give</td><td>Gives a generator to a player</td></tr><tr><td>/gensplus giveall &#x3C;tier> [amount]</td><td>gensplus.admin.give.all</td><td>Give a generator to all players</td></tr><tr><td>/gensplus setlimit &#x3C;player> &#x3C;limit></td><td>gensplus.admin.setlimit</td><td>Sets the limit of generators for a player.</td></tr><tr><td>/gensplus wand sell &#x3C;player> &#x3C;uses> &#x3C;multiplier></td><td>gensplus.admin.givewand</td><td>Gives a sell wand to a player.</td></tr><tr><td>/generators</td><td>gensplus.generator.open</td><td>Opens generators shop GUI</td></tr><tr><td>/selldrops hand</td><td>gensplus.drop.sell.hand</td><td>Sells all generator drops from the player's hand</td></tr><tr><td>/selldrops all</td><td>gensplus.drop.sell.all</td><td>Sells all generator drops from player's inventory</td></tr><tr><td>/gensplus list</td><td>gensplus.admin</td><td>Opens a list of all generators per player with options to remove them</td></tr><tr><td></td><td>gensplus.sell.multiplier.&#x3C;amount></td><td>Specifies a custom multiplier for selling drops</td></tr><tr><td></td><td>gensplus.limit.&#x3C;amount></td><td>If enabled in config, limits how many gens one player can place</td></tr><tr><td></td><td>gensplus.chunkradius.&#x3C;radius></td><td>If enabled in chunk-radius.use-permissions, defines, by permission, the radius (in chunks) from the generator that player needs to be in in order for the generator to be active. 0 means that it is only active if the player is in the same chunk as the generator. If the player has multiple radius permissions, the highest one is taken.</td></tr><tr><td></td><td>gensplus.admin</td><td>Bypasses all permission restrictions and gives a user access to all the commands</td></tr></tbody></table>


---

# 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://gensplus.thearcadia.xyz/overview/permissions-and-commands.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.
