Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- message-color: &6
- perm: &cYou don't have permission for this
- #DON'T TOUCH AFTER THIS PART
- variables:
- {hdchat.%player%.toggle} = true
- {altura1.%player%} = 3.5
- command /hdchat:
- trigger:
- if sender has permission "hdchat.toggle":
- if {hdchat.%player%.toggle} is true:
- set {hdchat.%player%.toggle} to false
- message "&7Holgram chat &4off&c!"
- stop trigger
- else:
- set {hdchat.%player%.toggle} to true
- message "&7Hologram chat &aon&c!"
- stop trigger
- else:
- send "{@perm}"
- on chat:
- if {hdchat.%player%.toggle} is true:
- "%message%" is not "legendchat"
- bind hologram "&b%player%&e said:;{@message-color}%message%" to player for 5 seconds offset by 0.0, {altura1.%player%}, 0.0
- if {altura1.%player%} is 3.5:
- set {altura1.%player%} to 3.0
- stop
- if {altura1.%player%} is 3.0:
- set {altura1.%player%} to 2.5
- stop
- if {altura1.%player%} is 2.5:
- set {altura1.%player%} to 3.5
- stop
- wait 5 seconds
- set {altura1.%player%} to 3.5
Advertisement
Add Comment
Please, Sign In to add comment