> For the complete documentation index, see [llms.txt](https://wiki.cobblemonislands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cobblemonislands.com/new-islanders-information/ci-game-commands/home-commands.md).

# Home Commands

<a href="/pages/xZjAjSODiJ0ApCOSiRK4" class="button primary">Back to Commands</a>&#x20;

***

## :house:Set Home Teleportation Point

`/sethome <name>`

Sets your home teleportation point. The block you are standing on becomes your spawn point when you use the command. This teleportation is private and exclusive to you.

***

## :arrow\_right\_hook:Teleport Home Command&#x20;

`/home <name of home>`

Experience immediate and seamless transportation to your home ensuring a hassle-free arrival at your personal sanctuary every time.&#x20;

***

## :x:Delete Home Command

`/delhome <name of home>`

This function eliminates the home that was set up earlier. It should be noted that this action is irreversible, and the home will not be recoverable once it is deleted. Prior to proceeding, ensure you have saved any crucial data associated with this home, as all information linked to it will be permanently removed. Use this option with caution to avoid accidental data loss.

***

## :gear:Edit Home Command&#x20;

`/edithome <name>`\
This section provides detailed information about the selected home, including specifications and features. You have the option to enrich the details by adding a personalized description. If you wish to make changes, you can permanently delete the home information or opt to rename it to better suit your preferences. With these capabilities, you can fully customize your home details according to your specific needs and priorities.

***

## :bookmark\_tabs:Home List Command

`/homelist` *or* `/homes`

The command provides a comprehensive list of all your current homes directly within the chat interface. This feature allows you to conveniently browse through each home created.

***

## :gear:Edit Permissions On Your Claim With Flan Menu

`/flan menu`

*Access a menu to grant special permissions to other players on your claim. Assign roles such as co-owner, builder, or visitor!*\
\
**By default claims prevent all destructive actions by other players. To change this behavior you can edit the permissions in a claim.**

First stand inside the claim you want to edit and type /flan menu. This will bring up the settings of the claim. Global permissions apply to **all** players.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfCoPXZvZ6lRax4MmO22Fx6ufi81p07rtQ1cESbaPNOJ7L-X_BQQYtozCht1s2aEDCkFzPS5LAJnnLSA7k-ltG603Dry2_PoYEs0Dn_RHQg1xOSg7mV-At4TwSfgMiKoaqdSKWDAA?key=x_5zf856lKKR_ujVKU6QJg" alt="" width="375"><figcaption><p>Flan Menu</p></figcaption></figure>

If you want to allow certain players to be able to do (or don't do) things you need to edit the group permissions.

Groups are a set of players with customized permissions. By default FLAN adds the two groups

* Co-Owner which allows nearly all permissions.
* Visitor which allows more non destructive permissions.

You can add more groups if needed.\
\
Left-Clicking on a group will bring up the menu listing all players in that group. You can add/remove players here.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeRIrdvSX99_2F2TkG4-fzYYNhXHpFajo3pbm7Zb5y8ZeJGue9NWOCGLZJit1lkCnKdTCQ4OOMWZ_cuQCj2iO-K7kxMwEOG05hKKQ8HMeN7YoCcw4K-wwBGN01qjhsSstJQ30XT6A?key=x_5zf856lKKR_ujVKU6QJg" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdsiRLC82bmtQWc8wHifHYuCsHemRHiULRwAA2qS2Tp_zhXAa9jcLsKiOZRSJ4EcGwm_YhZTS2l5IG4mm0g7keGkcJApKgQfa9nkFstcy0ZVKo3KO8c8R_pLAcrxCKexTl_omuyXw?key=x_5zf856lKKR_ujVKU6QJg" alt="" width="375"><figcaption></figcaption></figure>

Too add: Simply type their name into the text box and then **click the paper to confirm.**

<p align="center"><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXex9tNY2Jduyr-Vv9UYliP4Va7rq2gMD_vBpqOZcgxnFtkWPfLArlMYFJ9f_C8_418P9zlh2dvqLn02BLq6uDaLMXxe6AMFjK9QL4hm_bHCvezy8N6WLMuf0rVNHXoyLII6m1x3Mg?key=x_5zf856lKKR_ujVKU6QJg" alt=""></p>

Too remove: Simply toggle the remove mode to **"true"** then click their player head

<p align="center"><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdg-HtbpdrXYo5jKBzcS-Nof7WcymOPc_-GKiEkk_GoGUD7xEJFaVOPpt8Q8OnkR4ZAgGUn5FP5w9JQxN_Lwo1CZ4cTwpEP4m15XjXJRzn_OwK88luKiq99M5IEP57sO4d9Zn0M?key=x_5zf856lKKR_ujVKU6QJg" alt=""><br></p>


---

# 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.cobblemonislands.com/new-islanders-information/ci-game-commands/home-commands.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.
