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

    Auction House Skript

    I'm in need of a skripted auction house where everything is done in a gui. The gui would have pages, containing items, the cost of the item and the seller. Item would stay in the auction house for 24 hours. By default players can only put 1 item in the auction house at a time. But the maximum...
  2. H

    `If clicked slot` detecting multiple slots

    Hey so I've been working on this crafting skript and I've encountered a bug. The following code : if clicked slot is 18: Seems to detect both slot 18 in the current gui and slot 18 in the player's inventory. I just need it to detect ONLY the GUI slot 18 I've tried using the following: - if...
  3. H

    Bounty List

    I fixed it btw, sorry for wasting your time.
  4. H

    Bounty List

    Yeah I know, but that still doesn't solve the problem.
  5. H

    Bounty List

    No it's like just a permission thing, so that they have to be op to use the command.
  6. H

    Skript wont work?

    You should probably show the skript..
  7. H

    Bounty List

    I've been trying to figure out how to fix this for a bit now, can't seem to figure it out. I'm trying to make a command that shows a gui list of all players with a bounty. (no errors) command /bountylist: trigger: loop all players: if player is op: clear...
  8. H

    Solved Server crashes when I reload

    Awesome, works like a charm. Thanks man <3
  9. H

    Solved Server crashes when I reload

    2.4.1-MH
  10. H

    Solved Server crashes when I reload

    There's an error (btw I really appreciate this <3)
  11. H

    Solved Server crashes when I reload

    Ok so basically there's a lore in all weapons/armor. (Rating » [number]) I'm trying to make it so it finds the highest rated item in the players hotbar and adds that rating with the rating of the player's chestplate. I believe this system will work but I do agree it is really heavy
  12. H

    Solved Server crashes when I reload

    Skript Version: 2.4 Minecraft Version: 1.15.2 So I've been trying to make a skript which tests for lore within every slot of their hotbar and their chest. But for some reason when I reload the skript my server will crash. Script Code : https://hastebin.com/liyubefofi.sql Crash Report ...