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 Make mob follow player

    command /bass: trigger: spawn a pig at location of player set the display name of the spawned pig to "&b%player%&c's pet" while spawned pig is alive: if distance between player and spawned pig is less than 10: if distance between player and...
  2. M

    Solved Make mob follow player

    Yeah.. Its that buggy movement... Ill fix it when i come back to home bcs im at school now...
  3. M

    How to make mob gardian beam

    You must create guardian and squid which is riding certain player... and do you want guardian beam firing from you, or? In that case you must create guardian riding you... and at the end you must to set target of guardian to squid... sometimes it works without squid and setting target directly...
  4. M

    Animations

    this one.. First effect Ah.. Nevermind... But you tried to help me so its good.. Thanks.. Im continue in waiting
  5. M

    Animations

    I dont know how does it calls... Just... Like on mineplex when is win effect and one of them is that player.. Clicking.. Just... Moving with hand
  6. M

    Animations

    Hi ShaneBee.. Ok but i need just that animation.. So.. What the effect for that animation? Yes.. You're true.. I forgot to citizens
  7. M

    Solved Make mob follow player

    @Runakai1 Here is your code: command /bass: trigger: spawn a pig at location of player set the display name of the spawned pig to "&b%player%&c's pet" while spawned pig is alive: if distance between player and spawned pig is less than 10...
  8. M

    Animations

    Hello! Im need help! Im need to make some animations and some additional question So... I want to make click animation... when player press left mouse button then that animation plays.. because i want to make something like miners And additional question: How to make fake player? Player entity...
  9. M

    Help with block NBT tag... or?

    Category: Help Suggested name: - What I want: hello.. im need help! i dont know where i should post this but nvm... I downloaded some world.. and my server keep crashing when i come to some location.. i saw in console errors ad i saw that it was causet by chest, dispensers and furnaces...
  10. M

    Solved Help with time

    thanks
  11. M

    Solved Help with time

    Hello! Is there any way to get time? real time? Not in MC world... Not working: every minute: set {_now} to now if {_now} contains "0:00": loop {rew.normal::*}: set {rew.normal::%loop-index%} to true loop {rew.vip::*}: set {rew.vip::%loop-index%}...
  12. M

    Looping List Variable

    Hello! Im need help with loping list variable... I have this code: set {rew.normal::%player%} to false and this: every 30 seconds: loop {rew.normal::*}: set {rew.normal::%loop-index%} to true But broadcast "%{rew.normal::%player%}%" in command event returning "false"... Im need help...
  13. M

    convert integer to decimal

    ok sorry And thanks for help!
  14. M

    convert integer to decimal

    i know .. but yesterday at night i really needed it and throught night in my the bed i think about it and i find out that "if"% {_ num}% "does not contain". ": ........" should works. And why i did that? bcs nobody reply to me ... and i needed that faster .. sorry
  15. M

    convert integer to decimal

    I did it myself but thanks
  16. M

    convert integer to decimal

    Im really need help!!! how to make from number "5", number "5.0"???? plzzz help meee! 5 to 5.0 integer to decimal int to float HELP MEEEE :(
  17. M

    Float Value

    Hello! How to parse number as float value (5 -> 5.0) "%{cm.%player%.tnt.countdown} parsed as float value%" or "%{cm.%player%.tnt.countdown} parsed as float%" Not working :/
  18. M

    Add String

    Thanks guys for fast reply! Good idea! Sometimes codding have to be stupid :emoji_grinning: :emoji_grinning: :emoji_grinning: Thanks!
  19. M

    Add String

    Hello! is there some way to add %string% to %string% ? like: set {_string} to "test1" add ", test2" to {_string} and returning {_string} will return "test1, test2"
  20. M

    Saving, changing and recoveryng blocks

    Thank.. i going to try it when im get back from school