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

    Loop Blocks Issue

    Try this: on place: if name of held item is "&7Sand Bot": if event-block is a chest: loop blocks in radius 3 around the event-block: if loop-blocks is lapis_lazuli_block: loop 10 times: set block below...
  2. IDuckz_

    Solved Farming

    Thanks, just had to fix and edit some stuff there, but it worked.
  3. IDuckz_

    Solved Farming

    Um im trying to make it whenever they are holding right click with a hoe, it gives them wheat (but theres a progress thing) and if they're not holding a hoe and they try right clicking, it will say "You must hold a hoe to farm a crop!" But I can't get that to working, heres my code: on...
  4. IDuckz_

    Solved NBT Item

    Nevermind, I tried using another generator and it worked, sorry for all of this. Its just the attack speed that doesn't work.
  5. IDuckz_

    Solved NBT Item

    I tried doubling it, but it didnt work, but heres the code: command /nbt: permission: nbt.use permission message: Unknown command. Type "/help" for help. trigger: add...
  6. IDuckz_

    Solved NBT Item

    Um I need help with NBT, the skript plugins I have are: Skript, SkQuery, Sk-NBeeT, SkRayFall, Skellet, and TuSKe. I keep getting an error which only says "is not a valid item data", heres my code: command /nbt: permission: nbt.use permission message: Unknown command. Type "/help" for...