item generators

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

    Item generator

    How do i make a item generator spawn on the location I set? Basically like a bedwars dropper and make it able to be upgradable by the player through a gui from money. This money should be given by /sell as they get the items from the floor. Please I need help and it would be good for me to...
  3. R

    Item Generators not working.

    So I have been using skript for a while now. Normally when I make a generator skript with multiple generators, it works. I have 3 generators so far. Only the first dirt one works. Here is my code: every 1 second: drop 1 dirt named "&8&lDirt" with lore "&7Trade at /shops!" at...