
Fabric.SK
Fabric.SK is a Fabric version of the Skript plugin for Minecraft.
Fabric.SK 0.2.5-BETA Codename BigScript
Список изменений
Fabric.SK 0.2.5-BETA — BigScript
!Minecraft with the text in chat "Hello DemoDev!"
🚀 BigScript is here!
Fabric.SK 0.2.5-BETA is the first beta release of the new BigScript implementation.
BigScript is a smaller, faster implementation of the planned Fabric.SK Engine. It focuses on getting the core scripting system working while laying the groundwork for the much larger Fabric.SK Engine project.
✨ What's Working
.skscript loading- Script lexer
- Tokenization
- Parser
- Abstract Syntax Tree
- Event handling
- Script execution
- Variables
- Basic effects
- Join events
sendbroadcast- Fabric.SK commands
- Public API foundation
🧪 Tested
BigScript has been successfully tested in Minecraft.
Example:
on join:
send "Hello DemoDev!"
When a player joins, the script executes and sends the message in Minecraft.
🎯 Current Target
Minecraft 1.21.11
BigScript is currently intentionally focused on a single Minecraft version while the scripting engine is being developed.
More Minecraft versions will be considered for future stable releases.
⚠️ Beta
This is a beta release.
The scripting language and API are still under active development, and breaking changes may occur.
🔮 Future
BigScript is intended to eventually evolve into the full Fabric.SK Engine.
The future engine will provide a much larger and more powerful scripting architecture.
Fabric.SK 0.2.5-BETA — BigScript
Skript-inspired scripting for Fabric.
