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

    Give all items in gui on gui close

    You could loop the items in the gui and give them to the player, here is an example: set {_slot} to 0 loop 54 times: give slot {_slot} of player's current inventory to player add 1 to {_slot}
  2. Time4Games

    MundoSK won't load

    i have no clue how to delete this thread
  3. Time4Games

    Disable instant move on a specific item

    I want to disable instant move of my head. so when I press 6 while hovering over my head it wont move. But I want the instant move to work on other items. any ideas on how to do that?
  4. Time4Games

    Solved Daily Lootchest - each player own loot

    What do you mean by "saved"?
  5. Time4Games

    Solved Daily Lootchest - each player own loot

    Maybe instead of placing the items in the chest just open a chest gui to the player with the items for him to take.
  6. Time4Games

    prevent enchanting a stack of items

    Try item amount of player's tool
  7. Time4Games

    Solved Skript breaks on death

    That's because the while loop stops when the player dies. Try using while player is online
  8. Time4Games

    Set a player to a variable

    do they run /test1 before running /check?
  9. Time4Games

    List

    {list::index}
  10. Time4Games

    skript variables in java plugin

    So im making a plugin and i want to use variables from a skript. After searching on the internet i found this: https://github.com/SkriptLang/Skript/blob/master/src/main/java/ch/njol/skript/variables/Variables.java#L274 but i don't know how to implement it into the plugin to make it work.
  11. Time4Games

    Solved There's no player/console in a periodical event

    to loop-player not loop-player's
  12. Time4Games

    Send Action Bar "" to Loop-Player not working.

    send action bar is a thing. do you have any errors when you reload it? also i dont recommend using every tick loops as they cause lag
  13. Time4Games

    Solved There's no player/console in a periodical event

    make it send it to loop-player also make it inside the loop
  14. Time4Games

    Indention error???

    can you send your code pls?
  15. Time4Games

    Solved How can I teleport to specific world?

    teleport player to location(0.5, 40.5, 0.5, world "tutorial")
  16. Time4Games

    Solved how do i make a grappling hook

    np :emoji_grinning: please mark the thread as solved
  17. Time4Games

    Solved how do i make a grappling hook

    on Fishing : if "%fishing state%" is "IN_GROUND ": if {cooldown.%player%} is not set: thrust player (direction from player to location of fish hook) at speed 5 set {cooldown.%player%} to true wait X seconds delete {cooldown.%player%}
  18. Time4Games

    Solved how do i make a grappling hook

    but did the hook work?
  19. Time4Games

    Solved how do i make a grappling hook

    i mean it shoulve worked without the tab too