# 📜 Commands & Permissions

Manage your generators with ease using the built-in command system. Most administrative tasks can be handled directly in-game.

***

#### 🛡️ Admin Commands

The main command for the plugin is `/vortexgens`, with several aliases: `/gens`, `/vg`, `/vgens`.

| Command                                 | Description                                     | Permission         |
| --------------------------------------- | ----------------------------------------------- | ------------------ |
| `/gens reload`                          | Reloads all configuration files and generators. | `vortexgens.admin` |
| `/gens give <player> <gen> [amt] [lvl]` | Gives a specific generator item to a player.    | `vortexgens.admin` |

#### 🔑 Permission Nodes Summary

| Permission                 | Description                                                                    | Type   |
| -------------------------- | ------------------------------------------------------------------------------ | ------ |
| `vortexgens.admin`         | Full access to all VortexGens commands and features.                           | Admin  |
| `vortexgens.limit.<group>` | Automatically assigned based on LuckPerms groups (configured in `config.yml`). | Player |


---

# 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.vortexdevelopment.net/projects/vortexgens/commands-and-permissions.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.
