Hello, i am coding with skript since 1.12. After 3 years i started to code again with skript for fun, but since mojang added sign edit (This means when you place a sign type some text and add it to the sign, you are able to edit it again if you click on it) i can't make clickable signs
Normally i would do
The code above did i use when i played 1.12 and back then it worked
I tried it again but now it looks minecraft overwrites this event or something?
i also tried this code below in skript 2.10.0 and in minecraft 1.21
i tried canceling the event for opening the sign, but that doesn't work
I also said (on right click on oak sign) because mojang added multiple signs of different wood.
I don't get errors or anything so i don't know why it wouldn't work?
I hope someone have a answer.
Thanks
Normally i would do
code_language.skript:
on right click on sign:
if line 2 of event-block is "test":
message "You clicked" to player
The code above did i use when i played 1.12 and back then it worked
I tried it again but now it looks minecraft overwrites this event or something?
i also tried this code below in skript 2.10.0 and in minecraft 1.21
Code:
on right click on oak sign:
if line 2 of event-block is "test":
cancel event
message "You clicked" to player
i tried canceling the event for opening the sign, but that doesn't work
I also said (on right click on oak sign) because mojang added multiple signs of different wood.
I don't get errors or anything so i don't know why it wouldn't work?
I hope someone have a answer.
Thanks