I'm making a mod with levels and I need to get the item they're trying to break a block with to check if they're a high enough level to use the tool. Thanks!
I am making a mod with a level system in it and i need to make it so the player cannot use a tool if theyre not a certain level. Much like a sword cannot break blocks. I have already tried PlayerUseItemEvent and it does not work with tools. Thanks!!
I'm making a mod that has a level system where you need to be a certain level to use certain tools or weapons or armor. How would I make it so that if they're not a certain level the player cannot use the specific tool? Thanks in advance!