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

    Solved How to get the location of the block of the looped item?

    Thanks, it worked :emoji_grinning: Did it this way: set {loop} to location at loop-value-1
  2. S

    Solved How to get the location of the block of the looped item?

    Ok I may have made it a little too complicated for myself, that's true.... But I know the basics and I know how I could make it easier for myself.... But I want to save the location of the container where the forbidden item is, because I have a citybuild server and I need to see where (on which...
  3. S

    Solved How to get the location of the block of the looped item?

    IT'S ENOUGH! Really! Look at my spigot profile and then SAY AGAIN that I should learn the basics first‍:emoji_weary: SkyTakeDev | SpigotMC - High Performance Minecraft
  4. S

    Solved How to get the location of the block of the looped item?

    I mean the location of the chest where the looped forbidden item is located.... But many chests are looped from a list, so I don't know how to query the specific one.
  5. S

    Solved How to get the location of the block of the looped item?

    I know exactly what I am doing and if you could read correctly, you would already know that I am scripting an Anti-Dupe script. And I've written many large elaborate scripts where you need more than just basics ;) Have you never had a moment where you got stuck? Where it has hacked at...
  6. S

    Solved How to get the location of the block of the looped item?

    Hello, I'm trying to develop an anti-dupe system and I need help urgently.. I want to get the location of the block of the looped item, but do not know how :/ This is my code: every 1 seconds: loop {pchest::*}: loop all items in block at loop-value: if {banneditems::*}...