[Skript] Yasak Komut!

iFakeGlobal

#TerörüLanetliyoruz...
En iyi cevaplar
0
Yasak Olması Gereken Komutları Engelledim.
Ayarlayabilirsiniz
Kod:
options:
    yasakkomut: &6[&dSunucu&6] &cBu Komutu kullanamazsin!



on command "/me":
    send "{@yasakkomut}" to the player
    cancel event
   
on command "/an":
    send "{@yasakkomut}" to the player
    cancel event

on command "/senyaz":
    send "{@yasakkomut}" to the player
    cancel event

on command "/senyaz":
    send "{@yasakkomut}" to the player
    cancel event
       

       
# ------------------------ Burayi Kurcalama ------------------------ #
       
on command "/pl":
    send "{@yasakkomut}" to the player
    cancel event
       
on command "/help":
    send "{@yasakkomut}" to the player
    cancel event
       
on command "/?":
    send "{@yasakkomut}" to the player
    cancel event
   
on command "/baltop":
    send "{@yasakkomut}" to the player
    cancel event
       
on command "/sauc":
    send "{@yasakkomut}" to the player
    cancel event
   
# ------------------------ Burayi Kurcalama ------------------------ #
 

YasirUS

Obsidyen Madencisi
En iyi cevaplar
0
Eksik Çok
Kod:
Command /Yasakla [<Text>]:
    Permission: OP
    Trigger:
        if Arg-1 is set:
            if Arg-1 is not "%{Liste::*}%":
                Add Arg-1 To {Liste::*}

On Command "/%{Liste::*}%":
    Cancel Event
 
Üst