# Jack's Server Side Tweaks

**JSST** is a server-side mod that adds several quality-of-life tweaks and tools to Minecraft.

{% hint style="info" %}
This documentation is for version 2 of JSST only.
{% endhint %}

## Tweaks

* [Beacon Enhancement](/jsst/tweaks/beacon-enhancement.md) - Fully customise the Beacon.
* [Campfire Timers](/jsst/tweaks/campfire-timers.md) - Adds progress timers above campfires.
* [Effector Ranges](/jsst/tweaks/effector-ranges.md) - Modify the range of Beacons and Conduits.
* [Extra Highlights](/jsst/tweaks/extra-highlights.md) - QOL highlights for tree logs and sugarcane.
* [Item Nudging](/jsst/tweaks/item-nudging.md) - Changes to dropped item movement to make them far nicer.
* [Portable Crafting](/jsst/tweaks/portable-crafting.md) - Use a crafting table from the inventory.
* [Sapling Replant](/jsst/tweaks/sapling-replant.md) - Saplings now replant themselves if able.

## Tools

* [Banner Writer](/jsst/tools/banner-writer.md) - Easily write text on banners.
* [Concealable Item Frames](/jsst/tools/concealable-item-frames.md) - Toggle the invisibility of item frames.
* [Item Editor](/jsst/tools/item-editor.md) - Extensible item editing GUI with a survival-friendly mode for cosmetic changes.
* [Map Editor](/jsst/tools/map-editor.md) - Add icons, arrows and labels to maps using a feather.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jackf.red/jsst/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
