[CODE title="Merhaba, bugün hologram sohbet skriptini paylaşacağım sizlerle bundan sonra devamıda gelecek inşallah

"] HOLOGRAM SOHBET
command /hsohbet:
permission: hologram.sohbet
trigger:
if {holochat.%player%} is true:
set {holochat.%player%} to false
send player title "&eHologram Sohbet" with subtitle "&c&lKAPALI" for 3 seconds
stop trigger
if {holochat.%player%} is not set:
set {holochat.%player%.} to true
set {holochat.%player%} to true
send player title "&eHologram Sohbet" with subtitle "&a&lAÇIK" for 3 seconds
on chat:
if {holochat.%player%} is true:
if player has permissions "hologram.sohbet":
bind hologram "%player's displayname%;&f%message%" to player for 2 seconds offset by 0.0, 3.0, 0.
on damage:
attacker is a player
victim is a player
if {holochat.%attacker%} is true:
set {holochat.%attacker%} to false
send "&eSavaşta olduğunuz için &dHologram Sohbeti &eotomatik olarak &ckapandı" to attacker[/CODE]