Hi! I'm wanting to create a Skript that is essentially a lockpick that force opens chests that are locked by FactionsUUID.
Here's what I have so far, unfortunately it doesn't seem to work.
Any ideas?
Here's what I have so far, unfortunately it doesn't seem to work.
Code:
on rightclick:
if event-block is chest:
if event-player's held item is sunflower:
message "Lockpicking"
wait 3 seconds
open inventory of event-block to player
Any ideas?