#Disable item
5 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Put this in both server script and client script
BlockEvents.leftClicked(event=>{
let {item} = event
if(item.id == "minecraft:wooden_pickaxe") event.cancel()
})
Thank you, imma try it when im home
ye works, thank you so much