Skip to main content

Rank assign

Module: Base

Description

Assign a rank to a player

Usage

For Player 👤

/factions rank assign <target> <rank>

Parameters

For Player 👤

View Parameters
ParameterTypeRequiredDescription
targetOfflinePlayerYesThe player you want to assign the rank to
rankFactionRankYesThe rank you want to assign

Permissions

🔒 Permission Required: factions.commands.rank.assign

Responses

Response CodeDescription
rankAssigned{prefix} <green>You've successfully assigned the rank</green>
notInFaction{prefix} <red>Error: You're not in a faction</red>
notInSameFaction{prefix} <red>Error: The player is not in the same faction</red>
noPermission{prefix} <red>Error: You don't have the required permission</red>
missingRequiredArgument{prefix} <red>Error: Missing required argument</red>