Spielerinteraktionen
Hier findest du Anleitungen um Spielerinteraktionen zu erstellen.
player.playSound {
type(Sound.BLOCK_COMPARATOR_CLICK)
source(net.kyori.adventure.sound.Sound.Source.BLOCK)
pitch(1f)
volume(1f)
}
player.playSound(true) { // "true" zeigt, dass der Self-Emitter genutzt wird
type(Sound.BLOCK_COMPARATOR_CLICK)
source(net.kyori.adventure.sound.Sound.Source.BLOCK)
pitch(1f)
volume(1f)
}Last updated
Was this helpful?

