Skript Paylaşımı Ultimate BuildFFA | Discord Bot Destekli |

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

CraftMirliva

Ziyaretçi
Selam Yine benn
bu Konum Fotoğrafsız olcak Çünki SS alcak birini bulamadım ve Benim PCm bunun için Acayip Kötü ben Gene direk Konuya giriyorum

Skriptimizin Adı: Ultimate FFA

Gereken Addonlar:
Vixio


Bu FFA Skriptimizde Discord Stats Sistemi Bulunmaktadır /bilgi <Oyuncu> Yazarak Discorddan Bilgi Alabilrsiniz Ve Değişen Durumuda Vardır

KOD:

Kod:
# CraftMirliva Tarafından Kodlanmıştır #
# MC - TR Özel Yapımdır #



# Opsiyonlar
options:
    prefix: &e&lFFA #Prefix
    bottoken: "NzUxODIzOTQwNzI0NDU3NDcz.X1Osmw.jEJYkRVBHG3RaYhIVENea9yPAYI" # Bot Token
    bot: "CraftMirliva Bot Test FFA" # Bot Adı
    adminperm: ffa.admin

# Bota Giriş Yapma
on load:
    login to {@bottoken} with the name {@bot}
    set status of {@bot} to do not disturb


# Değişen Durum
every 10 second:
    mark {@bot} as playing "%number of all players% Kişi CraftMirliva"
    wait 5 second
    mark {@bot} as playing "Oyna.CraftMirliva.Com | xHyperTreaks Tarafından Kodlanmıştır"
   
# Olaylar
on death of player:
    add 1 to {öldü::%player%}
    add 1 to {öldürdü::%attacker%}
    give 1 322 to attacker
    clear drops

on first join:
    set {öldürdü::%player%} to 0
    set {öldü::%player%} to 0

on first join:
    wait a tick
    teleport player to {ffaspawn}

on damage:
    set action bar of attacker to "&6%victim% &a&l%health of victim%"
   
on death of player:
    set death message to ""
    attacker is a player
    broadcast "&e%attacker% &aadlı kişi &c%player% &akişisini &6[%health of attacker%] &acanla Öldürdü"

on place of 1:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&bBlok"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    set {_1} to location of event-block
    add {_1} to {blok::*}
    wait 2.5 second
    remove {_1} from {blok::*}
    set event-block to air
   
   
on respawn:
    clear player's inventory
    set slot 0 of player to iron sword of sharpness 1 and unbreaking 1 named "&bKılıç"
    set slot 1 of player to bow of power 1 named "&bYay"
    set slot 2 of player to fishing rod of unbreaking 3 named "&bOlta"
    set slot 3 of player to 64 stone named "&bBlok"
    set slot 4 of player to 64 stone named "&bBlok"
    set slot 5 of player to 64 stone named "&bBlok"
    set slot 6 of player to arrow named "&bOk"
    equip player with iron helmet of unbreaking 3 and protection 1 named "&bKafalık"
    equip player with iron chestplate of unbreaking 3 and protection 1 named "&bZırh"
    equip player with iron leggings of unbreaking 3 and protection 1 named "&bPantalon"
    equip player with iron boots of unbreaking 3 and protection 1 named "&bAyakkabı"
    wait a tick
    teleport the player to {ffaspawn}
   
on join:
    teleport the player to {ffaspawn}
    clear player's inventory
    set join message to "&a+ &b%player%"
    set slot 0 of player to iron sword of sharpness 1 and unbreaking 1 named "&bKılıç"
    set slot 2 of player to bow of power 1 named "&bYay"
    set slot 1 of player to fishing rod of unbreaking 3 named "&bOlta"
    set slot 3 of player to 64 stone named "&bBlok"
    set slot 4 of player to 64 stone named "&bBlok"
    set slot 5 of player to 64 stone named "&bBlok"
    set slot 6 of player to arrow named "&bOk"
    equip player with iron helmet of unbreaking 3 and protection 1 named "&bKafalık"
    equip player with iron chestplate of unbreaking 3 and protection 1 named "&bZırh"
    equip player with iron leggings of unbreaking 3 and protection 1 named "&bPantalon"
    equip player with iron boots of unbreaking 3 and protection 1 named "&bAyakkabı"
    set {durum::%player%} to "Çevrimiçi"

on hunger meter change:
    cancel event

on damage:
    if damage cause is fall:
        cancel event # Fall damage kapar

on any movement:
    if {build::%uuid of player%} is false:
        set player's gamemode to survival
        set player's fly mode to false

on place:
    if {build::%uuid of player%} is false:
        event-block is not stone
        cancel event

on quit:
    set {durum::%player%} to "Çevrimdışı"
    send "&c- &e%player%"
# Bot Komutları

discord command /bilgi <offlineplayer>:
    trigger:
        if {öldürdü::%arg 1%} is not set:
            set {öldürdü::%arg 1%} to "0"
        if {öldü::%arg 1%} is not set:
            set {öldü::%arg 1%} to "0"
        create embed:
            set thumbnail of the embed to "https://minotar.net/avatar/%arg-1%"
            set description of the embed to "%arg-1% Adlı Kişinin Bilgileri"
            set color of the embed to color from rgb 255, 0, 0
            add field named "Oyuncu:" with value "%arg 1%" to embed
            add field named "Öldürmesi:" with value "%{öldürdü::%arg 1%}%" to embed
            add field named "Ölmesi:" with value "%{öldü::%arg 1%}%" to embed
            add field named "Durum:" with value "%{durum::%arg 1%}%" to embed
        send the last created embed to event-channel with {@bot}
   
# Skript
command /ffa [<text>] [<text>] [<text>]:
    trigger:
        if player has the permission "{@adminperm}":
            if arg 1 is "spawncek":
                if arg 2 is not set:
                    if arg 3 is not set:
                        set {ffaspawn} to player's location
                        send "{@prefix} &aBaşarıyla Spawn Ayarlandı"
        else:
            send "{@prefix} &cYetersiz Yetki"
        if player has the permission "{@adminperm}":
            if arg 1 is "build":
                if arg 2 is not set:
                    if arg 3 is not set:
                        if {build::%uuid of player%} is true:
                            set {build::%uuid of player%} to false
                            send "{@prefix} &aBuild Modu Kapandı!"
                            set player's gamemode to survival
                        else:
                            set {build::%uuid of player%} to true
                            send "{@prefix} &aBuild Modu Açıldı!"
                            set player's gamemode to creative
        if arg 1 is not set:
            if arg 2 is not set:
                if arg 3 is not set:
                    if player has the permission "{@adminperm}":
                        send "{@prefix} &cDoğru Kullanım: &a/ffa (spawncek/build)"




Actionbar Ve Öldürme Mesajı

2020-09-06_12.10.57.png


Discorddan Görüntü

Girişte Verilen iTemler
Screenshot_1.png


2020-09-06_12.09.51.png
 
Son düzenleme:

Her şeyden önce bu güzel Skript'in Discord'a bağlanabildiğine çok sevindim. Bunun dışında gayet güzel bir yapım olmuş, eline sağlık ? ?
 
Merhaba, forum kuralları gereği; skript paylaşım konusunun içerisinde en az 3 adet görsel bulunmalıdır. Gereken şartlar uygulanmaz ise konunuz 24 saat sonra arşive taşınacaktır.
 
Harika bir skript olmuş discord bot destekli olması da gayet güzel eline sağlık.
 
else if yapısı ve fonksiyon kullanmayı öğrenmelisin. Ayrıca değişkenleri {aaa::%player%} {bbb::%player%} gibi ayırmaktansa
{ffa::aaa::%player%} {ffa::bbb::%player%} gibi tutmak senin işine yarayacak
 
Efsane Skript. Bunu kesinlikle kullanacağım.
 
Selam Yine benn
bu Konum Fotoğrafsız olcak Çünki SS alcak birini bulamadım ve Benim PCm bunun için Acayip Kötü ben Gene direk Konuya giriyorum

Skriptimizin Adı: Ultimate FFA

Gereken Addonlar:
Vixio


Bu FFA Skriptimizde Discord Stats Sistemi Bulunmaktadır /bilgi <Oyuncu> Yazarak Discorddan Bilgi Alabilrsiniz Ve Değişen Durumuda Vardır

KOD:

Kod:
# CraftMirliva Tarafından Kodlanmıştır #
# MC - TR Özel Yapımdır #



# Opsiyonlar
options:
    prefix: &e&lFFA #Prefix
    bottoken: "NzUxODIzOTQwNzI0NDU3NDcz.X1Osmw.jEJYkRVBHG3RaYhIVENea9yPAYI" # Bot Token
    bot: "CraftMirliva Bot Test FFA" # Bot Adı
    adminperm: ffa.admin

# Bota Giriş Yapma
on load:
    login to {@bottoken} with the name {@bot}
    set status of {@bot} to do not disturb


# Değişen Durum
every 10 second:
    mark {@bot} as playing "%number of all players% Kişi CraftMirliva"
    wait 5 second
    mark {@bot} as playing "Oyna.CraftMirliva.Com | xHyperTreaks Tarafından Kodlanmıştır"
  
# Olaylar
on death of player:
    add 1 to {öldü::%player%}
    add 1 to {öldürdü::%attacker%}
    give 1 322 to attacker
    clear drops

on first join:
    set {öldürdü::%player%} to 0
    set {öldü::%player%} to 0

on first join:
    wait a tick
    teleport player to {ffaspawn}

on damage:
    set action bar of attacker to "&6%victim% &a&l%health of victim%"
  
on death of player:
    set death message to ""
    attacker is a player
    broadcast "&e%attacker% &aadlı kişi &c%player% &akişisini &6[%health of attacker%] &acanla Öldürdü"

on place of 1:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&bBlok"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    set {_1} to location of event-block
    add {_1} to {blok::*}
    wait 2.5 second
    remove {_1} from {blok::*}
    set event-block to air
  
  
on respawn:
    clear player's inventory
    set slot 0 of player to iron sword of sharpness 1 and unbreaking 1 named "&bKılıç"
    set slot 1 of player to bow of power 1 named "&bYay"
    set slot 2 of player to fishing rod of unbreaking 3 named "&bOlta"
    set slot 3 of player to 64 stone named "&bBlok"
    set slot 4 of player to 64 stone named "&bBlok"
    set slot 5 of player to 64 stone named "&bBlok"
    set slot 6 of player to arrow named "&bOk"
    equip player with iron helmet of unbreaking 3 and protection 1 named "&bKafalık"
    equip player with iron chestplate of unbreaking 3 and protection 1 named "&bZırh"
    equip player with iron leggings of unbreaking 3 and protection 1 named "&bPantalon"
    equip player with iron boots of unbreaking 3 and protection 1 named "&bAyakkabı"
    wait a tick
    teleport the player to {ffaspawn}
  
on join:
    teleport the player to {ffaspawn}
    clear player's inventory
    set join message to "&a+ &b%player%"
    set slot 0 of player to iron sword of sharpness 1 and unbreaking 1 named "&bKılıç"
    set slot 2 of player to bow of power 1 named "&bYay"
    set slot 1 of player to fishing rod of unbreaking 3 named "&bOlta"
    set slot 3 of player to 64 stone named "&bBlok"
    set slot 4 of player to 64 stone named "&bBlok"
    set slot 5 of player to 64 stone named "&bBlok"
    set slot 6 of player to arrow named "&bOk"
    equip player with iron helmet of unbreaking 3 and protection 1 named "&bKafalık"
    equip player with iron chestplate of unbreaking 3 and protection 1 named "&bZırh"
    equip player with iron leggings of unbreaking 3 and protection 1 named "&bPantalon"
    equip player with iron boots of unbreaking 3 and protection 1 named "&bAyakkabı"
    set {durum::%player%} to "Çevrimiçi"

on hunger meter change:
    cancel event

on damage:
    if damage cause is fall:
        cancel event # Fall damage kapar

on any movement:
    if {build::%uuid of player%} is false:
        set player's gamemode to survival
        set player's fly mode to false

on place:
    if {build::%uuid of player%} is false:
        event-block is not stone
        cancel event

on quit:
    set {durum::%player%} to "Çevrimdışı"
    send "&c- &e%player%"
# Bot Komutları

discord command /bilgi <offlineplayer>:
    trigger:
        if {öldürdü::%arg 1%} is not set:
            set {öldürdü::%arg 1%} to "0"
        if {öldü::%arg 1%} is not set:
            set {öldü::%arg 1%} to "0"
        create embed:
            set thumbnail of the embed to "https://minotar.net/avatar/%arg-1%"
            set description of the embed to "%arg-1% Adlı Kişinin Bilgileri"
            set color of the embed to color from rgb 255, 0, 0
            add field named "Oyuncu:" with value "%arg 1%" to embed
            add field named "Öldürmesi:" with value "%{öldürdü::%arg 1%}%" to embed
            add field named "Ölmesi:" with value "%{öldü::%arg 1%}%" to embed
            add field named "Durum:" with value "%{durum::%arg 1%}%" to embed
        send the last created embed to event-channel with {@bot}
  
# Skript
command /ffa [<text>] [<text>] [<text>]:
    trigger:
        if player has the permission "{@adminperm}":
            if arg 1 is "spawncek":
                if arg 2 is not set:
                    if arg 3 is not set:
                        set {ffaspawn} to player's location
                        send "{@prefix} &aBaşarıyla Spawn Ayarlandı"
        else:
            send "{@prefix} &cYetersiz Yetki"
        if player has the permission "{@adminperm}":
            if arg 1 is "build":
                if arg 2 is not set:
                    if arg 3 is not set:
                        if {build::%uuid of player%} is true:
                            set {build::%uuid of player%} to false
                            send "{@prefix} &aBuild Modu Kapandı!"
                            set player's gamemode to survival
                        else:
                            set {build::%uuid of player%} to true
                            send "{@prefix} &aBuild Modu Açıldı!"
                            set player's gamemode to creative
        if arg 1 is not set:
            if arg 2 is not set:
                if arg 3 is not set:
                    if player has the permission "{@adminperm}":
                        send "{@prefix} &cDoğru Kullanım: &a/ffa (spawncek/build)"




Actionbar Ve Öldürme Mesajı

Ekli dosyayı görüntüle 139736

Discorddan Görüntü

Girişte Verilen iTemlerEkli dosyayı görüntüle 139739

Ekli dosyayı görüntüle 139738
wow gerçekten güzel gözüküyor ??
 
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