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

    GUI not working

    I've been trying to make a gui for the past hour, I've used old code and nothing is working. idk if something got updated and code got changed but nothing is working. Code: command /rank [<player>]: trigger: open virtual chest with 6 rows named "&6Ranks..." to player format...
  2. I

    Solved Check if a player has a named item

    I tried looping the players inventory, and if player has a item named "&6Test" but nothing works any help would be great if player has a stick named "&6Fishing Rod Handle": send "&eTest" to player
  3. I

    Solved Not Being able to dye zombie's worn armour

    I've tried making the item a variable then dyeing it from there but that didn't work (no errors) I've now tried this got no errors but its not dying the armour spawn 1 adult zombie at {GolemBossSpawn} set helmet of last spawned zombie to unbreakable leather helmet dye last...
  4. I

    Finding lore on a item

    I wanna know if there is a way to find lore on a item (example: "Damage: 4" i wanna get the 4 only or the lore as a variable), Any help Thanks :D
  5. I

    Better way to check the player's inventory?

    I've been trying to work out a way to search a player's inventory instead of using on loop and being able to have colour on a item, Thanks in advance. on right click on anvil: cancel event loop all items in the player's inventory: if loop-item is a iron axe named "&6Hammer"...
  6. I

    Solved Function not reloading or something

    When i reload a skript with a function thats used in a different skript it gives me an error. i've tried stopping and restarting the server but nothing seems to work
  7. I

    Solved Trying to understand functions

    I've been looking around for 2 days now but still struggling to understand Functions can someone help me out on break of Stripped Acacia Log: if lore of tool is "Pickaxe": cancel event test(i) send "&e%{_i}%" to player function test(i: text) :: text: set...
  8. I

    Help with giving someone a block on they can interact

    I'm a little lost and how i can give someone a block so only they can interact with that block and no one else (when its placed down). if anyone helps Thanks :D
  9. I

    Help with Variable and locations

    Im trying to make it get the location from a variable and see if its from the list then to do something afterwards. example: on left click on oak leaves: if location of clicked block is location {gens::%player's uuid%::*} in world "plots": send "&aTests"
  10. I

    Solved Giving player a item from a variable

    I made a Crate skript and im trying to get it so they can get a reward from the variable instead of making a long list. Any help on right click on barrier: if player's held item is tripwire hook: if name of tool is "&aMiner Key": cancel event open virtual...
  11. I

    Solved How do i get the highest amount of a list and turn it into a variable

    Im Looking for a way to get a list and turn the highest number in that list to a variable Thanks in advance
  12. I

    Only able to break a block with a certain item

    I'm on latest update (version 1.16.1) on block break of Wool: if item is barrier named "&cWool Remover: send "&cYou Broke a Wool" else: send "&aUse your &cWool Remover" cancel event when ever I break a piece of wool it will not allow me to even with the "Wool...