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

  1. M

    Please help me with my script

    Im trying to make a gen server with placeable gens but the upgrade from tier 1 to tier 2 does not work, i cant find out why it doesn't work on right click on white glazed terracotta: if player is sneaking: if {cooldown.%player%} is true: send "%{prefix}% Slow down!"...
  2. J

    I need a gen skript

    Category: Item That Spawn On A Block Suggested name: generator.sk Spigot/Skript Version: lastest skript What I want: An item that spawns on a block every 1.5 seconds Generators: Dirt block, drops dirt |stone, drops cobblestone | iron ore, drops iron ingot | gold ore, drops gold ingot |...
  3. B

    Solved Anyone know why this doesn't work?

    every 5 seconds: loop all players: drop 1 wheat 0.8 meters above {placedgenerators::%loop-player's uuid%::wheatgen::*} The variable is a list with multiple locations. There are no errors on reload and just doesn't drop the wheat.
  4. B

    Generator drop skript makes server lag

    Hi, I'm trying to create a generator drop skript for my generators. I have found out a way for it to work.. but the only problem is that it really makes the server lag. Anyone know how to fix this? The {generator::1::verify::*} variable is the generator's location and then the player's name. The...
  5. A

    Generator Skript not working

    When I restart my server all the gens lose ownership and it says that I don't own the generator. This is a modified version of someone elses skript. I've tried some testing but haven't found anything. If you want to test just use /givegen and it'll give you a wheat generator. The code is in the...