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

    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.
  2. 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 :)
  3. 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!
  4. 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!
  5. 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?
  6. 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?
  7. 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...
  8. 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?
  9. 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?
  10. 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.