> For the complete documentation index, see [llms.txt](https://docs.jackf.red/jsst/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jackf.red/jsst/tweaks/extra-highlights.md).

# Extra Highlights

**JSST** adds two quick highlighting features for sugarcane and tree logs.

## Sugarcane

When holding sugarcane, players will be able to see nearby sugarcane items on the ground - helpful for dense farms.

<figure><img src="https://2738671300-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fevb6OQ1olKHYT3MY8e1x%2Fuploads%2FicIYFMmV2EIQSfWfV4MV%2Fextra_highlights_sugarcane.png?alt=media&amp;token=1d6eed30-7bad-4464-97fe-28f2d9821696" alt=""><figcaption><p>Sugarcane items, normally hidden behind blocks, being highlighted.</p></figcaption></figure>

## Tree Logs

Players can sneak-right click with an axe to highlight nearby logs - helpful for jungle, acacia or other situations where they might be covered by foliage.

<figure><img src="https://2738671300-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fevb6OQ1olKHYT3MY8e1x%2Fuploads%2F23vP1YBhet184FtapJff%2Fextra_highlights_tree_logs.png?alt=media&amp;token=74aca943-e94e-4d02-ae4b-ef9be47a4692" alt=""><figcaption><p>Logs being highlighted through foliage.</p></figcaption></figure>

## Configuration

### Sugarcane Enabled

Whether dropped sugarcane should be highlighted when holding the item.

* Options: `true`, `false`
* Default: `true`

### Tree Logs Enabled

Whether players should be able to highlight nearby logs with an axe.

* Options: `true`, `false`
* Default: `true`

### Highlight Time

How long logs should remain highlighted for, in ticks.

* Options: `[100, 300]`
* Default: `200`

### Highlight Range

Radius in blocks from the player to look for logs.

* Options: `[6, 16]`
* Default: `12`

### Log Tag

Block tag that counts as a log, in order to be highlighted.

* Options: A block tag.
* Default: `minecraft:logs`

### Axes Tag

Item tag that counts as an axe, in order to trigger the highlight.

* Options: An item tag.
* Default: `minecraft:axes`
