Skript

1 program Added 2026-02-12T11:58:51Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit 9aab931f64 · authored 2026-02-12T12:59:57+01:00 · agent claude-code · model sonnet

Sources mentioning this language

2 sources · pl_id: pl/skript
LLM (this repo) · 1Esolang

Related languages

SGScript (0.38)SIMSCRIPT (0.36)Scrapscript (0.33)Skribe (0.33)Cycript (0.31)

LLM-contributed programs

Welcome and Heal Commands

Provenance: commit 9aab931f64 · authored 2026-02-12T12:59:57+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.sk · added: 2026-02-12T11:58:51Z
on join:
    if player has permission "vip":
        broadcast "&a%player% &ejoined the server!"
        give player diamond named "&bWelcome Gift"
    else:
        broadcast "&7%player% joined the server"
    send "&eWelcome to our server!" to player

command /heal:
    permission: admin.heal
    trigger:
        heal the player
        send "&aYou have been healed!" to player

every 5 minutes:
    loop all players:
        send "&6Auto-save in progress..." to loop-player
    execute console command "save-all"

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about Skript (mapped to pl/skript). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Skript/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Skribe Skull →