# Changelog

{% updates format="full" %}
{% update date="2026-03-08" %}

## Update to 3.1.0

<details open>

<summary>Added</summary>

* Added **Perks** ( @\[TUR] Denizus – thanks for the suggestion!)
  * Perks work similarly to Force Powers but act as **one-time modifiers** granted when the character loads.
  * They can easily be integrated and connected within the **Skill Tree**.
* Added **unique identifiers for Force Powers** to support translations and improve internal handling.
  * The **old names are still supported**, so existing skill trees will continue to work without changes.
* Added **quick binds in the Direct Menu** for fast access to: Force Powers, Skill Tree, Inventory
* Added **improved slice effects**.
* Added Spanish translation!

</details>

<details open>

<summary>Improved</summary>

* Saved the currently selected **Force Powers** on your character.
* Improved handling for **missing bones** to prevent error message spam.

</details>

<details open>

<summary>Fixed</summary>

* Fixed an issue where **non-sword players** could open Quick Forms.
* Fixed **notifications being too long**.
* **Sabercrafter fixes**
  * Fixed the saber model not appearing when creating a fresh lightsaber.
  * Fixed items not being returned when destroying a lightsaber.
  * Fixed the **INNER remove message**.
  * Fixed buggy **Sabercrafter camera** behavior.
* Fixed **Force Pull** — the target is now pulled directly toward you.
* Removed leftover **debug prints**.

</details>
{% endupdate %}

{% update date="2026-02-22" %}

## Update 3.0.0

<details open>

<summary>Added</summary>

* Added a new server-side loading method.

</details>

<details open>

<summary>Improved</summary>

* Added support for multiple Force requirements in the skill tree.
* Fixed an integrations bug. If you added any integrations yourself, you will need to recreate them.
* Fixed a visual issue in the skill tree builder.
* Fixed a bot stack overflow issue.

</details>

<details open>

<summary>Fixed</summary>

none

</details>
{% endupdate %}

{% update date="2026-02-18" %}

## Update 2.0.2

<details>

<summary>Added</summary>

none

</details>

<details open>

<summary>Improved</summary>

* Reworked and improved the Force Pull ability
* Reworked and improved the Force Repulse ability
* Reworked and improved the Force Push ability
* The HUD, Force Bar, and Level Bar are now only visible to lightsaber users

</details>

<details open>

<summary>Fixed</summary>

* Removed unnecessary code
* Removed leftover debug print statements

</details>
{% endupdate %}
{% endupdates %}


---

# 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://symliaas-scripts.gitbook.io/symscripts/garrys-mod/lightsaber-+/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.
