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 Fileto 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: trueAPI 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)andBDEModel#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 DirectionSkript syntax not using a group's teleport duration if not explicitly specified - Fixed an issue where adding a part to a
PacketDisplayEntityGroupincorrectly updated the group's passenger entities
What's Changed
Full Changelog: 3.5.0...3.5.1
