#containing lore on consuming not working as it should
1 messages · Page 1 of 1 (latest)
What is your skript and server version ?
test with skript version 2.7.0-beta3
Because I've just tried your code and it works for me.
1.19.4 but ... Spigot, paper, other ?
Hm, I'll admit that I really don't know, I'm on beta 3 with paper (1.20.1) and everything is ok for me in your code
Maybe that's it, I don't know if the lore system has changed since
you can always try
Ah I suspected that it was due to the item itself x)
Just replace :
if lore of event-item contains "Sugar":
by
if lore of event-item contains "&f&lSugar":
or
if lore of event-item contains "&r&lSugar":
Yes
containing lore on consuming not working as it should