MuteBefehl Wiki

Team Claims

Wand-based land claims owned by teams, with per-claim environment flags.

Team Claims let a team protect land. Land is owned by the team, not by one player, so everyone in the team can build there while outsiders cannot. Claims are part of the team (clan) system, so a player first needs a team before they can claim.

Two layers of protection work together:

  1. Core protection (always on). Inside a claim, players who are not in the owning team cannot break or place blocks, use buttons/doors, or open containers. This needs no configuration.
  2. Environment flags (toggleable). On top of that, 8 flags fine-tune what the world itself may do inside the claim - PvP, mob spawning, explosions, and so on.

How claiming works

  1. /team wand gives you the claim wand.
  2. Left-click one corner and right-click the opposite corner to mark a rectangular area.
  3. /team claim saves the selection as a claim, as long as it fits your team's size and count limits.
  4. /team unclaim removes the claim you are standing in.

Claims are free; they are bounded by the limits below rather than a price.

Environment flags

Flags are toggled in the team GUI by the leader or officers. Each flag controls one kind of world behaviour inside the claim:

FlagDefaultWhen enabled
PvPOffPlayers can damage each other inside the claim
Mob spawningOnHostile and passive mobs spawn naturally
ExplosionsOffTNT and creeper blasts may damage the terrain
Fire spreadOffFire can spread from block to block
Leaf decayOnLeaves decay when the tree is cut
Animal damageOnAnimals and armor stands can be damaged
EnderpearlOffPlayers may enderpearl into the claim
PistonOffPistons may push/pull blocks across the claim border

Outside any claim (wilderness) everything uses vanilla behaviour.

Roles

RoleClaim powers
LeaderClaim, unclaim, trust/untrust, toggle flags
OfficerClaim, unclaim, trust/untrust
MemberBuild inside the team's claims; cannot manage them

/team trust lets a non-member build inside your claims; /team untrust revokes it.

Configuration

Claims are enabled together with the team system:

ClanSystem:
  Enabled: true
  MaxClaimWidth: 100
  MaxClaimDepth: 100
  MaxClaimHeight: 256
  MaxClaimVolume: 200000
  MaxClaims: 3
KeyDescription
EnabledTurns the whole team/claim system on or off.
MaxClaimWidth / MaxClaimDepthLargest horizontal size of a single claim (in blocks).
MaxClaimHeightVertical extent of a claim.
MaxClaimVolumeHard cap on total blocks in one claim, regardless of shape.
MaxClaimsHow many separate claims one team may hold.

Permissions

NodeGrants
muteessentials.clanUse the team and claim system (default: everyone)
muteessentials.claim.bypassBuild, break and interact inside any claim, ignoring protection
  • /team for the full command list

On this page