> For the complete documentation index, see [llms.txt](https://docs.ohalee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohalee.com/products/ultimateoneblock/command-and-permissions.md).

# Command & Permissions

<table><thead><tr><th width="150">Command</th><th width="136">Parameters</th><th width="253">Permission</th><th>Capabilities</th></tr></thead><tbody><tr><td>/is</td><td></td><td></td><td>Teleport to your island</td></tr><tr><td>/is fly</td><td></td><td>oneblock.fly</td><td>Toggle island fly</td></tr><tr><td>/is chat</td><td></td><td>oneblock.chat</td><td>Toggle chat</td></tr><tr><td>/is open</td><td></td><td>oneblock.open</td><td>Open to visitors</td></tr><tr><td>/is close</td><td></td><td>oneblock.close</td><td>Close to visitors</td></tr><tr><td>/is invite</td><td>&#x3C;player></td><td>oneblock.invite</td><td>Invite someone</td></tr><tr><td>/is join</td><td>&#x3C;player></td><td>oneblock.join</td><td>Join the island</td></tr><tr><td>/is promote</td><td>&#x3C;player></td><td>oneblock.promote</td><td>Promote player</td></tr><tr><td>/is demote</td><td>&#x3C;player></td><td>oneblock.demote</td><td>Demote player</td></tr><tr><td>/is kick</td><td>&#x3C;player></td><td>oneblock.kick</td><td>Kick player</td></tr><tr><td>/is ban</td><td>&#x3C;player></td><td>oneblock.ban</td><td>Ban player</td></tr><tr><td>/is unban</td><td>&#x3C;player></td><td>oneblock.unban</td><td>Unban player</td></tr><tr><td>/is phases</td><td></td><td>oneblock.phases</td><td>View Phases</td></tr><tr><td>/is settings</td><td></td><td>oneblock.settings</td><td>Open Island GUI</td></tr><tr><td>/is visit</td><td>&#x3C;player></td><td>oneblock.visit</td><td>Visit island</td></tr><tr><td>/is leave</td><td></td><td>oneblock.leave</td><td>Leave from island</td></tr><tr><td>/is reset</td><td></td><td>oneblock.reset</td><td>Island reset</td></tr><tr><td>/is info</td><td></td><td>oneblock.info</td><td>Island Info</td></tr><tr><td>/is generator</td><td></td><td>oneblock.generator</td><td>View Generators in Island</td></tr><tr><td>/is help</td><td></td><td></td><td>User Help command</td></tr><tr><td>/is reload</td><td></td><td>oneblock.reload</td><td>Reload all configs</td></tr><tr><td>/generator miner</td><td></td><td>oneblock.generator.miner</td><td>Give generator miner</td></tr><tr><td>/generator</td><td>&#x3C;generator></td><td>oneblock.generator.give oneblock.generator.give.other</td><td>Give generator</td></tr><tr><td>/oneblockborder add</td><td>&#x3C;player> &#x3C;size></td><td>oneblock.islandborder</td><td>Increase worldborder size</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://docs.ohalee.com/products/ultimateoneblock/command-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.
