block data

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

  1. Dominiiikk_

    Solved Spawner Pickaxe

    Hey, I'm basically trying to make a spawner pickaxe. But every time I mine the spawner I only get the blank spawner without the set mob inside. How to fix it? :( on break of mob spawner: if player has permission "minespawner.all": if player's tool is netherite pickaxe...
  2. N

    Check if block is one of many specified blocks

    How can i check if a block is one out of some different specified blocks? Doing this for example is a bit long and time consuming: on mine of stone: <the rest of the code> on mine of coal ore: <the rest of the code>
  3. FoxCraftGaming

    Block placing not working

    Hey everyone, so i have this skript here without any errors, but if players change their own color, the placed block is still white, or if i place a red wool. its stays red. what am i doing wrong?? Skript: https://pastebin.com/rYBPcva3
  4. N

    TuSKe deletes my block data. Please help!

    Hello guys! I have a rather big issue. Im using TuSKe for a generator skript and i dont know why but when i right click on the generator and the skript opens the menu the block data for the generator is gone? Please help! I linked my code
  5. Lee Since

    Solved Placing Logs Horizontally

    Does anybody know how to place logs horizontally with line "set event-block to ..."?