Skip to content

Commit

Permalink
Changes to default sound
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCodez committed Nov 18, 2024
1 parent d98a9a9 commit af8cfc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VotingPlugin/Resources/Config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ ExtraBackgroundUpdate: false
# Click sound when using gui
# Set to none for no sound
ClickSound:
Sound: 'UI_BUTTON_CLICK'
Sound: 'ui.button.click'
Volume: 1.0
Pitch: 1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.OfflinePlayer;
import org.bukkit.Sound;
import org.bukkit.configuration.ConfigurationSection;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.configuration.file.YamlConfiguration;
Expand Down

0 comments on commit af8cfc9

Please sign in to comment.