SkriptLang / Skript

Skript is a Spigot plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
https://docs.skriptlang.org
GNU General Public License v3.0
1.06k stars 368 forks source link

Exposes 'load default aliases' config option and removes hardcoded alias dependencies #6834

Closed sovdeeth closed 3 months ago

sovdeeth commented 3 months ago

Description

These changes are aimed around giving users the ability to disable aliases they don't want to use, via disabling the default ones and using just the alias folder instead.

Skript had hard dependencies on many aliases that have now been replaced with Materials or Tag references.

This also fixes some issues with torch placement in 1.19+, as well as a bug with the block setter's flags always being true, and makes sure aliases are always generated for all Materials.


Target Minecraft Versions: any Requirements: none Related Issues: none