report etme skripti

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

Arda

Konuşmak bedava, bana kodu göster! -Linus Torvalds
Katılım
1 Aralık 2018
Mesajlar
1.129
Elmaslar
650
Puan
7.075
Yaş
27
Minecraft
JoneX

Discord:

ArdaK#6888

söyle bir skript ıstiyorum /report yazdığında menü açılsın 2 tane şey çıksın 1i hile kullanimi 2.si küfür mesela /report deneme123 yazdığında menü çıksın orda 2 şey olsun 1i hile kullanimi 2i de küfür ordanda mesela küfüre basınca chatta başarıyla reportladiniz yazısı çıksın ve o reportlananlar bana gelsin
 
Kod:
#------------------------------------------------------------#
#Menu Report by Euuros||Server IP: Nucleus.minehut.gg
#------------------------------------------------------------#
#Requirements for this Skript: Skript, skQuery, /gamerule
#sendCommandFeedback false (for no spam in chat)
#------------------------------------------------------------#
#If you do not know how to edit the files, please don't.
#If you make a mistake at any time, just re-download/re-copy
#and re-install the Skript.
#------------------------------------------------------------#
#You may edit the GUI name, the panes used for the design,
#and the menu items for each hack.
#------------------------------------------------------------#



#------------------------------------------------------------#
Options:
    GUIName: Report %{reportPlayer}%
    MainGlassColor: red glass
    SecondGlassColor: white glass
    Malicious: Hile
    Other: Küfür
#------------------------------------------------------------#
command /report [<offlineplayer>]:
    permission: server.report.use
    trigger:
        if arg-1 is not set:
            send "&7[&4Report&7] &cKullanım: /report <oyuncu>" to player
        if arg-1 is set:
            wait 5 ticks
            set {reportPlayer} to "%arg-1%"
            set {reportingPlayer} to "%player%"
            open chest with 5 rows named "{@GUIName}" to player
#------------------------------------------------------------#
#Row 1
#------------------------------------------------------------#
            format slot 0 of player with {@MainGlassColor} named "&b" to be unstealable
            format slot 1 of player with {@MainGlassColor} named "&b" to be unstealable
            format slot 2 of player with {@SecondGlassColor} named "&b" to be unstealable
            format slot 3 of player with {@SecondGlassColor} named "&b" to be unstealable
            format slot 4 of player with {@MainGlassColor} named "&b" to be unstealable
            format slot 5 of player with {@SecondGlassColor} named "&b" to be unstealable
            format slot 6 of player with {@SecondGlassColor} named "&b" to be unstealable
            format slot 7 of player with {@MainGlassColor} named "&b" to be unstealable
            format slot 8 of player with {@MainGlassColor} named "&b" to be unstealable
#------------------------------------------------------------#
#Row 2
#------------------------------------------------------------#
            format slot 9 of player with {@MainGlassColor} named "&b" to be unstealable
            format slot 17 of player with {@MainGlassColor} named "&b" to be unstealable
#------------------------------------------------------------#
#Row 3
#------------------------------------------------------------#
            format slot 18 of player with {@SecondGlassColor} named "&b" to be unstealable
            format slot 20 of player with {@Hile} named "&c&lMalicious Hacks" with lore "||&cReport %{reportPlayer}% for||&cusing malicious hacks||" to close then run [make player execute "malicioushacksreport"]
            format slot 24 of player with {@Küfür} named "&c&lOther" with lore "||&cReport %{reportPlayer}% for||&ca reason not listed||" to close then run [make player execute "otherreport"]
            format slot 26 of player with {@SecondGlassColor} named "&b" to be unstealable
#------------------------------------------------------------#
#Row 4
#------------------------------------------------------------#
            format slot 27 of player with {@MainGlassColor} named "&b" to be unstealable
            format slot 35 of player with {@MainGlassColor} named "&b" to be unstealable
#------------------------------------------------------------#
#Row 5
#------------------------------------------------------------#
            format slot 36 of player with {@MainGlassColor} named "&b" to be unstealable
            format slot 37 of player with {@MainGlassColor} named "&b" to be unstealable
            format slot 38 of player with {@SecondGlassColor} named "&b" to be unstealable
            format slot 39 of player with {@SecondGlassColor} named "&b" to be unstealable
            format slot 40 of player with {@MainGlassColor} named "&b" to be unstealable
            format slot 41 of player with {@SecondGlassColor} named "&b" to be unstealable
            format slot 42 of player with {@SecondGlassColor} named "&b" to be unstealable
            format slot 43 of player with {@MainGlassColor} named "&b" to be unstealable
            format slot 44 of player with {@MainGlassColor} named "&b" to be unstealable
#------------------------------------------------------------#
#Malicious Hacks Report
#------------------------------------------------------------#
command /malicioushacksreport:
    trigger:
        loop all players:
            if loop-player has permission "server.report.admin":
                send "&7[&4Report&7] &c%{reportingPlayer}% &7Adlı oyuncu Reportladı &c%{reportPlayer}% Adlı kişiyi reportladı sebep &7Hile" to loop-player
        send "&aKüfür raporunuz değerlendiriliyor!" to player
        set {reportPlayer} to "none"
        set {reportingPlayer} to "none"
command /otherreport:
    trigger:
        loop all players:
            if loop-player has permission "server.report.admin":
                send "&7[&4Report&7] &c%{reportingPlayer}% &7Adlı oyuncu Reportladı &c%{reportPlayer}% Adlı kişiyi reportladı sebep &7Küfür" to loop-player
        send "&aKüfür raporunuz değerlendiriliyor!" to player
        set {reportPlayer} to "none"
        set {reportingPlayer} to "none"
Bazı bölümler alıntıdır.
 
@BurakXX Yeter Artık Başka Bir Forum Arıcam Senin Yüzünden. Adam Herşeyi Yapıyor.
 
menüsüz benimki atayım sana
options:
report: &6Report &8»

command /report [<player>] [<text>]:
trigger:
if arg 1 is set:
if arg 2 is "Hile" or "Bug" or "Küfür":
send "{@report} &eMesaj başarıyla iletildi." to player
loop all players:
if loop-player has permission "forevernw.report.bildirim":
send "&6&m------&8[ &6Report &8]&6&m------" to loop-player
send "" to loop-player
send "&8» &6Reportlayan&8: &e%player%" to loop-player
send "&8» &6Reportedilen&8: &e%arg 1%" to loop-player
send "&8» &6ReportSebebi&8: &e%arg 2%" to loop-player
send "" to loop-player
send "&6&m------&8[ &6Report &8]&6&m------" to loop-player
else:
send "{@report} &cBir sebep yazmalısın. &8[ &cHile &7/ &cBug &7/ &cKüfür &8]" to player
else:
send "{@report} &cBir Oyuncu ismi yazmalısın." to player
 
söyle bir skript ıstiyorum /report yazdığında menü açılsın 2 tane şey çıksın 1i hile kullanimi 2.si küfür mesela /report deneme123 yazdığında menü çıksın orda 2 şey olsun 1i hile kullanimi 2i de küfür ordanda mesela küfüre basınca chatta başarıyla reportladiniz yazısı çıksın ve o reportlananlar bana gelsin
Ekstra olarak plugin hâli mevcut.
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
kendiniz Türkçeleştirebilirsiniz.
 
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