Command: alts - teakivy/teaks-tweaks GitHub Wiki
/alts
is the base command for the Spectator Alts pack.
This command will only be active when it's parent pack is enabled.
/alts <add | remove | list> [alt] [player]
This is a player-only command
- Used to add an alt to a player. If no player is specified, it will add the alt to the player who executed the command.
- Used to remove an alt from a player. If no player is specified, it will remove the alt from the player who executed the command.
- Used to list all alts of a player. If no player is specified, it will list the alts of the player who executed the command.
teakstweaks.command.alts
- Default -
true
- Description - Controls whether the player can use the
/alts
command.
teakstweaks.command.alts.manage
- Default -
true
- Description - Controls whether the player can use the
/alts
command to manage other player's alt accounts.
"alts.command_description": "Manage spectator alt accounts.",
"alts.error.no_permission_list_others": "<red>You do not have permission to see other's alts!",
"alts.error.no_permission_modify_others": "<red>You do not have permission to modify other's alts!",
"alts.error.no_alts": "<red><player> does not have any alts!",
"alts.error.max_alts": "<red>You cannot add any more alts!",
"alts.error.self": "<red>You cannot add yourself as an alt!",
"alts.error.whitelisted": "<red>You cannot add a whitelisted player as an alt!",
"alts.error.already_alt": "<red><alt> is already an alt!",
"alts.error.not_alt": "<red><alt> is not an alt!",
"alts.list_alts": "<gold><player><yellow>'s alts:",
"alts.listed_alt": "<gray> - <yellow><alt>",
"alts.added_alt": "<green><alt> is now <player>'s alt!",
"alts.removed_alt": "<green><alt> is no longer <player>'s alt!",
- Default -
Manage spectator alt accounts.
- Default -
<red>You do not have permission to see other's alts!
- Default -
<red>You do not have permission to modify other's alts!
- Default -
<red><player> does not have any alts!
- Placeholders
-
player
- The target player.
-
- Default -
<red>You cannot add any more alts!
- Default -
<red>You cannot add yourself as an alt!
- Default -
<red>You cannot add a whitelisted player as an alt!
- Default -
<red><alt> is already an alt!
- Placeholders
-
alt
- The target player.
-
- Default -
<red><alt> is not an alt!
- Placeholders
-
alt
- The target player.
-
- Default -
<gold><player><yellow>'s alts:
- Placeholders
-
player
- The target player.
-
- Default -
<gray> - <yellow><alt>
- Placeholders
-
alt
- The alt account.
-
- Default -
<green><alt> is now <player>'s alt!
- Placeholders
-
alt
- The alt account. -
player
- The target player.
-
- Default -
<green><alt> is no longer <player>'s alt!
- Placeholders
-
alt
- The alt account. -
player
- The target player.
-