Çözüldü Skript hata veriyor

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

TechCraft

Koydum Çalışma Masasını
Katılım
21 Haziran 2019
Mesajlar
58
Elmaslar
4
Puan
13.260
Minecraft
Boyeez_

Discord:

Boyeez|#8723

Skript yazmaya yeni başladım lakin çok fazla hata alıyorum örneğin bu kodun çalışmama sebebi nedir

command /kagit:
permissions: vip.sünger
permission message: &7Üzgünüm, yetkin yok.
trigger:
give paper to player named "&eVIP"
on right click with paper
if tool's display name is "&eVIP":
execute consol command "/manuadd %player% VIP"
remove paper named "&eVIP" from player
send player Belge Doğrulandı.
send player vipiniz aktif ediliyor...
wait second send player &a▇&7▇▇
wait second send player &a▇▇&7▇
wait second send player &a▇▇▇
send player VIP başarıyla aktif edildi. ♦
 
Skripti Kod içine alıp atabilir misin.
Böyle hiç bir şey anlaşılmıyor.​
Gönderi otomatik olarak birleştirildi:

send player Belge Doğrulandı.
send player vipiniz aktif ediliyor...
wait second send player &a▇&7▇▇
wait second send player &a▇▇&7▇
wait second send player &a▇▇▇
send player VIP başarıyla aktif edildi. ♦

Bu bölümü söyle değiştir.​
Kod:
send "Belge Doğrulandı." to player
send "vipiniz aktif ediliyor..." to player
wait 0.1 seconds
send "&a▇&7▇▇" to player
wait 0.1 seconds
send "&a▇▇&7▇" to player
wait 0.1 seconds
send "&a▇▇▇" to player
send "VIP başarıyla aktif edildi. ♦" to player
 
Son düzenleme:
yine hata veriyor kod içine nasıl alıcam
 
Kod:
command /kagit:
    permissions: vip.sünger
    permission message: &7Üzgünüm, yetkin yok.
    trigger:
        give paper to player named "&eVIP"
on right click with paper:
    if tool's display name is "&eVIP":
        execute consol command "/manuadd %player% VIP"
        remove paper named "&eVIP" from player
        send "Belge Doğrulandı." to player
        send "vipiniz aktif ediliyor..." to player
        wait 0.1 seconds
        send "&a▇&7▇▇" to player
        wait 0.1 seconds
        send "&a▇▇&7▇" to player
        wait 0.1 seconds
        send "&a▇▇▇" to player
        send "VIP başarıyla aktif edildi. ♦" to player

Bunu dener misin ?
Denedikten sonra lütfen geri dönüş yap.
 
çalışmıyor
 
Skript yazmaya yeni başladım lakin çok fazla hata alıyorum örneğin bu kodun çalışmama sebebi nedir

command /kagit:
permissions: vip.sünger
permission message: &7Üzgünüm, yetkin yok.
trigger:
give paper to player named "&eVIP"
on right click with paper
if tool's display name is "&eVIP":
execute consol command "/manuadd %player% VIP"
remove paper named "&eVIP" from player
send player Belge Doğrulandı.
send player vipiniz aktif ediliyor...
wait second send player &a▇&7▇▇
wait second send player &a▇▇&7▇
wait second send player &a▇▇▇
send player VIP başarıyla aktif edildi. ♦

Deneyip geri dönüş sağlar mısınız?

JavaScript:
command /kağıt:
    executable by: players
    permission: vip.sünger
    permission message: &8[&cSunucu&8] &7Bu komutu gerçekleştirmek için gereken izinlere &csahip değilsin&8.
    aliases: /kagit
    trigger:
        give a paper named "&eVIP" to player
        send "&8[&cSunucu&8] &7Kağıt &6alındı&8." to player
        stop
on rightclick holding a paper:
    if player's tool is a paper named "&eVIP":
        remove 1 paper named "&eVIP" from player
        execute console command "manuadd %player% VIP"
        send "&8[&cSunucu&8] &7Belge &adoğrulandı&8." to player
        send "&8[&cSunucu&8]&6&lVIP&8'&7niz aktif edildi&8." to player
        stop
 
Skriptte tab bırakmanız önemli, bir de command kısımlarını on command ile değiştirip deneyin
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst