OneBlock Skript

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Status
Not open for further replies.

wizard3211

Member
Apr 3, 2021
1
0
1
33
Hi I dont know how to skript much however I am trying to make a single block when mined turn into a random block and keep doing so. I am trying to re create this https://ijaminecraft.com/map/oneblock/

on load:
set {list_of_blocks::*} to all items
remove barrier and command block from {list_of_blocks::*}
set {_loc} to 0,150,0

on break of stone or grass or dirt:

cancel event
set block to random element at {_loc} to stone and grass and dirt and *


Clearly I have no Idea what Im doing and the full version of this is a fairly large project. any help to get me #going?
 
Last edited:
Status
Not open for further replies.