PlotMenu SK PlotSkripti

MustafaMertBulut

MC.MAXCRAFT.AT
En iyi cevaplar
0
Merhaba! forumda gezerken bi sunucu konusunda görmüştüm sonra spigot forumlarında gördüm dedim türkçeleştirip size verim ben kullanmicam ama sizin keyfiniz bilir. ben yapmadım bu skripti sadece türkçeleştirdim.
Kod:
Options:
    PlotMenuCmd: plotmenu
    Prefix: &c&l[plotmenu]
    PluginName: &cplotmenu
    NoPermissionMsg: Bilinmeyen Komut.
    FillerItem: stained glass pane
    FillerItemYes: green glass
    FillerItemNo: red glass
    AllWorlds: False
    TrueWorlds: plots
    ItemSlot: 8

# TR Dil Desteği By: mc.maxcraft.at
command /{@PlotMenuCmd}:
    permission: plotmenu.menu
    permission message: {@NoPermissionMsg}
    executable by: players
    aliases: /plotm
    trigger:
        open chest with 5 row named "{@PluginName}" to player
        wait 5 tick
        loop integers from 0 to 44:
            format slot loop-number of player with {@FillerItem} named "&r" to be unstealable
        format slot 10 of player with grass named "&aBu Arsayı Sahiplen" to close then run [execute player command "/plot claim"]
        format slot 19 of player with grass named "&aRastgele Bir Arsa Sahiplen" to close then run [execute player command "/plot auto"]
        format slot 28 of player with sign item named "&aArsa Hakkında Bilgi Al" to close then run [execute player command "/plot info"]
        format slot 12 of player with dirt:2 named "&aArsanı Sil" to close then run [execute player command "/plotmenu-del"]
        format slot 21 of player with dirt:1 named "&aArsanı Temizle" to close then run [execute player command "/plotmenu-clear"]
        format slot 30 of player with cake item named "&aArsana Oy Ver" to close then run [execute player command "/plotmenu-rate"]
        format slot 14 of player with green wool named "&aArsana Arkadaş Ekle" to close then run [execute player command "/plot add"]
        format slot 23 of player with red wool named "&aArsandan Arkadaş Sil" to close then run [execute player command "/plot remove"]
        format slot 32 of player with ender pearl named "&aBirine Tpa At" to close then run [execute player command "/tpa"]
        format slot 16 of player with bed item named "&aArsana Işınlan" to close then run [execute player command "/plot home"]
        format slot 25 of player with minecart named "&aBir Başka Arsaya Git" to close then run [execute player command "/plot tp "]
        format slot 34 of player with beacon named "&aSpawna Git" to close then run [execute player command "/spawn"]
        

command /plotmenu-del:
    trigger:
        wait 5 ticks
        open chest with 5 row named "&4Eminmisin?" to player
        loop integers from 0 to 44:
            format slot loop-number of player with {@FillerItem} named "&r" to be unstealable
        loop integers from 14 to 16:
            format slot loop-number of player with {@FillerItemYes} named "&aEvet, Eminim" to close then run [execute player command "/plot del"]
        loop integers from 23 to 25:
            format slot loop-number of player with {@FillerItemYes} named "&aEvet, Eminim" to close then run [execute player command "/plot del"]
        loop integers from 32 to 34:
            format slot loop-number of player with {@FillerItemYes} named "&aEvet, Eminim" to close then run [execute player command "/plot del"]
        loop integers from 10 to 12:
            format slot loop-number of player with {@FillerItemNo} named "&4Hayır, Iptal Et" to close
        loop integers from 19 to 21:
            format slot loop-number of player with {@FillerItemNo} named "&4Hayır, Iptal Et" to close
        loop integers from 28 to 30:
            format slot loop-number of player with {@FillerItemNo} named "&4Hayır, Iptal Et" to close

command /plotmenu-clear:
    trigger:
        wait 5 ticks
        open chest with 5 row named "&4Eminmisin?" to player
        loop integers from 0 to 44:
            format slot loop-number of player with {@FillerItem} named "&r" to be unstealable
        loop integers from 14 to 16:
            format slot loop-number of player with {@FillerItemYes} named "&aEvet, Eminim" to close then run [execute player command "/plot clear"]
        loop integers from 23 to 25:
            format slot loop-number of player with {@FillerItemYes} named "&aEvet, Eminim" to close then run [execute player command "/plot clear"]
        loop integers from 32 to 34:
            format slot loop-number of player with {@FillerItemYes} named "&aEvet, Eminim" to close then run [execute player command "/plot clear"]
        loop integers from 10 to 12:
            format slot loop-number of player with {@FillerItemNo} named "&4Hayır, Iptal Et" to close
        loop integers from 19 to 21:
            format slot loop-number of player with {@FillerItemNo} named "&4Hayır, Iptal Et" to close
        loop integers from 28 to 30:
            format slot loop-number of player with {@FillerItemNo} named "&4Hayır, Iptal Et" to close
            
command /plotmenu-rate:
    trigger:
        wait 5 ticks
        open chest with 2 row named "Birini Seç" to player
        loop integers from 9 to 17:
            format slot loop-number of player with {@FillerItem} named "&r" to be unstealable
        format slot 0 of player with red glass pane named "1/10" to close then run [execute player command "/plot rate 1"]
        format slot 1 of player with orange glass pane named "2/10" to close then run [execute player command "/plot rate 2"]
        format slot 2 of player with yellow glass pane named "3/10" to close then run [execute player command "/plot rate 3"]
        format slot 3 of player with yellow glass pane named "4/10" to close then run [execute player command "/plot rate 4"]
        format slot 4 of player with gray glass named "5/10" to close then run [execute player command "/plot rate 5"]
        format slot 5 of player with green glass named "6/10" to close then run [execute player command "/plot rate 6"]
        format slot 6 of player with green glass named "7/10" to close then run [execute player command "/plot rate 7"]
        format slot 7 of player with light green glass named "8/10" to close then run [execute player command "/plot rate 8"]
        format slot 8 of player with light green glass named "9/10" to close then run [execute player command "/plot rate 9"]
        format slot 13 of player with pink glass pane named "10/10" to close then run [execute player command "/plot rate 10"]
işinize yararsa kullanırsınız yaramazsa kullanmassınız ben paylaşmak istedim kg
 
Üst