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

    My Skript has error and I'm new on Skript

    No i meant like this check this video timeline 1:00
  2. RealStrike

    My Skript has error and I'm new on Skript

    ya its working but not like it intended to be, its like breaks 2x2 sometime 3x3 like that or sometimes 2x1 and not doing 3x3x3 like it intended to be
  3. RealStrike

    My Skript has error and I'm new on Skript

    [13:31:25 INFO]: [Skript] Reloading drill.sk... [13:31:25 INFO]: Line 12: (drill.sk) [13:31:25 INFO]: loop-value can't be set to anything [13:31:25 INFO]: Line: set loop-value to air [13:31:25 INFO]: [13:31:25 INFO]: [Skript] Encountered 1 error while reloading drill.sk! (93ms)
  4. RealStrike

    My Skript has error and I'm new on Skript

    Only set loop-block to air right? Which line i have to add this (loop {_blocks::*}
  5. RealStrike

    My Skript has error and I'm new on Skript

    on break: player's tool is a netherite pickaxe player has permission "drill.pickaxe" add block 1 left and block 1 right and block 1 above and block 1 below event-block to {_blocks::*} set {_top} to block above event-block add block 1 right and block 1 left of {_top} to...
  6. RealStrike

    My Skript has error and I'm new on Skript

    Oh while i was breaking blocks only one block breaked but dropped more than one block
  7. RealStrike

    My Skript has error and I'm new on Skript

    Ya its kinda working the skript loaded without any errors but while i am breaking the blocks with the neth pick it drops the blocks 9,8,1,5 like this i think thats the blocks in the radius but the blocks actually not breaking. I totally appreciate your work but if you can figure out that also...
  8. RealStrike

    My Skript has error and I'm new on Skript

    uhh I Don't really know how to fix it, can you help me with that :D
  9. RealStrike

    My Skript has error and I'm new on Skript

    [12:16:55 INFO]: [Skript] Reloading drill.sk... [12:16:55 INFO]: Line 5: (drill.sk) [12:16:55 INFO]: There's no block in an on item break event [12:16:55 INFO]: Line: set {_block} to event-block [12:16:55 INFO]: [12:16:55 INFO]: Line 6: (drill.sk) [12:16:55 INFO]: Can't understand...
  10. RealStrike

    My Skript has error and I'm new on Skript

    No, i changed it to (On break) but then also it didn't worked
  11. RealStrike

    My Skript has error and I'm new on Skript

    I want to make a skript for drill pickaxe like DonutSmp (while mining it with that certain Netherite pickaxe named drill pickaxe it will mine 3x3 blocks) I created one but its not working on break: if tool is a netherite pickaxe: if player has permission "drill.pickaxe"...