Need Help With Making Certain Blocks breakable

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Turtel

Member
Aug 27, 2023
3
0
1
so i am making a farming server and i need people to be able to break wheat in worldguarded regions but theres no flag for it and all my skript attempts dont work and i cant find answers someone help or should i just use a different plugin altogether
 
really. look, the point is im trying to make a hypixel skyblock farming island kinda thing
 
Okay, that is not helpful.
First of all, i had to change over half of the skript in order for it to work.
And second of all, this does the exact opposite of what i want to do.
 
Maybe something like this:

Code:
on break:
    set {_breakable::*} to wheat, carrots, and potatoes
    if {_breakable::*} doesn't contain event-block:
        cancel event
 
  • Like
Reactions: Luke_Sky_Walker