Resource icon

Script PlaySound (NATURAL / SHARP / FLAT) 1.0

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Contributors
me
Supported Minecraft Versions
  1. 1.13
  2. 1.14
  3. 1.15
  4. 1.16
  5. 1.17
  6. 1.18
  7. 1.19
  8. 1.20
PlaySound (NATURAL / SHARP / FLAT)
play real notes with minecraft sounds!!!

Dependecies:

Skript 2.6+
Skript-Reflect 2.3+

Syntax:

code_language.skript:
play[(-| )]sound %string% at volume %number% (at|with) [:low] [note] %string% [:sharp|:flat] (to|for) %players%

Examples:

code_language.skript:
play sound "block.note_block.pling" at volume 1 at note "A" to all players
play sound "block.note_block.pling" at volume 1 at note low "B" to all players

play sound "block.note_block.pling" at volume 1 at note "C" sharp to all players
play sound "block.note_block.pling" at volume 1 at note low "D" sharp to all players

play sound "block.note_block.pling" at volume 1 at note "E" flat to all players
play sound "block.note_block.pling" at volume 1 at note low "F" flat to all players
#and G


Full London Bridges Example:
code_language.skript:
command londonbridges:
    cooldown: 10 seconds
    trigger:
        play sound "minecraft:block.note_block.chime" at volume 1 at note "G" to player
        wait 10 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at note "A" to player
        wait 10 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at note "G" to player
        wait 10 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at low note "F" to player
        wait 10 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at low note "E" to player
        wait 10 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at low note "F" to player
        wait 10 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at note "G" to player
 
        wait 1 second
 
        play sound "minecraft:block.note_block.chime" at volume 1 at low note "D" to player
        wait 10 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at low note "E" to player
        wait 10 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at low note "F" to player
 
        wait 1 second
 
        play sound "minecraft:block.note_block.chime" at volume 1 at low note "E" to player
        wait 10 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at low note "F" to player
        wait 10 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at note "G" to player
 
        wait 1 second
 
        play sound "minecraft:block.note_block.chime" at volume 1 at note "G" to player
        wait 10 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at note "A" to player
        wait 10 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at note "G" to player
        wait 10 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at low note "F" to player
        wait 10 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at low note "E" to player
        wait 10 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at low note "F" to player
        wait 10 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at note "G" to player
 
        wait 1 second
 
        play sound "minecraft:block.note_block.chime" at volume 1 at low note "C" to player
        wait 15 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at low note "D" to player
        wait 15 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at low note "B" to player
        wait 15 ticks
        play sound "minecraft:block.note_block.chime" at volume 1 at low note "A" to player


For support join my discord here.


Author
aabss
Downloads
131
Views
709
First release
Last update
Rating
0.00 star(s) 0 ratings