Sol Reklam
Sağ Reklam

Skript Paylaşımı Gelişmiş mute skript

Durum
Mesaj gönderimine kapalı.

iTaKka

Creeper Evimi Patlattı

Discord:

๖̶̶̶ζ͜͡iTaKka๖̶̶̶ζ#4205

Katılım
19 Ekim 2016
Mesajlar
416
Elmaslar
143
Puanlar
6.840
Minecraft
iTaKka
Bu Skript'i " muho997 yani ByFatih" yapmıştır.

Ben Sadece azıcık düzenledim fakat skript ByFatih'e ait :)

Kod:
command /mute <player> <number> <text>:
    trigger:
        if arg-1 is op:
            if arg-2 is set:
                if arg-3 is set:
                    if {muteli.%arg-1%} isn't set:
                        if {op.%arg-1%} isn't set:
                            set {muteli.%arg-1%} to "1"
                            set {mute.%arg-1%} to arg-2
                            send "&8&m-------------------------" to all players
                            send "&8» &aSusturan&8; &7%player%" to all players
                            send "&8» &aSusturulan&8; &7%arg-1%" to all players
                            send "&8» &aSure &8; &7%arg-2%" to all players
                            send "&8» &aSebep &8; &7%arg-3%" to all players
                            send "&8&m-------------------------" to all players
                            set {sebep.%arg-1%} to arg-3
                        else:
                            send "&cBu kisiyi susturamassin!"
                    else:
                        send "&cBu kisi zaten susturulmus!" to player
                        
command /unmute <player>:
    trigger:
        if arg-1 is set:
            if {muteli.%arg-1%} isn't set:
                send "&c%arg-1% adli kisi muteli degil!" to player
            else:
                delete {muteli.%arg-1%}
                set {mute.%arg-1%} to "0"
                send "&a%arg-1% &cmute cezasi kaldirildi." to player
                send "&8» &7Susturma cezaniz bitti artik konusabilirsiniz." to arg-1
          

every 1 second:
    loop all players:
        if {mute.%loop-player%} is bigger than 1:
            remove 1 from {mute.%loop-player%}
        else:
            if {mute.%loop-player%} is equal to 1:
                remove 1 from {mute.%loop-player%}
                set {mutemsj.%loop-player%} to "1"
                delete {muteli.%loop-player%}
        if {muteli.%loop-player%} isn't set:
            if {mutemsj.%loop-player%} is "1":
                set {mutemsj.%loop-player%} to "0"
                send "&8» &7Susturma cezaniz bitti artik konusabilirsiniz." to loop-player
                wait 2 tick
          
      

on chat:
    if {muteli.%player%} is set:
        cancel event
        loop 7 times:
            send "&f" to player
        message "&cSusturuldun!" to player
        send "&cSebep&8; &7%{sebep.%player%}% " to player
        send "&cKalan sure&8; &7%{mute.%player%}%" to player
        
on command:
    command is "m" or "tell" or "msg" or "pm" or "f tag" or "w"
    if {muteli.%player%} is "1":
        send "&cSusturma cezaniz bitmeden bu komutu kullanamassiniz!"
        cancel event
        
command /mutekapat:
    trigger:
        set {op.%player%} to "1"
        send "&cArtik yetkililer size mute cezasi veremez." to player
        
        
command /muteac:
    trigger:
        delete {op.%player%}
        send "&cArtik yetkililer size mute cezasi verebilecek." to player


 

BloodyX

İyi olmaya devam et. ;)
Premium
Emektar
Hosting Görevlisi

Discord:

BloodyX#4069

Katılım
9 Mart 2015
Mesajlar
2.884
Elmaslar
1.816
Puanlar
19.975
Yer
Adıyaman
Minecraft
TheGaMeLiFe_HD
Bu Skript'i " muho997 yani ByFatih" yapmıştır.

Ben Sadece azıcık düzenledim fakat skript ByFatih'e ait :)

Kod:
command /mute <player> <number> <text>:
Kod:
[B]    trigger:[/B]
[B]        if arg-1 is op:[/B]
[B]            if arg-2 is set:[/B]
[B]                if arg-3 is set:[/B]
[B]                    if {muteli.%arg-1%} isn't set:[/B]
[B]                        if {op.%arg-1%} isn't set:[/B]
[B]                            set {muteli.%arg-1%} to "1"[/B]
[B]                            set {mute.%arg-1%} to arg-2[/B]
[B]                            send "&8&m-------------------------" to all players[/B]
[B]                            send "&8» &aSusturan&8; &7%player%" to all players[/B]
[B]                            send "&8» &aSusturulan&8; &7%arg-1%" to all players[/B]
[B]                            send "&8» &aSure &8; &7%arg-2%" to all players[/B]
[B]                            send "&8» &aSebep &8; &7%arg-3%" to all players[/B]
[B]                            send "&8&m-------------------------" to all players[/B]
[B]                            set {sebep.%arg-1%} to arg-3[/B]
[B]                        else:[/B]
[B]                            send "&cBu kisiyi susturamassin!"[/B]
[B]                    else:[/B]
[B]                        send "&cBu kisi zaten susturulmus!" to player[/B]
[B]                        [/B]
[B]command /unmute <player>:[/B]
[B]    trigger:[/B]
[B]        if arg-1 is set:[/B]
[B]            if {muteli.%arg-1%} isn't set:[/B]
[B]                send "&c%arg-1% adli kisi muteli degil!" to player[/B]
[B]            else:[/B]
[B]                delete {muteli.%arg-1%}[/B]
[B]                set {mute.%arg-1%} to "0"[/B]
[B]                send "&a%arg-1% &cmute cezasi kaldirildi." to player[/B]
[B]                send "&8» &7Susturma cezaniz bitti artik konusabilirsiniz." to arg-1[/B]
[B]          [/B]
[B][/B]
[B]every 1 second:[/B]
[B]    loop all players:[/B]
[B]        if {mute.%loop-player%} is bigger than 1:[/B]
[B]            remove 1 from {mute.%loop-player%}[/B]
[B]        else:[/B]
[B]            if {mute.%loop-player%} is equal to 1:[/B]
[B]                remove 1 from {mute.%loop-player%}[/B]
[B]                set {mutemsj.%loop-player%} to "1"[/B]
[B]                delete {muteli.%loop-player%}[/B]
[B]        if {muteli.%loop-player%} isn't set:[/B]
[B]            if {mutemsj.%loop-player%} is "1":[/B]
[B]                set {mutemsj.%loop-player%} to "0"[/B]
[B]                send "&8» &7Susturma cezaniz bitti artik konusabilirsiniz." to loop-player[/B]
[B]                wait 2 tick[/B]
[B]          [/B]
[B]      [/B]
[B][/B]
[B]on chat:[/B]
[B]    if {muteli.%player%} is set:[/B]
[B]        cancel event[/B]
[B]        loop 7 times:[/B]
[B]            send "&f" to player[/B]
[B]        message "&cSusturuldun!" to player[/B]
[B]        send "&cSebep&8; &7%{sebep.%player%}% " to player[/B]
[B]        send "&cKalan sure&8; &7%{mute.%player%}%" to player[/B]
[B]        [/B]
[B]on command:[/B]
[B]    command is "m" or "tell" or "msg" or "pm" or "f tag" or "w"[/B]
[B]    if {muteli.%player%} is "1":[/B]
[B]        send "&cSusturma cezaniz bitmeden bu komutu kullanamassiniz!"[/B]
[B]        cancel event[/B]
[B]        [/B]
[B]command /mutekapat:[/B]
[B]    trigger:[/B]
[B]        set {op.%player%} to "1"[/B]
[B]        send "&cArtik yetkililer size mute cezasi veremez." to player[/B]
[B]        [/B]
[B]        [/B]
[B]command /muteac:[/B]
[B]    trigger:[/B]
[B]        delete {op.%player%}[/B]
[B]        send "&cArtik yetkililer size mute cezasi verebilecek." to player[/B]


Lütfen açılmış olan konuları tekrardan açmayınız. araştırınız.
 

iTaKka

Creeper Evimi Patlattı

Discord:

๖̶̶̶ζ͜͡iTaKka๖̶̶̶ζ#4205

Katılım
19 Ekim 2016
Mesajlar
416
Elmaslar
143
Puanlar
6.840
Minecraft
iTaKka
Bu konuyu kilitleyin
@smt297
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı