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 community!

    Now, what are you waiting for? Join the community now!

  1. N

    Rapid-fire your requests :)

    Yes it does, as you told me to make it do so.
  2. N

    Rapid-fire your requests :)

    options: duration: 5 #duration can't be longer than cooldown cooldown: 20 #or else the effects will never stop #as long as you keep hitting them. command giveswords <player=%player%>: permission: * trigger: give arg unbreakable netherite sword of...
  3. N

    Rapid-fire your requests :)

    You asked for lava and water to get deleted, also the drill isn't gonna add to the mining stat unless you do some variable adding using loops. I'm not sure how to fix the radius issues. As for the <none> thing, just set the variable to 0 on join if its not set.
  4. N

    I need help

    du sprichst Deutsch?
  5. N

    give me your skript ideas!

    Luke can you share what you did? I wanna know what you mean by "a little buggy"
  6. N

    spawn minecart when block is clicked

    SkRayFall and SkQuery are outdated and can cause problems. Most of their syntax is in recent versions of Skript, SkBee, and SkQuery. Your version of skbee is extremely out of date. Well over a year. We are on release 3.4.3 as of now. Updating/removing these addons should fix many issues you may...
  7. N

    Quest GUI

    Using the skript-yaml addon for skript, you can create, write info in, pull info from, delete info from, and delete YAML/YML files.
  8. N

    Quest GUI

    *global variables lol i can't do things
  9. N

    fix

    Ok for one thing don't use console commands with co-ords two, what does this have to do with the on pickup event?
  10. N

    Quest GUI

    Why do you have all of your quests saved in local variables? Why not store them in a yml or json file?
  11. N

    Quest GUI

    You can add all the different types of quests to a list variable and then select 18 random elements from that variable, add them to today's quest, and then remove them from the variable so they never show up again
  12. N

    Rapid-fire your requests :)

    yeah just check if loop-block is a specific block type before you break it using tool
  13. N

    Rapid-fire your requests :)

    Sign their exact name as the title when you sign the book. Should work
  14. N

    Rapid-fire your requests :)

    Here on book sign: lore of event-item contains "&4ᴅᴇᴀᴛʜ&6ɴᴏᴛᴇ" if ((title of event-item) parsed as player) is online: set {_d} to ((title of event-item) parsed as player) kill {_d} broadcast "&c&lThe Deathnote has taken one's life." command givenote...
  15. N

    Rapid-fire your requests :)

    I know what the deathnote is
  16. N

    Rapid-fire your requests :)

    try this on break: player's tool is a netherite pickaxe player has permission "drill.pickaxe" loop blocks in radius 1.75 of event-block: break loop-block using tool set loop-block to air if loop-block is water or lava add block 1 behind loop-block to...
  17. N

    Rapid-fire your requests :)

    Is it currently 3x3x2?
  18. N

    Rapid-fire your requests :)

    Yes it is! Gimme a bit
  19. N

    Look pls help

    I think so
  20. N

    Parrticle arcs

    This is my third ever skript-help post and none of them have ever been answered lol But yeah, although I'm familiar with the math for bezier curves I am struggling with the code for doing that in Skript. I suppose I could just take the math and make skript run it so I can better visualize it?