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_

    Solved Projectiles rate too fast

    Uh how? Edit: Nevermind, I got it working, thanks for telling me about the delay part, it worked :)
  2. IDuckz_

    Solved Make Minecarts undestroyable

    Try this: on break of minecart: # Checks if a minecart has broken cancel event # Stops it from breaking (canceling the break event) send "&cYou cannot break minecarts!" # Sends a message
  3. IDuckz_

    Solved Variable not working

    Try debugging the code, like this part "set {_looting} to level of looting of player's tool + 1"
  4. IDuckz_

    Solved Projectiles rate too fast

    Didn't work, still the same, and its not about skript, its about minecraft I think, the projectiles shoot fine but whenever it hits the mob, you have to wait for the mob to be damaged then it'll damage the mob again.
  5. IDuckz_

    Solved Projectiles rate too fast

    I am stuck with this bug, so I am making a guns script, everything is working fine, but I made an automatic gun and it just fires too quickly that some projectiles sometimes doesn't damage the entity (mob, animals, or players). Here is my code: command /gun: permission: command.gun...
  6. IDuckz_

    Solved Break certain blocks inside region

    Alright, make sure you mark this as solved.
  7. IDuckz_

    Get week day

    -.-
  8. IDuckz_

    random teleport on death

    Try using variables.
  9. IDuckz_

    Solved Break certain blocks inside region

    Remove that protected region, and put this code in: on block break: if event-block is not any ore: if player does not have permission "<Put your permission here, the permission would be to bypass this event and able to break>": cancel event send "<message here...
  10. IDuckz_

    Issue

    Vorze, your code is incorrect, you forgot the "is" at the 2nd line. Here is the correct code: on rightclick: if player is holding a wooden hoe named "Pistool": shoot an arrow at speed 10
  11. IDuckz_

    Get week day

    dont you have a time in your computer or a calender in your house or in your phone ?
  12. IDuckz_

    Solved Fishing (Small Script)

    Nevermind I got it working, thanks for the help.
  13. IDuckz_

    Can't get gui's to work.

    ^^^ Its a lot better to be honest
  14. IDuckz_

    Why can't I loop a location?

    That depends on some things, but it doesn't have to be always XYZ values
  15. IDuckz_

    Can't get gui's to work.

    Add TuSKe for the gui's to work
  16. IDuckz_

    Why can't I loop a location?

    instead of loop-index, try loop-value
  17. IDuckz_

    Solved Fishing (Small Script)

    It seems this part: if "%fishing state%" is "CAUGHT_FISH": Also TheCringeYT, you are only using 1 variable {fishing.done}, what if multiple players are fishing? So I don't think its going to work.
  18. IDuckz_

    Solved Fishing (Small Script)

    So um I have been trying to make it whenever a player catches a fish, it'll execute this like of code: send "hi" to player, but It did not execute it, any ideas to fix this? (Also please do not judge my code :P) Plugins I am using: Skript (Obviously), SkQuery, Skellet, SkNBeeT, TuSKe, and...
  19. IDuckz_

    Custom Enchants

    Um I think so What about using the on inventory click: thing?
  20. IDuckz_

    Custom Enchants

    So I have been trying to make it whenever a book named like "Speed II" and I drag the book and click it on a boots, it'll give it a lore that says "Speed II" and it gives them Speed 2. Can someone please send me a skript? Skript Version: 2.2-dev36 Skript Addons: Skellett, SkQuery, SkRayFall...