Sol Reklam

Çözüldü ISTEK SKRIPT - xBuhariPvP Teşekkürler = RÜTBE SKRIPTI

Durum
Mesaj gönderimine kapalı.

ErdemAgaTR

Zombi Geldi, Beni Yedi

Discord:

xScreame

Katılım
30 Eylül 2018
Mesajlar
236
Elmaslar
45
Puanlar
6.500
Yer
Istanbul/Türkiye
Minecraft
xScreame
Selamlar
SkyBlock Sunucum Içın
Para Ile Rütbe Skripti Istiyorum
Kısacası

/Rütbe Liste
/Rütbe Atla
/Rütbe Yardım


-------------------------
/Rütbe Atla
-------------------------
Sky Acemi = 100,000
Sky Lord = 200,000
Sky Pro = 300,000
Sky King = 400,000
Sky Epic = 500,000


Sunucu Ismi : EpicCraftTR = Prefix : &0&l[&3&lEpicCraftTR&0&l]
Böyle Olursa Sevinirim (Yapılabilirmi Böyle BirşeY ?)
 

Mustoli

Somon Balığı Selam Vermeye Geldi

Discord:

♫!'ByJoeYim!'♫#3503

Katılım
18 Temmuz 2019
Mesajlar
22
Elmaslar
4
Puanlar
0
Minecraft
Binders
aaa yapılır ama ben yapamam ama sana şöyle güzel bir skript atabilirim özelden atıcam.
 

Hidrhyme

Fırında Isıttığım İlk Taş

Discord:

hidrhyme

Katılım
22 Haziran 2019
Mesajlar
91
Elmaslar
39
Puanlar
6.520
Yer
Bursa
Minecraft
Hidrhyme
Buyur:

Kod:
options:
    Prefix : &0&l[&3&lEpicCraftTR&0&l]
    

command /Rütbe <text>:
    trigger:
        if arg 1 is "Yardım":
            send "&6Komutlar:"
            send "&e/Rütbe Atla - &fRütbe Atlama Menüsünü Açar."
            send "&e/Rütbe Liste - &fRütbe Listesini Gösterir."
        if arg 1 is "Liste":
            send "&6Rütbeler:"
            send "&eSky Acemi &7= &f100,000 TL"
            send "&eSky Lord &7= &f200,000 TL"
            send "&eSky Pro &7= &f300,000 TL"
            send "&eSky King &7= &f400,000 TL"
            send "&eSky Epic &7= &f500,000 TL"
        if arg 1 is "Atla":
            open chest with 3 rows named "&eRütbe Liste" to player
            format slot 2 of player with leather tunic named "&eSky Acemi" with lore "&f100K" to close then run [execute player command "/sky acemi"]
            format slot 5 of player with golden chestplate named "&eSky Lord" with lore "&f200K" to close then run [execute player command "/sky lord"]
            format slot 8 of player with chain chestplate named "&eSky Pro" with lore "&f300K" to close then run [execute player command "/sky pro"]
            format slot 11 of player with iron chestplate named "&eSky King" with lore "&f400K" to close then run [execute player command "/sky king"]
            format slot 14 of player with diamond chestplate named "&eSky Epic" with lore "&f500K" to close then run [execute player command "/sky epic"]
                    
command /sky <text>:
    trigger:
        if arg 1 is "acemi":
            if player's balance >= 100000:
                execute console command "manuadd %player% skyacemi"
                send "&eSky Acemi Oldunuz!" to player
                send "&e%player% &fAdlı oyuncu Sky Acemi Oldu!" to players
                remove 100000 from player's balance
            else:
                send "&6Yeterli paranız yok!" to player
        if arg 1 is "lord":
            if player's balance >= 200000:
                execute console command "manuadd %player% skylord"
                send "&eSky Lord Oldunuz!" to player
                send "&e%player% &fAdlı oyuncu Sky Lord Oldu!" to players
                remove 200000 from player's balance
            else:
                send "&6Yeterli paranız yok!" to player
        if arg 1 is "pro":
            if player's balance >= 300000:
                execute console command "manuadd %player% skypro"
                send "&eSky Pro Oldunuz!" to player
                send "&e%player% &fAdlı oyuncu Sky Pro Oldu!" to players
                remove 300000 from player's balance
            else:
                send "&6Yeterli paranız yok!" to player
        if arg 1 is "king":
            if player's balance >= 400000:
                execute console command "manuadd %player% skyking"
                send "&eSky King Oldunuz!" to player
                send "&e%player% &fAdlı oyuncu Sky King Oldu!" to players
                remove 400000 from player's balance
            else:
                send "&6Yeterli paranız yok!" to player
        if arg 1 is "epic":
            if player's balance >= 500000:
                execute console command "manuadd %player% skyepic"
                send "&eSky Epic Oldunuz!" to player
                send "&e%player% &fAdlı oyuncu Sky Epic Oldu!" to players
                remove 500000 from player's balance
            else:
                send "&6Yeterli paranız yok!" to player
 
Son düzenleme:

ErdemAgaTR

Zombi Geldi, Beni Yedi

Discord:

xScreame

Katılım
30 Eylül 2018
Mesajlar
236
Elmaslar
45
Puanlar
6.500
Yer
Istanbul/Türkiye
Minecraft
xScreame

Shura

Altın Benim Yeni Sevgilim
Katılım
6 Haziran 2018
Mesajlar
471
Elmaslar
254
Puanlar
7.070
Buyur:

Kod:
options:
    Prefix : &0&l[&3&lEpicCraftTR&0&l]
   

command /Rütbe <text>:
    trigger:
        if arg 1 is "Yardım":
            send "&6Komutlar:"
            send "&e/Rütbe Atla - &fRütbe Atlama Menüsünü Açar."
            send "&e/Rütbe Liste - &fRütbe Listesini Gösterir."
            if arg 1 is "Liste":
                send "&6Rütbeler:"
                send "&eSky Acemi &7= &f100,000 TL"
                send "&eSky Lord &7= &f200,000 TL"
                send "&eSky Pro &7= &f300,000 TL"
                send "&eSky King &7= &f400,000 TL"
                send "&eSky Epic &7= &f500,000 TL"
                if arg 1 is "Atla":
                    open chest with 3 rows named "&eRütbe Liste" to player
                    format slot 2 of player with leather tunic named "&eSky Acemi" with lore "&f100K" to close then run [execute player command "/sky acemi"]
                    format slot 5 of player with golden chestplate named "&eSky Lord" with lore "&f200K" to close then run [execute player command "/sky lord"]
                    format slot 8 of player with chain chestplate named "&eSky Pro" with lore "&f300K" to close then run [execute player command "/sky pro"]
                    format slot 11 of player with iron chestplate named "&eSky King" with lore "&f400K" to close then run [execute player command "/sky king"]
                    format slot 14 of player with diamond chestplate naned "&eSky Epic" with lore "&f500K" to close then run [execute player command "/sky epic"]
                   
command /sky <text>:
    trigger:
        if arg 1 is "acemi":
            if player's balance >= 100000:
                execute console command "manuadd %player% skyacemi"
                send "&eSky Acemi Oldunuz!" to player
                send "&e%player% &fAdlı oyuncu Sky Acemi Oldu!" to players
            else:
                send "&6Yeterli paranız yok!" to player
                if arg 1 is "lord":
                    if player's balance >= 200000:
                        execute console command "manuadd %player% skylord"
                        send "&eSky Lord Oldunuz!" to player
                        send "&e%player% &fAdlı oyuncu Sky Lord Oldu!" to players
                    else:
                        send "&6Yeterli paranız yok!" to player
                        if arg 1 is "pro":
                            if player's balance >= 300000:
                                execute console command "manuadd %player% skypro"
                                send "&eSky Pro Oldunuz!" to player
                                send "&e%player% &fAdlı oyuncu Sky Pro Oldu!" to players
                            else:
                                send "&6Yeterli paranız yok!" to player
                                if arg 1 is "king":
                                    if player's balance >= 400000:
                                        execute console command "manuadd %player% skyking"
                                        send "&eSky King Oldunuz!" to player
                                        send "&e%player% &fAdlı oyuncu Sky King Oldu!" to players
                                    else:
                                        send "&6Yeterli paranız yok!" to player
                                        if arg 1 is "epic":
                                            if player's balance >= 500000:
                                                execute console command "manuadd %player% skyepic"
                                                send "&eSky Epic Oldunuz!" to player
                                                send "&e%player% &fAdlı oyuncu Sky Epic Oldu!" to players
                                            else:
                                                send "&6Yeterli paranız yok!" to player

Hatada kod var nedir bu attığınız
 

ErdemAgaTR

Zombi Geldi, Beni Yedi

Discord:

xScreame

Katılım
30 Eylül 2018
Mesajlar
236
Elmaslar
45
Puanlar
6.500
Yer
Istanbul/Türkiye
Minecraft
xScreame
Bu arada
eco komutu var sunucumda
 

Hidrhyme

Fırında Isıttığım İlk Taş

Discord:

hidrhyme

Katılım
22 Haziran 2019
Mesajlar
91
Elmaslar
39
Puanlar
6.520
Yer
Bursa
Minecraft
Hidrhyme

Shura

Altın Benim Yeni Sevgilim
Katılım
6 Haziran 2018
Mesajlar
471
Elmaslar
254
Puanlar
7.070

Buhari

Software Developer
Yönetici
Emektar
Onaylı Satıcı

Discord:

xBuhari

Katılım
6 Eylül 2017
Mesajlar
1.878
Elmaslar
1.008
Puanlar
18.150
Discord İzni
Minecraft
xBuhari
Vault ve IConomy gerektirir. Hata verirse SS atarsan daha hızlı çözebiliriz. GroupManagere göre yaptım başka bir tag plugini kullanıyorsan ona göre yapabilirim.

Kod:
options:
    yetkiliperm: rutbe.admin //Bu yetkiye sahip olanlar rütbe atlayamaz!
    p: &0&l[&3&lEpicCraftTR&0&l] //prefix
    varsayilangrup: oyuncu //normal birinin sunucuya girince sahip olduğu grup adı
    //Rütbelerin grup isimleri
    acemi: skyacemi
    lord: skylord
    pro: skypro
    king: skyking
    epic: skyepic



on load:
    execute console command "mangaddp {@varsayilangrup} rutbe.oyuncu"
    execute console command "mangaddp {@acemi} rutbe.acemi"
    execute console command "mangaddp {@lord} rutbe.lord"
    execute console command "mangaddp {@pro} rutbe.pro"
    execute console command "mangaddp {@king} rutbe.king"
    execute console command "mangaddp {@epic} rutbe.epic"
on unload:
    execute console command "mangdelp {@varsayilangrup} rutbe.oyuncu"
    execute console command "mangdelp {@acemi} rutbe.acemi"
    execute console command "mangdelp {@lord} rutbe.lord"
    execute console command "mangdelp {@pro} rutbe.pro"
    execute console command "mangdelp {@king} rutbe.king"
    execute console command "mangdelp {@epic} rutbe.epic"

command /rütbe [<text>]:
    trigger:
        if arg 1 is "list" or "liste":
            send "{@p} Rütbeler"
            send "{@p} Sky Acemi &7= &f100,000 TL"
            send "{@p} Sky Lord &7= &f200,000 TL"
            send "{@p} Sky Pro &7= &f300,000 TL"
            send "{@p} Sky King &7= &f400,000 TL"
            send "{@p} Sky Epic &7= &f500,000 TL"
            stop
        if arg 1 is "yardım" or "yardim":
            send "{@p} Komutlar"
            send "{@p} /Rütbe Atla - &fRütbe Atlama Menüsünü Açar."
            send "{@p} /Rütbe Liste - &fRütbe Listesini Gösterir."
            stop
        if arg 1 is "atla" or "rankup":
            if player has permission "{@yetkiliperm}":
                send "{@p} Sen rütbe atlayamazsın!"
                stop
            if player has permission "rutbe.oyuncu":
                if player's money is more than or equal to 100000:
                    execute console command "manuadd %player% {@acemi}"
                    remove 100000 from player's balance
                    send "{@p} Sky Acemi rütbesine eriştin!"
                    stop
                send "{@p} Bunun için 100.000 TL Gerekiyor!"
                stop
            if player has permission "rutbe.acemi":
                if player's money is more than or equal to 200000:
                    execute console command "manuadd %player% {@lord}"
                    remove 200000 from player's balance
                    send "{@p} Sky Lord rütbesine eriştin!"
                    stop
                send "{@p} Bunun için 200.000 TL Gerekiyor!"
                stop
            if player has permission "rutbe.lord":
                if player's money is more than or equal to 300000:
                    execute console command "manuadd %player% {@pro}"
                    remove 300000 from player's balance
                    send "{@p} Sky Pro rütbesine eriştin!"
                    stop
                send "{@p} Bunun için 300.000 TL Gerekiyor!"
                stop
            if player has permission "rutbe.pro":
                if player's money is more than or equal to 400000:
                    execute console command "manuadd %player% {@king}"
                    remove 400000 from player's balance
                    send "{@p} Sky King rütbesine eriştin!"
                    stop
                send "{@p} Bunun için 400.000 TL Gerekiyor!"
                stop
            if player has permission "rutbe.king":
                if player's money is more than or equal to 500000:
                    execute console command "manuadd %player% {@epic}"
                    remove 500000 from player's balance
                    send "{@p} Sky Epic rütbesine eriştin! SON RÜTBE"
                    stop
                send "{@p} Bunun için 500.000 TL Gerekiyor!"
                stop
            if player has permission "rutbe.epic":
                send "{@p} Artık rütbe atlayamazsın!"
                stop
            stop
        send "{@p} HATA! Yardım için /rütbe yardım"
 

Hidrhyme

Fırında Isıttığım İlk Taş

Discord:

hidrhyme

Katılım
22 Haziran 2019
Mesajlar
91
Elmaslar
39
Puanlar
6.520
Yer
Bursa
Minecraft
Hidrhyme

Buhari

Software Developer
Yönetici
Emektar
Onaylı Satıcı

Discord:

xBuhari

Katılım
6 Eylül 2017
Mesajlar
1.878
Elmaslar
1.008
Puanlar
18.150
Discord İzni
Minecraft
xBuhari

ErdemAgaTR

Zombi Geldi, Beni Yedi

Discord:

xScreame

Katılım
30 Eylül 2018
Mesajlar
236
Elmaslar
45
Puanlar
6.500
Yer
Istanbul/Türkiye
Minecraft
xScreame

Buhari

Software Developer
Yönetici
Emektar
Onaylı Satıcı

Discord:

xBuhari

Katılım
6 Eylül 2017
Mesajlar
1.878
Elmaslar
1.008
Puanlar
18.150
Discord İzni
Minecraft
xBuhari

ErdemAgaTR

Zombi Geldi, Beni Yedi

Discord:

xScreame

Katılım
30 Eylül 2018
Mesajlar
236
Elmaslar
45
Puanlar
6.500
Yer
Istanbul/Türkiye
Minecraft
xScreame
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı