# Shop Shortcuts

You can add custom shortcut commands to quickly access your shops.

## Shop Command

By default, there is a `/shop [name]` command that opens a specific shop or the [Main GUI](/virtual/main-gui/) if no shop specified.

You can toggle and customize the command in the `settings.yml` under the `Shop_Shortcut` section:
```yaml
Shop_Shortcut:
  Enabled: true
  Commands: shop,myshop
```

## Custom Aliases

Each virtual shop can have its own unique custom commands to directly access the said shop.

You can setup shop aliases using the editor:

1. Open the editor: `/vshop editor`
2. Click the desired shop.
3. Click the **Command Aliases** button to add or remove shop aliases.
4. Reload the module: `/vshop reload`

!!!
Do not use `/` when adding custom aliases.
!!!

!!!warning
A server reboot may be required to properly apply the command changes.
!!!
