Linux MC
Zombi Geldi, Beni Yedi
- Katılım
- 16 Ekim 2024
- Mesajlar
- 230
- Elmaslar
- 17
- Puan
- 1.355
- Konum
- Türkiye
- Minecraft
- linux1827
Discord:
linux_yt
Kod:
command /spawnayarla:
permission: spawn.ayarla
trigger:
set {spawn} to location of player
send "Spawn Belirlendi."
command /spawn:
trigger:
set {_loc} to location of player
play sound "entity.experience_orb.pickup" to player
send title "&6Işınlanılıyor." with subtitle "&7Işınlanmak İçin 3 Saniye Bekle!" to player for 1 seconds
wait 1 second
if location of player is not {_loc}:
send "&cHareket ettin, ışınlanma iptal edildi!" to player
stop
play sound "entity.experience_orb.pickup" to player
send title "&6Işınlanılıyor.." with subtitle "&7Işınlanmak İçin 2 Saniye Bekle!" to player for 1 seconds
wait 1 second
if location of player is not {_loc}:
send "&cHareket ettin, ışınlanma iptal edildi!" to player
stop
play sound "entity.experience_orb.pickup" to player
send title "&6Işınlanılıyor..." with subtitle "&7Işınlanmak İçin 1 Saniye Bekle!" to player for 1 seconds
wait 1 second
if location of player is not {_loc}:
send "&cHareket ettin, ışınlanma iptal edildi!" to player
stop
teleport player to {spawn}
play sound "minecraft:entity.player.levelup" to player
send title "&aIşınlandın!" with subtitle "" to player for 1 seconds
on join:
teleport player to {spawn}
Merhabalar ben üstteki skripti kullanıyorum ama /spawn komutu kullanılınca sadece hareket edilince skriptin &cHareket ettin, ışınlanma iptal edildi! yazmasını istiyorum bu skript ekranı hareket ettirdiğimdede &cHareket ettin, ışınlanma iptal edildi! diyor doğrusu nasıl olmalı?