promotional bannermobile promotional banner

HySkript

Simple English style scripting system.

File Details

HySkript-1.3.0.jar

  • R
  • Mar 4, 2026
  • 1.45 MB
  • 16
  • Early Access

File Name

HySkript-1.3.0.jar

Supported Versions

  • Early Access

This update brings some new stuff to try out, like map markers. 
It also brings a slew of bug fixes.

 

IMPORTANT:
This release was built on Hytale Release version 2026.02.19-1a311a592

 

Docs:
SkriptHubViewTheDocs

 

Issues:

If you find any bugs, please report them on our Issue Tracker

 

Happy HySkripting!

 

🛠️ THIS UPDATE 🧑🏼‍🍳:

ADDED:

Expressions:

  • Added an expression to get map marker ids from a world/player
  • Added string arithmetic so that strings can be joined using math functions

Effects:

  • Added an effect to remove map markers from world/player
  • Added an effect to open a page to a player
  • Added an effect to close open windows of players
  • Added an effect to apply/clear attack overrides for NPCs

Functions:

  • Added returns and -> as options for return type of a function (To better match Skript)

Sections:

  • Added a section to create a new map marker in a world or for a player

Events:

  • Added some more detailed inventory events
    • I'll be honest, I'm not sure what half of these are truly called for so the docs are a bit blah

FIXED:

  • Fixed an issue with variables not working in section entries
  • Fixed an error when setting health of multiple entities at once
  • Fixed entity damage event not being cancellable
  • Fixed death event event-values not really working so well
  • Fixed deleting of held item not working/throwing error
  • Fixed players/locations in the play sound section not working

INTERNAL:

  • Added a secondary way for addons to register, allowing them to be setup as plugins