Advertisement
CARAB4O

Untitled

Dec 19th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. I:scoreboard objectives add play trigger
  2. I:tellraw @a ["\n\n\u00A7a\u00A7lSUCCESSFULLY INSTALLED!\n\n\u00A77Made by: Airlebnis\n\u00A7cIngame Music\n\n"]
  3. R:scoreboard players enable @a play
  4. execute @a[score_play_min=1,score_play=1] 100 2
  5. execute @a[score_play_min=1,score_play=1] ~ ~ ~ tellraw @s ["\n\u00A77You have \u00A7aENABLED \u00A77the music\n"]
  6. playsound minecraft:entity.player.levelup master @s[score_play_min=1] ~ ~ ~ 1 2
  7. scoreboard players set @a[score_play_min=1,score_play=1] play 2
  8. scoreboard players set @a[score_play_min=3] play 0
  9. playsound minecraft:entity.player.levelup master @a[score_play_min=3] ~ ~ ~ 1 1
  10. execute @a[score_play_min=3] ~ ~ ~ tellraw @s ["\n\u00A77You have \u00A7cDISABLED \u00A77the music\n"]
  11. stopsound @a[score_play_min=3]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement