Command: workstationhighlight - teakivy/teaks-tweaks GitHub Wiki

Command: /workstationhighlight

/workstationhighlight is the base command for the Workstation Highlights pack.

Parent Pack

workstation_highlights

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

Usage

/workstationhighlight [any | profession] [radius]

This is a player-only command

Sub Commands

/workstationhighlight

  • Used to find the workstation of the nearest villager within 3 blocks from the player.

/workstationhighlight any [radius]

  • Used to find the workstation of the nearest villager within a set radius of the player. If no radius is provided, the radius will be 3.

/workstationhighlight [profession] [radius]

  • Used to find the workstation of the nearest villager with a certain professsion. within a set radius of the player. If no radius is provided, the radius will be 3.

Permissions

teakstweaks.command.workstationhighlight

  • Default - true
  • Description - Controls whether the player can use the /workstationhighlight command.

Messages

"workstationhighlight.command_description": "Find the workstation of any villager.",
"workstationhighlight.error.invalid_profession": "<red>Invalid profession type!",
"workstationhighlight.error.invalid_radius": "<red>Invalid radius!",
"workstationhighlight.error.radius_out_of_bounds": "<red>Radius must be between 1 and 16!",
"workstationhighlight.error.no_workstations_found": "<red>No villager workstations found nearby!",
"workstationhighlight.error.no_job_site": "<red>The nearest villager does not have a job site!",
"workstationhighlight.found": "<yellow>The workstation is located at <gold>[XYZ]: <x> <y> <z>",

workstationhighlight.command_description

  • Default - Find the workstation of any villager.

workstationhighlight.error.invalid_profession

  • Default - <red>Invalid profession type!

workstationhighlight.error.invalid_radius

  • Default - <red>Invalid radius!

workstationhighlight.error.radius_out_of_bounds

  • Default - <red>Radius must be between 1 and 16!

workstationhighlight.error.no_workstations_found

  • Default - <red>No villager workstations found nearby!

workstationhighlight.error.no_job_site

  • Default - <red>The nearest villager does not have a job site!

workstationhighlight.found

  • Default - <yellow>The workstation is located at <gold>[XYZ]: <x> <y> <z>
  • Placeholders
    • x - The X coordinate.
    • y - The Y coordinate.
    • z - The Z coordinate.
⚠️ **GitHub.com Fallback** ⚠️