I have done this to check if a player rightclicks an anvil:
Code (Text):
I want to check if item 175 contains a part of the lore
And I want to check if a player is inside the anvil gui too.
Code (Text):
code_language.skript:
on right click on a anvil:
if player has 175:
send "&7You can't rename coins!"
cancel event
stop
And I want to check if a player is inside the anvil gui too.
Last edited: