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

  • B
  • Oct 26, 2021
  • 369.98 KB
  • 75
  • 1.12.2
  • Forge

File Name

Sqript v1.2.3-b.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

- Beaucoup de corrections de bugs, version plus stable.

 

- Possibilité d'enregistrer des sons personnalisés à jouer en jeu, en créant un dossier "sounds" dans un dossier de scripts, afin d'y accéder via la ressource nom_du_dossier:nom_du_son. Le fichier sounds.json est généré et géré automatiquement.

 

- Ajout de nouvelles actions liées à la gestion des sons :

• Play sound to a specific player : play {resource} to {player} [with pitch {number}] [[and] with volume {number}] ex: play minecraft:block.anvil.fall to player

• Play sound at a specific location : play {resource} at {location} [with pitch {number}] [[and] with volume {number}] [in category {string}] ex: play minecraft:block.anvil.fall at player's location

• Stop all sounds : stop sounds ex: stop sounds

• Stop a specific sound : stop sound {string} [in category {string}] ex: stop sound "my_sound"