Ok this might be a very simple question as i'm pretty new to Skript.
mc ver: 1.13.2 spigot
I basically need to make it so players cannot break all blocks except a certain few blocks. I need to make it so that players can only break light blue and red wool and thats it. Everything else is canceled.
So I have this:
And it just needs to apply for everything EXCEPT wool which I can't find anywhere on Google or the docs so I'm wondering if i can get help myself from the community.
Thx in advance.
mc ver: 1.13.2 spigot
I basically need to make it so players cannot break all blocks except a certain few blocks. I need to make it so that players can only break light blue and red wool and thats it. Everything else is canceled.
So I have this:
Code:
on break:
cancel event
Thx in advance.