Bulundu ./PL skript

  • Konuyu Başlatan Konuyu Başlatan Furkan61SD
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 1.015
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Furkan61SD

Bir Kömür Göründü Kaptanım!
Katılım
5 Ocak 2017
Mesajlar
105
Elmaslar
5
Puan
13.560
Yaş
27
Serverda bug bulmak isteyenlere özel bişe arıyorum adam /pl /bukkit fln yazınca mesaj olarak bir mesaj yazıcak onu ayarlarım ben sonra x permissionu olan kişiye mesaj gidicek şu oyuncu ./pl yazmaya çalıştı diye mesela bunu yapabilrmiyiz :) şimdiden teşekkürler
 
Merhaba, bu skripti kullanabilirsiniz.

JavaScript:
on command:
    if full command contains "pl", "bukkit:me", "bukkit:pl", "plugins":
        cancel event
        message "&cBu komutu kullanamazsın!"
        if player has permission "admin.komut.gor":
            loop all players:
                send "%player%: &e%full command%" to loop-player
 
Merhaba, bu skripti kullanabilirsiniz.

JavaScript:
on command:
    if full command contains "pl", "bukkit:me", "bukkit:pl", "plugins":
        cancel event
        message "&cBu komutu kullanamazsın!"
        if player has permission "admin.komut.gor":
            loop all players:
                send "%player%: &e%full command%" to loop-player

oh my god. harika...
 
Merhaba, bu skripti kullanabilirsiniz.

JavaScript:
on command:
    if full command contains "pl", "bukkit:me", "bukkit:pl", "plugins":
        cancel event
        message "&cBu komutu kullanamazsın!"
        if player has permission "admin.komut.gor":
            loop all players:
                send "%player%: &e%full command%" to loop-player
Denedim ama nedense çalışmadı :( ve hatada vermedi skript anlamadım
 
Denedim ama nedense çalışmadı :( ve hatada vermedi skript anlamadım
Merhaba, birde bu şekilde dener misiniz?

JavaScript:
on command:
    if full command contains "pl":
        cancel event
        message "&cBu komutu kullanamazsın!"
        if player has permission "admin.komut.gor":
            loop all players:
                send "%player%: &e%full command%" to loop-player
 
Kod:
on command "/pl" or "/plugins":
    cancel event
    send "Bu komudu kullanamazsın." to player
    send "%player% bu komudu kullandı: %full command%" to all ops

Bu skripti kullan. :)
 
Merhaba, birde bu şekilde dener misiniz?

JavaScript:
on command:
    if full command contains "pl":
        cancel event
        message "&cBu komutu kullanamazsın!"
        if player has permission "admin.komut.gor":
            loop all players:
                send "%player%: &e%full command%" to loop-player
Kod:
        if player has permission "admin.komut.gor":
            loop all players:
                send "%player%: &e%full command%" to loop-player
reis burası olmamış gibi?
 
Kod:
command /commandspy [<player>]:
    aliases: /commands, /cspy
    permission: commandspy.use
    permission message: &e&l(!) You cannot use this command!
    trigger:
        if arg 1 is set:
            if {cs::%uuid of arg 1%} is set:
                clear {cs::%uuid of arg 1%}
                send "&c&l(!) Command spy has been disabled for %arg 1%."
                send "&c&l(!) Your command spy has been disabled." to arg 1
            else:
                set {cs::%uuid of arg 1%} to true
                send "&a&l(!) Your command spy has been enabled." to arg 1
                send "&a&l(!) Command spy has been enabled for %arg 1%."
        else:
            if {cs::%uuid of player%} is set:
                clear {cs::%uuid of player%}
                send "&c&l(!) Your command spy has been disabled."
            else:
                set {cs::%uuid of player%} to true
                send "&a&l(!) Your command spy has been enabled."
on command:
    if sender is a player:
        loop all players:
            if {cs::%uuid of loop-player%} is set:
                if "%player%" is not "%loop-player%":
                    send "&c&l(!) %player% executed the command  &n/%complete command%&c&l." to loop-player
on load:
    set {csversion} to "2.1"
    message "&4&l(!) Successfully loaded CommandSpy&7." to console
on unload:
    message "&4&l(!) Successfully unloaded CommandSpy&7.  Goodbye!" to console
on quit:
    delete {cs::%uuid of player%}

Yabancı bi skript belki işinize yarar iyi günler.
 
Kod:
command /commandspy [<player>]:
    aliases: /commands, /cspy
    permission: commandspy.use
    permission message: &e&l(!) You cannot use this command!
    trigger:
        if arg 1 is set:
            if {cs::%uuid of arg 1%} is set:
                clear {cs::%uuid of arg 1%}
                send "&c&l(!) Command spy has been disabled for %arg 1%."
                send "&c&l(!) Your command spy has been disabled." to arg 1
            else:
                set {cs::%uuid of arg 1%} to true
                send "&a&l(!) Your command spy has been enabled." to arg 1
                send "&a&l(!) Command spy has been enabled for %arg 1%."
        else:
            if {cs::%uuid of player%} is set:
                clear {cs::%uuid of player%}
                send "&c&l(!) Your command spy has been disabled."
            else:
                set {cs::%uuid of player%} to true
                send "&a&l(!) Your command spy has been enabled."
on command:
    if sender is a player:
        loop all players:
            if {cs::%uuid of loop-player%} is set:
                if "%player%" is not "%loop-player%":
                    send "&c&l(!) %player% executed the command  &n/%complete command%&c&l." to loop-player
on load:
    set {csversion} to "2.1"
    message "&4&l(!) Successfully loaded CommandSpy&7." to console
on unload:
    message "&4&l(!) Successfully unloaded CommandSpy&7.  Goodbye!" to console
on quit:
    delete {cs::%uuid of player%}

Yabancı bi skript belki işinize yarar iyi günler.

Destek olmanız çok güzel fakat keşke isteği tamamıyla anlamış olsaydınız. Skript sorunsuz çalışır fakat isteğe göre değil. Bug bulmaya çalışanlar diyerek altını çizmiş burada /adfaskdfasdf yazsa bile gönderir mesaj. :(
 
Kod:
        if player has permission "admin.komut.gor":
            loop all players:
                send "%player%: &e%full command%" to loop-player
reis burası olmamış gibi?
Skript bende çalışıyor herhangi bir sıkıntı olmadı
 
Sağolun bende merak ediyordum skripti.
 
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