Search results

  • 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. C

    Virus Block

    Category: Skript Suggested name: Virus Block Spigot/Skript Version: Newest Skript version What I want: A simple Skript that detects all purple concrete blocks and replicates them onto other blocks (except air). Then, it destroys the old block, so the block eats the world. Ideas for commands...
  2. C

    Need a Spreading Block Skript

    I've been trying to make a Spreading Block skript, where you place a block and it spreads to other blocks (excluding air) If you need an example, I would probably use magenta concrete as the virus block, and an extra bonus would probably be to set the old virus blocks to air, so that way it...
  3. C

    Solved TuSKe GUI isn't working!

    I get many errors when running this code. on skript load: # Main Menu Gui create a gui with id "menu" with virtual chest with 3 rows named "&b&lShop": # Whitespace slots format gui slot 0 with black stained glass pane named " " format gui slot 1 with black...
  4. C

    Find the location of a block

    https://skriptlang.github.io/Skript/classes.html#location says that blocks have locations, but I get an error saying "loop-block is not a location" every 5 seconds: loop all blocks: if loop-block is pink concrete powder: loop all blocks in radius 1 around loop-block...
  5. C

    Solved Random Number with decimal

    I want to push something at a random speed, I don't want to push it too much, so I would rather have a random number between 0 and 1 that is a decimal too (like 0.1, 0.5, 0.7) set {_variable} to a random integer between number and number makes a number that is too big