Hepinize merhaba MC-TR sakinleri. Bu gün yapmış olduğum SohbetMenu ve BanMenu skriptini göstereceğim. Not: BanMenu hepsi bana ait değildir "Freeze" kısmı bana ait değildir!
Özellikler!
Ban atarken atacağınız kişiye "Banlama Araci" ilen sağ tıklarsanız ban atar!
Sohbet'i kolayca yönetebileceğiniz SohbetMenu !
Fotoğraflar!
Ban Menu ------------------------------------>>>
Özellikler!
Ban atarken atacağınız kişiye "Banlama Araci" ilen sağ tıklarsanız ban atar!
Sohbet'i kolayca yönetebileceğiniz SohbetMenu !
Fotoğraflar!
Ban Menu ------------------------------------>>>
Sohbet Menu:
protokol.sohbet
protokol.sohbetac
protokol.sohbetkapa
protokol.sohbetsil
-------------------------------
Ban Menu:
banmenu.ac
banmenu.dondur
protokol.sohbet
protokol.sohbetac
protokol.sohbetkapa
protokol.sohbetsil
-------------------------------
Ban Menu:
banmenu.ac
banmenu.dondur
PHP:
# [---] Coded By LquenS [---] #
#
# [---] Version: v.1 [---] #
#
# [---] Iletisim: LquenS [---] #
command /banmenu:
permission: banmenu.ac
trigger:
wait 3 ticks
open chest with 5 rows named "&lBan Menu" to player
format slot 0 of player with ice named "&b&lDondurma Araci" with lore "&f&lDonduracagin kisiye sag tikla!" to close then run [execute player command "/ftool"]
format slot 1 of player with carrot on a stick named "&c&lBanlama Araci" with lore "&f&lBanlayacagin kisiye sag tikla!" to close then run [execute player command "/btool"]
format slot 2 of player with gray glass named " " to close
format slot 3 of player with gray glass named " " to close
format slot 4 of player with gray glass named " " to close
format slot 5 of player with gray glass named " " to close
format slot 6 of player with gray glass named " " to close
format slot 7 of player with gray glass named " " to close
format slot 8 of player with gray glass named " " to close
format slot 9 of player with gray glass named " " to close
format slot 10 of player with gray glass named " " to close
format slot 11 of player with gray glass named " " to close
format slot 12 of player with gray glass named " " to close
format slot 13 of player with gray glass named " " to close
format slot 14 of player with gray glass named " " to close
format slot 15 of player with gray glass named " " to close
format slot 16 of player with gray glass named " " to close
format slot 17 of player with gray glass named " " to close
format slot 18 of player with gray glass named " " to close
format slot 19 of player with gray glass named " " to close
format slot 20 of player with gray glass named " " to close
format slot 21 of player with gray glass named " " to close
format slot 22 of player with gray glass named " " to close
format slot 23 of player with gray glass named " " to close
format slot 24 of player with gray glass named " " to close
format slot 25 of player with gray glass named " " to close
format slot 26 of player with gray glass named " " to close
format slot 27 of player with gray glass named " " to close
format slot 28 of player with gray glass named " " to close
format slot 29 of player with gray glass named " " to close
format slot 30 of player with gray glass named " " to close
format slot 31 of player with gray glass named " " to close
format slot 32 of player with gray glass named " " to close
format slot 33 of player with gray glass named " " to close
format slot 34 of player with gray glass named " " to close
format slot 35 of player with gray glass named " " to close
format slot 36 of player with gray glass named " " to close
format slot 37 of player with gray glass named " " to close
format slot 38 of player with gray glass named " " to close
format slot 39 of player with gray glass named " " to close
format slot 40 of player with red wool named "&c&lSohbet Menusu" to close then run [execute player command "sohbetmenu"]
format slot 41 of player with gray glass named " " to close
format slot 42 of player with gray glass named " " to close
format slot 43 of player with gray glass named " " to close
format slot 44 of player with gray glass named " " to close
on right click on a player:
name of player's held item contains "&c&lBanlama Araci"
make player execute command "/ban %clicked player% 100"
on right click on a player:
name of player's held item contains "&b&lDondurma Araci"
make player execute command "/freeze %clicked player%"
on place:
name of player's held item contains "&b&lDondurma Araci"
cancel event
options:
FrozenMessage: &bDonduruldun hareket edemezsin! &c Cikis yaparsan banlanirsin!
PlayerFrozenMessage: &b%argument% donduruldun!
UnfrozenMessage: &bDondurlman kaldırıld! &cCikis yapabilirisin!
PlayerUnfrozenMessage: &b%argument% dondurman kalktı!
BanMessage: &cDondurulduktan sonra ayrildigin icin banlandin!
CommandPerm: banmenu.dondur
ChatFrozenMessage: &cDonduruldugun icin mesaj yazamassin!
CommandFrozenMessage: &cDonduruldugun icin komut kullanamazsin!
ExemptChatPerm: exempt.chat
ExemptCommandPerm: exempt.command
ExemptFreezePerm: exempt.freeze
#
command /freeze [<player>]:
description: Dondur player's if hile kullaniyorsa
permission: {@CommandPerm}
permission message: &cYou do not have permission to do this!
trigger:
if argument has permission "{@ExemptFreezePerm}":
if arg-1 is set:
send "&cYou cannot Freeze this player!" to the player
else:
if arg-1 is set:
if {hcfreeze.%argument%.frozen} isn't set:
set {hcfreeze.%argument%.frozen} to true
set {hcfreeze.%argument%.invincibility.frozen} to true
send "{@FrozenMessage}" to the argument
send "{@PlayerFrozenMessage}" to the player
else:
if {hcfreeze.%argument%.frozen} is set:
delete {hcfreeze.%argument%.frozen}
send "{@UnfrozenMessage}" to the argument
send "{@PlayerUnfrozenMessage}" to the player
wait 5 seconds
delete {hcfreeze.%argument%.invincibility.frozen}
if arg-1 isn't set:
message "Correct usage: /freeze [<player>]"
# Olaylar
on any movement:
if {hcfreeze.%player%.frozen} is true:
cancel event
on damage:
if {hcfreeze.%victim%.invincibility.frozen} is true:
cancel event
if {hcfreeze.%attacker%.invincibility.frozen} is true:
cancel event
on quit:
if {hcfreeze.%player%.frozen} is true:
ban the player because "{@BanMessage}"
delete {hcfreeze.%player%.frozen}
on chat:
if player has permission "{@ExemptChatPerm}":
if {hcfreeze.%player%.frozen} is true:
uncancel event
else:
if {hcfreeze.%player%.frozen} is true:
cancel event
send "{@ChatFrozenMessage}" to the player
on command:
if player has permission "{@ExemptCommandPerm}":
if {hcfreeze.%player%.frozen} is true:
uncancel event
else:
if {hcfreeze.%player%.frozen} is true:
cancel event
send "{@CommandFrozenMessage}" to the player
command /btool:
permission: banmenu.banla
trigger:
set player's held item to carrot on a stick named "&c&lBanlama Araci" with lore "&f&lBanlayacagin kisiye sag tikla!"
command /ftool:
permission: banmenu.dondur
trigger:
set player's held item to ice named "&b&lDondurma Araci" with lore "&f&lDonduracagin kisiye sag tikla!"
PHP:
# [---] Coded By LquenS [---] #
#
# [---] Version: v.1 [---] #
#
# [---] Iletisim: LquenS [---] #
options:
p: &lPenom &l»
command /sohbetmenu:
permission: protokol.sohbet
permission message: &cProtokol gereği bu komutu girmen yasaklanmistir!
trigger:
wait 2 ticks
open chest with 1 rows named "&a&lSohbet" to player
format slot 0 of player with white stained glass pane named " " to be unstealable
format slot 1 of player with white stained glass pane named " " to be unstealable
format slot 2 of player with green wool named "&aSohbeti Ac" with lore "&aSohbeti acmak istermisin ?" to close then run [execute console command "shbetac"]
format slot 3 of player with white stained glass pane named " " to be unstealable
format slot 4 of player with light gray wool named "&8Sohbet Temizle" with lore "&8Sohbeti temizlemek istermisin ?" to close then run [execute console command "shbetsil"]
format slot 5 of player with white stained glass pane named " " to be unstealable
format slot 6 of player with red wool named "&cSohbeti Kapat" with lore "&cSohbeti kapatmak istermisin ?" to close then run [execute console command "shbetkapa"]
format slot 7 of player with white stained glass pane named " " to be unstealable
format slot 8 of player with white stained glass pane named " " to be unstealable
command /shbetac:
permission: protokol.sohbetac
permission message: &cProtokol gereği bu komutu girmen yasaklanmistir!
trigger:
if {sohbet} is true:
set {sohbet} to false
send "&a {@p}'dan gelen yetkiye gore sohbet acilmistir!" to all players
send "&a {@p}'dan bir dahaki sohbetin kapanis tarihi bekleniyor!" to all players
command /shbetkapa:
permission: protokol.sohbetkapa
permission message: &cProtokol gereği bu komutu girmen yasaklanmistir!
trigger:
if {sohbet} is false:
set {sohbet} to true
send "&c {@p}'dan gelen yetkiye gore sohbet kapanmistir!" to all players
send "&c {@p}'dan bir dahaki sohbetin acilis tarihi bekleniyor!" to all players
on chat:
if {sohbet} is true:
cancel event
send "&c {@p}'dan gelen yetkiye gore sohbet kapanmistir!" to player
command /shbetsil:
permission: protokol.sohbetsil
permission message: &cProtokol gereği bu komutu girmen yasaklanmistir!
trigger:
loop 300 times:
send " " to all players
send "&a {@p}'den gelen yetkiye dayanarak sohbet silinmistir!" to all players
BENDEN İZİNSİZ HİÇBİR FORUMDA PAYLAŞMAYIN!