Make playglobalsound much quiter (#7910)

* Make playglobalsound default much quieter

Also adds volume override.

* tweak

* reviews by the cutest gradient girl
This commit is contained in:
metalgearsloth
2022-05-03 19:32:32 +10:00
committed by GitHub
parent 89fda5ec83
commit 983b004607
2 changed files with 19 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
play-global-sound-command-description = Plays a global sound for a specific player or for every connected player if no players are specified.
play-global-sound-command-help = playglobalsound <path> [user 1] ... [user n]
play-global-sound-command-help = playglobalsound <path> [volume] [user 1] ... [user n]
play-global-sound-command-player-not-found = Player "{$username}" not found.
play-global-sound-command-volume-parse = Invalid volume of {$volume} specified.