🕶 Ranks and Permissions

About

In ExcellentClaims you can define custom ranks (roles) for claim/region members.

Claim members with specific permissions can promote and demote other claim members.

Priority

Every rank has a Priority setting.

Rank with the lowest priority always used as "default" one for new claim members.

Rank with the highest priority always used as "owner" one for claim owners. It should have all claim permissions!

Ranks

By default there 4 ranks:

  • Member - Building, Block Interactions

  • Trusted - As member + Entity Interactions, Containers access

  • Officer - As trusted + add/remove members.

  • Owner - Access to everything.

You can add custom ranks or edit default ones in config.yml -> MemberRanks.

Rank Permissions

Each rank has a list of claim permissions. Those permissions defines what member of that rank can do inside a claim/region.

Permission
Description

ALL

Gives access to all permissions in this table.

BUILDING

Allows to build/break blocks inside a claim.

Has no effect if building is allowed by flags.

CONTAINERS

Allows to open chests and other containers. Has no effect if chest access is allowed by flags.

BLOCK_INTERACT

Allows to interact with blocks, such as workbench, furnace, etc. Has no effect if block interact is allowed by flags.

ENTITY_INTERACT

Allows to interact with entities, such as trade with villagers. Has no effect is entity interact is allowed by flags.

MANAGE_CLAIM

Allows to open claim/region GUI. Does not provides any extra access.

MANAGE_FLAGS

Allows to open claim/region flags GUI.

VIEW_MEMBERS

Allows to open claim/region members GUI.

MANAGE_MEMBERS

Allows to open GUI of a claim/region member.

ADD_MEMBERS

Allows to add members to a claim/region.

REMOVE_MEMBERS

Allows to kick members from a claim/region.

PROMOTE_MEMBERS

Allows to promote members in a claim/region.

DEMOTE_MEMBERS

Allows to demote members in a claim/region.

MERGE_CLAIM

Allows to merge claim into other. Member must have this permission in both claims to do that.

SEPARATE_CLAIM

Allows to separate claim's chunks.

RENAME_CLAIM

Allows to rename claim/region.

SET_CLAIM_DESCRIPTION

Allows to set description of a claim/region.

SET_CLAIM_SPAWN

Allows to set spawn location for a claim/region.

SET_CLAIM_ICON

Allows to change icon of a claim/region.

SET_CLAIM_PRIORITY

TRANSFER_CLAIM

Allows to transfer ownership of a claim/region.

REMOVE_CLAIM

Allows to remove a claim/region.

TELEPORT

Allows to teleport to a claim/region spawn location.

Last updated