Help with 3x3 pickaxe

  • 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 comminuty!

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

BlazingFiree

New Member
Jun 16, 2017
7
0
0
So i need a code that when I mine with a diamond pickaxe it will mine 3x3 and drop all of the loot that was mined.
I tried it with radius but It isn't the same thing...
 
I don't have time now, but I can give you some tip how to do that:
You need to use vectors and set block upward downward etc etc
code_language.skript:
set {_upwards} to new vector  0, 1, 0
RandomSK