Skip to content

Some New Stuff [1.2.0]

Choose a tag to compare

@ShaneBeee ShaneBeee released this 28 Feb 13:48
· 108 commits to master since this release

This update brings some new stuff to try out, including particles, world creation, attitude adjustments and more.
21 new syntaxes to be exact :)

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:

Effects:

  • Added an effect to send particles
  • Added an effect to create a world
  • Added an effect to apply a model to Entities/Players, with an optional scale
  • Added the option to teleport References in the teleport effect
  • Added an effect to change the Attitude of an NPC Entity

Sections:

  • Added a section to send particles with some extra options over the effect
  • Added a section to create a world with some extra options over the effect

Expressions:

  • Added an expression to get/set the rotation of a block
  • Added "players" to the entities in radius expression
  • Added an expression to get all worlds/world names
  • Added an expression to get/reset a model of Entities/Players
  • Added an expression to get all References in sphere/cuboid
  • Added an expression to get specific components in sphere/cuboid
  • Added an expression to get specific components from References (currently supports Player/NPCEntity/ItemComponent)
  • Added an expression to get the reference from an Entity (probably useless right now)
  • Added an expression to get/set the tint of a block
  • Added an expression to get/set the locked target of an NPC Entity
  • Added an expression to get the attitude of an NPC Entity

Types:

  • Added a ModelAsset type
  • Added a Reference (Ref) type
  • Added an Attitude type

Events:

  • Added an optional world to the periodical event (so the code executed in that event will run in said world)

FIXED:

  • Fixed cancel event effect not working on some events
  • Fixed the sever boot event never actually being triggered
  • Fixed periodical events not stopping when a script is unloaded

INTERNAL:

  • Fixed the json doc printer not printing some context values for some events
  • Added an "addons" pie chart to bStats, helping servers understand which addons are used most

DOWNLOAD:

Download on CurseForge