Skip to content

SteveSharp 2023.828.0

Choose a tag to compare

@hazelcode hazelcode released this 28 Aug 23:44
· 51 commits to main since this release

Bugs Fixed

  • Remove single # that breaks the players reset

Generation Optimization

  • Compact the command generation via Function.Prepend();

Additions

  • Add Entity.AllEntities() selector
  • Add SteveSharp.Utils namespace
    • Hitbox - Can create a Hitbox!!
  • Add Score.AddObjectives() method (This will add all your objectives in one single instruction)
    • (Score[]) Scores : A full list of objectives

Technical Changes

  • Convert preconfigured Entity selectors to methods
    • (optional) (string) match : Check the coincidences of the selected entity (the [ ])
  • Make most of classes and methods static
  • Now Execute.Asat() executes at self entity

Console

  • Redesign SteveSharp Console Logs!

Full Changelog: 2023.814.0...2023.828.0