Sprache

Fabric.SK

Fabric.SK

Modrinth

Fabric.SK is a Fabric version of the Skript plugin for Minecraft.

437 Downloads 4 Follower aktualisiert 5d ago
neueste v0.2.5-ALPHA Modrinth
Fabric Quilt 1.21 – 26.1.2 Game-mechanicsManagementUtility

Fabric.SK is a server‑side Skript engine for Fabric, allowing you to write simple, readable .sk scripts to automate gameplay, create commands, react to events, and build lightweight server logic — all without plugins or mods on the client.

Fabric.SK brings the spirit of Bukkit Skript to the modern Fabric ecosystem with a clean parser, AST engine, and runtime designed specifically for 1.21+.

✨ Features

  • ✔ Server‑side only — no client mod required

  • ✔ Skript‑style syntax (command, on join, broadcast, if, etc.)

  • ✔ Full parser + AST engine

  • ✔ Dynamic command registration (/skcmd )

  • ✔ Event system (on join, on chat, etc.)

  • ✔ Variables + execution context

  • ✔ Hot reload with /fabricsk reload

  • ✔ Scripts stored in config/fabricsk/scripts/ (May be changed in some versions)

📂 Example Script

# example.sk

broadcast "Fabric.SK is running!"

command hello:
    trigger:
        broadcast "Hello from Skript on Fabric!"

on join:
    broadcast "%player% joined the server!"

if true:
    broadcast "This condition is true!"
else:
    broadcast "This will not run."

📁 Script Location

Place .sk files in config/fabricsk/scripts/
Reload with:

/fabricsk reload

🚧 Roadmap
Variables with persistence

More events (chat, death, block break, etc.)

Expressions (player name, location, etc.)

Conditions (player is op, name is "DemoMC___", etc.)

Effects (kick, teleport, give, etc.)

Addon API


Fabric.SK - Create scripts in Fabric.


Other Projects

Mod List

Reworked TPA

Elytra Softlock

Versionen

Alpha
0.2.5-ALPHA
fabric, quilt · 1.21, 1.21.1, 1.21.2 · 5d ago
## ✨ What's New? - Bug Fixes - Changed a lot of code ### ⚠️ Warning This is a **Alpha Release.** Some features *may*, or will *not* work.
41
Beta
0.2.1-BETA
fabric · 1.21, 1.21.1, 1.21.2 · 12d ago
## Fabric.SK 0.2.1-BETA This update focuses on stability, bug fixes, and improvements based on feedback from the previous alpha release. ### Fixed * Fixed…
60
Alpha
0.2.0
fabric · 1.21.1, 1.21.2, 1.21.3 · 18d ago
# Fabric.SK 0.2.0 ## 🎉 Initial Alpha Release Fabric.SK is a Skript-inspired scripting engine for Fabric that allows server owners and modpack creators to…
17
Release
0.2-SNAPSHOT
fabric · 1.21.1, 1.21.2, 1.21.3 · 19d ago
![Version](https://img.shields.io/badge/version-0.2SNAPSHOT-blue) ![Minecraft](https://img.shields.io/badge/minecraft-1.21+-green) ![Java](https://img.shields.i…
30
Release
0.1.0
fabric, quilt · 1.21.4, 1.21.5, 1.21.6 · 1mo ago
263

Kommentare 0

Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.

Herunterladen Fabric.SK

Dateien werden direkt von der Originalquelle bereitgestellt. Modgrid hostet oder verändert sie nicht.