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

    Solved Right Click On Certain Coordinates

    Im trying to make different shops at different places. but when i try to do it. They all pop up at the same time. Well this is my skript on right click on player head: if location of event-block is location {_tutorial}: play sound "entity.villager.ambient" at volume 1 and pitch 1 at...
  2. Y

    Disable certain items in certain inventory

    I want to disable some items to be put in a chest. Since i don't want people to be able to sell skills to other. This is my skript right now on inventory click: if event-inventory's display name contains "Chest" or "Trade": if name of clicked item doesn't contains "Kit" or "Case" or...
  3. Y

    Solved Help. Can't make player buy

    it doesn't give any errors but it doesnt work. When i open the gui and try to buy it doesn't do anything My skript: command /shop: trigger: open virtual chest inventory with size 3 named "&l&bShop" to player format gui slot 10 of player with chest named "Box" with lore "100$" to run: if...