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

    Unbreakable Block

    How do i make my gen unbreakable.. I need the feature so it doesn't bug out and the only way to delete the block is through right click (which I've already done)
  2. C

    script not working

    This script doesnt give me the chest?? on right click on sign: line 1 is "[Warp]": line 2 is "netherpvp": line 3 is "everyone": player command "warp netherpvp" give player chest named "&aKit Selector &7(Right Click)"
  3. C

    Solved Console Execute

    Script: on right click on coal block: if event-player is sneaking: loop {generator::1::}: if loop-value is event-location: remove event-block's location from {generator::1::} send action bar "{@prefix} You removed a level 1 generator" to...
  4. C

    Shop GUI

    I want a shop gui where people are able to buy and sell items: items to sell: coal ($20) iron ($100) items to buy: Coal Block named "&0&l&oCoal Generator" (buy for $500) Iron Block named "&f&l&oIron Generator" (buy for $2000)
  5. C

    Shop GUI

    I want a shop gui where people are able to buy and sell items: items to sell: coal ($20) iron ($100) items to buy: Coal Block named "&0&l&oCoal Generator" (buy for $500) Iron Block named "&f&l&oIron Generator" (buy for $2000)
  6. 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...
  7. C

    Solved remove and add to players inventory

    I need a script that would make it so when the player spawns into the server their inventory is empty but when they do /warp netherpvp they get added a chest named: '&aKit Selector &7(Right Click)' into their first slot of their hotbar?? please help asap