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

    Shop GUI

    You're welcome
  2. D

    AntiStripmine

    hm, im pretty sure you're better of trying to find a Custom world generation system, cuz having a Skript to REPLACE all X ores with stone will be very laggy, the only way to do so is by Looping ALL blocks in X chunk, and checking for each block to see if its in X ore list, if so, then it will...
  3. D

    Solved Block Placing Cooldown

    this simple.
  4. D

    Solved Scoreboard / Sidebar

    thanks alot mate, really helped.
  5. D

    Solved Scoreboard / Sidebar

    Category: Scoreboards / Sidebars Suggested name: doesn't matter. Spigot/Skript Version: What I want: so i have an OP prisons server, and i want a scoreboard for it. i searched on here & found some older requests with scoreboard skripts, tho i couldn't really get them to work, i always met...
  6. D

    A Block Every 8 Seconds

    command /addtolist: (1tab)permission: admin (2tabs)trigger: (3tabs) add player's tool to {ListOfItems::*} every 8 seconds: (1tab)loop all players (1tab)give loop-player a random item from {ListOfItems::*}
  7. D

    Custom enchant Jackhammer

    I know this was already requested before and there's a skript for it, tho it doesn't really fit with what i want, Category: Prisons / Custom enchants. Suggested name: Doesn't really matter. Spigot/Skript Version: 2.3.7 What I want: So, i already have a skript. with Custom eco. You dont...