v2.6.0-beta
smell-of-curry
released this
30 Nov 01:35
·
36 commits
to main
since this release
- Updated
min_engine_version
to[1, 19, 50]
- Updated module
"@minecraft/server"
to version1.1.0-beta
- Updated types in
package.json
- Added new Protection
movement
which checks for flags like speed, jetpack, fly, etc. - Changed Event
onPlayerMovement
, now returns the old location data of the player - Updated util
getScoreByName
to userunCommandAsync
- Updated util
setScore
to userunCommandAsync
- Removed uitl
runCommand
- Updated
clearPlayersPointer
in ChestGui to userunCommandAsync
- Updated util
kick
to userunCommandAsync
- Updated command
-ecwipe
to userunCommandAsync
- Updated
-mute remove
to userunCommandAsync
- Updated
-vanish
to userunCommandAsync
and instead of using runCommand to trigger event, it will now usePlayer.triggerEvent
- Updated
modules/events/playerJoin
to userunCommandAsync
- Updated
modules/pages/see
to userunCommandAsync
- Updated
modules/protections/gamemode
to userunCommandAsync
- Updated
protections/movment
to useVector3
instead ofLocation
- Updated
PreviousLocation
to useVector3
instead ofLocation
- Converted
NPC_LOCATIONS
to be anArray<Vector3>
instead ofArray<Location>
- Replaced function
locationToBlockLocation
tovector3ToBlockLocation
- Updated
modules/managers/containers
to usevector3ToBlockLocation
instead oflocationToBlockLocation
- Changed command
-npc
to convertctx.sender.location
to aLocation
before passing through tonew Npc
- Updated
Events/onPlayerMove
to useVector3
instead of `Location - Updated
parseLocationArgs
to useVector3
instead ofLocation
- Updated
clearPlayersPointer
to convertVector3
toLocation
forDimesnion.getEntities