Çözüldü ban menüsü

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

CarbonCraft3547

Bir Kömür Göründü Kaptanım!
Katılım
18 Eylül 2018
Mesajlar
123
Elmaslar
5
Puan
0
Yaş
28
Minecraft
MertBasdas

Discord:

EgeErginel

öncelikle merhaba, ban menüsü yapmak istiyorum serverime ama skriptle fazla bilgim yok. şöyle bişi istiyorum. `/g isim` yazıcak bi menü açılıcak menüde ilk önce sebepler yazıcak kurucua küfür. hile kullanımı. bug kullanımı diye sebepler olucak ordan örnek hile kullanımına tıklayıncada bi menü daha açılıcak ordada zamanlar yazılcak örnek 1 saat 1 gün 1 ay sınırsız gibi sebepler olucak.
 
Kod:
command /ban [<offline player>] [<text>]:
    aliases: /tempban
    permission: ban.use
    permission message: &cYetkiniz Yok
    trigger:
        if arg-1 is not set:
            send "&7[&cYvzNetWORK&7] &c/ban &7<player> [reason]"
        if arg-1 is set:
            open chest with 2 rows named "&b&lBan Sebebi" to player
            wait 1 tick
            format slot 0 of player with iron sword named "&aKill Aura" with lore "" to close then run [make player execute command "/litebans:ban %arg-1% Kill Aura"]
            format slot 1 of player with lead named "&aAnti-Knockback" with lore "" to close then run [make player execute command "/litebans:ban %arg-1% Anti-Knockback"]
            format slot 2 of player with ghast tear named "&aFlying" with lore "" to close then run [make player execute command "/litebans:ban %arg-1% Flying"]
            format slot 3 of player with speed potion named "&aSpeed" with lore "" to close then run [make player execute command "/litebans:ban %arg-1% Speed"]
            format slot 4 of player with apple named "&aFast Eat" with lore "" to close then run [make player execute command "/litebans:ban %arg-1% Fast Eat"]
            format slot 5 of player with compass named "&aBan Evasion" with lore "" to close then run [make player execute command "/litebans:ban %arg-1% Ban Evasion"]
            format slot 6 of player with daylight sensor named "&aBug Abuse" with lore "" to close then run [make player execute command "/litebans:tempban %arg-1% 2d Bug Abuse"]
            format slot 7 of player with melon slice named "&aNo Slowdown" with lore "" to close then run [make player execute command "/ban %arg-1% No Slowdown"]
            format slot 8 of player with boat named "&aOther" with lore "" to close then run [make player execute command "/litebans:ban %arg-1% %arg 2%"]
            format slot 17 of player with red wool named "&aÇıkış" with lore "" to close
Değiştirebilirsiniz. (Alıntıdır)
 
benim anlattım şekil değil ama bu sadece sebep bundan birine tıklayıncada zaman menüsü açılsın
 
"Zaman Menüsü" anlayamadım?
 
bu menüde sadece sebep menüsü var yani sebepler var ben burdan bi sebep seçicem sona bi menüye daha açılcak ordada zamanlar olcak örnek 1 saat 1 gün 1 ay gibi
 
Orası beni aşar. @Fhalinkz arkadaşımı bekleyeyim.
 
Kod:
command /g [<offlineplayer>]:
    trigger:
        if player have permission "ban.sk":
            if arg-1 is set:
                set {banplayer::%player%} to arg-1
                open chest with 3 row named "&eMenü" to player
                wait 1 ticks
                format slot 1 of player with iron sword named "Hack" with lore "hack" to close then run [execute player command "zaman hile1"]
                format slot 2 of player with diamond block named "hACK" with lore "H2ck" to close then run [execute player command "zaman hile2"]
command /zaman [<text>]:
    trigger:
        if player have permission "ban.sk":
            if arg-1 is set:
                if arg-1 is "hile":
                    open chest with 1 row named "&eMenü" to player
                    wait 1 ticks
                    format slot 1 of player with "5 dakika" to close then run [execute console command "tempban %{banplayer::%player%}% 5 Hile1"]
Hızlıca yapmaya çalıştım
 
Kod:
command /g [<offlineplayer>]:
    trigger:
        if player have permission "ban.sk":
            if arg-1 is set:
                set {banplayer::%player%} to arg-1
                open chest with 3 row named "&eMenü" to player
                wait 1 ticks
                format slot 1 of player with iron sword named "Hack" with lore "hack" to close then run [execute player command "zaman hile1"]
                format slot 2 of player with diamond block named "hACK" with lore "H2ck" to close then run [execute player command "zaman hile2"]
command /zaman [<text>]:
    trigger:
        if player have permission "ban.sk":
            if arg-1 is set:
                if arg-1 is "hile":
                    open chest with 1 row named "&eMenü" to player
                    wait 1 ticks
                    format slot 1 of player with "5 dakika" to close then run [execute console command "tempban %{banplayer::%player%}% 5 Hile1"]
Hızlıca yapmaya çalıştım
çalışmadı
 
skQuery add-on'u gerektirir.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst