# Commands & Permissions

### Main command (/shopsystem)

This is the only command that cannot be modified in any way. The only thing you can edit is the translation of the messages in the language file.

Commands:

* /**shopsystem**
  * This command will show you whole help message for that command.
  * Permission: *shopsystem.command.help*
* **/shopsystem reload**
  * Reloads whole plugin configuration
  * Permission: *shopsystem.command.reload*
* **/shopsystem open \<menu> \[player]**
  * Open menu for you/specific player
  * Permission: *shopsystem.command.menu.open*
* **/shopsystem subscription give \<player> \<type> \[streak]**
  * Give subscription to specific player
  * Permission: *shopsystem.command.subscription.give*
* **/shopsystem subscription take \<player> \<type>**
  * Take subscription from specific player
  * Permission: *shopsystem.command.subscription.take*

Aliases:\
\- ss\
\- ssystem\
\- shop-system

### All other commands and permissions are editable in the configuration files!


---

# 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://gennarioplugins.gitbook.io/shopsystem/defaults/commands-and-permissions.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.
