For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated