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.1.0-b

  • B
  • May 9, 2021
  • 298.18 KB
  • 112
  • 1.12.2
  • Forge

File Name

Sqript v1.1.0.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

• Ré-écriture totale de l'algorithme de lecture d'un script
• Beaucoup de bugs corrigés (priorité des opérations, sauvegarde des variables globales, interprétation des expressions...)
• Meilleur debugging
• Meilleures performances

 

• Nouvelle expression : block {player} is looking at
• Nouvelle expression : {block} color
• Nouvelle expression : length of {string}
• Nouvelle expression : substring of {string} from {number} to {number}
• Nouvelle expression : {string} split at each {string}
• Nouvelle expression : character at [position] {number} of {string}

 

• Nouvelle fonction : abs(x) (Renvoie la valeur absolue d'un nombre)