-
Notifications
You must be signed in to change notification settings - Fork 14
Commands
goflishMC edited this page Jun 30, 2025
·
4 revisions
Genesis provides a set of commands for interacting with shops, managing players, and controlling plugin functionality.
All commands use the /shop or /genesis prefix.
| Command | Description |
|---|---|
/shop |
Opens the main shop defined in config.yml under MainShop:. |
/shop <shop> [input] |
Opens a specific shop, optionally passing input for ForceInput fields. |
/shop help |
Displays a list of available commands and general plugin help. |
/shop open <shop> <player> [input] |
Opens the given shop for the specified player. |
/shop close <player> |
Closes the shop GUI for the specified player. |
/shop reload |
Reloads all Genesis files, including configs, shops, languages, and addons. |
/shop read |
Prints the formatted data of the item in your hand to chat for use in shop item configs. |
/shop simulate <player> <shop> <shopitem> |
Simulates a click on the specified shop item as if performed by the given player. |
Genesis supports the following interchangeable base commands:
/shop/genesis
You can use either prefix with any of the commands listed above.