Skip to main content

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
ParameterTypeRequiredDescription
factionFactionSnapshotYesThe faction you want to unclaim the chunk for

For Console 🖥️​

View Parameters
ParameterTypeRequiredDescription
factionFactionSnapshotYesThe faction you want to unclaim the chunk for
worldWorldYesThe world you want to unclaim the chunk for
blockXIntYesThe X coordinate of the block you want to unclaim
blockZIntYesThe Z coordinate of the block you want to unclaim

Permissions​

🔒 Permission Required: factions.commands.admin.unclaim

Responses​

Response CodeDescription
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>