# Permissions and commands

## Permissions

| Permissions                              | Fuctions                                    |
| ---------------------------------------- | ------------------------------------------- |
| maskycheckpoints.command.reload          | /mcp reload all                             |
| maskycheckpoints.command.tp              | /mcp tp \<checkpoint>                       |
| maskycheckpoints.tp.others.\<checkpoint> | /mcp tp \<checkpoint> (optional)\<player>   |
| maskycheckpoints.command.add             | /mcp add \<newcheckpoint>                   |
| maskycheckpoints.command.help            | /mcp help                                   |
| maskycheckpoints.command.lastcheckpoint  | /mcp lastcheckpoint \<player> \<checkpoint> |

## Commands

<table><thead><tr><th width="372">Commands</th><th>Fuctions</th></tr></thead><tbody><tr><td>/mcp reload all</td><td>reload plugin configs</td></tr><tr><td>/mcp tp &#x3C;checkpoint> (optional)&#x3C;player></td><td>Teleport player to checkpoint</td></tr><tr><td>/mcp add &#x3C;newcheckpoint></td><td>Create a new checkpoint in config</td></tr><tr><td>/mcp lastcheckpoint &#x3C;player> &#x3C;checkpoint></td><td>Set last checkpoint to player</td></tr><tr><td>/mcp help</td><td>Help message</td></tr></tbody></table>

{% hint style="info" %}
if you set `null` with the lastcheckpoint command, the plugin will stop affecting that player, use it in case you want to use another system.
{% endhint %}


---

# 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/masky-plugins/maskycheckpoints/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.
