# Permissions and commands

## Permissions

| Permissions     | Fuctions                                          |
| --------------- | ------------------------------------------------- |
|                 |                                                   |
|                 |                                                   |
|                 |                                                   |
| eliteshop.admin | aadds all of the above permissions and /es reload |

## Commands

<table><thead><tr><th width="372">Commands</th><th>Fuctions</th></tr></thead><tbody><tr><td>/es add &#x3C;name></td><td>To create a new shop</td></tr><tr><td>/es list</td><td>To see the all shops from player wolrds</td></tr><tr><td>/es merge yml</td><td>Merge all data from yml to mysql</td></tr><tr><td>/es reload</td><td>Reload plugin</td></tr><tr><td>/es remove &#x3C;name></td><td>To remove the shop</td></tr><tr><td>/es show</td><td>To show te limitation</td></tr><tr><td>/es tp &#x3C;name></td><td>To teleport to that shop</td></tr><tr><td>/es help</td><td>Help commands</td></tr><tr><td>/es items</td><td>To view the information of item commands</td></tr></tbody></table>

### Add shop

| Commands | Fuctions                   |
| -------- | -------------------------- |
| 0        | To display the shop border |
| 1        | To set de first location   |
| 2        | To set the second location |
| save     | Save new shop              |
| q        | Remove and do not save     |

### Items

| Commands                   | Fuctions                       |
| -------------------------- | ------------------------------ |
| /es items add \<name>      | Add an item to the shop        |
| /es items edit \<name>     | Edit an existing item          |
| /es items get \<name>      | Obtain an existing item        |
| /es items info \<shopname> | list of all items in the store |
| /es items list             | list of all items              |
| /es items remove \<name>   | To delete an item              |

### Items Add

| Commands | Fuctions                                           |
| -------- | -------------------------------------------------- |
| 0        | To add or remove a shop to the item                |
| 1        | To add or remove a permission                      |
| 2        | To add or remove a commands                        |
| 3        | To set the amount to be given                      |
| 4        | To set the title to be sent                        |
| 5        | To set the subtitle to be sent                     |
| 6        | To set the price                                   |
| 7        | To set the level                                   |
| 8        | To set the message-no-required                     |
| 9        | To set the custom-name (Used to set a displayname) |
| save     | To add or save the item                            |
| q        | Remove and do not save                             |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://plugins.elitefantasy.net/elite-plugins/eliteshop/permissions-and-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
