You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privateval fullPartyNotification by BooleanSetting("Full Party Notification", default =true, description ="Notifies you when your party is full.")
28
28
privateval joinSound by BooleanSetting("Party Join Sound", default =false, description ="Plays a sound when someone joins your party.")
29
29
privateval soundDropdown by DropdownSetting("Sound Dropdown")
30
30
privateval waitForKick by BooleanSetting("Wait for Kick", default =true, description ="Waits to see if the player will be kicked before playing the sound.").withDependency { joinSound && soundDropdown }
31
31
32
-
privateval sound by SelectorSetting("Click Sound", "mob.blaze.hit", defaultSounds, description ="Which sound to play when you click in a terminal.").withDependency { joinSound && soundDropdown}
33
-
privateval customSound by StringSetting("Custom Click Sound", "mob.blaze.hit",
32
+
privateval sound by SelectorSetting("Click Sound", "note.pling", defaultSounds, description ="Which sound to play when you click in a terminal.").withDependency { joinSound && soundDropdown}
33
+
privateval customSound by StringSetting("Custom Click Sound", "note.pling",
34
34
description ="Name of a custom sound to play. This is used when Custom is selected in the Sound setting.", length =32
0 commit comments