# Commands/Permissions

<table><thead><tr><th width="293.3333333333333">Command</th><th width="267">Permission</th><th>Description</th></tr></thead><tbody><tr><td>/bounty set &#x3C;reward> &#x3C;player></td><td>bounty.set</td><td>Will allow players to set bountys.</td></tr><tr><td>/bounty &#x3C;player></td><td>bounty.remove</td><td>Will remove bountys from player.</td></tr><tr><td>/bountytop</td><td>halosbounty.bountytop</td><td>Will open the bounty top menu.</td></tr><tr><td>/huntertop</td><td>halosbounty.huntertop</td><td>Will open the hunter top menu.</td></tr><tr><td>/wantedtop</td><td>halosbounty.wantedtop</td><td>Will open the wanted top menu.</td></tr><tr><td>/hb setwanted &#x3C;wanted level> &#x3C;player> [notify player (true/false)]</td><td>halosbounty.admin.setwanted</td><td>Will allow admins to set wanted level.</td></tr><tr><td>/hb setbounty &#x3C;reward> &#x3C;player> [use default bounty maker (true/false)]</td><td>halosbounty.admin.setbounty</td><td>Allow admins to set bountys.</td></tr><tr><td>/hb removebounty &#x3C;player></td><td>halosbounty.admin.removebounty</td><td>Allow admins to remove bountys.</td></tr><tr><td>/hb reload &#x3C;player></td><td>halosbounty.admin.reload</td><td>Reload the plugin.</td></tr><tr><td>/hb pack</td><td>halosbounty.admin.pack</td><td>Pack all configs into a zip to send to developers if any issues happen.</td></tr><tr><td>/hb getItem &#x3C;item></td><td>halosbounty.admin.getitem</td><td>it will get the item.</td></tr></tbody></table>


---

# 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.halosdev.com/halos-bounty-hunter/commands-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.
