#how to cancel auto craft on 1.21?

1 messages · Page 1 of 1 (latest)

heady beacon
#

the craft event is when a player crafts the item. unfortunately I don't think Skript has an event for when a crafter crafts an item yet

#

you may be able to hook into skript-reflect and see if Spigot/Bukkit has an api for it (can't help you there, don't know enough)

arctic spruce
#

Skript should get that added into the syntax!

#

But same ^^

tough kettle
#

on craft:
if event-item is not wood_sword or stick or ladder or stairs:
cancel even

#

cancel event*