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

    Solved Make projectiles fly through players

    Found an easy way to do this . player.spigot().setCollidesWithEntities(false); ↑ Needs skript-mirror. For who needs this.
  2. Uzumaki

    Solved how to change world of a location?

    set world of {_loc} to {_world} can't be set to anything
  3. Uzumaki

    Solved how to change world of a location?

    how to change the world of a location(variable)?
  4. Uzumaki

    Solved Tablist Header and footer

    use skript dev27.
  5. Uzumaki

    Solved Check if a location is within player's island protection(a skyblock)

    Check if a location is within player's island protection(a skyblock) I think is possible to do this with skript-mirror, but i have no idea how i can do that. Here is API ps. i cannot do that with wolfsk.
  6. Uzumaki

    Solved Check if player is holding a block

    command testing: trigger: if player's held item is block: broadcast "ye" Tried with blocks and other items = nothing. command testing: trigger: if player's held item is not block: broadcast "ye" Works with any item/block.
  7. Uzumaki

    Solved Check if player is holding a block

    i already tried that
  8. Uzumaki

    Solved Check if player is holding a block

    There is a way to check if player's tool is a block(not a weapon or things such as armor and other items)? ps. if player's tool is a block: not work
  9. Uzumaki

    Solved Make projectiles fly through players

    i need this for a spectator mode because players can block projectiles of other players that are in game. or for a vanish skript, i think you got it.
  10. Uzumaki

    Solved Make projectiles fly through players

    - Make projectiles fly through players - Someone know how to do this?
  11. Uzumaki

    Solved Every second not working..?

    you can do that without checking every x time xp
  12. Uzumaki

    Solved Every second not working..?

    on connect: if {level.%player's uuid%} is not set: set {level.%player's uuid%} to 1 set {xp.%player's uuid%} to 0 set {xp.req.%player's uuid%} to 100 while player's world is "world": if {xp.%player's uuid%} is greater than or equal to...
  13. Uzumaki

    Solved What's better to use a 'while' or a 'loop'?

    What's better to use a 'while' or a 'loop' for a better performance? Examples while {games-status} is "ingame": remove 1 from {seconds} wait 1 seconds loop 1000 times: remove 1 from {seconds} wait 1 seconds
  14. Uzumaki

    Addon MundoSK

  15. Uzumaki

    News New skUnity Forums Theme

    better
  16. Uzumaki

    Solved Any way to reset players endechest?

    open enderchest of player to player set {_num} to 0 loop 36 times: set slot {_num} of player's current inventory to air add 1 to {_num} close player's inventory is enought thank you, works.
  17. Uzumaki

    Solved Any way to reset players endechest?

    Any way to reset ender chest of a player?