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

    I don't know whats the error.

    on right click with nether star: wait 2 ticks open chest inventory with 1 row named "" to player wait 3 ticks format gui slot 4 of player with mushroom soup named "&bSoup &c(BETA)" with lore "&7A Soup based KitPvP server." and "" and "&7Versions: &a1.7-1.16" and "&7Recommended...
  2. 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...
  3. C

    Need a Spreading Block Skript

    Okay thank you!
  4. C

    Need a Spreading Block Skript

    Where is the Skript requests page?
  5. 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...
  6. C

    Find the location of a block

    I tried doing this and it has the same error message, "loop-block is not a location" Please try to test it if you can for convenience as well
  7. C

    Solved TuSKe GUI isn't working!

    Figured it out, the code works, I just needed to restart the server as TuSKe is very buggy.
  8. 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...
  9. 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...
  10. C

    Solved Random Number with decimal

    Thanks, it worked!
  11. 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