Command: alts - teakivy/teaks-tweaks GitHub Wiki

Command: /alts

/alts is the base command for the Spectator Alts pack.

Parent Pack

spectator_alts

This command will only be active when it's parent pack is enabled.

Usage

/alts <add | remove | list> [alt] [player]

This is a player-only command

Sub Commands

/alts add <alt> [player]

  • 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.

/alts remove <alt> [player]

  • 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.

/alts list [player]

  • 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.

Permissions

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.

Messages

"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!",

alts.command_description

  • Default - Manage spectator alt accounts.

alts.error.no_permission_list_others

  • Default - <red>You do not have permission to see other's alts!

alts.error.no_permission_modify_others

  • Default - <red>You do not have permission to modify other's alts!

alts.error.no_alts

  • Default - <red><player> does not have any alts!
  • Placeholders
    • player - The target player.

alts.error.max_alts

  • Default - <red>You cannot add any more alts!

alts.error.self

  • Default - <red>You cannot add yourself as an alt!

alts.error.whitelisted

  • Default - <red>You cannot add a whitelisted player as an alt!

alts.error.already_alt

  • Default - <red><alt> is already an alt!
  • Placeholders
    • alt - The target player.

alts.error.not_alt

  • Default - <red><alt> is not an alt!
  • Placeholders
    • alt - The target player.

alts.list_alts

  • Default - <gold><player><yellow>'s alts:
  • Placeholders
    • player - The target player.

alts.listed_alt

  • Default - <gray> - <yellow><alt>
  • Placeholders
    • alt - The alt account.

alts.added_alt

  • Default - <green><alt> is now <player>'s alt!
  • Placeholders
    • alt - The alt account.
    • player - The target player.

alts.removed_alt

  • Default - <green><alt> is no longer <player>'s alt!
  • Placeholders
    • alt - The alt account.
    • player - The target player.
⚠️ **GitHub.com Fallback** ⚠️