promotional bannermobile promotional banner

Sqript

Experimental
A new minecraft scripting language. Easy to learn and to use, it allows to easily interact with the game and modify it !

File Details

Sqript v1.3.1

  • R
  • Sep 22, 2023
  • 551.94 KB
  • 61
  • 1.12.2
  • Forge

File Name

Sqript v1.3.1.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:sqript-454749:4763670")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added file manipulation (including creating and reading from them), image and color manipulation, skin editing, player's model editing, and other features and fixes. 

 

New type : image

New type : color

 

New expression : nbt from {dictionary}

New expression : {string} is a substring of {string}

New expression : content of [text] file {string}

New expression : content of image file {string}

New expressions : color's component manipulation (include 15 new expressions)

New expression : player's skin

New expression : new image with width and height

New expression : {image}'s pixel at [x,y]

 

New event : on item left click

New event : on player render (that allows to change player's members orientation and position)

 

Fixes about nbt and itemstacks.

Fixes about script and command reloading.