> For the complete documentation index, see [llms.txt](https://wiki.halosdev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.halosdev.com/halos-staff/commands-permissions.md).

# Commands/Permissions

<table><thead><tr><th width="342.3333333333333">Command</th><th width="198">Permission</th><th>Description</th></tr></thead><tbody><tr><td>/cps</td><td>halosstaff.cps</td><td>Ability to run CPS command.</td></tr><tr><td>/login</td><td>halosstaff.login</td><td>Get targeted by login feature.</td></tr><tr><td>/register</td><td></td><td></td></tr><tr><td>/freeze</td><td>halosstaff.freeze</td><td>gives access to freeze a player</td></tr><tr><td>/frozen</td><td>halosstaff.frozen</td><td>gives access to view the frozen state of a player.</td></tr><tr><td>/vanish</td><td>halosstaff.vanish</td><td>Ability to toggle player's vanish.</td></tr><tr><td>/helpme</td><td>halosstaff.helpme</td><td>Gives ability to run /helpme.</td></tr><tr><td>/report</td><td>halosstaff.report</td><td>Ability to report other players.</td></tr><tr><td>/reports</td><td>alosstaff.report.menu</td><td>Open the reports menu.</td></tr><tr><td>/punish</td><td>halosstaff.punishgui.open</td><td>Ability to open punish gui.</td></tr><tr><td>/inspect</td><td>halosstaff.inspect</td><td>Ability to inspect a player.</td></tr><tr><td>/invbackup</td><td>halosstaff.inventorybackup.gui</td><td>View backup invs of a player, this does not give him permission to backup now or rollback.</td></tr><tr><td>/staffmode</td><td>halosstaff.staffmode</td><td>Gives ability to turn on staff mode.</td></tr><tr><td>/vanishother</td><td>halosstaff.vanish.other</td><td>Ability to toggle other player's vanish.</td></tr><tr><td>/staffchat</td><td>halosstaff.staffchat.server</td><td>Ability to send/receive current server's staffchat messages.</td></tr><tr><td>/usc</td><td>halosstaff.staffchat.universal</td><td>Ability to send/receive universal staffchat messages.</td></tr><tr><td>/hs login</td><td>halosstaff.login.admin</td><td>Access to admin commands for login.</td></tr><tr><td>/hs login register</td><td>halosstaff.login.admin.register</td><td>Access to /hs login register.</td></tr><tr><td>/hs login login</td><td>halosstaff.login.admin.login</td><td>Access to /hs login login.</td></tr><tr><td>/hs login unregister</td><td>halosstaff.login.admin.unregister</td><td>Access to /hs login unregister.</td></tr><tr><td>/hs login unregister all</td><td>halosstaff.login.admin.unregisterall</td><td>Access to /hs login unregister all.</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://wiki.halosdev.com/halos-staff/commands-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.
