> For the complete documentation index, see [llms.txt](https://docs.mantic.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mantic.dev/mantic-generators/commands.md).

# Commands

Mantic Development's Generator Minecraft Plugin

## Commands

### `/generators`

Alias: `/generatorlist`

Opens the paginated "Your Generators" GUI listing every generator the player owns, with Collect All / Remove All controls. Player-only (cannot be run from console).

### `/generator give [player] [type] <tier> <amount>`

Alias: `/generators` (shared root)

Gives a generator item to a player.

* `player` — the target player.
* `type` — the generator type key (must match one of the configured `.yml` files in `generators/`, case-insensitive).
* `tier` — optional, defaults to 1. Must not exceed that type's `max-tier`.
* `amount` — optional, defaults to 1.

Requires `generators.generator.give`.

### `/generator reload`

Reloads all configuration files (config, messages, generator types, menus) without restarting the server, and reports the reload time in milliseconds.

Requires `generators.reload`.
