chestloot

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

    how can i add an item to a list with a command?

    Hello, i'm making a supply drop skript, but i cant get the item spawning to work. The problem I have is that when i try to add the item im holding with a command it adds something called "item stack" instead, and it makes no items spawn. This is as far ive got (This is what i need help with)...
  2. K

    Supply drop help

    Ive been trying to make a kind of special supply drop skript for my server, but i just cant get it to work. I want blocks to fall from the sky and when they hit the ground they should turn into chests with items inside, so this is as far ive got: https://pastebin.com/0yWpVGFZ
  3. F

    Chest loot every 10 seconds

    I have a question, how can i do that the chestfill fills the chest every 10 seconds? My script: on load: delete {random.item.list::*} add 2 diamond to {random.item.list::*} add 2 iron ingot to {random.item.list::*} add 2 leather to {random.item.list::*} add 2 tnt to...