> For the complete documentation index, see [llms.txt](https://groupmoro.gitbook.io/groupmoro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://groupmoro.gitbook.io/groupmoro/happyghastspeed/getting-started/commands-and-permissions.md).

# Commands & Permissions

<table data-full-width="true"><thead><tr><th width="312">Command</th><th width="370">Permission</th><th>Description</th></tr></thead><tbody><tr><td>-</td><td>smarthappyghast.riding.[profile]</td><td>Allows the player to set the speed</td></tr><tr><td>-</td><td>smarthappyghast.bypass.kick.dismount</td><td>Bypasses anti-kick control in case of lag</td></tr><tr><td>/ghast  /ghast help</td><td>-</td><td>View available commands based on permission</td></tr><tr><td>/ghast lock</td><td>smarthappyghast.lock</td><td>Command to lock a ghast</td></tr><tr><td>/ghast lock add [player]</td><td>smarthappyghast.lock</td><td>Command to add a player to the locked ghast</td></tr><tr><td>/ghast lock remove [player]</td><td>smarthappyghast.lock</td><td>Command to remove a player to the locked ghast</td></tr><tr><td>/ghast unlock</td><td>smarthappyghast.lock</td><td>Command to unlock the ghast</td></tr><tr><td>/ghast shop</td><td>smarthappyghast.shop<br>smarthappyghast.shop.ghast<br>smarthappyghast.shop.speed<br>smarthappyghast.shop.effect</td><td>Command to access the shop</td></tr><tr><td>/ghast info</td><td>smarthappyghast.lock</td><td>Command to display information about a ghast</td></tr><tr><td>/ghast name set [name]</td><td>smarthappyghast.setname</td><td>Command to set custom name to ghast</td></tr><tr><td>/ghast name remove</td><td>smarthappyghast.setname</td><td>Command to remove custom name to ghast</td></tr><tr><td>/ghast passengers</td><td>smarthappyghast.passengers</td><td>Command to View and manage ghast passengers</td></tr><tr><td>/ghast settings</td><td>smarthappyghast.admin</td><td>Command to change some plugin parameters (only admin)</td></tr><tr><td>/ghast reload</td><td>smarthappyghast.admin</td><td>Command to reload the plugin configuration</td></tr><tr><td>-</td><td>smarthappyghast.silence.set</td><td>Allows you to apply a "silent" tag via a name tag to the gast to make it mute</td></tr><tr><td>-</td><td>smarthappyghast.silence.remove</td><td>Allows you to remove the "silet" tag from the happy ghast</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://groupmoro.gitbook.io/groupmoro/happyghastspeed/getting-started/commands-and-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
