Skip to content

Commands

goflishMC edited this page Jun 30, 2025 · 4 revisions

Commands

Genesis provides a simple and powerful set of commands for opening shops, managing menus, and debugging shop items.

✅ All commands use the /shop or /genesis prefix. There are no BossShop commands.


🔧 Admin & Player Commands

Command Description
/shop Opens the main shop defined by MainShop in config.yml.
/shop <shop> [input] Opens the specified shop. Optionally includes input for ForceInput fields.
/shop open <shop> <player> [input] Opens a shop for another player. Useful for automation or menus triggered remotely.
/shop close <player> Closes the open shop for the specified player.
/shop reload Reloads all Genesis configuration files, shops, language files, and installed addons.
/shop read Prints a structured representation of the item in your hand. Useful when creating shop item definitions.
/shop simulate <player> <shop> <shopitem> Simulates the player clicking the specified shop item. Useful for testing or command triggers.

📋 Aliases

  • /shop
  • /genesis

Both commands are functionally identical. Use whichever suits your server's command structure.

Clone this wiki locally