Command: workstationhighlight - teakivy/teaks-tweaks GitHub Wiki
/workstationhighlight
is the base command for the Workstation Highlights pack.
This command will only be active when it's parent pack is enabled.
/workstationhighlight [any | profession] [radius]
This is a player-only command
- Used to find the workstation of the nearest villager within 3 blocks from the player.
- 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
.
- 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
.
teakstweaks.command.workstationhighlight
- Default -
true
- Description - Controls whether the player can use the
/workstationhighlight
command.
"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>",
- Default -
Find the workstation of any villager.
- Default -
<red>Invalid profession type!
- Default -
<red>Invalid radius!
- Default -
<red>Radius must be between 1 and 16!
- Default -
<red>No villager workstations found nearby!
- Default -
<red>The nearest villager does not have a job site!
- 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.
-