Hello,
So I was just playing around with Skript and was wondering if there is a way to send the player a message with hoverable messages and commands in 1.7. I've looked up on the internet and found json.sk but when I run it, it does nothing.
For example:
I'm not sure how to make it so when the staff hovers over this message it shows them "Click here" and when they click it, it would despawn whatever entity the player is looking at. Any help would be appreciated
Thanks,
So I was just playing around with Skript and was wondering if there is a way to send the player a message with hoverable messages and commands in 1.7. I've looked up on the internet and found json.sk but when I run it, it does nothing.
For example:
code_language.skript:
on right click on a entity:
if player is holding a book named "&b&lInspect Inventory ":
if {staff.%player%} is true:
cancel event
message "&bClick to despawn this &f%target entity%&b."
I'm not sure how to make it so when the staff hovers over this message it shows them "Click here" and when they click it, it would despawn whatever entity the player is looking at. Any help would be appreciated
Thanks,