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

    Holograms

    Hi! So i have a problem, i found alot of ways of creating holograms, editing them, clicking them, moving them, etc but i couldn't find a way to save them on restart (like i create a hologram, i restart the server, the hologram is still there). Does anyone know how to do it? bump
  2. qKing12

    Solved Target Player

    I saw the dm, sent u friend request :p bump still don't know how to do it bump not giving up on this nevermind, I did it with skript-mirror.
  3. qKing12

    Solved Planks

    format gui slot 4 of player with a oak_wooden_plank with name "&ePlanks/Wood" to run player command "/gui wood"
  4. qKing12

    Solved Target Player

    Uf, do you have discord or something? this topic will have 50 messages
  5. qKing12

    Solved Target Player

    yep, spawn a mob that will attack someone
  6. qKing12

    Solved Target Player

    Uf, just understand that it will be spawned near a player not the target.
  7. qKing12

    Solved Target Player

    I can't 'cause I want the final code to target someone when I right click on an egg and it will be spawned at clicked block's location.
  8. qKing12

    Solved Target Player

    At me it will stop if it's daytime. But it does not matter that much, I can make it target multiple times. It won't set target for zombie/skeleton/witch either, just for spider
  9. qKing12

    Solved Target Player

    Sooo, with slime it won't set the target (send "%last spawned slime's target%" is <none>) and for spider it will hit the target one time and then it will become passive. I still think it's possible with skript, don't know how but still think!
  10. qKing12

    Solved Target Player

    Hey, thanks for your advice and for your response, I already know that [<player>] make the argument optional but is just for test, I will delete the command after and integrate the code in another command, alsoo it still does not work, it won't go after arg-1, it will attack me. Oh, I tested...
  11. qKing12

    Solved Target Player

    Hello! I want to know how can I make a mob target a certain player. I tried this: command /target [<player>]: trigger: spawn slime at player's location set last spawned slime's target to arg-1 It does not give an error but also it doesn't work.
  12. qKing12

    Problem with a gun skript

    loop 3 times: shoot arrow from player at speed 100 maybe this?
  13. qKing12

    Flag of Region

    Hey! Sooo I need help with getting the value of a flag of a worldguard region. I tried with the expression of skstuff and sharpsk but they don't work, can someone give me an example with skript-mirror or something? I really need it pleaseee & thanks. (Server 1.12.2 | Skript 2.2-dev37c | skStuff...
  14. qKing12

    Solved Get Player's Version

    thanks! :)
  15. qKing12

    Solved Get Player's Version

    Well I knew there is a way to do it with ProtocolSupport that's why I said I don't use it (it crash sometimes). I need something else and I know there is some way to get it. Thanks anyway :) bump still want to know a way to do it without ProtocolSupport
  16. qKing12

    Solved How do you certain mob peaceful to a certain player, and how do you give mobs swords

    an example for equip spawn a zombie at location of the player set tool of last spawned zombie to iron sword on entity target: if "%entity's target%" is "player name": cancel event
  17. qKing12

    Solved Lightning in Player's Direction

    set {_loc} to location of targeted block strike lightning at {_loc}
  18. qKing12

    Solved Get Player's Version

    I tried it but it gives me this error command /ver [<player>]: trigger: set {_protocol} to protocol version of arg-1
  19. qKing12

    Solved Get Player's Version

    Hey! Is there a way to get the current version a player is using? Like taking it from ViaVersion or ProtocolLib or something? (I don't use ProtocolSupport) Thanks!
  20. qKing12

    Set pitch and yaw

    I tested your command and, don't know why, it does not work with pitch 0, set it to 1 and it will work