Skip to content

v2.6.0-beta

Compare
Choose a tag to compare
@smell-of-curry 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 version 1.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 use runCommandAsync
  • Updated util setScore to use runCommandAsync
  • Removed uitl runCommand
  • Updated clearPlayersPointer in ChestGui to use runCommandAsync
  • Updated util kick to use runCommandAsync
  • Updated command -ecwipe to use runCommandAsync
  • Updated -mute remove to use runCommandAsync
  • Updated -vanish to use runCommandAsync and instead of using runCommand to trigger event, it will now use Player.triggerEvent
  • Updated modules/events/playerJoin to use runCommandAsync
  • Updated modules/pages/see to use runCommandAsync
  • Updated modules/protections/gamemode to use runCommandAsync
  • Updated protections/movment to use Vector3 instead of Location
  • Updated PreviousLocation to use Vector3 instead of Location
  • Converted NPC_LOCATIONS to be an Array<Vector3> instead of Array<Location>
  • Replaced function locationToBlockLocation to vector3ToBlockLocation
  • Updated modules/managers/containers to use vector3ToBlockLocation instead of locationToBlockLocation
  • Changed command -npc to convert ctx.sender.location to a Location before passing through to new Npc
  • Updated Events/onPlayerMove to use Vector3 instead of `Location
  • Updated parseLocationArgs to use Vector3 instead of Location
  • Updated clearPlayersPointer to convert Vector3 to Location for Dimesnion.getEntities