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

    Solved If amount of named item

    Didn't work for me Fixed it! on inventory click: if event-inventory = (metadata tag "minermerchant" of player): cancel event if index of event-slot is 9: loop all items in player's inventory: if loop-item's name is "&7Cobblestone"...
  2. X

    Solved If amount of named item

    Does it also work with normal cobblestone or with only ones named "Test"?
  3. X

    Solved If amount of named item

    on inventory click: if event-inventory = (metadata tag "minermerchant" of player): cancel event if amount of cobblestone with name "&7Cobblestone" in player's inventory >= 10: broadcast "hi" This doesnt work as any cobblestone with a normal name adds to it.
  4. X

    Skript help

    How do i make it so when a player has a item named "&cStaff of Strength" in their hand they get a 5+ bonus in the {strength.%player%} variable, but when it isnt in their hand they dont get the bonus. Reminder, i dont want it set to 5 :)
  5. X

    Coinstop Help

    I am new so I never figured it out and you said wrong section so I did it here instead.
  6. X

    Coinstop Help

    I want a command, /coinstop, to show who has the highest value in the variable {coins} to show up when you do the command. I want the top 3 people preferably, but I'm fine with only the top player. Thanks!
  7. X

    Solved Coinstop Help

    I haven't been able to find anything
  8. X

    Solved Coinstop Help

    I want a command, /coinstop, to show who has the highest value in the variable {coins} to show up when you do the command. I want the top 3 people preferably, but I'm fine with only the top player. Thanks!
  9. X

    Solved No cactus damage

    I want "&aCactus Boots &2&l[T3]" which are leather boots to take 0 cactus damage when touching one. Can any one help me?
  10. X

    Solved Health Problem

    So I want a iron sword named "health sword" to have an ability that gives you 1 heart if youre damaged, not 1 extra heart. Any one know how to do this?
  11. X

    Crafting recipe

    Well I've never done SkBee im noob
  12. X

    Crafting recipe

    Ok Will try I downloaded it and made a skript. on load: register new shaped recipe for iron sword of sharpness 6 named "Egypt Dagger" using air, gold block named "&6&lPower of True Sunlight", air, air, air , air, air, air, air This completely crashes my server :(
  13. X

    Crafting recipe

    Doesnt seem to work I can still use any gold block for the recipe.
  14. X

    Crafting recipe

    I am trying to make a new crafting recipe that requires a gold block named "&6&lPower of True Sunlight", but with my code it can be crafted with any regular named gold block, how do I fix this? Here's my code at the moment. on load: register new shaped recipe for iron sword of sharpness 6...
  15. X

    Solved Teleport Skript

    Thank you
  16. X

    Solved Teleport Skript

    I want my Iron Sword named "Ender Pearl Sword" to be able to teleport 5 blocks forwards depending on the way you are looking when you right click. Can any one help me with this?
  17. X

    Solved Help with skript

    So i have a weapon named "Jasper's Blade" and i want it to apply poison to the enemy it just hit, how do i do this?
  18. X

    Solved /craft command

    Is there a skript where you can do /craft and it would bring up the crafting table? If so can you please show me it.