Ally
Module: Relations
Description
Invite a faction to ally
Usage
For Player 👤
/factions ally <targetFaction>
Parameters
For Player 👤
View Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| targetFaction | FactionSnapshot | Yes | The faction you want to ally with |
Permissions
🔒 Permission Required: factions.commands.ally
Responses
| Response Code | Description |
|---|---|
allyInviteSuccess | {prefix} <green>You've successfully invited the faction to ally</green> |
notInFaction | {prefix} <red>Error: You're not in a faction</red> |
noPermission | {prefix} <red>Error: You don't have the required permission</red> |
cantAllyYourself | {prefix} <red>Error: You can't ally yourself</red> |
alreadyAllied | {prefix} <red>Error: Your faction is already allied with this faction</red> |
alreadyEnemy | {prefix} <red>Error: Your faction is already an enemy of this faction</red> |
alreadyInvited | {prefix} <red>Error: Your faction has already invited this faction</red> |
missingRequiredArgument | {prefix} <red>Error: Missing required argument</red> |