Skip to content

Releases: hazelcode/SteveSharp

2024.904.1

05 Sep 03:34

Choose a tag to compare

2024.904.0

05 Sep 03:04
39ad9e7

Choose a tag to compare

What's Changed

  • Huge optimization and complete rework!!!! by @hazelcode in #1

Full Changelog: 2023.828.0...2024.904.0

SteveSharp 2023.828.0

28 Aug 23:44

Choose a tag to compare

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

SteveSharp 2023.814.0

14 Aug 17:25

Choose a tag to compare

Bugs Fixed

  • Position not being displayed in a function and throwing System.Text[]

Additions

  • Add /kill (Entity.Kill() method)
    • (string) selector: Sets the target to kill
  • Add /tellraw (Chat.Out() method)
    • (string) selector: Sets the target to display the text
    • (TextComponent) text: Sets the text to display (using a TextComponent)

Technical changes

  • Changed PackMetadata shape
  • New TextComponent class to write json texts

Project Changes

  • Update Repo URL
  • Added Package release notes

SteveSharp 2023.811.1

12 Aug 00:08

Choose a tag to compare

New icon and new metadata.
That's all...

icon

SteveSharp 2023.811.0

11 Aug 21:18

Choose a tag to compare

// The initial SteveSharp release

Principal features:

  • Function creation and extension
  • File organizer
  • Project creation
  • Json file generation (by serialization)

Classes included in the Core:

  • Execute (not completed yet)
  • Chat
  • Entity
  • XYZ
  • Score

This is not a final version, this is only a first release