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

    help with fire

    Is it worldguard regions or? For what purpose?
  2. M

    Exp needed for level +5% for every level

    Thanks for letting me know and you did extremely well with this comment. The only thing i did was fix the errors in the skript that showed up according to the XP sound and the totem so the totem and the xp sound would work. Btw a comment not something that i am 100% sure about. i only think you...
  3. M

    Exp needed for level +5% for every level

    # on block break: if player is a player: chance of 15%: play resurrection by totem on the player loop players in radius 20 around player: play sound "ENTITY_EXPERIENCE_ORB_PICKUP" with volume 100 with pitch 1 at loop-player for loop-player...
  4. M

    1 Error in skript

    Thanks :) Please use the website function where you can insert code, makes the post alot more readable thanks :) Also what errors do you get?
  5. M

    1 Error in skript

    Please put your code inside a code "bracket" Also you can include your error message too.
  6. M

    Adding cooldown

    This section of the code will never run lay sound "minecraft:entity.warden.sonic_boom" with volume 1 to all players within 6 blocks around the player loop blocks between block 1 infront of player and block 20 infront of player: make 10 of sonic boom at...
  7. M

    Time

    You could try to make a debug. Every x: Broadcast "time" And watch what it says at the times your having trouble with and the times your not having trouble with :) Hopefully this gives some insights
  8. M

    Help Required with Custom Recipes in Skript-Reflect

    No worries. Is this what you are seeking?
  9. M

    Create script that allows the player to equip any piece of armor.

    What does it say when you run it? Could you give a screenshot?
  10. M

    Create script that allows the player to equip any piece of armor.

    The plugin loaded successfully?
  11. M

    Create script that allows the player to equip any piece of armor.

    Have you tried something like this to get the names? command /armorinfo: trigger: if player's helmet is set: send "Helmet: %player's helmet%" to player else: send "Helmet: None" to player if player's chestplate is set...
  12. M

    Help Required with Custom Recipes in Skript-Reflect

    If you have SkQuery this might be easier https://docs.skunity.com/syntax/search/id:1305
  13. M

    Create script that allows the player to equip any piece of armor.

    You could try to see if the addon sharpSK would run on your server. Here you have armor equip and unequip events. https://docs.skunity.com/syntax/search/id:1998 https://docs.skunity.com/syntax/search/id:1999
  14. M

    Create script that allows the player to equip any piece of armor.

    You wouldnt be able to use a newer version of Minecraft?
  15. M

    Create script that allows the player to equip any piece of armor.

    Does the execution needs to be immediately? You could make a loop that runs every second, that checks the slot of the players armor and hereby be able to make it happen this way. Would this work out?
  16. M

    please help

    You could try switching out Vulnerable with Invulnerable, and i also think you need to clarify with the ":" 0b or 1b but not sure. Let me know if it was helpful
  17. M

    Skript Actual Dupe Script

    Could be the first word to the skUnity Dictionary
  18. M

    Skript Actual Dupe Script

    What do you mean by this is a ghost command?
  19. M

    Need help with cooldown

    This might help you: https://forums.skunity.com/threads/command-cooldown-and-inventory-items.10277/post-44666