Admin unclaim
Module: Base
Description
Unclaim a chunk
Usage
For Player 👤
/factions admin unclaim <faction>
For Console 🖥️
/factions admin unclaim <faction> <world> <blockX> <blockZ>
Parameters
For Player 👤
View Parameters
Parameter | Type | Required | Description |
---|---|---|---|
faction | Faction | Yes | The faction you want to unclaim the chunk for |
For Console 🖥️
View Parameters
Parameter | Type | Required | Description |
---|---|---|---|
faction | Faction | Yes | The faction you want to unclaim the chunk for |
world | World | Yes | The world you want to unclaim the chunk for |
blockX | Int | Yes | The X coordinate of the block you want to unclaim |
blockZ | Int | Yes | The Z coordinate of the block you want to unclaim |
Permissions
🔒 Permission Required: factions.commands.admin.unclaim
Responses
Response Code | Description |
---|---|
factionUnclaimed | {prefix} <green>You've successfully unclaimed the chunk</green> |
unclaimError | {prefix} <red>Error: You can't unclaim 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> |