Skip to main content

JoinMode

Module: Base

Description​

Change the join mode of your faction

Usage​

For Player 👤​

/factions joinMode <joinType>

For Console 🖥️​

/factions joinMode <target> <joinType>

Parameters​

For Player 👤​

View Parameters
ParameterTypeRequiredDescription
joinTypeFactionJoinTypeYesThe join type you want to set

For Console 🖥️​

View Parameters
ParameterTypeRequiredDescription
targetOfflinePlayerYesThe player whose faction join mode will be changed
joinTypeFactionJoinTypeYesThe join type you want to set

Permissions​

🔒 Permission Required: factions.commands.joinmode

Responses​

Response CodeDescription
joinModeChanged{prefix} <green>You've successfully changed the join mode</green>
invalidJoinType{prefix} <red>Error: The provided join type is invalid</red>
notInFaction{prefix} <red>Error: You're not in a faction</red>
noPermission{prefix} <red>Error: You don't have the required permission</red>
missingRequiredArgument{prefix} <red>Error: Missing required argument</red>