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

    Solved Block Breaking

    Hello! Can anyone help me? Probably not because 1. I have questions with impossible answers or 2. As ususal, unluck... But Im trying luck... So.. How to break block without dropping any items? I dont want to loop nearby entities, because i can see that dropped item before it will get killed.. I...
  2. M

    Client side Entity

    Hello! I want to know how to make client side for example armor stad.. I need it for xp system.. so if player break block, armor stand would be spawned.. i would add to it/him(idk) invisibility, invicriticability... and i need it shows only for one certain player.. is it possible? or should i...
  3. M

    Function2

    (idk why my previous post was tagged as solved but i still dont know how to do it!) Hello! I need to make function.. but... reversed.. with one caller and more triggers.. if you know what i mean.. just i have several skripts and one is main.. and this one sends command to others skripts to make...
  4. M

    Im need help!

    Hello! Im need to make Achievements.. but i want to know your opinion: How whould i do it? should i save it into skript variables, or into some text file?
  5. M

    Solved Another Error

    Hello! I have this piece of code: function getVIPRank(p: player) :: text: set {_result} to uncoloured prefix of {_p} replace all "[" and "]" and "┃" in {_result} with "" if {_result} is "": set {_result} to "No VIP" return {_result} every 3 seconds: loop all players...
  6. M

    Solved Function

    Hello! I need to make function.. but... reversed.. with one caller and more triggers.. if you know what i mean.. just i have several skripts and one is main.. and this one sends command to others skripts to make something.. but every skript doing something another.. i hope you understand me...
  7. M

    Solved List Variable

    Hello! How can i get number of elements of {list::*} ? I want to avoid looping... is there any expression for it? because i found only first, last and random...
  8. M

    Saving Blocks

    Hello! im trying to make skript which will save blocks somewhere and then i can recover it.. its works good.. i made it.. but its saving to variables and there is 1000000 blocks and thats 1000000 variables and skript cant work.. (variables file has 4GB).. so.. where i should save that blocks? i...
  9. M

    NBT Tag not working

    Hello.. Code: on damage: if attacker is set: if victim is set: if world of location of victim is {@Map}: if health of victim - damage is less than 0: cancel event spawn 1 skeleton at location of victim...
  10. M

    Solved I said something but Skript ignore it

    hello i have code: function KitStart(p: player): if {kit.selected::%{_p}%} is "Default": set helmet of {_p} to diamond helmet set chestplate of {_p} to iron chestplate set legs of {_p} to iron leggings set boots of {_p} to diamond boots set...
  11. 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
  12. 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...
  13. 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...
  14. 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
  15. 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..
  16. 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...
  17. 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...
  18. 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%}...
  19. 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...
  20. 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 :(