Professineal Skripter'ler Toplansın Orta Seviye 3 Skript

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

Furkan61SD

Bir Kömür Göründü Kaptanım!
Katılım
5 Ocak 2017
Mesajlar
105
Elmaslar
5
Puan
13.560
Yaş
27
1. Adam ok veya çakmak yakınca 2 saniye sonra yerden silinmesi 2. TURNUVA skripti belli bir turnuva yeri var turnuvabaslat yazıcam ve herkez oraya ışınlancam ölenler spawna gidicek en sona kalan 10 dia vericek bu turnuva 2 saate bir olacak 3.Süreli vip istoyroum 3 tane vipim var golddonor platinumdonor diamonddonor mesela /vipver (vip) adama 1 ay vip vericek Şimdiden Teşekkür Ederim İyi Forumlar.
 
hocam 3. sorunun için vipzero öneririm /givevip vipismi nick gün
 
1. Sorunun İçin

Kod:
ignition:
    wait 2 second
    set event-block to air

2.sorunun için

Kod:
command /konumbelirle [<text>]:
    permission: turnuva.admin
    permission message: &cBu komutu kullanmak icin yeterli izne sahip degilsiniz!
    trigger:
        if arg-1 is "oyuncu1":
            set {turnuva.oyuncu1} to player's location
            message "&cOyuncu 1'nin konumu ayarlandi!" to player
        if arg-1 is "oyuncu2":
            set {turnuva.oyuncu2} to player's location
            message "&cOyuncu 2'nin konumu ayarlandi!" to player
        if arg-1 is "butunoyuncular":
            set {turnuva.allplayers} to player's location
            message "&cTüm oyuncular turnuva başlatılınca buraya cekilicek!" to player
        if arg-1 is "ölenoyuncular":
            set {turnuva.ölenler} to player's location
            message "&cÖlen oyuncular buraya gelicek!" to player
        if arg-1 is "kazananoyuncu":
            set {turnuva.kazanan} to player's location
            message "&cKazanan oyuncular buraya gelicek!" to player
          
          
#Turnuva Baslatma

command /turnuvabaslat:
    permission: turnuva.admin
    permission message: &cBu komutu kullanmak icin yeterli izne sahip degilsiniz!"
    trigger:
        set {turnuva} to "acik"
        message "&cTURNUVA BASLIYOR!!" to all players
        message "&4&l10!" to all players
        message "&4&l9!" to all players
        message "&4&l8!" to all players
        message "&4&l7!" to all players
        message "&4&l6!" to all players
        message "&4&l5!" to all players
        message "&4&l4!" to all players
        message "&4&l3!" to all players
        message "&4&l2!" to all players
        message "&4&l1!" to all players
        message "&cOyuncular cekiliyor!!" to all players
        teleport all players to {turnuva.allplayers}
        message "&cOyuncular cekildi!" to all players
        message "&cYetkili turnuvada kapismalari icin adam belirleyecek lütfen bekleyin!" to all players
  
#Turnuva icin adam secme
  
command /turnuvaadamsec [<player>] [<player>]:
    permission: turnuva.admin
    permission message: &cBu komutu kullanmak icin yeterli izne sahip degilsiniz!"
    trigger:
        if arg-1 is not set:
            message "&c/turnuvaadamsec <oyuncu> <oyuncu>"
        if arg-2 is not set:
            message "&c/turnuvaadamsec <oyuncu> <oyuncu>"
        else:
            message "&cTurnuvada kapismalari icin %arg-1% ve %arg-2% secildi yerlerine cekiliyorlar!" to all players
            wait 3 second
            teleport arg-1 to {turnuva.oyuncu1}
            teleport arg-2 to {turnuva.oyuncu2}
            execute console command "/kitload %arg-1%"
            execute console command "/kitload %arg-2%"
            message "&cIyi kapismalar!" to all players
          
      
      
      
#Ölenleri ölünce gidilicek yere gönderir (Turnuva acikken calisir)
#Kazananıda kazananlar yerine göndericek

on death:
    attacker is a player
    victim is a player
    if {turnuva} is "acik":
        teleport victim to {turnuva.ölenler}
        teleport attacker to {turnuva.kazanan}
      
      

#Turnuva icinde kullanılıcak kit

command /kitload [<player>]:
    permission: turnuva.admin
    trigger:
        loop items in arg-1's inventory:
            remove loop-item from arg-1
        wait 0.1 seconds
        equip arg-1 with all iron armor
        set slot 0 of arg-1 to iron sword
        set slot 1 of arg-1 to flint and steel
        set slot 2 of arg-1 to fishing rod
        set slot 3 of arg-1 to bow
        set slot 8 of arg-1 to 15 of arrow

İşinizere yaradıysa belirtiniz Konu Kilitlenecektir.
 
1. Sorunun İçin

Kod:
ignition:
    wait 2 second
    set event-block to air

2.sorunun için

Kod:
command /konumbelirle [<text>]:
    permission: turnuva.admin
    permission message: &cBu komutu kullanmak icin yeterli izne sahip degilsiniz!
    trigger:
        if arg-1 is "oyuncu1":
            set {turnuva.oyuncu1} to player's location
            message "&cOyuncu 1'nin konumu ayarlandi!" to player
        if arg-1 is "oyuncu2":
            set {turnuva.oyuncu2} to player's location
            message "&cOyuncu 2'nin konumu ayarlandi!" to player
        if arg-1 is "butunoyuncular":
            set {turnuva.allplayers} to player's location
            message "&cTüm oyuncular turnuva başlatılınca buraya cekilicek!" to player
        if arg-1 is "ölenoyuncular":
            set {turnuva.ölenler} to player's location
            message "&cÖlen oyuncular buraya gelicek!" to player
        if arg-1 is "kazananoyuncu":
            set {turnuva.kazanan} to player's location
            message "&cKazanan oyuncular buraya gelicek!" to player
         
         
#Turnuva Baslatma

command /turnuvabaslat:
    permission: turnuva.admin
    permission message: &cBu komutu kullanmak icin yeterli izne sahip degilsiniz!"
    trigger:
        set {turnuva} to "acik"
        message "&cTURNUVA BASLIYOR!!" to all players
        message "&4&l10!" to all players
        message "&4&l9!" to all players
        message "&4&l8!" to all players
        message "&4&l7!" to all players
        message "&4&l6!" to all players
        message "&4&l5!" to all players
        message "&4&l4!" to all players
        message "&4&l3!" to all players
        message "&4&l2!" to all players
        message "&4&l1!" to all players
        message "&cOyuncular cekiliyor!!" to all players
        teleport all players to {turnuva.allplayers}
        message "&cOyuncular cekildi!" to all players
        message "&cYetkili turnuvada kapismalari icin adam belirleyecek lütfen bekleyin!" to all players
 
#Turnuva icin adam secme
 
command /turnuvaadamsec [<player>] [<player>]:
    permission: turnuva.admin
    permission message: &cBu komutu kullanmak icin yeterli izne sahip degilsiniz!"
    trigger:
        if arg-1 is not set:
            message "&c/turnuvaadamsec <oyuncu> <oyuncu>"
        if arg-2 is not set:
            message "&c/turnuvaadamsec <oyuncu> <oyuncu>"
        else:
            message "&cTurnuvada kapismalari icin %arg-1% ve %arg-2% secildi yerlerine cekiliyorlar!" to all players
            wait 3 second
            teleport arg-1 to {turnuva.oyuncu1}
            teleport arg-2 to {turnuva.oyuncu2}
            execute console command "/kitload %arg-1%"
            execute console command "/kitload %arg-2%"
            message "&cIyi kapismalar!" to all players
         
     
     
     
#Ölenleri ölünce gidilicek yere gönderir (Turnuva acikken calisir)
#Kazananıda kazananlar yerine göndericek

on death:
    attacker is a player
    victim is a player
    if {turnuva} is "acik":
        teleport victim to {turnuva.ölenler}
        teleport attacker to {turnuva.kazanan}
     
     

#Turnuva icinde kullanılıcak kit

command /kitload [<player>]:
    permission: turnuva.admin
    trigger:
        loop items in arg-1's inventory:
            remove loop-item from arg-1
        wait 0.1 seconds
        equip arg-1 with all iron armor
        set slot 0 of arg-1 to iron sword
        set slot 1 of arg-1 to flint and steel
        set slot 2 of arg-1 to fishing rod
        set slot 3 of arg-1 to bow
        set slot 8 of arg-1 to 15 of arrow

İşinizere yaradıysa belirtiniz Konu Kilitlenecektir.
Birazdan denicem teşekkür ederim bu arada denedinizmi
 
Birazdan denicem teşekkür ederim bu arada denedinizmi
Denediniz mi? Ona göre konu kilitlensin![DOUBLEPOST=1520664433,1520664403][/DOUBLEPOST]
1. Sorunun İçin

Kod:
ignition:
    wait 2 second
    set event-block to air

2.sorunun için

Kod:
command /konumbelirle [<text>]:
    permission: turnuva.admin
    permission message: &cBu komutu kullanmak icin yeterli izne sahip degilsiniz!
    trigger:
        if arg-1 is "oyuncu1":
            set {turnuva.oyuncu1} to player's location
            message "&cOyuncu 1'nin konumu ayarlandi!" to player
        if arg-1 is "oyuncu2":
            set {turnuva.oyuncu2} to player's location
            message "&cOyuncu 2'nin konumu ayarlandi!" to player
        if arg-1 is "butunoyuncular":
            set {turnuva.allplayers} to player's location
            message "&cTüm oyuncular turnuva başlatılınca buraya cekilicek!" to player
        if arg-1 is "ölenoyuncular":
            set {turnuva.ölenler} to player's location
            message "&cÖlen oyuncular buraya gelicek!" to player
        if arg-1 is "kazananoyuncu":
            set {turnuva.kazanan} to player's location
            message "&cKazanan oyuncular buraya gelicek!" to player
        
        
#Turnuva Baslatma

command /turnuvabaslat:
    permission: turnuva.admin
    permission message: &cBu komutu kullanmak icin yeterli izne sahip degilsiniz!"
    trigger:
        set {turnuva} to "acik"
        message "&cTURNUVA BASLIYOR!!" to all players
        message "&4&l10!" to all players
        message "&4&l9!" to all players
        message "&4&l8!" to all players
        message "&4&l7!" to all players
        message "&4&l6!" to all players
        message "&4&l5!" to all players
        message "&4&l4!" to all players
        message "&4&l3!" to all players
        message "&4&l2!" to all players
        message "&4&l1!" to all players
        message "&cOyuncular cekiliyor!!" to all players
        teleport all players to {turnuva.allplayers}
        message "&cOyuncular cekildi!" to all players
        message "&cYetkili turnuvada kapismalari icin adam belirleyecek lütfen bekleyin!" to all players
 
#Turnuva icin adam secme
 
command /turnuvaadamsec [<player>] [<player>]:
    permission: turnuva.admin
    permission message: &cBu komutu kullanmak icin yeterli izne sahip degilsiniz!"
    trigger:
        if arg-1 is not set:
            message "&c/turnuvaadamsec <oyuncu> <oyuncu>"
        if arg-2 is not set:
            message "&c/turnuvaadamsec <oyuncu> <oyuncu>"
        else:
            message "&cTurnuvada kapismalari icin %arg-1% ve %arg-2% secildi yerlerine cekiliyorlar!" to all players
            wait 3 second
            teleport arg-1 to {turnuva.oyuncu1}
            teleport arg-2 to {turnuva.oyuncu2}
            execute console command "/kitload %arg-1%"
            execute console command "/kitload %arg-2%"
            message "&cIyi kapismalar!" to all players
        
    
    
    
#Ölenleri ölünce gidilicek yere gönderir (Turnuva acikken calisir)
#Kazananıda kazananlar yerine göndericek

on death:
    attacker is a player
    victim is a player
    if {turnuva} is "acik":
        teleport victim to {turnuva.ölenler}
        teleport attacker to {turnuva.kazanan}
    
    

#Turnuva icinde kullanılıcak kit

command /kitload [<player>]:
    permission: turnuva.admin
    trigger:
        loop items in arg-1's inventory:
            remove loop-item from arg-1
        wait 0.1 seconds
        equip arg-1 with all iron armor
        set slot 0 of arg-1 to iron sword
        set slot 1 of arg-1 to flint and steel
        set slot 2 of arg-1 to fishing rod
        set slot 3 of arg-1 to bow
        set slot 8 of arg-1 to 15 of arrow

İşinizere yaradıysa belirtiniz Konu Kilitlenecektir.
Arkdaşın sorusuna cevap verirmisin sanırım size diyor!
 
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