> For the complete documentation index, see [llms.txt](https://wiki.craftyourtown.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.craftyourtown.com/how-to-play/content/marriage.md).

# Marriage

<figure><img src="/files/v9ibk7vOetCHPatsUlE8" alt=""><figcaption><p>/warp Church</p></figcaption></figure>

## What is marriage?

Marriage is a purely ceremonial in-game event triggered by players in our church or in their own building.

### How do you get married?

To get married, you need two players and a Priest (all must be within 20 blocks of each other). The priest should then run `/marry <player1> <player2>` and then needs to select the positions where player1 and player2 will stand by typing `/marry init pos1` and `/marry init pos2` . The Priest will then be instructed to repeat a short script and the players to marry will have to say 'I do' or 'I do not' when prompted.

### How do you become a Priest?

To become a Priest, you need to be an Obsidian (Towny) or Dolphin (SMP) rank member. You can then head to `/warp church` and speak to the Priest on the left to be sworn in.

## Perks & Commands

### Priest Commands

`/marry <player1> <player2>` - Initiate a marriage

`/marry init pos1` - Sets the position for player1 to stand during a marriage

`/marry init pos2` - Sets the position for player2 to stand during a marriage

### Married Player Commands & Perks

`/marry vault` - Opens shared player vault

`/marry divorce` - Divorce your spouse

`/marry tp` - Teleport to your spouse (no confirmations needed)

`/marry gift` - Gift the item in your hand to your spouse

`/marry carry` - Carry your spouse ontop of you

Kissing - Sneak and right-click your spouse to kiss

Regeneration 1 when in 10 block radius of each other


---

# 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.craftyourtown.com/how-to-play/content/marriage.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.
