Blocka Vur Minigame Yardim

OnurCreed

Kömür Madencisi
Mesajlar
101
En iyi cevaplar
0
Beğeniler
4
Puanları
80
Evet Arkadaslar Skriptin Mantigi Su Olucak
Alttaki Skripte Uyarli Olucak
Oyuncular Oyuna Geldiginde Takim Secicek Her Takimda 4 Kisi Oldugunda Oyun Baslicak ve Oyun Basladiginda her takimdaki kisi kendi takimina isinlanicak
Blok'u Sectigimiz Yerde Dogucak Blok Diamond Block olucak 100 vurusluk canı olucak diyelim bir takimdan biri blokun canini 99 bıraktı ve oldu karsı veya baska takimdan biri o bloku keserse oyunu o kazanicak blokun canıda ona vurdugunda chatta yazicak.
Ekstra Olarak : 3 Raund Olucak Oyuncular Her Raundda gelisicek Setler Veya Esyalar Ayarlanicak.
HTML:
command /takimayarla [<text>]:
    permission: takim.admin
    trigger:
        if arg-1 is not set:
            send "&c/takim <Mavi - Sari - Kirmizi - Yesil>"
            stop
        else if arg 1 is "Mavi":
            send "&aMavi &btakimin koordinatlari belirlendi."
            set {takimlar::Mavi} to location of player
            stop
        else if arg 1 is "Sari":
            send "&eSari &btakimin koordinatlari belirlendi."
            set {takimlar::Sari} to location of player
            stop
        else:
            send "&cKirmizi &btakimin koordinatlari belirlendi."
            set {takimlar::Kirmizi} to location of player
            stop
        else:
            send "&eYesil &btakimin koordinatlari belirlendi."
            set {takimlar::Yesil} to location of player
            stop  
      
command /takima-katil [<text>]:
    trigger:
        {takim.%player%} is not set:
            set {takim.%player%} to "%arg-1%"
            teleport player to {takimlar::%arg-1%}
            send "&d%arg-1% &btakimini sectin ve bölgesine isinlandin."
            stop

on login:
    if {takim.%player%} is not set:
        open chest with 1 row named "&cTakim Sec" to player
        wait 2 ticks
    format slot 2 of player with blue wool named "&aMavi Takim" to close then run [make player execute command "takima-katil Mavi"]
    format slot 4 of player with yellow wool named "&eSari Takim" to close then run [make player execute command "takima-katil Sari"]
    format slot 6 of player with red wool named "&cKirmizi Takim" to close then run [make player execute command "takima-katil Kirmizi"]
    format slot 8 of player with green wool named "&cYesil Takim" to close then run [make player execute command "takima-katil Yesil"]
        stop

on invetory close:
    {takim.%player%} is not set
    open chest with 1 row named "&cTakim Sec" to player
    wait 2 ticks
    format slot 2 of player with blue wool named "&aMavi Takim" to close then run [make player execute command "takima-katil Mavi"]
    format slot 4 of player with yellow wool named "&eSari Takim" to close then run [make player execute command "takima-katil Sari"]
    format slot 6 of player with red wool named "&cKirmizi Takim" to close then run [make player execute command "takima-katil Kirmizi"]
    format slot 8 of player with green wool named "&cYesil Takim" to close then run [make player execute command "takima-katil Yesil"]
    stop

on damage:
    {takim.%victim%} is {takim.%attacker%}
    cancel event
@Switcher Sen Kodlarsin Bunu sana Güveniyorum bro.
 


S

Switcher

Ziyaretçi
Basit bir şey zaten de uğraşan birisi lazım ve ben üşengecim.
 

Üst