Recent content by drabspirit

  • 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. D

    Constant Sneaking Action Need Help!

    Hey yeah I'm in 1.14 if you didnt see my message before Bump still need help!
  2. D

    Constant Sneaking Action Need Help!

    Yes, as far as I know I have skRayFall, SkQuery, Sk-NBeeT, and Skellett. My friend sent me his server files as I wanted to get into script. EDIT Actually I might have a couple more, so heres a screenshot. I'm also on 1.14.
  3. D

    Solved loop-block not working correctly?

    Just did, also out of curiosity, did you know exactly why mine originally didnt work? My 3x3 pickaxe is running off the same format more or less, but I just dont understand why it doesnt work correctly to detect the blocks.
  4. D

    Constant Sneaking Action Need Help!

    Hiya! Right now I'm trying to make a rocket boots of sorts, I've got this done as a bare bones, but I can't for the life of me figure out how to constantly have it pushing the player while shifting. I tried to do some loops, but I don't really understand them too well. Thanks for the help! on...
  5. D

    Solved loop-block not working correctly?

    Hey thanks for the reply! That actually works perfectly, I have been kinda avoiding the the variables because I don't quite understand them ngl. While I was writing this I completely understood this, it's a 0 and a 1 right? Basically a true false statement with the if and else. Sorry for my...
  6. D

    Solved loop-block not working correctly?

    Hi! I've been trying to get into Skript and have started with custom items, right now I'm working on an item to search a radius around the player for ore blocks, and then send a message. Everything works besides being able to sense the ores. on rightclick: "%lore of player's held item%"...