Lusk by Jake* 
Misc, dynamic and unique features in one addon.
Events
67
Expressions
221
Effects
33
Conditions
101
Types
43
Sections
11
Structures
0
Total
476
Misc, dynamic and unique features in one addon.
Events
67
Expressions
221
Effects
33
Conditions
101
Types
43
Sections
11
Structures
0
Total
476
OFFICIAL DOCUMENTATION
This update:
Added support for Skript 2.15 BUT removed support for Skript versions older than 2.10 and Minecraft versions older than 1.19.4.
Supported Versions:
- Minecraft 1.19.4 -> 26.1.2 (Spigot and Paper)
- Skript 2.10.0 -> 2.15.0
Internal Changes:
- Added 2.15+ safety checks for event value registering.
- Removed pre 1.19.4 testing environments.
- Removed pre 2.10.0 edge cases.
- Removed useless versioning warnings.
Full Changelog: https://github.com/JakeGBLP/Lusk/compare/1.3.12...1.3.13
» CLICK HERE TO DOWNLOAD
» OFFICIAL DOCUMENTATION
This update:
Added support for Anvil Guis on 1.21.11 and ensured compatibility with Skript 2.14.x and Minecraft 1.21.11.
Supported Versions:
> - Minecraft 1.16.5 -> 1.21.11 (Spigot and Paper)
> - Skript 2.6.4 -> 2.14.3
Internal Changes:
- Increased skript version in recent testing environments to 2.14.3
- Added testing environment for Minecraft 1.21.11
- Updated skript and anvil-gui to 2.14.3 and 1.10.11 respectively.
Full Changelog: https://github.com/JakeGBLP/Lusk/compare/1.3.11...1.3.12
» CLICK HERE TO DOWNLOAD
» OFFICIAL DOCUMENTATION
This update:
This Update adds support for Anvil Guis on 1.21.9/10 and ensures compatibility with Skript 2.13.0.
Supported Versions:
- Minecraft 1.16.5 -> 1.21.10 (Spigot and Paper)
- Skript 2.6.4 -> 2.13.0
Internal Changes:
- Increased skript version in recent testing environments to 2.13.0
- Updated skript and anvil-gui to 2.13.0 and 1.10.10 respectively.
- Removed faulty testing code.
Full Changelog: https://github.com/JakeGBLP/Lusk/compare/1.3.10...1.3.11
» CLICK HERE TO DOWNLOAD
» OFFICIAL DOCUMENTATION
This update:
This Update serves the purpose of ensuring compatibility with the newest versions of Skript and Minecraft.
Supported Versions:
- Minecraft 1.16.5 -> 1.21.10 (Spigot and Paper)
- Skript 2.6.4 -> 2.12.2
Changes:
- Added 1.21.10 to the internal protocol version record.
Internal Changes:
- Increased skript version in recent testing environments to 2.12.2 (#42)
- Added testing environments for 1.21.10 (#42)
Full Changelog: https://github.com/JakeGBLP/Lusk/compare/1.3.9...1.3.10
» CLICK HERE TO DOWNLOAD
» OFFICIAL DOCUMENTATION
This update:
Supported Versions:
- Minecraft 1.16.5 -> 1.21.8 (Spigot and Paper)
- Skript 2.6.4 -> 2.12.1
Additions:
- Added 'Player Tab List Order' expression.
Changes:
- The 'Previous Game Mode' and 'Client Version' expressions now support plural inputs.
Fixes:
- Fixed 'Supported Enchantments' expression being viewed as a single object.
Internal Changes:
- Increased skript version in recent testing environment to 2.12.1.
Full Changelog: https://github.com/JakeGBLP/Lusk/compare/1.3.8...1.3.9
» CLICK HERE TO DOWNLOAD «
This update:
Supported Versions:
- Minecraft 1.16.5 -> 1.21.8 (Spigot and Paper)
- Skript 2.6.4 -> 2.12.0
Breaking Changes:
This update removes the
whether x is y patterns from all boolean expressions, this is to avoid confusion with Skript's 'whether' expression.
Example:
-
set whether armor stand target can tick to true becomes
set can tick property of target to true
Additions:
- Added Tameable is Tamed Property.
- Added Tameable Death Message Event. (Paper 1.18.2+)
- Added Bucketable API. (Paper 1.18+)
- Added Armadillo API. (1.21.5+)
Changes:
- Removed all 'whether' patterns from all boolean expressions, see 'breaking changes' section above; modified examples accordingly.
Fixes:
- Fixed `BlockWrapper` modifications being called on instances that shouldn't update the respective block object.
Internal Changes:
- Updated anvil gui version.
- Fixed some faulty tests.
- Improved some code.
- Revamped `BlockWrapper.class` with more and dynamic constructors.
- Simplified expression with already existing API.
- Added testing environment for 1.21.8.
- Removed testing tasks using Skript's dev branches.
Full Changelog: https://github.com/JakeGBLP/Lusk/compare/1.3.7...1.3.8
» CLICK HERE TO DOWNLOAD «
This update:
Supported Versions:
- Minecraft 1.16.5 -> 1.21.7 (Spigot and Paper)
- Skript 2.6.4 -> 2.12.0
This Patch fixes a major issue with anvil guis.
Full Changelog: https://github.com/JakeGBLP/Lusk/compare/1.3.6...1.3.7
Supported Versions:
» CLICK HERE TO DOWNLOAD «
This update:
> Supported Versions:
> - Minecraft 1.16.5 -> 1.21.5 (Spigot and Paper)
> - Skript 2.6.4 -> 2.11.0
Small patch to support Skript 2.11.0 and Minecraft 1.21.5.
This update enables Lusk to support future Skript versions, unless SkriptLang introduces breaking changes to the API.
Note: due to some deprecation within Skript, the Used Equipment Slot expression might not work as it should, report all issues on GitHub or to me on discord @JakeGBLP
Fixes:
- Updated Anvil Gui dependency to work in 1.21.5.
- Fixed Lusk not running on unrecognized skript versions.
Internal Changes:
- Planned out future patch.
Full Changelog: https://github.com/JakeGBLP/Lusk/compare/1.3.4...1.3.5
» CLICK HERE TO DOWNLOAD «
Since Lusk 1.3, all official releases of Lusk will only be available on Modrinth; Modrinth grants developers 75% of the ad revenue and this can REALLY help a ton when making updates!
Supported Versions:
- Minecraft 1.16.5 -> 1.21.4+ (Spigot and Paper)
- Skript 2.6.4 -> 2.10.2+
This update:
Added:
- 'Spawner/Trial Spawner - Entity Type'
- 'Smithing Table - on Item Smith'
Fixes:
- Updated Anvil Gui dependency to work in 1.21.4.
Changes:
- Removed unnecessary Update Checker checks.
Internal Changes:
- Edited some JavaDocs and skript documentation.
What's Changed
* Merging main into dev/patch by @JakeGBLP in https://github.com/JakeGBLP/Lusk/pull/29
* Merged Dev/patch by @JakeGBLP in https://github.com/JakeGBLP/Lusk/pull/35
Full Changelog: https://github.com/JakeGBLP/Lusk/compare/1.3.3...1.3.4
» CLICK HERE TO DOWNLOAD «
Since Lusk 1.3, all official releases of Lusk will only be available on Modrinth; Modrinth grants developers 75% of the ad revenue and this can REALLY help a ton when making updates!
Supported Versions:
- Minecraft 1.16.5 -> 1.21.4+ (Spigot and Paper)
- Skript 2.6.4 -> 2.10.0+
This update:
Added:
- 'Entity - has Fixed Pose'
- 'Fixed' option to 'Entity - Pose/Fixed Pose'
- 'Armor - is Dyed'
- 'Armor - Color'
- 'Suspicious Stew - has Custom Potion Effects'
- 'Suspicious Stew - Custom Potion Effects'
- 'Entity - on Knockback'
- 'Entity - on Knockback by Entity'
- 'Entity Snapshot - As String'
- 'Entity Snapshot - From String'
- 'Entity Snapshot - Spawn'
Fixes:
- Fixed issues caused by Skript 2.10.0 API changes.
- Fixed 'Entity - Item from Equipment Slot' not working well in some cases, improved its documentation as well.
- Fixed entity snapshot elements from causing issues in versions prior to their implementation.
- Fixed and (in some cases) added documentation for many entity variant classinfos.
- Fixed versions (and especially minecraft ones) from not being created and compared correctly.
- Fixed some voxel shape elements from causing issues in versions prior to their implementation.
- Fixed event-equipmentslot from causing issues prior to its implementation in the entity place event.
Changes:
- BREAKING: EVERY POSE OBJECT WILL NOW BE SUFFIXED WITH "pose"! (ex: "dying pose", "sneaking pose")
- Improved the patterns of most bounding box elements.
- Modified the patterns of 'Armor Stand - has Arms (Property)', 'Armor Stand - has Base Plate (Property)'
- Rebranded 'Entity - on Attack Push' into 'Entity - on Push by Entity Attack'.
- Improved documentation for the 'Should Burn During The Day' elements and many others.
-
/skript info now displays the Lusk repository url.
Internal Changes:
- Replaced reflection nightmare with Skript Adapters, thus making Lusk a multi-module project. (NMS?)
- Improved 'Enchanted Book - Stored Enchantments'
- Commented some unused methods.
- Simplified a lot of logic.
- Renamed some field and variables for consistency.
- Removed redundant null checks.
- Replaced all java 21 Math calls with the Skript Math2 equivalent.
- Prevented some tests (or parts of them) from running when they shouldn't.
- Fixed some tests.
- Annotated many methods.
Github Autogenerated Info:
What's Changed
* Dev/feature to main by @JakeGBLP in https://github.com/JakeGBLP/Lusk/pull/25
* 2.10 entity snapshot workaround by @JakeGBLP in https://github.com/JakeGBLP/Lusk/pull/27
Full Changelog: https://github.com/JakeGBLP/Lusk/compare/1.3.2...1.3.3
2025
Happy New Year everyone, this patch fixes a couple of issues, ensuring compatibility as promised by the previous release!
1.3:
Read the full changelog here: https://github.com/JakeGBLP/Lusk/releases/tag/1.3
This Update:
Fixed incompatibility with skript 2.10 that was introduced in 2.10-pre1.
Patches the riptide effect causing issues.
Added the resurrect section event.
» CLICK HERE TO DOWNLOAD «
From now on all official releases of Lusk will only be available on Modrinth; Modrinth grants developers 75% of the ad revenue and this can REALLY help a ton when making updates!
Supported Versions:
- Minecraft 1.16.5 -> 1.21.4+ (Spigot and Paper)
- Skript 2.6.4 -> 2.10+
Enjoy the auto generated changelog:
What's Changed
- 1.3.1 patches by @JakeGBLP in https://github.com/JakeGBLP/Lusk/pull/21
New Contributors
- @JakeGBLP made their first contribution in https://github.com/JakeGBLP/Lusk/pull/21
Full Changelog: https://github.com/JakeGBLP/Lusk/compare/1.3...1.3.1
This will soon have a proper description, markdown to bbcode is tedious.
Until then check the fully styled changelog here: https://github.com/JakeGBLP/Lusk/releases/tag/1.3
I'm releasing this as a beta just to provide Lusk support for servers using 1.20.4, this might include 1.20.3, 1.20.2, 1.20.1 and 1.20, don't know, for sure but if this issue was there then it's most likely going to be fixed now.
This release's github target is not accurate due to me having 91 files to commit and in no time to do it, in this case releasing this is a bit more important than target changes accuracy, i'll try my best not to make this mistake again in the future since i've already slightly done it with other releases (small but important things i had to fix right after release).
If you want to know whats in this release i guess you'll have to decompile it and find it, but good luck with that (hint: it has to do with anvils and with dropping items).
That's about it for this release, see ya.
This beta fixes major issues with 1.2, especially when using it on newer versions, full changelog will be posted when this version goes out of beta.
This versiu
"Small" update that fixes some bugs and adds new stuff because of it.
Fixed:
Bell Ring effect
Fake XP and/or Level effect
Used Tool expression, it's now lighter on the server as it no longer uses reflection
Version objects don't throw console errors anymore
fixed some toString() and getPropertyName() methods
Some expressions from allowing themselves to be changed when they shouldn't
The (event) dye color expression no longer crashes with other syntaxes
Changes:
Switched to newer Skript api
Improved Bell Conditions internally
Improved 'Will do x' conditions' patterns
Improved charged condition
Improved Should Burn In Day condition
Improved Has Horns condition
Internally condensed some effects and conditions
Expanded is Awake to all entities (that can sleep)
Moved all event values to their appropriate event's class
Renamed some events to match the most recent ones
Improved Beacon related expressions
Switched Expressions to extend Simpler Expression classes (SimpleExpression, SimplePropertyExpression etc)
Added:
aliases for the currently added types (equipment slots, armorstand interactions, block faces etc.
Armor Stand Manipulate event + Armor Stand Interaction type
Roaring condition
Entity Bow Shoot event + syntaxes
Entity Place(d) event
Harvest Event
Enum Wrapper and Update Checker from SkBee, also added credits
Re-Added:
Bell Resonate Event (?)
'Horse - is Eating' Condition
Removed:
Arrow Body Count expression
Full Changelog: https://github.com/JakeGBLP/Lusk/compare/1.1...1.1.1
As always, contact me on discord @JakeGBLP or open an issue in case there's one.
Lusk is a Misc Skript Addon that adds a lot of useful features to Skript!
Click Here to join the Official Lusk Support Discord Server, in this server you will receive support for Lusk among other things!
For anything, reach out to me on Discord (@JakeGBLP) or open an Issue about it.
⭐ Featured:
Other:
