Skript Paylaşımı ReportPlus Skript | GUI Destekli |Report Silme | V.1

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Katılım
16 Haziran 2016
Mesajlar
183
Elmaslar
73
Puan
13.470
Yaş
28
Minecraft
TdogTAG
1.png




4.png


8.png


4.png


Tek Bir Permission Ekledim 1 Perm le 2 Komut Kullanabilirsiniz .

4.png


7.png


4.png


/report <player> > Bir Oyuncuyu Sikayet eder . <player> Yazan Yere Online Bir Oyuncu Ismi Girilmelidir . Oyuncu ismi Girince Menu Den Hangi Hile ise Seçebilirsiniz.


/allarrivals > Tüm Report ları Gösterir Sadece Perm Sahipleri Kullanabilir.

/allclearreport > Tüm Report ları Siler Sadece Perm Sahipleri Kullanabilir.

4.png


12.png


4.png


Oyuncu Ismi Girmeyince Gelen Hata .

2016-09-10_22.46.06.png


Report Menusu

4.png


2016-09-10_22.49.10.png


2016-09-10_22.49.17.png


2016-09-10_22.49.21.png


2016-09-10_22.49.28.png


2016-09-10_22.51.13.png


4.png


1b.png

PHP:
command /report [<player>]:
    trigger:
        if arg 1 is not set:
            send "&3Enter a player."
        if arg 1 is set:
            open chest with 3 row named "&7&lReport+ GUI &c&l%arg-1%" to player
            format slot 1 of player with Diamond sword named "&a&lKill-Aura" to close then run [execute player command "/reportkill %arg 1%"]
            format slot 2 of player with stone named "&a&lNuker" to close then run [execute player command "/reportnuker %arg 1%"]
            format slot 3 of player with iron boots named "&a&lSprint" to close then run [execute player command "/reportsprint %arg 1%"]
            format slot 4 of player with iron sword named "&a&lCriticals" to close then run [execute player command "/reportcritic %arg 1%"]
            format slot 5 of player with fishing rod named "&a&lNoKnockback" to close then run [execute player command "/reportnkb %arg 1%"]
            format slot 6 of player with 102 named "&a&lX-Ray" to close then run [execute player command "/reportxray %arg 1%"]
            format slot 7 of player with 397:3 named "&a&lTracers/ESP" to close then run [execute player command "/reportesp %arg 1%"]
            format slot 11 of player with 324 named "&a&lTeleport" to close then run [execute player command "/reporttp %arg 1%"]
            format slot 12 of player with 166 named "&a&lGod Mode" to close then run [execute player command "/reportgod %arg 1%"]
            format slot 13 of player with 322:1 named "&a&lRegen" to close then run [execute player command "/reportregen %arg 1%"]
            format slot 14 of player with 45 named "&a&lFast Place" to close then run [execute player command "/reportplace %arg 1%"]
            format slot 15 of player with 278 named "&a&lFast Break" to close then run [execute player command "/reportbreak %arg 1%"]
            format slot 18 of player with paper named "&c&lVerison - 1.0" with lore "&b&l|| &4&l❤&f&lV.2 Future Menu&4&l❤ &b&l||" to close
            format slot 26 of player with paper named "&c&lVerison - 1.0" with lore "&b&l|| &4&l❤&f&lV.2 Future Menu&4&l❤ &b&l||" to close
            format slot 22 of player with bow named "&a&lNoSlowDown" to close then run [execute player command "/reportnoslow %arg 1%"]
command /reportkill [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {killaura::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportnoslow [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {noslow::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportplace [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {place::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportbreak [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {break::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reporttp [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {tp::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportgod [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {god::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportregen [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {regen::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportxray [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {xray::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportesp [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {esp::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportcritic [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {criticals::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportnkb [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {nkb::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportnuker [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {nuker::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportsprint [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {sprint::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /allarrivals [<text>]:
    permission: all.sk
    permission message: Man, you can not use it.
    trigger:
        if {allarrivals} is not set:
            send "&3Unfortunately Report Found."
            stop
        else:
            send "&e- &3Everything &e-"
            send ""
            send "&aKill - Auro &b: &aReported &b-- &c&l%{killaura::*}%"
            send "&aNuker &b: &aReported &b-- &c&l%{nuker::*}%"
            send "&aSprint &b: &aReported &b-- &c&l%{sprint::*}%"
            send "&aNoKnockback &b: &aReported &b-- &c&l%{nkb::*}%"
            send "&aCriticals &b: &aReported &b-- &c&l%{criticals::*}%"
            send "&aX-ray &b: &aReported &b-- &c&l%{xray::*}%"
            send "&aESP &b: &aReported &b-- &c&l%{esp::*}%"
            send "&aTeleport &b: &aReported &b-- &c&l%{tp::*}%"
            send "&aGod Mode &b: &aReported &b-- &c&l%{god::*}%"
            send "&aRegen &b: &aReported &b-- &c&l%{regen::*}%"
            send "&aFast Place &b: &aReported &b-- &c&l%{place::*}%"
            send "&aFast Break &b: &aReported &b-- &c&l%{break::*}%"
            send "&aNoSlowDown &b: &aReported &b-- &c&l%{noslow::*}%"
            send ""
            send "&c&lAll Arrivals &b&l-- &3&l%{allarrivals}%"
command /allclearreport:
    permission: all.sk
    permission : Man, you can not use it.
    trigger:
        clear {killaura::*}
        clear {nuker::*}
        clear {sprint::*}
        clear {nkb::*}
        clear {criticals::*}
        clear {xray::*}
        clear {esp::*}
        clear {tp::*}
        clear {god::*}
        clear {regen::*}
        clear {place::*}
        clear {break::*}
        clear {noslow::*}
        clear {allarrivals}
        send "&3&lAll the reports were &e&ldeleted."

Bu Skript i Yaparken Yabancı Bir Forumda Paylaşma Niyeti İle Yaptım Fakat Bi Sorundana Dolayı Paylaşamadım O Yüzden Skript İngilizce . V.2 de 2 Dil Seçenegi Yapıcağım .

V.2 De Gelecekler

Ban lama Menusu
Admin lere Özel Report Menu su

2 Dil Seçeneği

Türkçe
İngilizce





 
Son düzenleme:
Guzel olmus denile bilir basarilar
 
Keşke Türkçe Olsa Yada v2 Çabuk Gelse :D

Hata Aldım Ama ?
Skript 2.2 Fixes V8b
Kullanıyorum
a6aad512e6544611b2df43bc31ec7617.png

4eed4eb3212f4979a69f842aecd815dd.png
 
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