Biri istediği için yetkili sohbet skripti yazdım. Hazır yazmışken paylaşayım dedim, buyrun.
PHP:
#
#
# Yapımcı / Producer by
# @ToprakM
#
#
# Herhangi bir yerde izinsiz paylaşılması kesinlikle yasaktır / Unauthorized sharing in any place is strictly prohibited
# Tüm hakları saklıdır / All Rights Reserved
#
#
#YetkiliSohbet V1.2
#
command /yetkilisohbet [<text>]:
permission: yetkilisohbet.kullan
permission message: &4Hata! &cBu komutu kullanama yetkin yok!
aliases: ys, adminchat
trigger:
if arg-1 is set:
if arg-1 is "aç" or "ac" or "kapat" or "kapa" or "on" or "off":
if arg-1 is "aç" or "ac" or "on":
if {yetkilisohbet::%player%} is not on:
set {yetkilisohbet::%player%} to on
send "&6&lYetkiliSohbet &c&lYetkili sohbetini başarıyla açtınız."
else:
send "&cHata! &dYetkili sohbeti zaten açık."
if arg-1 is "kapat" or "kapa" or "off":
if {yetkilisohbet::%player%} is on:
delete {yetkilisohbet::%player%}
send "&6&lYetkiliSohbet &c&lYetkili sohbetini başarıyla kapattınız."
else:
send "&cHata! &dYetkili sohbeti zaten kapalı."
else:
send "&cHata! &dKullanımı /YetkiliSohbet Aç/Kapat" to player
else:
send "&cHata! &dKullanımı /YetkiliSohbet Aç/Kapat" to player
on chat:
if player has permission "yetkilisohbet.kullan":
if {yetkilisohbetmesaj::%player%} is not set:
set {yetkilisohbetmesaj::%player%} to true
on chat:
if {yetkilisohbet::%player%} is on:
cancel event
send "&c&lYetkili Sohbet &6> &d&l%message%" to {yetkilisohbetmesaj::*}
Kod:
/YetkiliSohbet - yetkilisohbet.kullan
Sadece Skript plugini
- Hatalar giderildi.
- Herobrine kaldırıldı
- Hata giderildi.
- Gereksiz loop kaldırıldı.
Yakında!