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.2

  • R
  • Oct 20, 2023
  • 1.52 MB
  • 1.7K
  • 1.12.2
  • Forge

File Name

Sqript v1.3.2.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

You can now change any block or item NBT tag !

 

New action : replace each {string} with {string} in {string}

New expression : player's world id
New expression : block's nbt tag compound
New expression : nbt tag copy

 

Syntax change for click events : 

Click on a block : click on

Click on an item : click with

 

Other fixes