Skip to content

Dev/Feature - Future Feature Release#17

Open
ShaneBeee wants to merge 32 commits intomasterfrom
dev/feature
Open

Dev/Feature - Future Feature Release#17
ShaneBeee wants to merge 32 commits intomasterfrom
dev/feature

Conversation

@ShaneBeee
Copy link
Member

@ShaneBeee ShaneBeee commented Feb 22, 2026

Describe your changes

This PR outlines a future feature release (probably 1.2.0)

Previous syntax count: 331

Temp changelog:

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

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

Checklist before requesting a review

@ShaneBeee ShaneBeee added the future 🚀 Preparation for a future update. label Feb 22, 2026
- add optional world
- fix unloading not stoping the scheduler
- use Hytale's scheduler instance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

future 🚀 Preparation for a future update.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant