Sol Reklam

Professineal Skripter'ler Toplansın Orta Seviye 3 Skript

Durum
Mesaj gönderimine kapalı.

Furkan61SD

Bir Kömür Göründü Kaptanım!
Katılım
5 Ocak 2017
Mesajlar
105
Elmaslar
5
Puanlar
13.560
Yaş
25
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.
 

yavuzkel

Koruma 1, Keskinlik 3
Katılım
23 Mayıs 2017
Mesajlar
926
Elmaslar
202
Puanlar
7.310
Yaş
28
Minecraft
Strom_Breaker
hocam 3. sorunun için vipzero öneririm /givevip vipismi nick gün
 

Furkan61SD

Bir Kömür Göründü Kaptanım!
Katılım
5 Ocak 2017
Mesajlar
105
Elmaslar
5
Puanlar
13.560
Yaş
25

WateriX - Skripter

Somon Balığı Selam Vermeye Geldi
Katılım
18 Kasım 2017
Mesajlar
14
Elmaslar
9
Puanlar
0
Yaş
27
Yer
Skripter
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.
 

Furkan61SD

Bir Kömür Göründü Kaptanım!
Katılım
5 Ocak 2017
Mesajlar
105
Elmaslar
5
Puanlar
13.560
Yaş
25
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
 

DwordGG

O Bir İnsan
Moderatör Müfettişi
MinePass

Discord:

DwordGG#2855

Katılım
11 Temmuz 2017
Mesajlar
1.620
Elmaslar
873
Puanlar
16.335
Yer
l
Minecraft
DwordGG
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!
 

Furkan61SD

Bir Kömür Göründü Kaptanım!
Katılım
5 Ocak 2017
Mesajlar
105
Elmaslar
5
Puanlar
13.560
Yaş
25

EylexLive

Örümcek Hoşt!

Discord:

Umut Erarslan#8378

Katılım
10 Ağustos 2017
Mesajlar
347
Elmaslar
110
Puanlar
7.110
Yer
Ankara
Minecraft
UmutErarslan_

Furkan61SD

Bir Kömür Göründü Kaptanım!
Katılım
5 Ocak 2017
Mesajlar
105
Elmaslar
5
Puanlar
13.560
Yaş
25
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı