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

    Solved how do i make a grappling hook

    you need a tab 1 line under the if
  2. Time4Games

    Solved how do i make a grappling hook

    on Fishing : if "%fishing state%" is "IN_GROUND ": thrust player (direction from player to location of fish hook) at speed 5
  3. Time4Games

    Solved how do i make a grappling hook

    can you send your code as a code pls? using [.CODE] and [./CODE] without the dots
  4. Time4Games

    Solved how do i make a grappling hook

    do you have any errors?
  5. Time4Games

    Solved how do i make a grappling hook

    can you send your code pls?
  6. Time4Games

    Solved how do i make a grappling hook

    you want to push the player towards the fishing hook. This might help: https://forums.skunity.com/threads/it-is-possible-to-make-a-grappling-hook.7454/
  7. Time4Games

    Solved Need help to update player to player's uuid

    #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++# # # #SimpleStats # #Created by halks514 v2.4 # #...
  8. Time4Games

    Solved Code not working

    you need to add the lore of the leggings too
  9. Time4Games

    Solved Code not working

    the underscore makes it a local variable (read a tutorial about it) try removing them
  10. Time4Games

    am i doing wrong?

    you can do everything using your imagination :)
  11. Time4Games

    Solved Need help to update player to player's uuid

    #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++# # # #SimpleStats # #Created by halks514 v2.4 # #...
  12. Time4Games

    Solved how to do %'s in a skript message

    command /test: trigger: message "gg you got {item} 10%% chance" you need to double the percent sign if you want to use it in a text
  13. Time4Games

    Solved Cancel event not working

    try using "on block break" instead of "on mine"
  14. Time4Games

    Solved Giving player a item from a variable

    you want to parse the variable as an item and not a text
  15. Time4Games

    Solved Skript GUI HELP

    can you explain the problem a bit better? "when I click on a player's head it will not go to that menu to punish that player, it will go to the menu to punish the player using the GUI" a bit hard to understand what you are talking about
  16. Time4Games

    My string is showing as "<none>"

    an underscore before the variable name makes it a local variable. You should read an explanation about the difference
  17. Time4Games

    am i doing wrong?

    it will not work because it will overwrite the command "/crawl" to just execute the same command and not to do the thing it should
  18. Time4Games

    Variable {%event-block%} doesn't seem to work properly

    event-block should work check the other skripts maybe there is something that resets the variable
  19. Time4Games

    No Skript is working

    make sure you saved the file and reloaded then check for console errors. maybe you dont have perms idk