CMd sound

This commit is contained in:
cyberpwn 2021-08-28 22:52:42 -04:00
parent a7360f1145
commit 3cb7c0206a

View File

@ -88,7 +88,8 @@ public interface DecreeSystem extends CommandExecutor, TabCompleter {
{ {
if(sender instanceof Player) if(sender instanceof Player)
{ {
((Player)sender).playSound(((Player)sender).getLocation(), Sound.BLOCK_AMETHYST_BLOCK_PLACE, 1f, 1f); ((Player)sender).playSound(((Player)sender).getLocation(), Sound.BLOCK_AMETHYST_CLUSTER_BREAK, 0.77f, 1.65f);
((Player)sender).playSound(((Player)sender).getLocation(), Sound.BLOCK_RESPAWN_ANCHOR_CHARGE, 0.125f, 2.99f);
} }
} }
}); });