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. D

    Give a random amount of experience points to the player

    Hello, I am trying to give a random amount of experience points to the player using this: give a random number between {_emin} and {_emax} exp to the player but it just returns this: ('a random number between {_emin}' and '{_emax} exp') can't be added to a player because the former is...
  2. D

    String to item type

    Hello, I am trying to make barrels/storage drawers in Skript. For those of you who don't know, storage drawers is a mod that allows for storing large amounts of a single item type in a block. I don't know how to store the item type though, this is what I've got so far...
  3. D

    Add item to a chest behind a dispenser

    Hello, I am trying to make a script for an auto-miner for my private SkyBlock server. What the miner does, is removes the block in front of it and drops the mined block behind it. This feature is sort of annoying, because the drop location is centered around the corner of a dispenser so I...