Members

Adding & Removing Members

Members of a claim are subject to the Members default values defined in config.yml (see Claim Settings). Each command accepts a claim name or * for every claim of yours.

CommandDescription
/claim add [<*|claim-name>] <player>Add a player as member.
/claim remove [<*|claim-name>] <player>Remove a member.
/claim members [<claim-name>]Open the members GUI of a claim.

Bans & Kicks

CommandDescription
/claim ban [<*|claim-name>] <player>Ban a player from your claim. Banned players cannot enter or interact with the claim.
/claim unban [<*|claim-name>] <player>Unban a player.
/claim bans [<claim-name>]Open the bans GUI of a claim.
/claim kick [<*|claim-name>] <player>Physically remove a player currently inside your claim.

Ownership Transfer

/claim owner [<*|claim-name>] <player>

Transfers the ownership of one or all of your claims to the named player. The new owner gains full control over the claim's settings, members and chunks.

Invitations

The invitation system can be turned on in config.yml:

claim-invitations-system: false
claim-invitation-expiration-delay: 120

When enabled, /claim add sends an invitation that the target player must accept before becoming a member. The expiration delay is expressed in seconds.

CommandDescription
/claim accept <player>Accept an invitation sent by the named player.
/claim deny <player>Reject an invitation.
/claim cancelinv <player>Cancel an invitation you previously sent.

Claim Chat

/claim chat

Toggles your chat mode between public chat and claim chat. While in claim chat, your messages are only sent to the members of the claim you are standing in.