Releases: hazelcode/SteveSharp
Releases · hazelcode/SteveSharp
2024.904.1
Full Changelog: 2024.904.0...2024.904.1
2024.904.0
What's Changed
- Huge optimization and complete rework!!!! by @hazelcode in #1
Full Changelog: 2023.828.0...2024.904.0
SteveSharp 2023.828.0
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.UtilsnamespaceHitbox- 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
- (Score[])
Technical Changes
- Convert preconfigured
Entityselectors to methods- (optional) (string)
match: Check the coincidences of the selected entity (the [ ])
- (optional) (string)
- 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
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
- (string)
- Add /tellraw (
Chat.Out() method)- (string)
selector: Sets the target to display the text - (TextComponent)
text: Sets the text to display (using a TextComponent)
- (string)
Technical changes
- Changed
PackMetadatashape - New TextComponent class to write json texts
Project Changes
- Update Repo URL
- Added Package release notes
SteveSharp 2023.811.1
SteveSharp 2023.811.0
// 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