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

    Solved World Border Red Effect

    Hello! I really want to know how to make red screen effect something like this: which is visible only for certain player
  2. M

    Solved AutoClicker check problem

    command /autoclickcheck [<Text>]: permission: autoclickcheck.use permission message :&cNo permission! trigger: if arg 1 is not set: message "{@prefix} &cUsage: /autoclickcheck (true/false)" if arg 1 is "true": set {clickcheck.enabled} to true...
  3. M

    Skript Error

    so... I have found out that its caused by damaging entities by lava... so i made some conditions and errors are gone... but i dont know how long.. maybe forever... maybe not.. so ill try it with players and every combination of attacker and victim and ill returt here and tell you how it is works...
  4. M

    Skript Error

    Hello! I have some kind of error which i never seen before so i dont know where i should post this post.. So my error is: And code where probably mistake is: on damage: if world of victim is {@Map}: projectile exists projectile is a snowball victim is player...
  5. M

    Solved Third Person

    Oh ok.. i thought it.. thanks
  6. M

    Solved Third Person

    Hello I really want to know that is there any way how to detect player view? (F5) I need to know when player uses third person or change it directly without sending some mesaage and player dont have to press F5? So i need some expression which return me player view, OR I need effect which change...
  7. M

    Server MOTD

    Ok thank! Ill try it
  8. M

    Server MOTD

    Yes i was thinking about it because its in same height as players and version.. ok so i just need to put million of spaces to server version and it should work, shouldnt it?.. or just use html unicode spaces from character map..
  9. M

    Server MOTD

    Hello! I found server where is this: Its message next to the server... Anyone know how to do that? I was googling and found something similar: HERE Please help me how to do that using skript and if this is not possible in skript plz let me know how to make it using any other plugin.. Thanks
  10. M

    2 in 1

    OK fixed! I already fix it! Thanks
  11. M

    2 in 1

    I already done it... It contains players names...
  12. M

    2 in 1

    not working
  13. M

    2 in 1

    Hi! i have code: while {colormatch.game} is true: loop {colormatch::*}: if y-pos of loop-value is lower than {_end.line}: but it says: there are 2 loops in one... how to unlink them? just i need it to work.. plzz help..
  14. M

    How to make mob gardian beam

    But.. If i change guardian to dog, beam wont be... So you want to change player for dog so guardian will stay... But i stil dont know where do you want to spawn it... But nvm.. Ill do it for you..
  15. M

    Solved Make mob follow player

    Ok then.. Bcs i had no clue how to fix it
  16. M

    How to make mob gardian beam

    hmm.. and how do you want it? if player is in certain radius of dog? or? Or on command spawn wolf which will automaticly attack nearby players? or on command spawn dog near certain player? or?
  17. M

    Solved Date format

    You are welcome :emoji_wink:
  18. M

    Solved Date format

    set line 100 in config of skript to "dd.MM.yyyy HH:mm"
  19. M

    Solved Date format

    try command /testing1: trigger: set {_now} to "%now%" replace all "/" in {_now} with "." replace all "." in {_now} with ":"
  20. M

    How to make mob gardian beam

    Maybe you want this: (commands: "/guardian on", "/guardian off") command /guardian <text>: trigger: if arg-1 is "on": set {guardian::%player%} to true while {guardian::%player%} is true: if target of player is set: loop all...