Sol Reklam

Çözüldü Gamemode skript

  • Konuyu başlatan Konuyu başlatan Bloody1
  • Başlangıç Tarihi Başlangıç Tarihi
  • Görüntüleme 3.077
Durum
Mesaj gönderimine kapalı.
B

Bloody1

Ziyaretçi
Kod:
options:
    tag: &f&lBloody&6&lNetwork
 
command /gm [<text>]:
    permission: admin.gm
    permission message: &4Maleesef bunu yapmaya yetkin yok.
    trigger:
        if arg-1 is not "1" or "0":
            send "&b&l&m--&r&c&l&m[&r &e&lEPICMC &c&l&m]&r&b&L&m--&r &aSadece Gamemode 0 Veya 1 Var !" to sender
        else:
            if arg-1 isn't set:
                send "&b&l&m--&r&c&l&m[&r &e&lEPICMC &c&l&m]&r&b&L&m--&r &aSadece Gamemode 0 Veya 1 Var !" to sender
            else:
                if arg-1 is "1":
                    send "&b&l&m--&r&c&l&m[&r &e&lEPICMC &c&l&m]&r&b&L&m--&r &aOyun Modun Artık &cYaratıcı &aMod" to player
                    execute console command "gamemode 1 %player%"
Arkadaşlar hatam nerde bulamadım yanlışsa yenisini yapıp atabilirmisiniz lütfen
Iyi forumlar mc-tr ailesi
 
Kod:
command /gm [<text>]:
    permission: sk.admin
    permission message: &4&lHeey, buna yetkin yok!
    trigger:
        if arg 1 is set:
            if arg 1 is "0":
                set player's gamemode to survival
                send "&aEmir&cReiz&fTR &8» &eYeni modun Survival"
            if arg 1 is "1":
                set player's gamemode to creative
                send "&aEmir&cReiz&fTR &8» &eYeni modun Creative"
        else:
            send  "&aEmir&cReiz&fTR &8» &c/gm 1/0" to player
Çalışmaz ise haber verirsen ve ya çaılışırsa konuyu raporlarsan sevnirim.
 
Buyrun
Kod:
command /gm [<text>]:
    permission:op.op
    permission message:&4Bu Komutu Kullanman Yasak
    trigger:
        if arg 1 isn't set:
            send "&6Kullanim: &b/gm &7<&b1>&7,&7<&b0>" to player
        arg 1 is "1":
            make console execute command "/gamemode 1 %player%"
            loop 20 times:
                send "" to player
            send "&4Gm Moduna HosGeldiniz İyi Görevler." to player
        else if arg 1 is "0":
            make console execute command "/gamemode 0 %player%"
            loop 20 times:
                send "" to player
            send "&4Gm Modundan Cıktın  İyi Oyunlar." to player
        stop
Sor çözüldü ise belirtiniz.
 
Durum
Mesaj gönderimine kapalı.
Yukarı