# Commands & Permissions

Command information can also be seen with **/prisonpick help** or with the [Help GUI](broken://pages/-MVd4AbgyhgroeesCT3g).\
If a player does not send enough arguments for the subcommand that they used, they will be sent the help message for that command. \
Commands that directly affect a player using the command cannot be run by the console.

### Commands

| Command                                              | Function                                                                                                                                          | Console Can Use |
| ---------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- |
| /prisonpick                                          | Shows base message                                                                                                                                | true            |
| /prisonpick bypass                                   | Allows a player to be able to move a pickaxe in their inventory                                                                                   | **false**       |
| /prisonpick help                                     | More command information                                                                                                                          | true            |
| /prisonpick helpGui                                  | Opens a GUI that contains more command information                                                                                                | **false**       |
| /prisonpick reload                                   | Reloads all config files and settings                                                                                                             | true            |
| /prisonpick removePickaxe \[player]                  | Removes a pickaxe from a specified player                                                                                                         | true            |
| /prisonpick resetPlayer \[player]                    | Resets all of a player's enchantments and their blocks mined to 0                                                                                 | true            |
| /prisonpick setEnchant \[player] \[enchant] \[level] | Sets a player's level for a specific enchantment                                                                                                  | true            |
| /prisonpick syncData \[file/db] confirm              | Copies all player data from the given location to the other location. More info [here](/plugins/prisonpick/saving-data.md#the-sync-data-command). | true            |

### Permissions

All permissions are based on the format of **prisonpick.subCommand**. So for example, a valid permission would be **prisonpick.setenchant**. \
Without permission for a specific command, a player will not be able to use that command. Opped players will have permission for all commands.&#x20;


---

# 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://wiki.darrionatplugins.com/plugins/prisonpick/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.
