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
- 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"

