Rank assign
Module: Base
Description
Assign a rank to a player
Usage
For Player 👤
/factions rank assign <target> <rank>
Parameters
For Player 👤
View Parameters
Parameter | Type | Required | Description |
---|---|---|---|
target | OfflinePlayer | Yes | The player you want to assign the rank to |
rank | FactionRank | Yes | The rank you want to assign |
Permissions
🔒 Permission Required: factions.commands.rank.assign
Responses
Response Code | Description |
---|---|
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> |