Church & Priest Setup

Enhance your server's roleplay by configuring mandatory wedding areas and Priest requirements. This ensures weddings are special events rather than just a simple command.

Church Region Configuration

If you enable required-region in config.yml, players can only marry if both are inside a designated zone.

Steps to define the Church:

  1. Get the Wand: Run /marryadmin setchurch wand to receive the selection tool (Blaze Rod by default).

  2. Select Corners:

    • Left-Click: Set the first position (Position 1).

    • Right-Click: Set the second position (Position 2).

  3. Save the Region: Once both corners are selected, use /marryadmin setchurch save to register the area permanently.


NPC Priest Requirement

You can require a Priest to officiate the ceremony. Players must be near a specific NPC when using /marry accept.

How to configure NPCs:

  1. Enable the requirement: In config.yml, set required-priest: true.

  2. Add your Priests: In the priest-ids section of the config, add your NPC identifiers:

    • Citizens: Use the numeric NPC ID (e.g., 12).

    • FancyNpcs: Use the exact name of the NPC (e.g., "Father_John").

  3. Set the range: Adjust priest-range (default: 5.0 blocks) to determine how close the couple must be to the Priest for the marriage to be valid.

Last updated