File Details
HySkript-1.5.0.jar
- R
- Mar 21, 2026
- 1.49 MB
- 29
- Early Access
File Name
HySkript-1.5.0.jar
Supported Versions
- Early Access
This update brings some new stuff to try out, like entity animations. It's a bit of a small update, but it brings some pretty important bug fixes.
IMPORTANT
This release was built on Hytale Release version 2026.02.19-1a311a592
Docs:
Issues:
If you find any bugs, please report them on our Issue Tracker
Happy HySkripting!
🛠️ THIS UPDATE 🧑🏼🍳:
ADDED:
Effects:
- Added an effect to play animations on entities
Expressions:
- Added an entity fall distance expression
- Added an expression to get all animations (as strings) for a specific Entity/Model
Conditions:
- Added a condition to check/set whether a ref (dropped item) can be picked up
Sections:
- Added a section to spawn "displays" (models/items/blocks)
Types:
- Added an AnimationSlot (represents the type of animation to play in the animation effect)
CHANGED:
- Changed the world daytime/nighttime duration expression to accept changers
- Changed the Ref type changer to not allow deleting players
FIXED:
- Fixed load/periodical/world time events firing too many triggers
- Fixed a parser bug where a space or optional couldn't be used between 2 expressions (Thanks @Claude)
- Fixed a parser bug where errors were often cut off in weird places
- Fixed a bug where 2 variables could not be deleted at once time
OTHER:
- Added support for multi line comments, ex:
on load:
send "pre"
###
blah blah blah
bloop bloop bloop
###
on load:
send "post"


