Admin claim
Module: Base
Description
Claim a chunk
Usage
For Player 👤
/factions admin claim <faction>
For Console 🖥️
/factions admin claim <faction> <world> <blockX> <blockZ>
Parameters
For Player 👤
View Parameters
Parameter | Type | Required | Description |
---|---|---|---|
faction | Faction | Yes | The faction you want to claim the chunk for |
For Console 🖥️
View Parameters
Parameter | Type | Required | Description |
---|---|---|---|
faction | Faction | Yes | The faction you want to claim the chunk for |
world | World | Yes | The world you want to claim the chunk for |
blockX | Int | Yes | The X coordinate of the block you want to claim |
blockZ | Int | Yes | The Z coordinate of the block you want to claim |
Permissions
🔒 Permission Required: factions.commands.admin.claim
Responses
Response Code | Description |
---|---|
factionClaimed | {prefix} <green>You've successfully claimed the chunk</green> |
claimError | {prefix} <red>Error: You can't claim this chunk</red> |
factionNotFound | {prefix} <red>Error: The faction doesn't exist</red> |
noPermission | {prefix} <red>Error: You don't have the required permission</red> |
missingRequiredArgument | {prefix} <red>Error: Missing required argument</red> |