Çözüldü Motd Sorunu

  • Konuyu Başlatan Konuyu Başlatan Shooter
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 481
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Shooter

Birisi mi Spawnlandı?
Katılım
18 Aralık 2022
Mesajlar
1
Elmaslar
0
Puan
70
Yaş
26
Konum
konya
Minecraft
Shooter
Selam arkadaşlar elimdi bir script var fakat bunu nerde kullanacagımı bilmiorum yardım edebilecek var mı

Kod:
#-----------------------------------#
#                                    #
#      A Skript By (*)      #
#                                    #
#-----------------------------------#


options:
    # true = aktif - açık
    # false = pasif - kapalı
    # =====[ Ayarlar ]===== #


    prefix: &7[&eExtraLogin&7]


    GirisCikisMesaj: true
    GirisMesaj: &7[&eExtraLogin&7] &a%player% &3sunucuya katıldı! &d(%{aktif}%/12) # Burası aktif ve max slotu gösterir.
    CikisMesaj: &7[&eExtraLogin&7] &c%player% &3sunucudan ayrıldı! &d(%{aktifcikis}%/12) # Burası aktif ve max slotu gösterir.
    IlkGiris: &7[&eExtraLogin&7] &e%player% &bSunucuya ilk defa katıldı!


    SpawnTP: true


    # =====[ Ayarlar 2 ]===== #


    # TAB' Tuşu Çok Kullanmayın.


    Motd: true
    Motd-Satir1: &r         &e&lExtra&b&lLogin &9&l- &b&l1.8 &7&l/ &b&l1.8.8
    Motd-Satir2: &r             &aTüm herkezi bekleriz...


    SayimOyuncular: true


#-----------------------------------#
#                                    #
#      Kodlama Kısmı (Ellemeyin)    #
#                                    #
#-----------------------------------#


command /extralogin [<text>] [<integer>]:
    permission: extralogin.admin
    permission message: &cBunun için gerekli yetkiniz bulunmamaktadır!
    aliases: /el, /extral
    trigger:
        if arg-1 is not set:
            message "{@prefix} &6Komutlar:"
            message " "
            message "{@prefix} &e/extralogin spawnayarla &8- &3Oyuncu girince oto doğacak yeri ayarlar."
            message " "
        if arg-1 is "sahteoyuncu":
            if arg-2 is set:
                message "{@prefix} &3Sahte oyuncu sayısı artık: &e%arg 2%"
                set {el:oyuncusayisi} to arg-2
        if arg-1 is "spawnayarla":
            message "{@prefix} &aSpawn ayarlandı!"
            set {el:spawn} to player's location


on join:
    if {@GirisCikisMesaj} is true:
        set {aktif} to amount of all players
        set join message to "{@GirisMesaj}"
        teleport player to {el:spawn}
    
on first join:
    if {@GirisCikisMesaj} is true:
        set {aktifcikis} to amount of all players - 1
        set join message to "{@IlkGiris}"
        teleport player to {el:spawn}
    
on quit:
    if {@GirisCikisMesaj} is true:
        set {aktif} to amount of all players
        set quit message to "{@CikisMesaj}"
    
on server list ping:
    if {@Motd} is true:
        set motd to "{@Motd-Satir1}%nl%{@Motd-Satir2}"
    
on server list ping:
    if {@SayimOyuncular} is true:
        set {el:oyuncusayisi} to amount of all players
        add 1 to {el:oyuncusayisi}
        set max player count to {el:oyuncusayisi}
 
Moderatör tarafından düzenlendi:
Selam arkadaşlar elimdi bir script var fakat bunu nerde kullanacagımı bilmiorum yardım edebilecek var mı

Kod:
#-----------------------------------#
#                                    #
#      A Skript By (*)      #
#                                    #
#-----------------------------------#


options:
    # true = aktif - açık
    # false = pasif - kapalı
    # =====[ Ayarlar ]===== #


    prefix: &7[&eExtraLogin&7]


    GirisCikisMesaj: true
    GirisMesaj: &7[&eExtraLogin&7] &a%player% &3sunucuya katıldı! &d(%{aktif}%/12) # Burası aktif ve max slotu gösterir.
    CikisMesaj: &7[&eExtraLogin&7] &c%player% &3sunucudan ayrıldı! &d(%{aktifcikis}%/12) # Burası aktif ve max slotu gösterir.
    IlkGiris: &7[&eExtraLogin&7] &e%player% &bSunucuya ilk defa katıldı!


    SpawnTP: true


    # =====[ Ayarlar 2 ]===== #


    # TAB' Tuşu Çok Kullanmayın.


    Motd: true
    Motd-Satir1: &r         &e&lExtra&b&lLogin &9&l- &b&l1.8 &7&l/ &b&l1.8.8
    Motd-Satir2: &r             &aTüm herkezi bekleriz...


    SayimOyuncular: true


#-----------------------------------#
#                                    #
#      Kodlama Kısmı (Ellemeyin)    #
#                                    #
#-----------------------------------#


command /extralogin [<text>] [<integer>]:
    permission: extralogin.admin
    permission message: &cBunun için gerekli yetkiniz bulunmamaktadır!
    aliases: /el, /extral
    trigger:
        if arg-1 is not set:
            message "{@prefix} &6Komutlar:"
            message " "
            message "{@prefix} &e/extralogin spawnayarla &8- &3Oyuncu girince oto doğacak yeri ayarlar."
            message " "
        if arg-1 is "sahteoyuncu":
            if arg-2 is set:
                message "{@prefix} &3Sahte oyuncu sayısı artık: &e%arg 2%"
                set {el:oyuncusayisi} to arg-2
        if arg-1 is "spawnayarla":
            message "{@prefix} &aSpawn ayarlandı!"
            set {el:spawn} to player's location


on join:
    if {@GirisCikisMesaj} is true:
        set {aktif} to amount of all players
        set join message to "{@GirisMesaj}"
        teleport player to {el:spawn}
   
on first join:
    if {@GirisCikisMesaj} is true:
        set {aktifcikis} to amount of all players - 1
        set join message to "{@IlkGiris}"
        teleport player to {el:spawn}
   
on quit:
    if {@GirisCikisMesaj} is true:
        set {aktif} to amount of all players
        set quit message to "{@CikisMesaj}"
   
on server list ping:
    if {@Motd} is true:
        set motd to "{@Motd-Satir1}%nl%{@Motd-Satir2}"
   
on server list ping:
    if {@SayimOyuncular} is true:
        set {el:oyuncusayisi} to amount of all players
        add 1 to {el:oyuncusayisi}
        set max player count to {el:oyuncusayisi}
Bunu .sk dosyasına koyup Eklenti paketin plugin dosyasının içine girip skript/script/ konumuna koyup çalıştırabilirsin.
 
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