[Skript Paylasimi]Random Disguise

OnurCreed

Kömür Madencisi
En iyi cevaplar
0
Evet Baslıktan Anlasıldıgı Gibi Kendi PvP Serverimde kullanıdıgım Random Disguiseyi Paylasıcagım!

Gerekli Pluginler: DisguiseCraft

Permler:vip.rastgeledis disguisecraft.undisguise vip.disguise

Komutlar:/d /disguise /dis /disguisecik /undis /undisguise /ud /dcik

Kod:
Kod:
#Random Disguse Skripti
#Gelistirenler : ionurmarleyjri

#Disguise Craft gereklidir.
#VIP'lere vip.rastgeledis ve disguisecraft.undisguise yetkilerini veriniz.

#Ayarları değiştirebilirsiniz.
options:
    Skin1:DominosBoyRS
    Skin2:BurgerKingGG
    Skin3:xXProMoodXx
    Skin4:DondurmaciKazimRS
    Skin5:GamyoncuRS
    Skin6:PlusPlus01
    Skin7:Jexboy16
    Skin8:HuahwiGG
    Skin9:HerkesggHD
    Skin10:EveryBodyOneShot
    Skin11:MakarnayiSevenHD
    Skin12:GGRS
    Skin13:RSBey
    Skin14:HDBey
    Skin15:CallYouMother
    Skin16:YouKidRS
    Skin17:MayinKiraftciHD
    Skin18:BosalanRS
    Skin19:PvPerMertHD
    Skin20:LolRS
    Skin21:ProffKaanGG
    Skin22:R3ktGG
    Skin23:AhmetGGRS
    Skin24:ApoAbiHD
    Skin25:ApiApiRS
    Skin26:Huahwi31
    Skin27:AzginJojuk31
    Skin28:GoldenNuggetRS
    Skin29:MubaR3kt
    Skin30:YouOneShotHD
    Skin31:YouRekt
    Skin32:NoHackJustR3KT
    Skin33:AhmetGG
    Skin34:IsmetRG
    Skin35:iPhyschoStrike
    Skin36:iNovaPunch
    Skin37:BugraaK
    Skin38:Wolvoroth
    Skin39:Pandik
    Skin40:AhmetAgaOfficial
    Skin41:Endertas01
    Skin42:iboyumben
    Skin43:GhostFire01
    Skin44:TurgutBey
    Skin45:Ozanberkil
    Skin46:Gereksiz
    Skin47:enesbatur
    Skin48:Gotepatlican
    Skin49:Ozanberkill
    Skin50:OzanBerkilll
#Skin sayısını istediğiniz kadar uzatabilirsiniz isimlerini belirleyebilirsiniz.
#Örneğin 1'den 50'ye kadar skin sayısı uzattınız.
#"set {rastgeledisnum.%player%} to random integer between 1 and 50" yerini "set {rastgeledisnum.%player%} to random integer between 1 and 50" diye değiştirmelisiniz.
#Eğer yapamadıysanız yardımcı olabilirim !
#Skype : ionurmarleyjri
  
command /randomdisguise:
    permission : vip.rastgeledis
    permission message : &4Buna iznin yok!"
    aliases: /rd
    trigger:
        set {rastgeledisnum.%player%} to random integer between 1 and 20
        if {rastgeledisnum.%player%} is 1:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin1}"
            execute console command "/nick %player% &7{@Skin1}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 2:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin2}"
            execute console command "/nick %player% &7{@Skin2}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 3:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin3}"
            execute console command "/nick %player% &7{@Skin3}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 4:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin4}"
            execute console command "/nick %player% &7{@Skin4}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 5:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin5}"
            execute console command "/nick %player% &7{@Skin5}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 6:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin6}"
            execute console command "/nick %player% &7{@Skin6}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 7:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin7}"
            execute console command "/nick %player% &7{@Skin7}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 8:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin8}"
            execute console command "/nick %player% &7{@Skin8}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 9:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin9}"
            execute console command "/nick %player% &7{@Skin9}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 10:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin10}"
            execute console command "/nick %player% &7{@Skin10}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 11:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin11}"
            execute console command "/nick %player% &7{@Skin11}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 12:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin12}"
            execute console command "/nick %player% &7{@Skin12}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 13:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin13}"
            execute console command "/nick %player% &7{@Skin13}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 14:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin14}"
            execute console command "/nick %player% &7{@Skin14}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 15:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin15}"
            execute console command "/nick %player% &7{@Skin15}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 16:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin16}"
            execute console command "/nick %player% &7{@Skin16}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 17:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin17}"
            execute console command "/nick %player% &7{@Skin17}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 18:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin18}"
            execute console command "/nick %player% &7{@Skin18}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 19:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin19}"
            execute console command "/nick %player% &7{@Skin19}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 20:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin20}"
            execute console command "/nick %player% &7{@Skin20}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 21:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin21}"
            execute console command "/nick %player% &7{@Skin21}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 22:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin22}"
            execute console command "/nick %player% &7{@Skin22}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 23:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin23}"
            execute console command "/nick %player% &7{@Skin23}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 24:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin24}"
            execute console command "/nick %player% &7{@Skin24}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 25:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin25}"
            execute console command "/nick %player% &7{@Skin25}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 26:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin26}"
            execute console command "/nick %player% &7{@Skin26}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 27:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin27}"
            execute console command "/nick %player% &7{@Skin27}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 28:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin28}"
            execute console command "/nick %player% &7{@Skin28}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 29:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin29}"
            execute console command "/nick %player% &7{@Skin29}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop
        if {rastgeledisnum.%player%} is 30:
            execute console command "/manuaddp %player% vip.disguise"
            execute player command "/ud"
            execute player command "/d player {@Skin30}"
            execute console command "/nick %player% &7{@Skin30}"
            execute console command "/manudelp %player% vip.disguise"
            message "&aBasariyla disguise oldunuz!" to player
            stop

command /disguisecik:
    permission: vip.disguisecik
    aliases: /dcik
    trigger:
        execute console command "/manuaddp %player% vip.disguise"
        execute player command "/ud"
        execute console command "/manudelp %player% vip.disguise"
        execute console command "/nick %player% &5%player%"
        message "&aDisguise'den ciktiniz!" to player
      
on command "/disguise":
    if player don't have permission "vip.disguise":
        cancel event
  
on command "/d":
    if player don't have permission "vip.disguise":
        cancel event
      
on command "/dis":
    if player don't have permission "vip.disguise":
        cancel event
      
on command "/undis":
    if player don't have permission "vip.disguise":
        cancel event
  
on command "/undisguise":
    if player don't have permission "vip.disguise":
        cancel event
      
on command "/ud":
    if player don't have permission "vip.disguise":
        cancel event
Kod:
[/Spoiler]
 

YurdakulHD

Taş Madencisi
En iyi cevaplar
0
Sonra diyolar ki; Türkiye neden gelişmiyor. Ali kodlayip paylasmis, sonra ben yaptim diye soyluyorsun.
 
Üst