Minecraft Gelişmiş Sunucu Koruma Paketi

KaLix

Marangoz
En iyi cevaplar
0
Herkese, iyi bayramlar dostlar. Bu konuda her sunucuda bulunması gereken korumaları paylaşıcam. Skript ve pluginler var. Her konuda ücretsiz korumalar var. Çoğu kişide var ancak çoğu kişide de yok.

#AntiBug Skript

Kod:
on command "/pl":
        send " &e&lKORUMA &8> &7Bu komut yasaklanmistir!" to the player
        cancel event
on command "/help":
        send " &e&lKORUMA &8> &7Bu komut yasaklanmistir!" to the player
        cancel event
on command "/bukkit:me":
        send " &e&lKORUMA &8> &7Bu komut yasaklanmistir!" to the player
        cancel event
on command "/bukkit:plugins":
        send " &e&lKORUMA &8> &7Bu komut yasaklanmistir!" to the player
        cancel event
on command "/bukkit:help":
        send " &e&lKORUMA &8> &7Bu komut yasaklanmistir!" to the player
        cancel event
on command "/?":
        send " &e&lKORUMA &8> &7Bu komut yasaklanmistir!" to the player
        cancel event
on command "/bukkit:?":
        send " &e&lKORUMA &8> &7Bu komut yasaklanmistir!" to the player
        cancel event
on command "/erepairall":
        send " &e&lKORUMA &8> &7Bu komut yasaklanmistir!" to the player
        cancel event
on command "/efix all":
        send " &e&lKORUMA &8> &7Bu komut yasaklanmistir!" to the player
        cancel event
on command "/etpahere":
        send " &e&lKORUMA &8> &7Bu komut yasaklanmistir!" to the player
        cancel event
on command "/plugins":
        send " &e&lKORUMA &8> &7Bu komut yasaklanmistir!" to the player
        cancel event
on command "/etpahere":
        send " &e&lKORUMA &8> &7Bu komut yasaklanmistir!" to the player
        cancel event
on command "/etpahere":
        send " &e&lKORUMA &8> &7Bu komut yasaklanmistir!" to the player
        cancel event
on command "/crash":
        send " &e&lKORUMA &8> &7Bu komut yasaklanmistir!" to the player
        cancel event
on command "/ping":
        send " &e&lKORUMA &8> &7Bu komut yasaklanmistir!" to the player
        cancel event
on command "/tps":
        send " &e&lKORUMA &8> &7Bu komut yasaklanmistir!" to the player
        cancel event


#AntiCapslock Plugin

Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.


#Sohbet silme,kapatma plugin Cleanchat++

Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.


#Antibot Skripti

Kod:
on inventory close:
    wait 5 tick
    if {bot::%player%} is true:
        kick player due to "&cEnvanteri Kapatma! Yeşil Yün'e Tıkla"
on join:
    wait 4 second
    set {bot::%player%} to true
    set {menu} to a random integer between 0 and 8
    open chest with 1 rows named "&6Anti-Bot-Menü" to player       
    wait 1 tick
    loop 9 times:
        format slot (loop-number - 1) of player with red wool named "&cBen Bir Botum!" to close then run [execute console command "kick %player% &cSanırım bir botsun?"]
    format slot {menu} of player with 1 of light green wool named "&aBot Değilsen Tıkla" to close then run [execute player command "/anti-bot"]
    set {_zaman::%player%} to 11 
    loop 10 times:
        wait 1 second
        if {bot::%player%} is false:
            stop
        if {bot::%player%} is true:
            set {_zaman::%player%} to {_zaman::%player%}-1
        {_zaman::%player%} is 0:
            kick player due to "&cAtıldınız! Yeşil Wool'a Tıklayınız!"
            stop
        else:
            send "&c&lB&7ot&c&lK&7oruması &7> &6Yeşil Yün'e Tıkla Veya &b/anti-bot&6 Yaz. Son %colored random color%&l%{_zaman::%player%}% &6Saniye"
    loop 10 times:
        execute player command "/anti-bot-menu"
        wait 1 second
    if {bot::%player%} is true:
        kick player due to "&cAtıldınız! Yeşil Wool'a Tıklayınız!"
        stop         
command /anti-bot:
    trigger:
        if {bot::%player%} is true:
            set {bot::%player%} to false
            send "&aBot Değilsiniz! Oyuna Devam Edebilirsiniz!"

#Sohbet-Gardiyani | Flood-Küfür-Spam Koruması, Kişisel Sohbet Temizleme-Dünya Sohbeti Temizleme!

https://forum.gamer.com.tr/konu/soh...et-temizleme-duenya-sohbeti-temizleme.204218/

#Unioanticrash
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.


#Custom Payload Fixer
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.


#Sifreli op skripti / plugini kullanmayın!

Kod:
options:
 opsifresi: nitrado.net #OP Şifresini buradan değiştirin.

command /op [<player>] [<text>]:
 permission: op.ver
 trigger:
  if arg-1 is set:
   if arg-2 is "{@opsifre}":
    execute console command "/op %arg 1%"
   if arg-2 is not "{@opsifre}":
    send "&4Şifreyi yanlış girdin."
  if arg-1 is not set:
   send "&4Kimin OP yapılacağı yazılmamış."

command /deop [<player>] [<text>]:
 permission: op.al
 trigger:
  if arg-1 is set:
   if arg-2 is "{@opsifre}":
    execute console command "/deop %arg 1%"
   if arg-2 is not "{@opsifre}":
    send "&4Şifreyi yanlış girdin."
  if arg-1 is not set:
   send "&4Kimin OP yetkisi alınacağı yazılmamış."

command "/bukkit:deop" "/bukkit:deop " "/bukkit:op" "bukkit:op ":
 cancel event
 send "&cBu komut yasaklanmıştır."

İşinize yaradıysa bir beğeni atabilirsiniz.
 

Kettchapp

Sudan Çıkmış
En iyi cevaplar
0
ben bungeecord kullanıyorum özel bir plugin yaptım isteyene atabilirim :) skypem uyumsuz.hd
 
Üst