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.ymlfiles ingenerators/, case-insensitive).tier— optional, defaults to 1. Must not exceed that type'smax-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