Skip to content

3.5.1 | Skript Syntax Update & Bug Fixes

Latest

Choose a tag to compare

@PZDonny PZDonny released this 02 Apr 11:01
16ded40

Release Highlights

  • Updated Syntax📜
  • API Changes 🔨
  • Bug Fixes 🐛

A new Wiki has been released improving clarity in many areas and a better visual look

Skript Changes

  • Updated Spawn BDEngine Model from File to be a section, supporting more spawn options
deu spawn bde model "mymodel" at {_location} stored in {_activegroup}:
    packet: false
    teleport-duration: 2
    billboard: VERTICAL
    persistent: true
    visible: true
    brightness: 10 and 5 #Block and Sky, -1 and -1 to reset
    spawnanimation: true

SkriptHubViewTheDocs

API Changes

New Version: 3.5.1

Additions / Changes

  • Added SpawnedDisplayEntityGroup#toPacket(Location, GroupSpawnSettings) for converting a group to packet based, with group spawn settings supplied
  • Added BDEModel#spawn(Location, SpawnReason, GroupSpawnSettings) for spawning a BDEModel with group spawn settings supplied
  • Added BDEModel#createPacketGroup(Location) and BDEModel#createPacketGroup(Location, GroupSpawnSettings) for spawning a BDEModel as a packet-based group

Bug Fixes

  • Fixed an issue with Direction (Pitch, Yaw, Pivot) Skript syntax that changes a group/part/filter's looking direction not working as intended
  • Fixed Active Group Respect Entity Direction Skript syntax not using a group's teleport duration if not explicitly specified
  • Fixed an issue where adding a part to a PacketDisplayEntityGroup incorrectly updated the group's passenger entities

What's Changed

Full Changelog: 3.5.0...3.5.1