# Outdated Addons

Skript has many addons that add functionality, but some are better than others. Sometimes a feature will be supported by multiple addons, and one will be inferior or outdated.

SkRayFall, TuSKe, and SkQuery are all outdated and obsolete addons. All features that incentivized them (or improved versions) are now in Shane Bee's SkBee, or simply plain Skript. You can search the <mark style="color:orange;">documentation</mark> to see it is in Skript or SkBee, and to look for the new syntax.

Using outdated addons is never a good idea, especially with all the extra features SkBee will offer (especially if you already have SkBee installed!). Outdated addons no longer receive updates or support, and may interfere with your code or even Skript itself as a plugin.

Features now available elsewhere:

* GUIs or virtual inventories: Skript or Skript-GUI
* Scoreboards or sidebars: SkBee
* Custom crafting recipes: SkBee
* Bossbars: SkBee
* Titles, subtitles, and action bars: Skript

{% hint style="info" %}
Download SkBee from [<mark style="color:blue;">Shane Bee's GitHub</mark>](https://github.com/ShaneBeee/SkBee/releases).
{% endhint %}

{% hint style="success" %}
Also make sure that any addons, dependencies, and Skript itself is up-to-date to ensure maximum functionality.
{% endhint %}


---

# 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://x8ight.gitbook.io/syntask/outdated-addons.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.
