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

    cancel stone breaking animation ?

    There are some ways i think... 1. apply mining fatigue to player when he start mine, wait some time and set that block to air and drop etc. stone.. 2. you can use packets: Just on breaking animation set stage of animation to lovest wait some time and then set stage to higher.. and it should works..
  2. M

    Solved How to make players transparent

    Very good question.. I would like to know it too :D anyone?
  3. M

    Make player attack target

    so you want to attack target of player or make player attack certain target?
  4. M

    Strange click event

    try: on rightclick: if clicked block is water: if tool of player is bottle: give a cake to the player message "Biboran"
  5. M

    Watchdog

    it algorithm which calculating value which will be added to location of object.. so it its every time returns values likes "0.461654, 0.65645454, 0.955716, 1.85456548, 2.65451511, -1.562211, -0.564455424......" and.. you can remove line with y axis changing because 1. you dont need it, 2. skript...
  6. 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...
  7. M

    Watchdog

    so.. use code which i already posed and just add there: make citizen %id% attack player on damage: if victim is player: if attacker is npc: cancel event but i dont know what is your request.. what is your full code? what do you want to create? why do you want to click...
  8. M

    Solved Remove Attack Damage In GUI

    yes please xD in pastebin it would be better to see :D
  9. M

    Solved Remove Attack Damage In GUI

    1. ok.. so post it.. 2. i didn't answered the question because i didn't know answer
  10. M

    Solved Remove Attack Damage In GUI

    yes, error in console
  11. M

    Im need help!

    yes.. you are right! .. thanks for info..
  12. M

    Im need help!

    ok.. thanks for suggestion
  13. M

    Im need help!

    but they don't have to be online.. there can be just 20 players online a day.. but variables are saved for each
  14. M

    Im need help!

    i was thinking about database but i have only one server now...
  15. M

    Im need help!

    and 2000? 2000*40=80000
  16. M

    Im need help!

    i already fixed it several monts ago.. i know but you have 10 players, times 40 achevements its 400 variables and its only 10 players!
  17. M

    Im need help!

    ye.. but i dont have good experiences with variables.. because i will have 30-40 achievements*all players... its so much of variables.. and my variable file has 4GB.. 4GB of text.. its insane! excel couldnt open it so i opened only first milion of them and taken only first 200 which i needed...
  18. M

    make shhot item not work (Error)

    try "event-entity" or "dropped item" this should be better: make player shoot an item projectile of dropped item at speed 1 or: push dropped item in direction of player with force 1
  19. M

    Solved Remove Attack Damage In GUI

    I would use: set slot 0 of current inventory of player to wooden sword named "&bDiamond Sword" with lore "&9-99 Attack Damage" add "{HideFlags:63}" to nbt of slot 0 of current inventory of player but if you said that you dont have SkStuff... try post error
  20. 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?